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
10 times, most recently
from
July 31, 2026 11:02
26098e5 to
ac2ca74
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
17 times, most recently
from
August 8, 2026 16:56
d30b4f9 to
2aaf427
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 9, 2026 08:28
d7eb9ba to
497cfe6
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.33.9.7→3.10.020.19.33→20.19.431.6.18→1.6.273.6.0→3.7.07.3.3→7.6.24.16.2→4.17.163.0.0→63.3.33.2.0→3.4.13.4.218.0.1→18.3.03.1.0→3.2.04.0.3→4.2.03.4.0→3.8.13.1.0→3.3.06.14.2→6.32.217.0.6→17.3.00.22.1→0.23.224.16.0→24.19.010.34.1→10.34.53.8.3→3.9.60.3.21→0.3.244.60.4→4.62.54.22.3→4.23.122.0.0→2.1.0Release Notes
eslint/markdown (@eslint/markdown)
v8.0.3Compare Source
Bug Fixes
RebeccaStevens/eslint-config-rebeccastevens (@rebeccastevens/eslint-config)
v3.10.0Compare Source
Bug Fixes
Features
3.9.7 (2026-03-08)
Bug Fixes
3.9.6 (2026-03-02)
Bug Fixes
3.9.5 (2026-02-28)
Bug Fixes
3.9.4 (2026-02-28)
Bug Fixes
3.9.3 (2026-02-28)
Bug Fixes
3.9.2 (2026-02-23)
Bug Fixes
3.9.1 (2026-02-22)
Bug Fixes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.27Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.26Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.25Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.24Compare Source
🐞 Bug Fixes
View changes on GitHub
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-doc-generator (eslint-doc-generator)
v3.7.0Compare Source
Features
eslint-community/eslint-plugin-eslint-plugin (eslint-plugin-eslint-plugin)
v7.6.2Compare Source
Bug Fixes
getTestInfodetectsNewExpressionandCallExpressiondepending onruleTesterConstructorssettings (#657) (f277bff)v7.6.1Compare Source
Bug Fixes
schema/deprecatedin prefer-object-rule (#655) (2cbb849)Chores
v7.6.0Compare Source
Features
no-incomplete-meta-schemaandno-incorrect-meta-schema(#648) (78df8d0)Bug Fixes
meta-property-orderingandtest-case-property-orderingrules (#650) (7977e5f)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.3.3Compare Source
Bug Fixes
tsdocconfigs; closes #1739 (4ff1e96)v63.3.2Compare Source
Bug Fixes
require-example: support fixer with 1-line JSDoc blocks; fixes #1736 (36f8e9e)v63.3.1Compare Source
Bug Fixes
v63.3.0Compare Source
Features
v63.2.2Compare Source
Bug Fixes
v63.2.1Compare Source
Bug Fixes
v63.2.0Compare Source
Features
v63.1.0Compare Source
Features
normalize-see-linksrule (#1725) (c03dd66)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.4.1Compare Source
Patch Changes
97a7564Thanks @ota-meshi! - FixallowLineSeparatedGroupsinjsonc/sort-keyswhen ignored properties occur between sorted keys.v3.4.0Compare Source
Minor Changes
b2a546fThanks @ColumbusLabs! - Add anignoreorder type tojsonc/sort-keyspath options.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.3.0Compare Source
🌟 Features
prefer-import/assert-strictrule (#553) (d7afbed)🩹 Fixes
📚 Documentation
🧹 Chores
n(#556) (d499fc1)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.2.0Compare Source
Minor Changes
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.8.1Compare Source
Patch Changes
#648
ae6db95Thanks @ota-meshi! - Fix circularyml/sort-keysautofixes around ignored YAML anchors and aliases.#648
ae6db95Thanks @ota-meshi! - Fixyml/sort-keysautofixes that could select unsafe moves across ignored YAML anchors and aliases.v3.8.0Compare Source
Minor Changes
dce9600Thanks @ota-meshi! - Add anignoreorder type toyml/sort-keyspath options.Patch Changes
#647
f0dfcacThanks @ota-meshi! - Fixyml/sort-keysautofixes that reorder YAML anchors and aliases across ignored pairs.[#647](https://redirect.github.com/ota-meshi/eslint-plugin-yml/pull/6
Configuration
📅 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.