chore(vscode-plugin): bump @typescript-eslint/parser from 8.35.1 to 8.57.0 in /agent-support/vscode#690
Conversation
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.35.1 to 8.57.0. - [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.57.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| "@types/vscode": "1.99.1", | ||
| "@typescript-eslint/eslint-plugin": "^8.31.1", | ||
| "@typescript-eslint/parser": "^8.31.1", | ||
| "@typescript-eslint/parser": "^8.57.0", |
There was a problem hiding this comment.
🟡 Version mismatch between @typescript-eslint/parser and @typescript-eslint/eslint-plugin
The @typescript-eslint/parser was bumped to ^8.57.0 (resolves to 8.57.0) but @typescript-eslint/eslint-plugin was left at ^8.31.1 (resolves to 8.35.1). The @typescript-eslint project requires all its packages to be the same version — mismatched versions cause conflicts because they pull in different versions of shared internal packages (e.g., @typescript-eslint/scope-manager 8.57.0 from the parser vs 8.35.1 from the plugin). This can lead to linting errors or unexpected behavior.
Prompt for agents
In agent-support/vscode/package.json, bump @typescript-eslint/eslint-plugin (line 86) to the same version range as @typescript-eslint/parser. Change line 86 from "@typescript-eslint/eslint-plugin": "^8.31.1" to "@typescript-eslint/eslint-plugin": "^8.57.0" so both packages resolve to compatible versions. Then regenerate the yarn.lock file.
Was this helpful? React with 👍 or 👎 to provide feedback.
Bumps @typescript-eslint/parser from 8.35.1 to 8.57.0.
Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
2c6aeeechore(release): publish 8.57.0f696dadchore: use pnpm catalog (#12047)a09921echore: update vitest to 4.x (#12071)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)d423e57chore(release): publish 8.54.0Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/parsersince your current version.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)