DashboardspotlightAlways bound pnpm overrides to prevent …

Always bound pnpm overrides to prevent major version migrations

Category: preference
Confidence: 0.80
ID: 019fa86b-7f0a-7838-a71b-98a3d4f99fc3
Project ID: ec1699be-a430-4fc6-879b-c437a47171b4
Cross-project: No
Recalled in other projects: 0
Source session: 0BWJWCoAjpJf8rYh3
Created: 2026-07-28 11:10:45
Updated: 2026-07-28 11:10:45

Content

The user consistently applies pnpm version overrides with bounded ranges (e.g., 'vite@>=7.0.0 <7.3.5': '>=7.3.5 <8') and reverts any override that would force a major version jump (astro 6→7 pulling vite 8, react-router 7→8, or brace-expansion 2.x→5.x breaking the build). When a security fix can only be fully resolved by a breaking major migration, the user defers it to a separate dedicated PR. Keep overrides minimal and scoped to the vulnerable range; never let an override unintentionally pull in unrelated major version upgrades or break the build.

Move to: