Skip to content

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

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#108
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 #92.

  • 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
  • No peer-dep change (@turing-machine-js/machine stays ^7.0.0-alpha.8 here β€” widening to ^7.0.0 happens on the v-bump PR)

Kept separate from the v-bump release PR so a tool regression 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
  • npm test β€” 332/332 pass
  • npm run test:coverage β€” 100/100/100/100 floor held
  • 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 (332/332), lint, typecheck, coverage
100/100/100/100 floor held.

Preparation for the v7.0.0 stable cut on PR #92.
@mellonis mellonis merged commit 274dff8 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