Bump the npm group with 13 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
poad
Bumps the npm group with 13 updates:
| Package | From | To |
|---|---|---|
| typescript-eslint | 8.53.1 |
8.54.0 |
| @typescript-eslint/eslint-plugin | 8.53.1 |
8.54.0 |
| @typescript-eslint/parser | 8.53.1 |
8.54.0 |
| @typescript-eslint/project-service | 8.53.1 |
8.54.0 |
| @typescript-eslint/scope-manager | 8.53.1 |
8.54.0 |
| @typescript-eslint/tsconfig-utils | 8.53.1 |
8.54.0 |
| @typescript-eslint/type-utils | 8.53.1 |
8.54.0 |
| @typescript-eslint/types | 8.53.1 |
8.54.0 |
| @typescript-eslint/typescript-estree | 8.53.1 |
8.54.0 |
| @typescript-eslint/utils | 8.53.1 |
8.54.0 |
| @typescript-eslint/visitor-keys | 8.53.1 |
8.54.0 |
| electron-to-chromium | 1.5.278 |
1.5.279 |
| rollup | 4.56.0 |
4.57.0 |
Updates typescript-eslint from 8.53.1 to 8.54.0
Release notes
Sourced from typescript-eslint's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.54.0 (2026-01-26)
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
d423e57chore(release): publish 8.54.0- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- deps: update dependency prettier to v3.8.0 (#11991)
- scope-manager: fix catch clause scopes
def.name(#11982)- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
❤️ Thank You
- Brad Zacher
@bradzacher- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.080e33fffeat(eslint-plugin-internal): add prefer-tsutils-methods rule (#11974)ec4f73afeat(typescript-estree): add shortcut methods to ParserServicesWithTypeInform...d32f909test(eslint-plugin): skip rules tests in windows ci (#11988)17fa993test(eslint-plugin): improve vitest performance with isolate: false (#11754)1c66ab4fix(eslint-plugin): [no-unnecessary-type-assertion] check both base constrain...aaa7ca2fix(deps): update dependency prettier to v3.8.0 (#11991)d50aa18fix(scope-manager): fix catch clause scopesdef.name(#11982)4c0b379fix(eslint-plugin): [no-unused-private-class-members] private destructured cl...- See full diff in compare view
Updates @typescript-eslint/parser from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.54.0 (2026-01-26)
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
d423e57chore(release): publish 8.54.0- See full diff in compare view
Updates @typescript-eslint/project-service from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/project-service's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/project-service's changelog.
8.54.0 (2026-01-26)
This was a version bump only for project-service to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.0- See full diff in compare view
Updates @typescript-eslint/scope-manager from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/scope-manager's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/scope-manager's changelog.
8.54.0 (2026-01-26)
🚀 Features
- scope-manager: support ScopeManager#addGlobals (#11914)
🩹 Fixes
- scope-manager: prevent misidentification of
"use strict"directives (#11995)- scope-manager: fix catch clause scopes
def.name(#11982)❤️ Thank You
- fnx
@DMartens- Josh Goldberg
- overlookmotel
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/tsconfig-utils from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/tsconfig-utils's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/tsconfig-utils's changelog.
8.54.0 (2026-01-26)
This was a version bump only for tsconfig-utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.0- See full diff in compare view
Updates @typescript-eslint/type-utils from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/type-utils's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils's changelog.
8.54.0 (2026-01-26)
🚀 Features
❤️ Thank You
- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.080e33fffeat(eslint-plugin-internal): add prefer-tsutils-methods rule (#11974)- See full diff in compare view
Updates @typescript-eslint/types from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/types's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/types's changelog.
8.54.0 (2026-01-26)
This was a version bump only for types to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.0- See full diff in compare view
Updates @typescript-eslint/typescript-estree from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/typescript-estree's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/typescript-estree's changelog.
8.54.0 (2026-01-26)
🚀 Features
❤️ Thank You
- MinJae
@Ju-MINJAEYou can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.0ec4f73afeat(typescript-estree): add shortcut methods to ParserServicesWithTypeInform...- See full diff in compare view
Updates @typescript-eslint/utils from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/utils's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/utils's changelog.
8.54.0 (2026-01-26)
🩹 Fixes
- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Francesco Trotta
- Josh Goldberg
You can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.0f619374fix(utils): handle missingFlatESLintandLegacyESLint(#11958)- See full diff in compare view
Updates @typescript-eslint/visitor-keys from 8.53.1 to 8.54.0
Release notes
Sourced from @typescript-eslint/visitor-keys's releases.
v8.54.0
8.54.0 (2026-01-26)
🚀 Features
- eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
- scope-manager: support ScopeManager#addGlobals (#11914)
- typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)
🩹 Fixes
- eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
- eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
- scope-manager: fix catch clause scopes
def.name(#11982)- scope-manager: prevent misidentification of
"use strict"directives (#11995)- utils: handle missing
FlatESLintandLegacyESLint(#11958)❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Francesco Trotta
- Josh Goldberg
- MinJae
@Ju-MINJAE- Minyeong Kim
@minyeong981- overlookmotel
- Yuya Yoshioka
@YuyaYoshioka- 김현수
@Kimsoo0119You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/visitor-keys's changelog.
8.54.0 (2026-01-26)
This was a version bump only for visitor-keys to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
d423e57chore(release): publish 8.54.0- See full diff in compare view
Updates electron-to-chromium from 1.5.278 to 1.5.279
Commits
4060e621.5.27953b7424generate new version- See full diff in compare view
Updates rollup from 4.56.0 to 4.57.0
Release notes
Sourced from rollup's releases.
v4.57.0
4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)
Changelog
Sourced from rollup's changelog.
4.57.0
2026-01-27
Features
- Add import attributes to all plugin hooks that did not provide them yet (#5700)
- Deprecate returning import attributes from
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
- #5700: extend more hooks to include import attributes and add warnings (
@TrickyPi,@lukastaegert)- #6243: fix(deps): update swc monorepo (major) (
@renovate[bot],@lukastaegert)- #6244: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6245: chore(deps): lock file maintenance (
@renovate[bot])- #6246: Refactor to reduce Rollup 5 upgrade diff (
@lukastaegert)
Commits
743d0544.57.074121c7extend more hooks to include import attributes and add warnings (#5700)c519d82Refactor to reduce Rollup 5 upgrade diff (#6246)7af842bfix(deps): update swc monorepo (major) (#6243)529997cchore(deps): lock file maintenance (#6245)aa288d3fix(deps): lock file maintenance minor/patch updates (#6244)- See full diff 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.53.1 → 8.54.0
Minor
@typescript-eslint/eslint-plugin
npm
8.53.1 → 8.54.0
Minor
@typescript-eslint/project-service
npm
8.53.1 → 8.54.0
Minor
@typescript-eslint/scope-manager
npm
8.53.1 → 8.54.0
Minor
@typescript-eslint/tsconfig-utils
npm
8.53.1 → 8.54.0
Minor
@typescript-eslint/type-utils
npm
8.53.1 → 8.54.0
Minor
@typescript-eslint/typescript-estree
npm
8.53.1 → 8.54.0
Minor
@typescript-eslint/visitor-keys
npm
8.53.1 → 8.54.0
Minor
Technical Details
| ID: | 13304541 |
| UUID: | 3874894742 |
| Node ID: | PR_kwDOE3aIh87AWg20 |
| Host: | GitHub |
| Repository: | poad/github-pull-requester |