Expected Behavior
The required dependency audit passes on an unchanged dependency graph or is refreshed independently of feature work.
Current Behavior
New advisories caused pnpm audit --ignore-registry-errors to fail every pull request until five existing transitive overrides were advanced to newly patched versions.
Possible Solution
Run scheduled dependency-audit remediation that updates override ranges and lockfiles before unrelated pull requests encounter the required check.
Minimal Reproducible Example
Run pnpm audit --ignore-registry-errors after new advisories are published against versions pinned in pnpm-workspace.yaml.
Context
Observed while synchronizing an unrelated payment-offer selection pull request with main.
Logged by Brendan Ryan in wevm/mppx at 47d6df7. Filed by Frog.
Expected Behavior
The required dependency audit passes on an unchanged dependency graph or is refreshed independently of feature work.
Current Behavior
New advisories caused
pnpm audit --ignore-registry-errorsto fail every pull request until five existing transitive overrides were advanced to newly patched versions.Possible Solution
Run scheduled dependency-audit remediation that updates override ranges and lockfiles before unrelated pull requests encounter the required check.
Minimal Reproducible Example
Run
pnpm audit --ignore-registry-errorsafter new advisories are published against versions pinned inpnpm-workspace.yaml.Context
Observed while synchronizing an unrelated payment-offer selection pull request with
main.Logged by Brendan Ryan in
wevm/mppxat47d6df7. Filed by Frog.