chore(dev-deps): update all non-major dependencies#1076
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
July 2, 2026 10:36
cebb08a to
a5078f4
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
13 times, most recently
from
July 9, 2026 01:43
4dea35e to
fd7a378
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
10 times, most recently
from
July 15, 2026 17:54
7a9a03d to
9437936
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
July 20, 2026 04:52
df23a85 to
a6fbc46
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 20, 2026 19:52
a6fbc46 to
b527393
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
8.0.2→8.0.320.19.33→20.19.431.6.18→1.6.237.3.3→7.5.04.16.2→4.17.163.0.0→63.0.1463.2.0(+1)3.2.0→3.3.018.0.1→18.2.23.1.0→3.1.14.0.3→4.2.03.4.0→3.6.06.14.2→6.27.017.0.6→17.0.817.1.00.22.1→0.23.124.16.0→24.18.010.34.1→10.34.53.8.3→3.9.54.60.4→4.62.24.22.3→4.23.12.0.0→2.1.0Release Notes
eslint/markdown (@eslint/markdown)
v8.0.3Compare Source
Bug Fixes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.23Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.6.22Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.21Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.20Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.19Compare Source
No significant changes
View changes on GitHub
eslint-community/eslint-plugin-eslint-plugin (eslint-plugin-eslint-plugin)
v7.5.0Compare Source
Features
require-meta-languages(#643) (9a202d5)v7.4.2Compare Source
Bug Fixes
require-meta-*rules (#639) (f6c4948)Chores
v7.4.1Compare Source
Bug Fixes
require-meta-*rules (0b08887)Chores
require-test-error-positionserrors in project (#624) (249bb44)v7.4.0Compare Source
Features
require-test-error-positions(#620) (7d5b809)Chores
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.17.1Compare Source
Patch Changes
cf25a01Thanks @marcalexiei! - fix(extensions): don't require an extension for package subpaths that resolve to a.d.ts(e.g.vitest/config)v4.17.0Compare Source
Minor Changes
4b2c0c5Thanks @regseb! - SupportRegExpin theimport-x/ignoresetting and theignoreoption of theno-unresolvedrule.Patch Changes
#494
1c84235Thanks @morgan-coded! - Fixedno-unresolvedcrashing when case-sensitive path checks encounterEACCESorEPERMon an ancestor directory.#481
3e13121Thanks @B4nan! - fix: memoize legacyNodeResolve resolver to avoid native memory leak#484
9a07009Thanks @sairus2k! - Make theextensionsrule check Node.js subpath imports (specifiers starting with#, e.g.#utils/helper). PreviouslyparsePathtreated a leading#as a URL hash fragment, so the rule skipped extension validation for these imports.Note: single-segment subpath imports without a slash (e.g.
#dep) are still skipped by the existing external-root-module classification; fixing that is deferred to avoid expanding scope.#468
240ed58Thanks @silverwind! - Makeextensionshandle.d.tscorrectly#479
e3cc7e4Thanks @mrginglymus! - fix: strip querystrings and hash fragments when checking for file existence#476
fce29b1Thanks @nbouvrette! - fix(deps): replace @package-json/types with an inline minimal typegajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v63.0.14Compare Source
Bug Fixes
v63.0.13Compare Source
Bug Fixes
v63.0.12Compare Source
v63.0.11Compare Source
Bug Fixes
require-jsdoc: skip overloads to find method comment blocks; fixes #1688 (7676b50)v63.0.10Compare Source
Bug Fixes
v63.0.9Compare Source
Bug Fixes
check-template-names,require-template,valid-types: keep commas inside@templatedefault values (0980b71)v63.0.8Compare Source
Bug Fixes
check-template-names: detect template usage in@augments/@extends/@implementstypes (208079f)v63.0.7Compare Source
Bug Fixes
no-undefined-types: predefine Iterable/Iterator types; fixes #1712 (804a13d)v63.0.6Compare Source
Bug Fixes
iterateAllJsdocsfree comments after each file (ebe0d08)v63.0.5Compare Source
Bug Fixes
no-undefined-types: check descendant scopes for variables; fixes #1704 (a50f71f)v63.0.4Compare Source
Bug Fixes
v63.0.3Compare Source
Bug Fixes
no-undefined-types: treat TS module vars as defined; fixes #1701 (d8f4738)v63.0.2Compare Source
Bug Fixes
v63.0.1Compare Source
Bug Fixes
empty-tags: preserve start and ending delimiters to avoid erros with single-line tags; fixes #1697 (938a1f0)ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v3.3.0Compare Source
Minor Changes
9f6808aThanks @castastrophe! - feat(sort-array-values): addkeyoption to sort object arrays by propertyeslint-community/eslint-plugin-n (eslint-plugin-n)
v18.2.2Compare Source
🩹 Fixes
v18.2.1Compare Source
🩹 Fixes
v18.2.0Compare Source
🌟 Features
module.exportsforrequire(esm)interop (#542) (04c99df)v18.1.0Compare Source
🌟 Features
devEngines.runtimefrom package.json (#530) (9ef3c32)🩹 Fixes
📚 Documentation
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v3.1.1Compare Source
Patch Changes
SonarSource/SonarJS (eslint-plugin-sonarjs)
v4.2.0Compare Source
v4.1.0Compare Source
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v3.6.0Compare Source
Minor Changes
dc04baeThanks @ota-meshi! - Addkeyoption toyml/sort-sequence-valuesto sort mapping sequences by a mapping key value.v3.5.0Compare Source
Minor Changes
da3bec7Thanks @morgan-coded! - Addyml/no-trailing-spacesrulewebpro-nl/knip (knip)
v6.27.0: Release 6.27.0Compare Source
98191a0)53d1fec)33e9799)d9508c2)5fd863b)bd63cd8)91de938)b5a3176)4267675)1d2cdff)2157f39)a627f53)989292f)5e9a7f0)f682327)c273d5f)57a4770)1b0a2c0)605c904)d05e775)18f0bff)e52aecf)a63e927)a521cf7)b597de9)c059c2b)v6.26.0: Release 6.26.0Compare Source
4249935) - thanks @trueberryless!1da09fd)39125a7)aed361c)3b4d58c)d92107e)ef3b601)8292981)#-imports to source when node condition is unbuilt (resolve #1873) (f2713ed)a6f0772)5742913)7301075)5e6f82b)009aad8)f638c83)9396ab1)3ceee89)9bc1754)45dea0a)e1249ad)a45941d)43aecd5)589ffda)f041c19)8fa7b11)4254f7d)dfb9acb)d533da8)b99702a)aab080b)5dea975)c84bb7a)620079d)b5231c1)fc1ba0f)f256a5b) - thanks @trueberryless!6b8454a)606e5d0)199180d)1974533)a220729)v6.25.0: Release 6.25.0Compare Source
nodeLinker: pnpmstore (#1852) (3764605) - thanks @blowery!9cc5a41)packageExtensionsin yarn and pnpm (#1847) (61d3164) - thanks @trueberryless!d23c10d) - thanks @trueberryless!1eb42e6) - thanks @trueberryless!3bf3d11) - thanks @trueberryless!6e6a509) - thanks @dayongkr!2ac4c04) - thanks @jakeleventhal!da606eb)d231d67)fc7bb1e)6f18138)105687d)38e4a4a)1255369)77c2142)0f27e77)195510c)92903ec)a0bfe7b)1301475)23b4a74)e3f0e5c)9422d06)5e192e9)5dc7f12) - thanks @remcohaszing!46111ef) - thanks @jakeleventhal!5ab3483) - thanks @trueberryless!20cd970) - thanks @jakeleventhal!cyclesissue type (resolve #1734) (#1812) (1b0ed6b)c61d008) - thanks @trueberryless!89a2d8d)v6.24.0: Release 6.24.0Compare Source
32bc844) - thanks @trueberryless!82a8d09) - thanks @trueberryless!d9ef038](https://redirect.github.com/webpro-nl/knip/commit/d9ef038429bec06c37fdb52Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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.