Skip to content

chore(deps): bump root devDeps + npm audit fix for v7.0.0 cut#231

Merged
mellonis merged 1 commit into
v7from
chore/deps-bump
Jun 3, 2026
Merged

chore(deps): bump root devDeps + npm audit fix for v7.0.0 cut#231
mellonis merged 1 commit into
v7from
chore/deps-bump

Conversation

@mellonis

@mellonis mellonis commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

Pre-release devDep maintenance on top of the v7 integration branch, ahead of the v7.0.0 stable cut on #167.

  • Patch/minor bumps only β€” vitest + @vitest/coverage-v8 4.1.5β†’4.1.8, rollup 4.60.3β†’4.61.0, eslint 10.3.0β†’10.4.1, typescript-eslint 8.59.2β†’8.60.1, @types/node 25.6.2β†’25.9.1
  • npm audit fix clears 6 dev-only vulns (3 moderate / 3 high) under the nx/lerna toolchain β€” no prod-runtime exposure

Kept separate from the v-bump release PR so a tool regression (vitest tightening, typescript-eslint new rule, etc.) doesn't muddy the release. No source changes; no peer-dep changes; no published-tarball changes.

Test plan

  • npm install from cold lockfile resolves
  • npm run build β€” clean (pre-existing Rollup circular-dep warnings on State.ts ↔ stateGraph.ts unchanged)
  • npm test β€” 664/664 pass
  • npm run test:coverage β€” coverage baseline (~99L/94B/100F/99S) holds
  • npm run lint β€” 0/0
  • npm run typecheck β€” clean
  • npm audit β€” 0 vulns post-fix (or only unfixable deep transitives)

devDep bumps (all patch/minor):
- vitest + @vitest/coverage-v8 4.1.5 β†’ 4.1.8
- rollup 4.60.3 β†’ 4.61.0
- eslint 10.3.0 β†’ 10.4.1
- typescript-eslint 8.59.2 β†’ 8.60.1
- @types/node 25.6.2 β†’ 25.9.1

`npm audit fix` clears 6 dev-only vulns (3 moderate / 3 high) under
nx/lerna toolchain β€” no production-runtime exposure.

Verified locally: build, test (664/664), lint, typecheck, coverage
baseline (99/94/100/99) all green.

Preparation for the v7.0.0 stable cut on PR #167.
@mellonis mellonis merged commit a782cb4 into v7 Jun 3, 2026
1 check passed
@mellonis mellonis deleted the chore/deps-bump branch June 3, 2026 03:11
@github-project-automation github-project-automation Bot moved this from Todo to Done in @mellonis's machines Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant