chore(deps-dev): bump @typescript-eslint/parser from 8.54.0 to 8.56.1#78
chore(deps-dev): bump @typescript-eslint/parser from 8.54.0 to 8.56.1#78dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.54.0 to 8.56.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
🤖 Auto-Test Results
Automated checks completed at 2026-02-28T03:26:19.031Z |
There was a problem hiding this comment.
Pull request overview
Updates the root dev dependency on @typescript-eslint/parser to a newer 8.56.x release and refreshes the npm lockfile so installs resolve to the updated parser and its updated transitive dependency set.
Changes:
- Bump
@typescript-eslint/parserinpackage.jsonto^8.56.1. - Update
package-lock.jsonto resolve@typescript-eslint/[email protected]and related transitive dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the requested version range for @typescript-eslint/parser. |
| package-lock.json | Re-locks dependency graph to @typescript-eslint/[email protected] and new nested dependencies/engine constraints. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -38,7 +38,7 @@ | |||
| "devDependencies": { | |||
| "@types/node": "^25.2.1", | |||
| "@typescript-eslint/eslint-plugin": "^8.0.0", | |||
There was a problem hiding this comment.
@typescript-eslint/parser is bumped to ^8.56.1, but @typescript-eslint/eslint-plugin remains ^8.0.0 and the lockfile is still resolving the plugin to 8.54.0. This results in mixed minor versions (and duplicated @typescript-eslint/* internals in package-lock.json), which can cause subtle lint/parser behavior drift and larger installs. Consider bumping @typescript-eslint/eslint-plugin to ^8.56.1 as well (or keep both on the same range) so the TypeScript ESLint packages stay aligned.
| "@typescript-eslint/eslint-plugin": "^8.0.0", | |
| "@typescript-eslint/eslint-plugin": "^8.56.1", |
|
Superseded by #94. |
Bumps @typescript-eslint/parser from 8.54.0 to 8.56.1.
Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
96a04a9chore(release): publish 8.56.18b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)