Skip to content

fix(deps): revert eslint to 9.x and regenerate package-lock.json#161

Closed
Copilot wants to merge 2 commits intorenovate/major-all-dependenciesfrom
copilot/sub-pr-145
Closed

fix(deps): revert eslint to 9.x and regenerate package-lock.json#161
Copilot wants to merge 2 commits intorenovate/major-all-dependenciesfrom
copilot/sub-pr-145

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 21, 2026

npm ci was failing with ERESOLVE due to a stale package-lock.json (still pinned to eslint@9.39.4, jsdom@28.1.0, vite@7.3.1) conflicting with the updated package.json. Regenerating the lock file exposed a deeper incompatibility: eslint-plugin-react-hooks@7.0.1 (latest stable) declares peer support only up to eslint@^9.0.0 — no stable release supports 10.x.

Changes

  • Revert eslint major bump: eslint and @eslint/js rolled back from 10.0.3/10.0.19.39.4; the upgrade is blocked until eslint-plugin-react-hooks ships stable eslint 10 support
  • Regenerate package-lock.json: rebuilt from scratch to be consistent with package.json, picking up the remaining major updates (vite@8.0.0, jsdom@29.0.0)
  • Retain other updates: vite@8.0.0, jsdom@29.0.0, and actions/upload-artifact@v7 (already updated in the workflow) are kept

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI changed the title [WIP] Chore: update all dependencies (major) fix(deps): revert eslint to 9.x and regenerate package-lock.json Mar 21, 2026
Copilot AI requested a review from jaydeluca March 21, 2026 11:32
@jaydeluca
Copy link
Copy Markdown
Member

just going to wait for the needed eslint compatibility

@jaydeluca jaydeluca closed this Mar 21, 2026
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