Skip to content

Upgrade @typescript-eslint/eslint-plugin to v8 and fix configuration#74

Closed
Copilot wants to merge 1 commit intodependabot/npm_and_yarn/typescript-eslint/parser-8.46.2from
copilot/sub-pr-67-again
Closed

Upgrade @typescript-eslint/eslint-plugin to v8 and fix configuration#74
Copilot wants to merge 1 commit intodependabot/npm_and_yarn/typescript-eslint/parser-8.46.2from
copilot/sub-pr-67-again

Conversation

Copy link
Contributor

Copilot AI commented Oct 30, 2025

Addresses version mismatch between @typescript-eslint/parser (v8.46.2) and @typescript-eslint/eslint-plugin (v7.0.0) introduced by dependabot bump in PR #67.

Changes

package.json

  • Bump @typescript-eslint/eslint-plugin from ^7.0.0 to ^8.46.2

.eslintrc.json

  • Update extends to use plugin: prefix (v8 requirement):
    - "@typescript-eslint/recommended"
    + "plugin:@typescript-eslint/recommended"
  • Remove tsconfigRootDir: "." (v8 enforces absolute paths; relative project path works without it)
  • Remove deprecated @typescript-eslint/prefer-const rule (superseded by ESLint core prefer-const)

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

@dependabot dependabot bot deleted the branch dependabot/npm_and_yarn/typescript-eslint/parser-8.46.2 October 30, 2025 17:33
@dependabot dependabot bot closed this Oct 30, 2025
Copilot AI changed the title [WIP] WIP Address feedback and resolve conflicts on dependency bump PR Upgrade @typescript-eslint/eslint-plugin to v8 and fix configuration Oct 30, 2025
Copilot AI requested a review from GerdsenAI-Admin October 30, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments