chore: cascade bump — socket-registry refs + @socketsecurity/lib 5.19.1 + register .claude/hooks/*#1237
chore: cascade bump — socket-registry refs + @socketsecurity/lib 5.19.1 + register .claude/hooks/*#1237John-David Dalton (jdalton) wants to merge 4 commits intomainfrom
Conversation
|
Cursor (@cursor) review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0cb3a6c. Configure here.
|
Cursor (@cursor) review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0cb3a6c. Configure here.
|
Cursor (@cursor) review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0cb3a6c. Configure here.
|
Cursor (@cursor) review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0cb3a6c. Configure here.
|
Cursor (@cursor) review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0cb3a6c. Configure here.
|
Cursor (@cursor) review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0cb3a6c. Configure here.
…date Update all SocketDev/socket-registry action/workflow SHA pins in .github/workflows/ to d54c36d0bed05ffffbe8b14e7663927eaa19d5df (the current propagation SHA per socket-registry's _local-not-for-reuse-*.yml pins). Also: .github/workflows/weekly-update.yml is now a thin delegator to SocketDev/socket-registry/.github/workflows/weekly-update.yml — the shared Layer 3 reusable that invokes the /updating skill umbrella via Claude Code. Drops ~340 lines of inline update logic; same behavior.
0cb3a6c to
781478b
Compare
Summary
Multi-repo cascade sync:
1. socket-registry refs (SHA pin bump)
SocketDev/socket-registry/.github/...@<SHA>refs in.github/workflows/→@d54c36d0bed05ffffbe8b14e7663927eaa19d5df.2. weekly-update delegation
.github/workflows/weekly-update.ymlreduced to a thin delegator callingSocketDev/socket-registry/.github/workflows/weekly-update.yml@d54c36d0.3. @socketsecurity/lib 5.19.1 bump
pnpm-workspace.yamlcatalog entry@socketsecurity/libbumped from5.18.2→5.19.1. Hook manifests.claude/hooks/check-new-deps/package.json+.claude/hooks/setup-security-tools/package.jsonalso bumped.lib 5.19.x brings:
dlx/integrity,dlx/arborist,dlx/lockfile) withgeneratePackagePin()+ default 7-day minimum-release-agepacoteshim exposestarball/manifest/packument(fixes latent runtime crash infetchPackageManifest/fetchPackagePackument)DlxBinaryOptions.hash?/DlxPackageOptions.hash?/DlxPackageOptions.lockfile?optionsdist/external/via stub coverage of sigstore/tuf/arborist internals + zod v4 locales + debug/browserstdio/{prompts,progress,clear}+ vendored@inquirer/*shims that 5.19.0 accidentally removed — unblocks socket-cli's 12+stdio/promptsimporters4. Register
.claude/hooks/*as workspace packagespnpm-workspace.yamlpackages:glob now includes.claude/hooks/*. Taze (run viapnpm run update) now sees and bumps the hook manifests automatically, so they stay in lockstep with the catalog without manual sed.Cascade
Test plan
grep -rn "SocketDev/socket-registry" .github/ | grep "@" | grep -v d54c36d0returns nothinggrep @socketsecurity/lib pnpm-workspace.yaml .claude/hooks/**/package.jsonshows 5.19.1stdio/promptsresolves against lib 5.19.1pnpm run updatenow traverses.claude/hooks/*package.jsons too