Skip to content

chore(deps-dev): bump vitest from 1.6.1 to 4.1.0 in /packages/transpiler in the npm_and_yarn group across 1 directory#32

Merged
iamvirul merged 4 commits into
mainfrom
dependabot/npm_and_yarn/packages/transpiler/npm_and_yarn-3ac77625be
Jun 2, 2026
Merged

chore(deps-dev): bump vitest from 1.6.1 to 4.1.0 in /packages/transpiler in the npm_and_yarn group across 1 directory#32
iamvirul merged 4 commits into
mainfrom
dependabot/npm_and_yarn/packages/transpiler/npm_and_yarn-3ac77625be

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Updates vitest from 1.6.1 to 4.1.0

Release notes

Sourced from vitest's releases.

v4.1.0

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

... (truncated)

Commits
  • 4150b91 chore: release v4.1.0
  • 1de0aa2 fix: correctly identify concurrent test during static analysis (#9846)
  • c3cac1c fix: use isAgent check, not just TTY, for watch mode (#9841)
  • eab68ba chore(deps): update all non-major dependencies (#9824)
  • 031f02a fix: allow catch/finally for async assertion (#9827)
  • 3e9e096 feat(reporters): add agent reporter to reduce ai agent token usage (#9779)
  • 0c2c013 chore: release v4.1.0-beta.6
  • 8181e06 fix: hideSkippedTests should not hide test.todo (fix #9562) (#9781)
  • a8216b0 fix: manual and redirect mock shouldn't load or transform original module...
  • 689a22a fix(browser): types of getCDPSession and cdp() (#9716)
  • Additional commits viewable in compare view
Maintainer changes

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


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by CodeRabbit

  • Chores
    • Updated the transpiler package's development test tooling and build tooling to newer major releases to keep the test and build infrastructure current and compatible.
    • No changes to public APIs or exported interfaces; rollout is limited to developer tooling.

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


Updates `vitest` from 1.6.1 to 4.1.0
- [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/v4.1.0/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team June 1, 2026 16:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 1, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 95766f24-9ea5-4083-8a4d-b12a47f7a988

📥 Commits

Reviewing files that changed from the base of the PR and between f733b7a and cad0f2f.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • packages/transpiler/package.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/transpiler/package.json

📝 Walkthrough

Walkthrough

Update devDependencies in packages/transpiler/package.json: set vitest and @vitest/coverage-v8 to ^4.1.0 and add/set vite to ^6.0.0. No other files changed.

Changes

Transpiler devDependencies

Layer / File(s) Summary
Bump vitest and coverage, add vite
packages/transpiler/package.json
Set devDependencies.vitest and devDependencies.@vitest/coverage-v8 to ^4.1.0, and add/set devDependencies.vite to ^6.0.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • hiranyasemindi
  • iamvirul

Poem

🐰 A tiny hop, I changed the line,
vitest and coverage now align,
vite joins in to help the run,
tests will dance beneath the sun,
a rabbit's patch — then CI's done.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is overly verbose and technical, listing specific versions, directories, and tool metadata rather than clearly summarizing the main change in a concise way. Simplify the title to focus on the primary change: 'chore(deps): bump vitest and related dev dependencies in transpiler package' would be more readable and maintainable.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/packages/transpiler/npm_and_yarn-3ac77625be

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@packages/transpiler/package.json`:
- Line 43: package.json was bumped to "vitest": "^4.1.0" but pnpm-lock.yaml
still pins vitest to "^1.6.0" which will break frozen-lockfile CI; regenerate
the lockfile by running pnpm install (or pnpm install --lockfile-only) to update
pnpm-lock.yaml so the vitest specifier matches "^4.1.0", and then verify/update
any related `@vitest/`* dependencies in the lockfile to compatible 4.x versions
before committing.
🪄 Autofix (Beta)

✅ Autofix completed


ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7f6ed2b3-12c2-4bb4-867e-fdc2a9ae5d86

📥 Commits

Reviewing files that changed from the base of the PR and between badbb61 and 9c55777.

📒 Files selected for processing (1)
  • packages/transpiler/package.json

Comment thread packages/transpiler/package.json
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 1, 2026

Note

Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it.

Fixes Applied Successfully

Fixed 2 file(s) based on 1 unresolved review comment.

A stacked PR containing fixes has been created.

  • Stacked PR: #33
  • Files modified:
  • packages/transpiler/package.json
  • pnpm-lock.yaml

Time taken: 3m 51s

Fixed 2 file(s) based on 1 unresolved review comment.

Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
Copy link
Copy Markdown
Contributor

@iamvirul iamvirul left a comment

Choose a reason for hiding this comment

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

Workflow is failing.

vitest 4.x peers against vite ^6. Without an explicit vite devDependency
in this package, pnpm resolved vite 5.4.x from the workspace, causing
ERR_PACKAGE_PATH_NOT_EXPORTED on the vite/module-runner subpath export
that vitest 4 requires at startup.
@iamvirul iamvirul merged commit a57620a into main Jun 2, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/packages/transpiler/npm_and_yarn-3ac77625be branch June 2, 2026 14:32
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants