chore(deps): bump root devDeps + npm audit fix for v7.0.0 cut#108
Merged
Conversation
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.
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
Pre-release devDep maintenance on top of the
v7integration branch, ahead of the v7.0.0 stable cut on #92.vitest+@vitest/coverage-v84.1.5β4.1.8,rollup4.60.3β4.61.0,eslint10.3.0β10.4.1,typescript-eslint8.59.2β8.60.1,@types/node25.6.2β25.9.1npm audit fixclears 6 dev-only vulns (3 moderate / 3 high) under the nx/lerna toolchain β no prod-runtime exposure@turing-machine-js/machinestays^7.0.0-alpha.8here β widening to^7.0.0happens 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 installfrom cold lockfile resolvesnpm run buildβ cleannpm testβ 332/332 passnpm run test:coverageβ 100/100/100/100 floor heldnpm run lintβ 0/0npm run typecheckβ cleannpm auditβ 0 vulns post-fix (or only unfixable deep transitives)