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.818.19.80->18.19.861.1.37->1.1.393.9.1->3.10.04.8.0->4.10.050.6.6->50.6.92.19.1->2.20.017.16.2->17.17.05.2.3->5.2.65.46.0->5.46.510.6.3->10.7.14.35.0->4.39.02.0.1->2.1.01.0.6->1.0.7Release Notes
eslint/rewrite (@eslint/compat)
v1.2.8Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.39Compare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.38...v1.1.39
v1.1.38Compare Source
Bug Fixes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.10.0Compare Source
Minor Changes
#413
89c2795Thanks @JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolverto rebrandingunrs-resolverfor 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.0Compare Source
Minor Changes
6cba8ebThanks @JounQin! - feat: migrate to ESM primaryPatch Changes
e52168eThanks @jribbens! - fix: allowminimatch9 or 10v4.9.4Compare Source
Patch Changes
e9e2300Thanks @JounQin! - chore: bumpunrs-resolverto v1.3.3v4.9.3Compare Source
Patch Changes
#263
c0046a9Thanks @JounQin! - chore: migrate to rebrandingunrs-resolverwith new targets supported:i686-pc-windows-msvcarmv7-unknown-linux-musleabihfpowerpc64le-unknown-linux-gnus390x-unknown-linux-gnuv4.9.2Compare Source
Patch Changes
baf7086Thanks @JounQin! - fix:PluginConfigshould use classic configv4.9.1Compare Source
Patch Changes
e66575fThanks @JounQin! - refactor: revertpicomatchback tominimatchv4.9.0Compare Source
Minor Changes
#248
6940b14Thanks @TrevorBurnham! - feat: port allorderrule new options from upstreamnewlines-between-typesnamedconsolidateIslandssortTypesGroupv4.8.1Compare Source
Patch Changes
af5de32Thanks @JounQin! - chore: bumprspack-resolverto v1.2.0gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.6.9Compare Source
Reverts
synckitwithmake-synchronized(#1366)" (#1367) (771eadf)v50.6.8Compare Source
Bug Fixes
v50.6.7Compare Source
Bug Fixes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v2.20.0Compare Source
Minor Changes
#394
70d4b06Thanks @ota-meshi! - minor refactor#402
237932cThanks @JounQin! - refactor: hourcekeeping, bump all (dev) deps, stricter ruleoptionstypingseslint-community/eslint-plugin-n (eslint-plugin-n)
v17.17.0Compare Source
🌟 Features
virtual:in the modules pattern (#425) (a109793)🩹 Fixes
allowModulesoption was disabled when using TS alias (#423) (9ae39fb)prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.6Compare Source
Patch Changes
1451176Thanks @renovate! - fix(deps): bumpsynckittov0.11.0v5.2.5Compare Source
Patch Changes
4f5513dThanks @JounQin! - fix: clarify correcteslint-config-prettierpeer rangev5.2.4Compare Source
Patch Changes
b8cfe56Thanks @JounQin! - chore: hourcekeeping, bump all (dev) depswebpro-nl/knip (knip)
v5.46.5Compare Source
v5.46.4Compare Source
16667d1)v5.46.3Compare Source
webpack.ProvidePlugin(resolves #840) (6a69543)cacheto pnpm commands (resolves #1010) (5f2efd4)rootDirset (resolves #1007) (7ba16e1)v5.46.2Compare Source
52e2f1f)80281f7)89f59f1)f26f95f)v5.46.1Compare Source
cd8ffbb)76d4760)11344c3)9d4f456)670ed17)3f26627)93c724a)97a7465)b0dbfe4) - thanks @Its4Nik!6f7e0c5)1e194ab)186f57f)isTypeOnlyto namespace import (#995) (af19fa5)c50e19a) - thanks @remcohaszing!dirto 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 setshould convert the settings to their correct type before adding them topnpm-workspace.yaml#9355.pnpm config getshould read auth related settings via npm CLI #9345.~/in a path in.npmrcwith the home directory #9217.Platinum Sponsors
Gold Sponsors
v10.7.0Compare Source
Minor Changes
pnpm config getandlistalso show settings set inpnpm-workspace.yamlfiles #9316.It should be possible to use env variables in
pnpm-workspace.yamlsetting 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.patchto[email protected],patches/foo-2.patchto allfooversions which satisfy^2.0.0except2.1.0, andpatches/foo-1.patchto the remainingfooversions.pnpm config set --location=projectsaves the setting to apnpm-workspace.yamlfile if no.npmrcfile is present in the directory #9316.Rename
pnpm.allowNonAppliedPatchestopnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailuresto manage whether pnpm would ignore patch application failures.If
ignorePatchFailuresis 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
ignorePatchFailuresis explicitly set tofalse, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailuresis explicitly set totrue, pnpm would print a warning when any type of patch fails to apply.Patch Changes
v10.6.5Compare Source
v10.6.4: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlxwith--allow-buildflag #9263.use-node-versionshould not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
rollup/rollup (rollup)
v4.39.0Compare Source
2025-04-02
Features
Bug Fixes
idproperty as optional in the filter for theresolveIdhook (#5896)Pull Requests
v4.38.0Compare Source
2025-03-29
Features
.filteroption inresolveId,loadandtransformhooks (#5882)Pull Requests
v4.37.0Compare Source
2025-03-23
Features
exportkeyword (#5871)Bug Fixes
Pull Requests
v4.36.0Compare Source
2025-03-17
Features
renderDynamicImporthook to provide information about static dependencies of the imported module (#5870)Bug Fixes
Pull Requests
JoshuaKGoldberg/ts-api-utils (ts-api-utils)
v2.1.0Compare Source
RebeccaStevens/ts-declaration-location (ts-declaration-location)
v1.0.7Compare Source
Performance Improvements
minimatchtopicomatch(#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.