Weekly Dependency + Security Sweep (Wk 3)
Part of the recurring PMDS repos dependency + security maintenance. For a coding agent to remediate and open a PR.
⚠️ Dependabot is currently INACTIVE for this repo
GitHub reports: "Dependabot alerts are inactive. To receive Dependabot alerts, you must enable Dependency graph in this repository's settings." So there is no alert data to work from yet — the sweep must be driven by a local pnpm audit.
Workflow (per repo standard)
README / docs accuracy pass
PR
- Conventional Commits, e.g.:
chore(deps): audit + bump vulnerable/outdated deps; docs accuracy pass
Filed as part of the weekly PMDS repos Dependency + Security Sweep.
Weekly Dependency + Security Sweep (Wk 3)
Part of the recurring PMDS repos dependency + security maintenance. For a coding agent to remediate and open a PR.
GitHub reports: "Dependabot alerts are inactive. To receive Dependabot alerts, you must enable Dependency graph in this repository's settings." So there is no alert data to work from yet — the sweep must be driven by a local
pnpm audit.Workflow (per repo standard)
pnpm audit(andpnpm outdated) to enumerate vulnerable + outdated depspnpm-lock.yamlvia pnpm — do NOT hand-edit the lockfile)esbuild(→ >=0.28.1),js-yaml(→ >=4.2.0),@babel/core(→ >=7.29.6), andtar(→ >=7.5.16, major bump) — check whether any appear in Nerva's tree (directly or transitively via Hono / drizzle-orm / Cloudflare Workers tooling) and remediate the same way (pnpm.overrides where transitive).minimumReleaseAgeguard (do not pull versions newer than the configured cooldown)README / docs accuracy pass
PR
chore(deps): audit + bump vulnerable/outdated deps; docs accuracy passFiled as part of the weekly PMDS repos Dependency + Security Sweep.