fix: add .npmrc with legacy-peer-deps for eslint compatibility#509
fix: add .npmrc with legacy-peer-deps for eslint compatibility#509dylanratcliffe merged 1 commit intomainfrom
Conversation
eslint-plugin-react-hooks@7 doesn't yet declare eslint@10 as a supported peer, which causes npm install to fail without --legacy-peer-deps. This unblocks Renovate lock file maintenance. Made-with: Cursor
Open in Overmind ↗
🔴 Change SignalsRoutine 🔴 🔥 RisksShared security group leaves the production EC2 api-server publicly reachable on SSH and HTTP Because this plan only refreshes the instance’s public IP/DNS fields and leaves the permissive ingress rules intact, the exposure will persist after apply. The production
|

Summary
.npmrcwithlegacy-peer-deps=trueto the demo appeslint-plugin-react-hooks@7doesn't yet declareeslint@10as a supported peer dependency, which causesnpm installto fail without--legacy-peer-depsrenovate/artifactsfailure on every Renovate PR (including chore(deps): lock file maintenance #499)Once this merges, Renovate should be able to regenerate lock files successfully and #499 can be rebased and merged.
Test plan
npm installsucceeds in demo-app with this.npmrcMade with Cursor