Commit 48a4b16
committed
chore: cascade — socket-registry refs + @socketsecurity/lib 5.20.1 + workspace hooks + lib-stub expansion
Squash of the full cascade sync branch:
1. socket-registry action refs bumped to @3362af95fadd1e325cb48e9ad6daff21c112bd72.
Cascades the pnpm 11.0.0-rc.0 → 11.0.0-rc.2 bump from socket-registry.
2. .github/workflows/weekly-update.yml reduced to a thin 20-line delegator
calling SocketDev/socket-registry/.github/workflows/weekly-update.yml.
3. @socketsecurity/lib bumped 5.18.2 → 5.20.1 (via 5.19.0, 5.19.1).
Hook manifest .claude/hooks/check-new-deps/package.json kept in lockstep.
Brings the new dlx pin pipeline, pacote shim fix, DlxBinaryOptions.hash,
and stdio/prompts restoration.
4. pnpm-workspace.yaml packages glob now includes .claude/hooks/* so taze
bumps hook manifests automatically.
5. createLibStubPlugin in .config/esbuild.config.mts also stubs external/del.js
+ external/cacache.js (eagerly loaded by lib/fs + lib/cacache but unused
by the SDK).
6. fix(publish): gate --provenance on GITHUB_ACTIONS so local publish runs
don't break.
7. Fixes pre-existing printFooter imports in scripts/build.mts +
scripts/check.mts that pulled from lib/stdio/header where printFooter
never lived. 5.18.2's loose subpath exports hid the bug; 5.19.x surfaces it.
Folds PR #601 (socket-registry 3362af95 bump) into this cascade.1 parent ebb9c49 commit 48a4b16
File tree
12 files changed
+121
-396
lines changed- .claude/hooks/check-new-deps
- .config
- .github/workflows
- scripts
12 files changed
+121
-396
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
244 | 257 | | |
245 | | - | |
| 258 | + | |
246 | 259 | | |
247 | 260 | | |
248 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments