An open index of dependabot pull requests across open source projects.

chore(deps): bump the all-dependencies group across 1 directory with 7 updates

Closed
Number: #677
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: January 12, 2026 at 12:39 AM UTC
(5 months ago)
Updated: January 19, 2026 at 12:41 AM UTC
(4 months ago)
Closed: January 19, 2026 at 12:41 AM UTC
(4 months ago)
Time to Close: 7 days
Labels:
dependencies javascript
Description:

Bumps the all-dependencies group with 7 updates in the / directory:

Package From To
@eslint/compat 2.0.0 2.0.1
@typescript-eslint/eslint-plugin 8.50.1 8.52.0
@typescript-eslint/parser 8.50.1 8.52.0
globals 16.5.0 17.0.0
typescript-eslint 8.50.1 8.52.0
eslint-doc-generator 2.4.0 3.0.2
eslint-plugin-eslint-plugin 7.2.0 7.3.0

Updates @eslint/compat from 2.0.0 to 2.0.1

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.1

2.0.1 (2026-01-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.0 to ^1.0.1

migrate-config: v2.0.1

2.0.1 (2026-01-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.0 to ^2.0.1
    • devDependencies
      • @​eslint/core bumped from ^1.0.0 to ^1.0.1
Changelog

Sourced from @​eslint/compat's changelog.

2.0.1 (2026-01-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.0 to ^1.0.1
Commits

Updates @typescript-eslint/eslint-plugin from 8.50.1 to 8.52.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: add namespace to plugin meta (#11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 9ddd571 chore(release): publish 8.52.0
  • 6b467b0 docs: add blog post on revamping the ban-types rule (#11873)
  • 309a38e fix(eslint-plugin): [no-base-to-string] detect @@​toPrimitive and valueOf (#11...
  • cf79108 fix(eslint-plugin): [no-useless-default-assignment] handle conditional initia...
  • a166cea feat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#11899)
  • d1b44c0 chore(deps): update nx monorepo to v22.3.3 (#11848)
  • 95c7c73 chore: update deps to latest minor/patch (#11921)
  • 45a7d2b chore(typescript-estree): use iterateComments() from ts-api-utils v2.3 (#11...
  • e4c57f5 chore(release): publish 8.51.0
  • c7b698b feat(eslint-plugin): add namespace to plugin meta (#11885)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.50.1 to 8.52.0

Release notes

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

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

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

8.52.0 (2026-01-05)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.51.0 (2025-12-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates globals from 16.5.0 to 17.0.0

Release notes

Sourced from globals's releases.

v17.0.0

Breaking

  • Split audioWorklet environment from browser (#320) 7bc293e

Improvements

  • Update globals (#329) ebe1063
  • Get all browser globals from both chrome and firefox (#321) 59ceff8
  • Add bunBuiltin environment (#324) 1bc6e3b
  • Add denoBuiltin environment (#324) 1bc6e3b
  • Add paintWorklet environment (#323) 4b78f56
  • Add sharedWorker environment (#322) 4a02a85

https://github.com/sindresorhus/globals/compare/v16.5.0...v17.0.0

Commits

Updates typescript-eslint from 8.50.1 to 8.52.0

Release notes

Sourced from typescript-eslint's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.52.0 (2026-01-05)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.51.0 (2025-12-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-doc-generator from 2.4.0 to 3.0.2

Release notes

Sourced from eslint-doc-generator's releases.

v3.0.2

3.0.2 (2026-01-02)

Bug Fixes

  • Enable TypeScript option erasableSyntaxOnly (ec3b08e)
  • Modernize TypeScript config (ddf74e3)
  • Remove mock-fs due to Jest 30 incompatibility (#841) (bf79a57)
  • Replace jest with vitest (#844) (af24353)
  • Upgrade to Jest 30 (8e6ecff)
  • Use tsgo instead of tsc for faster type-checking (#847) (3ae507b)

v3.0.1

3.0.1 (2026-01-02)

Bug Fixes

  • Rule doc notice for description should come first (#839) (bd4fccd)

v3.0.0

3.0.0 (2026-01-01)

⚠ BREAKING CHANGES

  • Add default emoji for base config (#828)
  • Remove implicit config badge fallback (#827)
  • Require Node 20, 22, 24+ (#794)
  • Update default rule doc title and notices to separate rule name and description (#835)
  • Update dependencies (#834)
Changelog

Sourced from eslint-doc-generator's changelog.

3.0.2 (2026-01-02)

Bug Fixes

  • Enable TypeScript option erasableSyntaxOnly (ec3b08e)
  • Modernize TypeScript config (ddf74e3)
  • Remove mock-fs due to Jest 30 incompatibility (#841) (bf79a57)
  • Replace jest with vitest (#844) (af24353)
  • Upgrade to Jest 30 (8e6ecff)
  • Use tsgo instead of tsc for faster type-checking (#847) (3ae507b)

3.0.1 (2026-01-02)

Bug Fixes

  • Rule doc notice for description should come first (#839) (bd4fccd)

3.0.0 (2026-01-01)

⚠ BREAKING CHANGES

  • Add default emoji for base config (#828)
  • Remove implicit config badge fallback (#827)
  • Require Node 20, 22, 24+ (#794)
  • Update default rule doc title and notices to separate rule name and description (#835)
  • Update dependencies (#834)
Commits

Updates eslint-plugin-eslint-plugin from 7.2.0 to 7.3.0

Release notes

Sourced from eslint-plugin-eslint-plugin's releases.

v7.3.0

7.3.0 (2026-01-06)

Features

  • add new rule no-matching-violation-suggest-message-ids (#567) (57cbe73)

Bug Fixes

Changelog

Sourced from eslint-plugin-eslint-plugin's changelog.

7.3.0 (2026-01-06)

Features

  • add new rule no-matching-violation-suggest-message-ids (#567) (57cbe73)

Bug Fixes

Chores

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
Package Dependencies
Package:
globals
Ecosystem:
npm
Version Change:
16.5.0 → 17.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
8.50.1 → 8.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.50.1 → 8.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.50.1 → 8.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.4.0 → 3.0.2
Update Type:
Major
Ecosystem:
npm
Version Change:
2.0.0 → 2.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.2.0 → 7.3.0
Update Type:
Minor
Technical Details
ID: 12890554
UUID: 3802383564
Node ID: PR_kwDOA0Yg8M68mZPX
Host: GitHub
Repository: github/eslint-plugin-github