Skip to content

chore(deps): bump vitest from 3.2.4 to 3.2.6 in the npm_and_yarn group across 1 directory#206

Merged
zjshen14 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-4825ac1e2e
Jun 9, 2026
Merged

chore(deps): bump vitest from 3.2.4 to 3.2.6 in the npm_and_yarn group across 1 directory#206
zjshen14 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-4825ac1e2e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: vitest.

Updates vitest from 3.2.4 to 3.2.6

Release notes

Sourced from vitest's releases.

v3.2.6

   🐞 Bug Fixes

    View changes on GitHub

v3.2.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b6d56f8 chore: release v3.2.6
  • 16f120d fix: pin last supported vite-node version
  • 2cbad0a chore: release v3.2.5
  • 385a1ae fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • af88b1f feat(api): add allowWrite and allowExec options to api [backport to v3]...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@zjshen14

zjshen14 commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Review: chore(deps): bump vitest from 3.2.4 to 4.1.8

What's good: This supersedes #176 (4.1.7) with the latest vitest 4.x point release, and Dependabot correctly groups it as npm_and_yarn.


Why CI is failing

"Typecheck, Lint, Test" fails for the same peer-dep reason flagged on #176: this PR bumps vitest to ^4.1.8 (vitest 4.x), but vitest 4.x declares @vitest/coverage-v8@4.x as a required peer dep while the project still carries @vitest/coverage-v8@^3.2.4 from un-merged #146. The install is in an unresolvable peer-dep conflict and the test runner fails at startup.

Relationship to open PRs

This PR supersedes #176 — if the migration is planned, #176 can be closed in favour of this one. The companion coverage PR is #146. Both must move together.

Recommendation

Not merging. The right path is a single coordinated upgrade PR that bumps both vitest and @vitest/coverage-v8 to 4.x (superseding this PR and #146), addresses any vitest 3→4 API breakage in tests/config, and passes CI green before merge.


Generated by Claude Code

Bumps the npm_and_yarn group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `vitest` from 3.2.4 to 3.2.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump vitest from 3.2.4 to 4.1.8 in the npm_and_yarn group across 1 directory chore(deps): bump vitest from 3.2.4 to 3.2.6 in the npm_and_yarn group across 1 directory Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-4825ac1e2e branch from 15c2e74 to 931d6d0 Compare June 8, 2026 16:19
@zjshen14

zjshen14 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Verified: all three CI checks pass (Typecheck/Lint/Test ✓, CodeQL ✓, Analyze ✓). This is a clean coordinated patch-level upgrade of the entire vitest 3.2.x ecosystem (vitest + all @vitest/* sub-packages, 3.2.4 → 3.2.6) via a single package-lock.json lockfile update. No API changes, no restricted files touched. Merging.


Generated by Claude Code

@zjshen14 zjshen14 merged commit c13e130 into main Jun 9, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-4825ac1e2e branch June 9, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant