chore: harden dependency, analysis, and release governance - #313
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ty-everett
marked this pull request as ready for review
July 24, 2026 23:01
ty-everett
enabled auto-merge (squash)
July 24, 2026 23:01
2 tasks
ty-everett
disabled auto-merge
July 24, 2026 23:10
|
This was referenced Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Implements phase one of #310: make dependency updates, CI analysis, and npm releases enforceable and reviewable before the remaining compatibility/security batches are merged.
Dependency and supply-chain controls
pnpm-workspace.yaml@bsv/*publicationpnpm auditgatets-jestdependency in@bsv/simpleAudit delta: 3 critical / 24 high / 31 moderate / 12 low dependency instances before; 0 critical / 0 high / 8 moderate / 5 low after.
Dependabot and merge governance
@bsv/*synchronization to the release workflowmerge-gateThis directly addresses the review feedback on #284. That stale PR should be closed as superseded after this replacement lands.
Analysis and coverage
--ignore-scriptsand explicitly rebuilding only the audited build toolThe scanner is intentionally guarded by
SONAR_CI_ENABLED. A Sonar organization admin must first disable Automatic Analysis because Sonar forbids running both methods concurrently. The existing organizationSONAR_TOKENis already available to this repository.Release controls
npm-productionenvironmentmainorigin/mainValidation
pnpm install --frozen-lockfilepnpm audit:security— no high/critical findings@bsv/simple: 6 suites / 102 passing testsexample-paymailplaceholdertestscript that intentionally exits 1actionlint, YAML parsing,git diff --checkcheck-sdk-peer.mjs(33 manifests) andcheck-versions.mjsRollout / rollback
After CI and independent approval, merge this PR, verify Dependabot accepts the grouped configuration, then install the additive required-check ruleset. Keep
SONAR_CI_ENABLED=falseuntil a Sonar admin disables Automatic Analysis and installs the new-code quality gate.Rollback is one revert plus disabling the additive repository ruleset; no package is published by this PR.
Explicit exclusions