Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependencies (non-major) (patch) #777

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/jest-dom 6.1.3 -> 6.1.4 age adoption passing confidence
@types/jest (source) 29.5.4 -> 29.5.5 age adoption passing confidence
@types/node (source) 18.17.12 -> 18.17.19 age adoption passing confidence
@types/papaparse (source) 5.3.8 -> 5.3.9 age adoption passing confidence
@types/qs (source) 6.9.7 -> 6.9.8 age adoption passing confidence
@types/react (source) 18.2.22 -> 18.2.28 age adoption passing confidence
@types/react-csv (source) 1.1.3 -> 1.1.6 age adoption passing confidence
@types/react-dom (source) 18.2.7 -> 18.2.13 age adoption passing confidence
@types/uuid (source) 9.0.2 -> 9.0.5 age adoption passing confidence
@types/validator (source) 13.11.1 -> 13.11.2 age adoption passing confidence
cypress 13.3.0 -> 13.3.1 age adoption passing confidence
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence
vite (source) 4.4.9 -> 4.4.11 age adoption passing confidence

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)
cypress-io/cypress (cypress)

v13.3.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-3-1

prettier/prettier (prettier)

v3.0.3

Compare Source

diff

Add preferUnplugged: true to package.json (#​15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#​15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument of require() to break (#​15256 by @​fisker)
// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2
const plugin = require(global.STANDALONE
  ? path.join(__dirname, "../standalone.js")
  : path.join(__dirname, ".."));

// Prettier 3.0.3
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
Do not print trailing commas in arrow function type parameter lists in ts code blocks (#​15286 by @​sosukesuzuki)
<!-- Input -->
```ts
const foo = <T>() => {}
```

<!-- Prettier 3.0.2 -->
```ts
const foo = <T,>() => {}
```

<!-- Prettier 3.0.3 -->
```ts
const foo = <T>() => {}
```
Support TypeScript 5.2 using / await using declaration (#​15321 by @​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript. using / await using declaration

{
   using foo = new Foo();
   await using bar = new Bar();
}
vitejs/vite (vite)

v4.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.10

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Sep 1, 2023
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 7 times, most recently from 7e7e3bb to 1f03c78 Compare September 7, 2023 14:07
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 8 times, most recently from 49ca15d to ceef8e2 Compare September 15, 2023 21:34
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from 9bfa2bb to 1de4968 Compare September 23, 2023 00:46
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 8 times, most recently from 60a0124 to e71f3e1 Compare September 28, 2023 13:11
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from e71f3e1 to 001015f Compare October 1, 2023 13:47
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 11 times, most recently from 0356dee to f3f2b3e Compare October 7, 2023 02:20
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from ff35922 to 2a6084c Compare October 9, 2023 18:48
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 8 times, most recently from aa592b2 to a1dc9ce Compare October 12, 2023 01:00
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from a1dc9ce to 6ac1105 Compare October 12, 2023 06:13
@renovate renovate bot merged commit 1c8c07c into main Oct 13, 2023
3 checks passed
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch October 13, 2023 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant