Bumps the all-npm group with 7 updates:
Updates @eslint/compat from 2.1.0 to 2.1.1
Release notes
Sourced from @eslint/compat's releases.
compat: v2.1.1
2.1.1 (2026年09月01日)
Bug Fixes
- preserve markVariableAsUsed return value in compat context (#503) (66d9790)
Changelog
Sourced from @eslint/compat's changelog.
2.1.1 (2026年09月01日)
Bug Fixes
- preserve markVariableAsUsed return value in compat context (#503) (66d9790)
Commits
a4466ca chore: release main (#504)
714ffde docs: Update README sponsors
66d9790 fix: preserve markVariableAsUsed return value in compat context (#503)
caffae7 docs: Update README sponsors
ae1ba25 docs: Update README sponsors
50051c6 docs: Update README sponsors
ea83524 docs: Update README sponsors
29956ae docs: Update README sponsors
f6d5bdf docs: Update README sponsors
8b71ed3 chore: restore eslint-plugin-jsdoc rules (#316)
- Additional commits viewable in compare view
Updates @eslint/eslintrc from 3.3.6 to 3.3.7
Release notes
Sourced from @eslint/eslintrc's releases.
eslintrc: v3.3.7
3.3.7 (2026年09月01日)
Bug Fixes
- Bump js-yaml to 4.3.1 (#239) (f27e7c9)
- update js-yaml to 4.3.2 to address security vulnerability (#243) (bb0d97a)
Changelog
Sourced from @eslint/eslintrc's changelog.
3.3.7 (2026年09月01日)
Bug Fixes
- Bump js-yaml to 4.3.1 (#239) (f27e7c9)
- update js-yaml to 4.3.2 to address security vulnerability (#243) (bb0d97a)
Commits
Updates @jest/globals from 30.5.0 to 30.5.1
Release notes
Sourced from @jest/globals's releases.
v30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
New Contributors
Full Changelog: jestjs/jest@v30.5.0...v30.5.1
Changelog
Sourced from @jest/globals's changelog.
30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
Commits
Updates @types/node from 26.4.0 to 26.5.0
Commits
Updates @typescript-eslint/eslint-plugin from 8.69.0 to 8.70.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.70.0
8.70.0 (2026年09月07日)
🚀 Features
- eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
- website: generate per-page social preview cards (#12734)
🩹 Fixes
- use stable release of pnpm 12 (#12808)
- update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
- eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
- eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
- eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
- project-service: avoid discarded tsserver logs (#12748)
- typescript-estree: clarify the parserOptions.project error message (#12817)
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.70.0 (2026年09月07日)
🚀 Features
- eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
🩹 Fixes
- eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
- eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
- eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
7ee7608 chore(release): publish 8.70.0
f66bdca test(eslint-plugin): [member-ordering] use RuleTester directly in `optional...
4586535 fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...
f8e1e4e fix(eslint-plugin): [no-unnecessary-condition] no false positive on RHS of a ...
889cece fix(eslint-plugin): [member-ordering] don't report fields that read fields de...
1a5a8b1 feat(eslint-plugin): [no-generated-empty-object-type] add rule (#12730)
- See full diff in compare view
Updates eslint from 10.9.1 to 10.10.0
Release notes
Sourced from eslint's releases.
v10.10.0
Features
264b434 feat: add d and v flags to no-unexpected-multiline (#21305) (Gihyeon Jeong / 정기현)
c6cc6c5 feat: check Object.prototype property names in new-cap (#21269) (crimsonjay0)
5661fa6 feat: no-extra-bind false negatives with class fields and static blocks (#21260) (synthex-byte)
Bug Fixes
bb47dc6 fix: update dependency file-entry-cache to v11 (#20801) (Milos Djermanovic)
427ac0a fix: use format strings in debug calls (#21247) (Francesco Trotta)
9d81532 fix: support __proto__ in /* exported */ comments (#21261) (sethamus)
87e0a08 fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282) (김채영)
8e2cb14 fix: new-cap false positive for UTC calls with properties: false (#21275) (Pixel)
9f4a364 fix: Ignore static imports in no-unreachable (#21276) (Taha Kotil)
Documentation
2417cad docs: Update README (GitHub Actions Bot)
9cecb8a docs: document \c control letter escapes in no-control-regex (#21286) (한국)
8724829 docs: update compat table links (#21263) (fnx)
5634542 docs: Clarify eqeqeq suggestion behavior (#21256) (Müslüm Yılmaz)
Chores
b3d876b chore: disable npm audit in ecosystem tests (#21306) (Francesco Trotta)
1696682 ci: restore EMFILE test on Node.js 26 (#21297) (Marry (Subin Yang))
2c7f5d6 chore: update github/codeql-action action to v4.37.9 (#21296) (renovate[bot])
3c753f1 chore: update eslint (#21289) (renovate[bot])
1c73469 chore: update ecosystem plugins (#21280) (ESLint Bot)
08a02be test: add error locations to no-extra-boolean-cast (#21266) (lumir)
77bb1db chore: update github/codeql-action action to v4.37.8 (#21270) (renovate[bot])
007e81a ci: skip EMFILE test on Node.js 26 (#21265) (lumir)
0430280 chore: improve ecosystem tests compatibility on Windows (#21178) (crimsonjay0)
Commits
Updates jest from 30.5.0 to 30.5.1
Release notes
Sourced from jest's releases.
v30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
New Contributors
Full Changelog: jestjs/jest@v30.5.0...v30.5.1
Changelog
Sourced from jest's changelog.
30.5.1
Fixes
[jest-config] Don't warn about global-only options in the config that supplies the global config - the root config a project resolves to, or the first entry of --projects when no root config is passed (#16411)
[jest-config, jest-types] Stop accepting reporters, coverageReporters, workerIdleMemoryLimit, cwd and runnerOptions in a project config - they were silently ignored, and now warn like the other global-only options (#16411)
[jest-config, jest-validate] Warn about maxWorkers and coverageThreshold in a project config instead of dropping them without a word (#16411)
[jest-resolve] Match moduleNameMapper patterns against the specifier as written again (reverting #16390) (#16417)
[jest-runtime] Resolve package imports specifiers like #dep under ESM again (#16413)
Chore & Maintenance
[jest-util] Name the testEnvironmentOptions.globalsCleanup option and link the docs from the JEST-01 deprecation warning, and document the option's modes (#16404)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all-npm group with 7 updates:
2.1.02.1.13.3.63.3.730.5.030.5.126.4.026.5.08.69.08.70.010.9.110.10.030.5.030.5.1Updates
@eslint/compatfrom 2.1.0 to 2.1.1Release notes
Sourced from @eslint/compat's releases.
Changelog
Sourced from @eslint/compat's changelog.
Commits
a4466cachore: release main (#504)714ffdedocs: Update README sponsors66d9790fix: preserve markVariableAsUsed return value in compat context (#503)caffae7docs: Update README sponsorsae1ba25docs: Update README sponsors50051c6docs: Update README sponsorsea83524docs: Update README sponsors29956aedocs: Update README sponsorsf6d5bdfdocs: Update README sponsors8b71ed3chore: restore eslint-plugin-jsdoc rules (#316)Updates
@eslint/eslintrcfrom 3.3.6 to 3.3.7Release notes
Sourced from @eslint/eslintrc's releases.
Changelog
Sourced from @eslint/eslintrc's changelog.
Commits
7943fa6chore: release 3.3.7 🚀 (#240)bb0d97afix: update js-yaml to 4.3.2 to address security vulnerability (#243)5b4abc9docs: Update README sponsorsf27e7c9fix: Bump js-yaml to 4.3.1 (#239)b75e1d2docs: Update README sponsors302c133docs: Update README sponsorse62e766docs: Update README sponsorscf27f9fdocs: Update README sponsorsc7f4cdfdocs: Update README sponsors3319822docs: Update README sponsorsUpdates
@jest/globalsfrom 30.5.0 to 30.5.1Release notes
Sourced from @jest/globals's releases.
Changelog
Sourced from @jest/globals's changelog.
Commits
9ab14fev30.5.1Updates
@types/nodefrom 26.4.0 to 26.5.0Commits
Updates
@typescript-eslint/eslint-pluginfrom 8.69.0 to 8.70.0Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
Commits
7ee7608chore(release): publish 8.70.0f66bdcatest(eslint-plugin): [member-ordering] useRuleTesterdirectly in `optional...4586535fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...f8e1e4efix(eslint-plugin): [no-unnecessary-condition] no false positive on RHS of a ...889cecefix(eslint-plugin): [member-ordering] don't report fields that read fields de...1a5a8b1feat(eslint-plugin): [no-generated-empty-object-type] add rule (#12730)Updates
eslintfrom 10.9.1 to 10.10.0Release notes
Sourced from eslint's releases.
Commits
3f20a5710.10.0f4e5284Build: changelog update for 10.10.0bb47dc6fix: update dependency file-entry-cache to v11 (#20801)427ac0afix: use format strings in debug calls (#21247)b3d876bchore: disable npm audit in ecosystem tests (#21306)9d81532fix: support__proto__in/* exported */comments (#21261)264b434feat: adddandvflags tono-unexpected-multiline(#21305)1696682ci: restore EMFILE test on Node.js 26 (#21297)2c7f5d6chore: update github/codeql-action action to v4.37.9 (#21296)87e0a08fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282)Updates
jestfrom 30.5.0 to 30.5.1Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
9ab14fev30.5.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions