chore(deps): bump vitest to ^4.1.0 (CVE fix)#1707
Merged
Merged
Conversation
10 tasks
Bumps vitest from ^4.0.17 to ^4.1.0 in the cli workspace to resolve Dependabot alert #119 (CRITICAL). Resolves via vitest@4.1.10. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HiccCEh9mwCfVzE8qYcop1
cliffhall
force-pushed
the
deps/security-vitest
branch
from
July 17, 2026 20:26
b453f47 to
fa86f35
Compare
Member
Author
Contributor
|
Claude finished @cliffhall's task in 1m 31s —— View job Review: vitest
|
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
Bumps
vitestfrom^4.0.17to^4.1.0in thecliworkspace to remediate a CRITICAL security advisory.package-lock.jsonnow resolvesvitest@4.1.10, andnpm ls vitestshows no version below 4.1.0.vitest is a direct dev dependency (the cli test runner), so this only affects the test/build toolchain — no runtime/published code changes.
Resolves Dependabot alert #119
Part of #1706
Verification
npx prettier --check .— passnpm run check-version— passcd client && npm run lint— passcd client && npm test— pass (535 tests)cd cli && npm test— pass (85 tests, running on vitest 4.1.10)npm run build— passE2e tests (e2e_tests.yml) not run locally (require Playwright browser downloads); CI will cover them.
🤖 Generated with Claude Code
https://claude.ai/code/session_01HiccCEh9mwCfVzE8qYcop1