Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

The ESLint 10 upgrade broke CI builds because typescript-eslint@8.54.0 only supports ^8.57.0 || ^9.0.0, causing npm ci to fail with peer dependency conflicts.

Changes

  • Added .npmrc with legacy-peer-deps=true to bypass peer dependency resolution until typescript-eslint releases ESLint 10 support (tracked in typescript-eslint/typescript-eslint#11952)
  • Regenerated package-lock.json with the new npm configuration

This is a temporary workaround documented inline. Once typescript-eslint supports ESLint 10, the .npmrc file should be removed.


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

Copilot AI and others added 2 commits February 9, 2026 03:19
Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Copilot AI changed the title [WIP] Update eslint dependency to version 10.0.0 Fix ESLint 10 peer dependency conflict with typescript-eslint Feb 9, 2026
@unknowIfGuestInDream unknowIfGuestInDream marked this pull request as ready for review February 9, 2026 03:22
@unknowIfGuestInDream unknowIfGuestInDream deleted the copilot/sub-pr-36 branch February 9, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants