Skip to content

chore(deps-dev): bump typescript-eslint from 8.51.0 to 8.54.0#152

Merged
TheRealAgentK merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-eslint-8.54.0
Feb 23, 2026
Merged

chore(deps-dev): bump typescript-eslint from 8.51.0 to 8.54.0#152
TheRealAgentK merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-eslint-8.54.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps typescript-eslint from 8.51.0 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 FlatESLint and LegacyESLint (#11958)

❤️ Thank You

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

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

... (truncated)

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.

8.53.1 (2026-01-19)

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.53.0 (2026-01-12)

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.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.

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
TheRealAgentK added a commit that referenced this pull request Feb 20, 2026
…-eslint

Update devDependencies to latest versions:
- @types/node: ^25.0.3 → ^25.3.0
- express: ^5.1.0 → ^5.2.1
- prettier: ^3.3.2 → ^3.8.1
- tap: ^21.1.0 → ^21.6.1
- typescript-eslint: ^8.39.0 → ^8.56.0

Supersedes Dependabot PRs #151, #152, #153, #154, #155.
TheRealAgentK added a commit that referenced this pull request Feb 23, 2026
* chore(deps-dev): bump @types/node, express, prettier, tap, typescript-eslint

Update devDependencies to latest versions:
- @types/node: ^25.0.3 → ^25.3.0
- express: ^5.1.0 → ^5.2.1
- prettier: ^3.3.2 → ^3.8.1
- tap: ^21.1.0 → ^21.6.1
- typescript-eslint: ^8.39.0 → ^8.56.0

Supersedes Dependabot PRs #151, #152, #153, #154, #155.

* fix(deps): resolve transitive security vulnerabilities

npm audit fix resolves 17 vulnerabilities:
- body-parser DoS (GHSA-wqch-xfxh-vrr4)
- diff/jsdiff DoS (GHSA-73rr-hh4g-fpgx)
- glob CLI command injection (GHSA-5j98-mcp5-4vw2)
- js-yaml prototype pollution (GHSA-mh29-5h37-fv8m)
- qs arrayLimit DoS (GHSA-6rw7-vpxm-498p, GHSA-w7fw-mjwx-w883)
- tar hardlink/symlink path traversal (GHSA-r6q2-hw4h-h46w, GHSA-34x7-hfp2-rc4v,
  GHSA-83g3-92jg-28cx, GHSA-8qq5-rm4j-mr97)

Remaining 19 vulns are in eslint/typescript-eslint/tsdoc transitive deps
(ajv, minimatch) and require eslint 10 (breaking change) to fully resolve.

* docs: add AGENTS.md with project guide and raygun4node integration notes

* chore: clean up package-lock.json after dependency updates

* fix(docs): correct package name in README import example

The import example used @raygun/aws-lambda but the actual
package name is @raygun.io/aws-lambda.

* chore(deps): bump @types/aws-lambda to ^8.10.160 and raygun to ^2.2.4

* chore(deps-dev): bump eslint-plugin-tsdoc, @stylistic/eslint-plugin, tap

- eslint-plugin-tsdoc: ^0.4.0 → ^0.5.0 (align with raygun4node)
- @stylistic/eslint-plugin: ^5.1.0 → ^5.9.0
- tap: ^21.6.1 → ^21.6.2

* docs: fix inaccurate workspace reference in AGENTS.md
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.51.0 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 force-pushed the dependabot/npm_and_yarn/typescript-eslint-8.54.0 branch from acb1c5c to 3161e54 Compare February 23, 2026 21:24
@TheRealAgentK TheRealAgentK merged commit 459b60f into main Feb 23, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-eslint-8.54.0 branch February 23, 2026 21:27
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.

1 participant