Commit d6bfe36
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 091cff9 commit d6bfe36
1 file changed
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
10 | 23 | | |
11 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments