Commit 50f9b2f
committed
chore(pnpm): add canonical .pnpmrc
Align with the fleet-canonical .pnpmrc declared in socket-repo-template.
This is part of a cross-repo cascade driven from socket-registry's
shamefully-hoist=true removal: every socket-* repo carries the same
baseline so install behavior is uniform and future pnpm default flips
can't silently diverge across the fleet.
Settings:
- ignore-scripts=true block install scripts unconditionally
- enable-pre-post-scripts=true pnpm default, declared explicitly
- minimumReleaseAge=10080 7-day quarantine on newly published versions
- auto-install-peers=true pnpm default, declared explicitly
- strict-peer-dependencies=false pnpm default, declared explicitly
- save-exact=true pin exact on `pnpm add`
Deliberately omits shamefully-hoist and node-linker. Hoisting hides
phantom transitive-dep usage; isolated linking is the pnpm default
and the fleet-consistent choice.1 parent c03dfa9 commit 50f9b2f
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments