chore(dev-deps): update all non-major dependencies #952
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:
1.2.7
->1.2.8
18.19.80
->18.19.86
1.1.37
->1.1.39
3.9.1
->3.10.0
4.8.0
->4.10.0
50.6.6
->50.6.9
2.19.1
->2.20.0
17.16.2
->17.17.0
5.2.3
->5.2.6
5.46.0
->5.46.5
10.6.3
->10.7.1
4.35.0
->4.39.0
2.0.1
->2.1.0
1.0.6
->1.0.7
Release Notes
eslint/rewrite (@eslint/compat)
v1.2.8
Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.39
Compare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.38...v1.1.39
v1.1.38
Compare Source
Bug Fixes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.10.0
Compare Source
Minor Changes
#413
89c2795
Thanks @JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolver
to rebrandingunrs-resolver
for more targets support and other bug fixesFull Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.10.0
Compare Source
Minor Changes
6cba8eb
Thanks @JounQin! - feat: migrate to ESM primaryPatch Changes
e52168e
Thanks @jribbens! - fix: allowminimatch
9 or 10v4.9.4
Compare Source
Patch Changes
e9e2300
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.3.3v4.9.3
Compare Source
Patch Changes
#263
c0046a9
Thanks @JounQin! - chore: migrate to rebrandingunrs-resolver
with new targets supported:i686-pc-windows-msvc
armv7-unknown-linux-musleabihf
powerpc64le-unknown-linux-gnu
s390x-unknown-linux-gnu
v4.9.2
Compare Source
Patch Changes
baf7086
Thanks @JounQin! - fix:PluginConfig
should use classic configv4.9.1
Compare Source
Patch Changes
e66575f
Thanks @JounQin! - refactor: revertpicomatch
back tominimatch
v4.9.0
Compare Source
Minor Changes
#248
6940b14
Thanks @TrevorBurnham! - feat: port allorder
rule new options from upstreamnewlines-between-types
named
consolidateIslands
sortTypesGroup
v4.8.1
Compare Source
Patch Changes
af5de32
Thanks @JounQin! - chore: bumprspack-resolver
to v1.2.0gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.6.9
Compare Source
Reverts
synckit
withmake-synchronized
(#1366)" (#1367) (771eadf)v50.6.8
Compare Source
Bug Fixes
v50.6.7
Compare Source
Bug Fixes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v2.20.0
Compare Source
Minor Changes
#394
70d4b06
Thanks @ota-meshi! - minor refactor#402
237932c
Thanks @JounQin! - refactor: hourcekeeping, bump all (dev) deps, stricter ruleoptions
typingseslint-community/eslint-plugin-n (eslint-plugin-n)
v17.17.0
Compare Source
🌟 Features
virtual:
in the modules pattern (#425) (a109793)🩹 Fixes
allowModules
option was disabled when using TS alias (#423) (9ae39fb)prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.6
Compare Source
Patch Changes
1451176
Thanks @renovate! - fix(deps): bumpsynckit
tov0.11.0
v5.2.5
Compare Source
Patch Changes
4f5513d
Thanks @JounQin! - fix: clarify correcteslint-config-prettier
peer rangev5.2.4
Compare Source
Patch Changes
b8cfe56
Thanks @JounQin! - chore: hourcekeeping, bump all (dev) depswebpro-nl/knip (knip)
v5.46.5
Compare Source
v5.46.4
Compare Source
16667d1
)v5.46.3
Compare Source
webpack.ProvidePlugin
(resolves #840) (6a69543
)cache
to pnpm commands (resolves #1010) (5f2efd4
)rootDir
set (resolves #1007) (7ba16e1
)v5.46.2
Compare Source
52e2f1f
)80281f7
)89f59f1
)f26f95f
)v5.46.1
Compare Source
cd8ffbb
)76d4760
)11344c3
)9d4f456
)670ed17
)3f26627
)93c724a
)97a7465
)b0dbfe4
) - thanks @Its4Nik!6f7e0c5
)1e194ab
)186f57f
)isTypeOnly
to namespace import (#995) (af19fa5
)c50e19a
) - thanks @remcohaszing!dir
to more input types (resolves #998) (e43f88d
)82b4aa1
) - thanks @remcohaszing!c7cc382
) - thanks @remcohaszing!4b952cd
) - thanks @tbashiyy!c97bf7c
)85d4967
)168a4ac
)697a326
)91eb9ad
)0a54fc3
)pnpm/pnpm (pnpm)
v10.7.1
: pnpm 10.7.1Compare Source
Patch Changes
pnpm config set
should convert the settings to their correct type before adding them topnpm-workspace.yaml
#9355.pnpm config get
should read auth related settings via npm CLI #9345.~/
in a path in.npmrc
with the home directory #9217.Platinum Sponsors
Gold Sponsors
v10.7.0
Compare Source
Minor Changes
pnpm config get
andlist
also show settings set inpnpm-workspace.yaml
files #9316.It should be possible to use env variables in
pnpm-workspace.yaml
setting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*
is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patch
tofoo@2.1.0
,patches/foo-2.patch
to allfoo
versions which satisfy^2.0.0
except2.1.0
, andpatches/foo-1.patch
to the remainingfoo
versions.pnpm config set --location=project
saves the setting to apnpm-workspace.yaml
file if no.npmrc
file is present in the directory #9316.Rename
pnpm.allowNonAppliedPatches
topnpm.allowUnusedPatches
. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailures
to manage whether pnpm would ignore patch application failures.If
ignorePatchFailures
is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailures
is explicitly set tofalse
, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailures
is explicitly set totrue
, pnpm would print a warning when any type of patch fails to apply.Patch Changes
v10.6.5
Compare Source
v10.6.4
: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlx
with--allow-build
flag #9263.use-node-version
should not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
rollup/rollup (rollup)
v4.39.0
Compare Source
2025-04-02
Features
Bug Fixes
id
property as optional in the filter for theresolveId
hook (#5896)Pull Requests
v4.38.0
Compare Source
2025-03-29
Features
.filter
option inresolveId
,load
andtransform
hooks (#5882)Pull Requests
v4.37.0
Compare Source
2025-03-23
Features
export
keyword (#5871)Bug Fixes
Pull Requests
v4.36.0
Compare Source
2025-03-17
Features
renderDynamicImport
hook to provide information about static dependencies of the imported module (#5870)Bug Fixes
Pull Requests
JoshuaKGoldberg/ts-api-utils (ts-api-utils)
v2.1.0
Compare Source
RebeccaStevens/ts-declaration-location (ts-declaration-location)
v1.0.7
Compare Source
Performance Improvements
minimatch
topicomatch
(#80) (ec26e28)Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.