Skip to content

tools: bump the eslint group in /tools/eslint with 6 updates - #66045

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tools/eslint/eslint-3b33736368
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tools/eslint/eslint-3b33736368

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the eslint group in /tools/eslint with 6 updates:

Package From To
@babel/core 8.0.1 8.0.5
@babel/eslint-parser 8.0.1 8.0.5
eslint 10.9.1 10.10.0
eslint-plugin-jsdoc 64.2.1 64.3.9
eslint-plugin-regexp 3.2.0 3.3.0
globals 17.11.0 17.12.0

Updates @babel/core from 8.0.1 to 8.0.5

Release notes

Sourced from @​babel/core's releases.

v8.0.5 (2026-09-10)

Thanks @​drubetti, @​jibin7jose, @​joelle-a-dev, @​journey-ad, @​Kjubikstronk, @​MatteoGabriele, and @​zhangli091011 for your first PRs!

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

📝 Documentation

🏠 Internal

  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-preset-env
  • babel-node
  • babel-types

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v8.0.5 (2026-09-10)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

📝 Documentation

🏠 Internal

  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-preset-env
  • babel-node
  • babel-types

🏃‍♀️ Performance

  • babel-parser

... (truncated)

Commits

Updates @babel/eslint-parser from 8.0.1 to 8.0.5

Release notes

Sourced from @​babel/eslint-parser's releases.

v8.0.5 (2026-09-10)

Thanks @​drubetti, @​jibin7jose, @​joelle-a-dev, @​journey-ad, @​Kjubikstronk, @​MatteoGabriele, and @​zhangli091011 for your first PRs!

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

📝 Documentation

🏠 Internal

  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-preset-env
  • babel-node
  • babel-types

... (truncated)

Changelog

Sourced from @​babel/eslint-parser's changelog.

v8.0.5 (2026-09-10)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

📝 Documentation

🏠 Internal

  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-preset-env
  • babel-node
  • babel-types

🏃‍♀️ Performance

  • babel-parser

... (truncated)

Commits

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 eslint-plugin-jsdoc from 64.2.1 to 64.3.9

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v64.3.9

64.3.9 (2026-09-10)

Bug Fixes

  • no-undefined-types: recognize class members from the class's own JSDoc (eade377), closes #1762

v64.3.8

64.3.8 (2026-09-09)

Bug Fixes

  • getJsdocProcessorPlugin: key positions by file; drop suggestions (1b3c339)

v64.3.7

64.3.7 (2026-09-09)

Bug Fixes

  • no-undefined-types: recognize sibling class members from a property's JSDoc (5cac70a), closes #1760

v64.3.6

64.3.6 (2026-09-05)

Bug Fixes

  • no-unnecessarry-type-assertion: avoid treating as redundant object annotations which clarify method argument types (342b6f6)
  • no-unnecessary-type-assertion: handle array literal annotations whose element type is a literal or union of literals narrowing element type (543b24f)

v64.3.5

64.3.5 (2026-09-03)

Bug Fixes

  • no-unnecessary-type-assertion: don't flag array-to-tuple assertions; add preferConstToLiteralTuples (8546f77), closes #1756

v64.3.4

64.3.4 (2026-09-01)

Bug Fixes

  • require-asterisk-prefix: avoid crashing on custom languages (8f78214)

v64.3.3

... (truncated)

Commits
  • eade377 fix(no-undefined-types): recognize class members from the class's own JSDoc
  • 1b3c339 fix(getJsdocProcessorPlugin): key positions by file; drop suggestions
  • 5cac70a fix(no-undefined-types): recognize sibling class members from a property's ...
  • 43921f3 chore: update jsdoccomment, devDeps.
  • 342b6f6 fix(no-unnecessarry-type-assertion): avoid treating as redundant object ann...
  • 543b24f fix(no-unnecessary-type-assertion): handle array literal annotations whose ...
  • 56e38f7 chore: update jsdoccomment, typescript-eslint/utils, devDeps
  • 8546f77 fix(no-unnecessary-type-assertion): don't flag array-to-tuple assertions; a...
  • c924e0a docs: indicate property that can be used to expand number of files covered by...
  • 8f78214 fix(require-asterisk-prefix): avoid crashing on custom languages
  • Additional commits viewable in compare view

Updates eslint-plugin-regexp from 3.2.0 to 3.3.0

Release notes

Sourced from eslint-plugin-regexp's releases.

v3.3.0

Minor Changes

  • Handle matchAll().take()/.drop() capture usage (#1042)
Changelog

Sourced from eslint-plugin-regexp's changelog.

3.3.0

Minor Changes

  • Handle matchAll().take()/.drop() capture usage (#1042)
Commits
  • 6e395fe chore: release eslint-plugin-regexp (#1044)
  • da95b42 chore(deps): bump @​humanfs/node from 0.16.6 to 0.16.8 (#1040)
  • 4edcc6d chore(deps): bump postcss-selector-parser from 7.1.1 to 7.1.5 (#1039)
  • 15e25b9 chore(deps): bump fast-uri from 3.1.5 to 3.1.7 (#1041)
  • 8cac42f Handle matchAll().take() and .drop() capture usage (#1042)
  • 79059b5 chore(deps): update typescript-eslint monorepo to ~8.69.0 (#1038)
  • 1d423fc chore(deps): update dependency mocha to v12 (#1037)
  • 30197a5 chore(deps): update dependency eslint-plugin-unicorn to v74 (#1036)
  • 4dc21ee chore(deps): update typescript-eslint monorepo to ~8.68.0 (#1035)
  • 6fa9756 chore(deps): update changesets/action action to v2.1.1 (#1034)
  • Additional commits viewable in compare view

Updates globals from 17.11.0 to 17.12.0

Release notes

Sourced from globals's releases.

v17.12.0

  • Update globals (2026-09-01) (#353) 50a2119
  • Add __webpack_layer__ global (#351) 779a11a

sindresorhus/globals@v17.11.0...v17.12.0

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 eslint group in /tools/eslint with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `8.0.1` | `8.0.5` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `8.0.1` | `8.0.5` |
| [eslint](https://github.com/eslint/eslint) | `10.9.1` | `10.10.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `64.2.1` | `64.3.9` |
| [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) | `3.2.0` | `3.3.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.11.0` | `17.12.0` |


Updates `@babel/core` from 8.0.1 to 8.0.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.5/packages/babel-core)

Updates `@babel/eslint-parser` from 8.0.1 to 8.0.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.5/eslint/babel-eslint-parser)

Updates `eslint` from 10.9.1 to 10.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.9.1...v10.10.0)

Updates `eslint-plugin-jsdoc` from 64.2.1 to 64.3.9
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v64.2.1...v64.3.9)

Updates `eslint-plugin-regexp` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-regexp@v3.2.0...v3.3.0)

Updates `globals` from 17.11.0 to 17.12.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.11.0...v17.12.0)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@babel/eslint-parser"
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 64.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-regexp
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: globals
  dependency-version: 17.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies PRs that add, update, or configure Node.js dependencies. javascript PRs that update JavaScript code. labels Sep 15, 2026
@nodejs-github-bot nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Sep 15, 2026
@meixg meixg added author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. labels Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. dependencies PRs that add, update, or configure Node.js dependencies. javascript PRs that update JavaScript code. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants