Skip to content

chore(deps-dev): bump vitest from 3.2.4 to 3.2.6#9233

Merged
rllyy97 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-4.1.0
Jul 7, 2026
Merged

chore(deps-dev): bump vitest from 3.2.4 to 3.2.6#9233
rllyy97 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-4.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 1, 2026
Copilot AI review requested due to automatic review settings June 1, 2026 21:46
@dependabot dependabot Bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Jun 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

🤖 AI PR Validation Report

PR Review Results

Thank you for your submission! Here's detailed feedback on your PR title and body compliance:

PR Title

  • Current: chore(deps-dev): bump vitest from 3.2.4 to 3.2.6
  • Issue: None. The title is specific, clear, and accurately describes a dependency bump.
  • Recommendation: No change needed.

Commit Type

  • Current body: No commit type checkbox is selected.
  • Issue: The template requires exactly one commit type to be selected.
  • Recommendation: Check one box, for example: - [x] chore - Maintenance/tooling.

Risk Level

  • Current body: No risk level checkbox is selected.
  • Issue: Every PR must include exactly one risk label/selection, and it should match the PR body’s risk section.
  • Recommendation: Select one risk level. For a Vitest dependency bump with lockfile updates, Low is the most appropriate choice unless you know this impacts runtime behavior.
  • Advised risk level: low.

What & Why

  • Current: (Missing)
  • Issue: This section is required and should briefly explain the dependency update.
  • Recommendation: Add a short explanation such as: Updates Vitest from 3.2.4 to 3.2.6 to pick up upstream bug fixes and keep dev/test tooling current.

⚠️ Impact of Change

  • The section is present in the template, but no content is provided.
  • Recommendation:
    • Users: No direct user-facing impact; affects development/test tooling only.
    • Developers: Vitest version bump and lockfile refresh may slightly change local test behavior or diagnostics.
    • System: No production system impact; dependency graph and test runner packages updated.

⚠️ Test Plan

  • Assessment: The PR is a dependency update and includes no unit or E2E test changes in the diff. That is acceptable only if you add a clear manual-testing explanation or note that automated tests are not applicable.
  • Recommendation: Since this is a dev dependency bump, mark Manual testing completed and explain something like: No code changes; dependency/lockfile update only. Existing test suites were not modified. Alternatively, if this PR was validated by CI, mention the relevant test run.

Contributors

  • No contributors listed, which is acceptable.
  • Recommendation: Optional; add credit if anyone contributed implementation or review input.

Screenshots/Videos

  • Not applicable for this dependency-only change.
  • Recommendation: None needed.

Summary Table

Section Status Recommendation
Title No change needed
Commit Type Select exactly one, e.g. chore
Risk Level Select exactly one risk level, likely Low
What & Why Add a brief explanation of the Vitest bump
Impact of Change ⚠️ Fill in brief user/dev/system impact notes
Test Plan ⚠️ Add manual-testing or CI validation note
Contributors Optional
Screenshots/Videos Not applicable

This PR does not fully pass body-template compliance yet. Please update the missing required fields, especially Commit Type, Risk Level, and What & Why, then re-submit. The advised risk level is lower than anything suggesting medium/high impact: this is a low-risk dependency bump.


Last updated: Tue, 07 Jul 2026 18:17:07 GMT

@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Check

No source files changed in this PR.

@rllyy97

rllyy97 commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Dependency Review: vitest 3.2.4 -> 4.1.0

Verdict: Needs companion package updates + test fixes

This is a major version bump with breaking changes. The PR only updates vitest but leaves companion packages at v3:

Issues found:

  1. Version mismatch: @vitest/coverage-istanbul (3.2.4) and @vitest/ui (3.2.4) need to be updated to 4.x to match vitest 4.1.0. Running mixed versions causes errors.
  2. Snapshot failures: 5 snapshot tests failing in addActionCard.spec.tsx - vitest 4.x may serialize snapshots differently
  3. Chat test failures: @microsoft/logic-apps-chat:test:lib failing

vitest 4.x breaking changes to be aware of:

  • basic reporter removed (use default with summary: false)
  • Coverage options changed (coverage.all, coverage.extensions removed)
  • Default exclude patterns changed (only node_modules and .git excluded by default)
  • V8 coverage uses AST-based remapping

Fix needed: Bump @vitest/coverage-istanbul and @vitest/ui to 4.x, update vitest config if needed, update snapshots, and fix chat tests. Will push a fix.

@rllyy97

rllyy97 commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Copilot AI commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Done in c8d08c8: merged origin/main into this branch and resolved the merge conflicts (including pnpm-lock.yaml), then validated lockfile integrity and reran targeted tests.

Copilot AI changed the title chore(deps-dev): bump vitest from 3.2.4 to 4.1.0 chore(deps-dev): bump vitest to 4.1.0 and align companion packages Jun 2, 2026
Copilot AI requested a review from rllyy97 June 2, 2026 20:48
@rllyy97 rllyy97 enabled auto-merge (squash) June 2, 2026 21:05
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of vitest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@rllyy97

rllyy97 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@rllyy97

rllyy97 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/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.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump vitest to 4.1.0 and align companion packages chore(deps-dev): bump vitest from 3.2.4 to 3.2.6 Jul 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-4.1.0 branch from c8d08c8 to 54c7201 Compare July 7, 2026 17:50
@rllyy97 rllyy97 merged commit 89e7ef3 into main Jul 7, 2026
40 of 41 checks passed
@rllyy97 rllyy97 deleted the dependabot/npm_and_yarn/vitest-4.1.0 branch July 7, 2026 18:21
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 pr-validated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants