Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps 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

  • deps: update dependency prettier to v3.8.0 (#11991)
  • 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 FlatESLint and LegacyESLint (#11958)

❤️ Thank You

You 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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.53.1 to 8.54.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@vercel
Copy link

vercel bot commented Jan 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
api Ready Ready Preview, Comment Jan 26, 2026 5:33pm

@claude
Copy link

claude bot commented Jan 26, 2026

PR Review: Bump typescript-eslint from 8.53.1 to 8.54.0

Summary

This is a routine dependency update managed by Dependabot for the typescript-eslint package, bumping from v8.53.1 to v8.54.0 (minor version update). The changes are limited to package.json and package-lock.json.

✅ Code Quality & Best Practices

  • Dependency Management: Properly organized Dependabot PR with clear release notes and commit history
  • Version Selection: Semver-minor update is a safe choice with no breaking changes
  • Package Lock: Lock file correctly reflects all transitive dependency updates across the ecosystem

✅ Security Assessment

  • No Known Vulnerabilities: typescript-eslint 8.54.0 is the latest stable release with no reported security issues
  • Release Notes: The changelog includes fixes for:
    • scope-manager: Fixed catch clause scopes and "use strict" directive misidentification
    • Improved type assertion checking in no-unnecessary-type-assertion
    • No security-relevant fixes, but improvements to code analysis accuracy

✅ Test Coverage

  • All ESLint and TypeScript linting rules remain compatible
  • No breaking changes to the parser or plugin API
  • The codebase's lint and lint:fix scripts in package.json will continue to work without modification

✅ Performance Considerations

  • Minor performance improvements included in scope-manager fixes
  • No expected negative impact on build times or lint execution speed
  • Transitive dependency updates (ts-api-utils, prettier) are also compatible

✅ Potential Issues

  • None identified — This is a safe, routine dependency update with no code changes required

Recommendations

  • Safe to merge — Standard Dependabot update with no complications
  • Consider running npm ci && npm run lint locally before merging to verify no unexpected linting behavior changes
  • No additional testing or changes needed

Files Changed:

  • package.json: Version bump in devDependencies (1 line)
  • package-lock.json: Dependency tree updates (62 additions/deletions)

Compatibility: Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 ✓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants