chore(deps): bump the all-dependencies group across 1 directory with 7 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(5 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
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/corebumped from ^1.0.0 to ^1.0.1migrate-config: v2.0.1
2.0.1 (2026-01-08)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^2.0.0 to ^2.0.1- devDependencies
@eslint/corebumped 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/corebumped from ^1.0.0 to ^1.0.1
Commits
7abc051chore: release main (#336)f0b5b68docs: Update README sponsorsb65204ddocs: Update README sponsors5f8bc5bci: runarethetypeswrongon packages with types (#338)d9eb64adocs: Update README sponsors7444f36docs: Update README sponsors0924075docs: Update README sponsors0f16298chore: add lint:unused script to run Knip (#241)c170730docs: useimport.meta.dirname(#324)- See full diff in compare view
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 @
@toPrimitiveand 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
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ulrich Stark
- Yannick Decat
@mho22- Yukihiro Hasegawa
@y-hsgwYou 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 @
@toPrimitiveand 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
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ulrich Stark
- Yannick Decat
@mho22You can read about our versioning strategy and releases on our website.
Commits
9ddd571chore(release): publish 8.52.06b467b0docs: add blog post on revamping the ban-types rule (#11873)309a38efix(eslint-plugin): [no-base-to-string] detect @@toPrimitiveand valueOf (#11...cf79108fix(eslint-plugin): [no-useless-default-assignment] handle conditional initia...a166ceafeat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#11899)d1b44c0chore(deps): update nx monorepo to v22.3.3 (#11848)95c7c73chore: update deps to latest minor/patch (#11921)45a7d2bchore(typescript-estree): useiterateComments()from ts-api-utils v2.3 (#11...e4c57f5chore(release): publish 8.51.0c7b698bfeat(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 @
@toPrimitiveand 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
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ulrich Stark
- Yannick Decat
@mho22- Yukihiro Hasegawa
@y-hsgwYou 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
9ddd571chore(release): publish 8.52.095c7c73chore: update deps to latest minor/patch (#11921)e4c57f5chore(release): publish 8.51.0- See full diff in compare view
Updates globals from 16.5.0 to 17.0.0
Release notes
Sourced from globals's releases.
v17.0.0
Breaking
- Split
audioWorkletenvironment frombrowser(#320) 7bc293eImprovements
- Update globals (#329) ebe1063
- Get all browser globals from both
chromeandfirefox(#321) 59ceff8- Add
bunBuiltinenvironment (#324) 1bc6e3b- Add
denoBuiltinenvironment (#324) 1bc6e3b- Add
paintWorkletenvironment (#323) 4b78f56- Add
sharedWorkerenvironment (#322) 4a02a85
https://github.com/sindresorhus/globals/compare/v16.5.0...v17.0.0
Commits
bb89b1817.0.0ebe1063Update globals (2026-01-01) (#329)e3d8da3Revert "Automate script forpaintWorkletenvironment (#325)" (#328)e7c0453Automate script forpaintWorkletenvironment (#325)1bc6e3bAddbunBuiltinanddenoBuiltin(#324)4b78f56AddpaintWorkletenvironment (#323)59ceff8Get all browser globals from bothchromeandfirefox(#321)4a02a85AddsharedWorkerenvironment (#322)7bc293eSplitaudioWorkletenvironment frombrowser(#320)814075fFix browser launch (#319)- Additional commits viewable in compare view
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 @
@toPrimitiveand 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
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ulrich Stark
- Yannick Decat
@mho22- Yukihiro Hasegawa
@y-hsgwYou 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
9ddd571chore(release): publish 8.52.095c7c73chore: update deps to latest minor/patch (#11921)e4c57f5chore(release): publish 8.51.0- See full diff in compare view
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
v3.0.0
3.0.0 (2026-01-01)
⚠ BREAKING CHANGES
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
3.0.0 (2026-01-01)
⚠ BREAKING CHANGES
Commits
e4b27cfchore(main): release 3.0.2 (#842)3ae507bfix: Use tsgo instead of tsc for faster type-checking (#847)ec3b08efeat: Enable TypeScript optionerasableSyntaxOnly(#846)ddf74e3feat: modernize TypeScript config (#845)af24353fix: Replace jest with vitest (#844)8e6ecffchore: Upgrade to Jest 30 (#843)bf79a57fix: Remove mock-fs due to Jest 30 incompatibility (#841)449224fchore(main): release 3.0.1 (#840)bd4fccdfix: Rule doc notice for description should come first (#839)680e01edocs: cleanup changelog for v3 (#836)- Additional commits viewable in compare view
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
Bug Fixes
Changelog
Sourced from eslint-plugin-eslint-plugin's changelog.
7.3.0 (2026-01-06)
Features
Bug Fixes
Chores
- complete release-please update (#574) (61e59ca)
- dev-deps: remove
release-itdependencies (#577) (bab5d46)- fix lint-staged (0d86ffd)
- husky config (463c518)
- update actions/checkout action to v6 (#583) (b2ca06f)
- update commitlint monorepo to v20 (ab7f511)
- update commitlint monorepo to v20 (major) (#584) (ab7f511)
- update dependency
@types/nodeto v24 (#585) (ddf75c9)- update dependency npm-package-json-lint to v9 (#587) (6dd666f)
- update dependency npm-run-all2 to v8 (#588) (5801554)
- update eslint (#566) (13d0ad4)
- update github artifact actions (48a303d)
- update github artifact actions (major) (#589) (48a303d)
- update vitest monorepo to v4 (b783d30)
- update vitest monorepo to v4 (major) (#590) (b783d30)
Commits
57deb86chore(main): release 7.3.0 (#568)5801554chore: update dependency npm-run-all2 to v8 (#588)ddf75c9chore: update dependency@types/nodeto v24 (#585)b2ca06fchore: update actions/checkout action to v6 (#583)ab7f511chore: update commitlint monorepo to v20 (major) (#584)b783d30chore: update vitest monorepo to v4 (major) (#590)48a303dchore: update github artifact actions (major) (#589)6dd666fchore: update dependency npm-package-json-lint to v9 (#587)13d0ad4chore: update eslint (#566)f985ba0fix: address ci failures (#578)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Package Dependencies
@typescript-eslint/parser
npm
8.50.1 → 8.52.0
Minor
@typescript-eslint/eslint-plugin
npm
8.50.1 → 8.52.0
Minor
eslint-plugin-eslint-plugin
npm
7.2.0 → 7.3.0
Minor
Technical Details
| ID: | 12890554 |
| UUID: | 3802383564 |
| Node ID: | PR_kwDOA0Yg8M68mZPX |
| Host: | GitHub |
| Repository: | github/eslint-plugin-github |