Fix peer dependency conflict between eslint 10 and typescript-eslint 8.55#82
Merged
bellini666 merged 2 commits intodependabot/npm_and_yarn/extensions/vscode-extension/npm-all-1f6f22bb56from Feb 14, 2026
Conversation
typescript-eslint@8.55.0 requires eslint@^8.57.0 || ^9.0.0, which doesn't support eslint 10 yet. Downgraded @eslint/js and eslint to 9.39.2 (latest v9) to maintain compatibility while keeping other dependency updates. Co-authored-by: bellini666 <134025+bellini666@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update npm-all group in vscode-extension with 5 updates
Fix peer dependency conflict between eslint 10 and typescript-eslint 8.55
Feb 14, 2026
bellini666
approved these changes
Feb 14, 2026
360c795
into
dependabot/npm_and_yarn/extensions/vscode-extension/npm-all-1f6f22bb56
bellini666
added a commit
that referenced
this pull request
Feb 14, 2026
…extension with 5 updates (#81) * deps(vscode)(deps-dev): bump the npm-all group Bumps the npm-all group in /extensions/vscode-extension with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `10.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.1` | `25.2.3` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` | | [webpack](https://github.com/webpack/webpack) | `5.105.0` | `5.105.2` | Updates `@eslint/js` from 9.39.2 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js) Updates `@types/node` from 25.2.1 to 25.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.2 to 10.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.0) Updates `typescript-eslint` from 8.54.0 to 8.55.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.55.0/packages/typescript-eslint) Updates `webpack` from 5.105.0 to 5.105.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.105.0...v5.105.2) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-all - dependency-name: "@types/node" dependency-version: 25.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-all - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-all - dependency-name: typescript-eslint dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-all - dependency-name: webpack dependency-version: 5.105.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-all ... Signed-off-by: dependabot[bot] <support@github.com> * Fix peer dependency conflict between eslint 10 and typescript-eslint 8.55 (#82) * Initial plan * Fix peer dependency conflict: downgrade eslint to v9 typescript-eslint@8.55.0 requires eslint@^8.57.0 || ^9.0.0, which doesn't support eslint 10 yet. Downgraded @eslint/js and eslint to 9.39.2 (latest v9) to maintain compatibility while keeping other dependency updates. Co-authored-by: bellini666 <134025+bellini666@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bellini666 <134025+bellini666@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: bellini666 <134025+bellini666@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot attempted to update
eslintand@eslint/jsto v10, buttypescript-eslint@8.55.0only supports eslint^8.57.0 || ^9.0.0.Changes
@eslint/jsfrom^10.0.1to^9.39.2(latest v9)eslintfrom^10.0.0to^9.39.2(latest v9)@types/node@25.2.3,typescript-eslint@8.55.0,webpack@5.105.2When typescript-eslint adds support for eslint 10, both can be upgraded together.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.