chore(deps): update all non-major dependencies #91
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.7.0
->9.9.0
4.17.16
->4.17.20
20.17.31
->20.19.4
2.20.0
->2.20.1
5.2.6
->5.5.1
20.19.1
->20.19.3
3.5.3
->3.6.2
16.4.1
->16.4.2
29.3.2
->29.4.0
Release Notes
faker-js/faker (@faker-js/faker)
v9.9.0
Compare Source
New Locales
Features
v9.8.0
Compare Source
New Locales
Changed Locales
Bug Fixes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v2.20.1
Compare Source
Patch Changes
22b1700
Thanks @renovate! - fix(deps): update dependency synckit to^0.6.2 || ^0.7.3 || ^0.11.5
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.1
Compare Source
Patch Changes
bfd1e95
Thanks @JounQin! - fix: useprettierRcOptions
directly for prettier 3.6+v5.5.0
Compare Source
Minor Changes
92f2c9c
Thanks @dotcarmen! - feat: support non-js languages likecss
for@eslint/css
andjson
for@eslint/json
v5.4.1
Compare Source
Patch Changes
c21521f
Thanks @JounQin! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
errorv5.4.0
Compare Source
Minor Changes
59a0cae
Thanks @yashtech00! - refactor: migrateworker.js
toworker.mjs
v5.3.1
Compare Source
Patch Changes
dcf2c80
Thanks @JounQin! - ci: enableNPM_CONFIG_PROVENANCE
envv5.3.0
Compare Source
Minor Changes
6fe0c90
Thanks @irsooti! - feat(types): preferConfig
overFlatConfig
when they're equalnodejs/node (node)
v20.19.3
Compare Source
v20.19.2
Compare Source
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
prettier/prettier-eslint (prettier-eslint)
v16.4.2
Compare Source
Patch Changes
96967e9
Thanks @bpfoster! - fix:tslib
should be listed asdependency
kulshekhar/ts-jest (ts-jest)
v29.4.0
Compare Source
Features
v29.3.4
Compare Source
Bug Fixes
TsJestTransformerOptions
type (3b11e29), closes #4247rewriteRelativeImportExtensions
always (9b1f472), closes #4855v29.3.3
Compare Source
Bug Fixes
isolatedDeclarations
(5d6b35f), closes #4847Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.