chore(deps): dev-dep security upgrade + drop EOL Node 18 (engines >=20) - #16
Merged
Conversation
…erage plugin, tsx/esbuild 0.28 All alerts were development-scope (vitest/vite/esbuild); npm audit now reports zero. vitest 4's mocks reject arrow-function implementations under new, so the two constructable CLI test mocks use regular functions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Node 18 has been end-of-life since April 2025 and the patched test toolchain (vitest 4) requires 20+. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Merged
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.
Clears all six open Dependabot alerts and raises the Node floor to 20.
Every alert was development-scope — vitest, vite, and esbuild in the test toolchain via package-lock.json; the published package is unaffected (sole runtime dependency remains commander).
What
Testing
npm audit: 0 vulnerabilities. Full suite green (358 tests, including the cassette integration layer), coverage run green under vitest 4, both conformance gates exit 0, overlay regen-diff clean, typecheck + lint clean.
Ships in v1.3.0 (engines change is consumer-visible).
🤖 Generated with Claude Code