Skip to content

Update npm package @vitest/browser-playwright to v4.1.0#8569

Open
hash-worker[bot] wants to merge 1 commit intomainfrom
deps/js/playwright-npm-packages
Open

Update npm package @vitest/browser-playwright to v4.1.0#8569
hash-worker[bot] wants to merge 1 commit intomainfrom
deps/js/playwright-npm-packages

Conversation

@hash-worker
Copy link
Contributor

@hash-worker hash-worker bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Confidence
@vitest/browser-playwright (source) 4.0.18 -> 4.1.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vitest-dev/vitest (@​vitest/browser-playwright)

v4.1.0

Compare Source

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
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - "before 4am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hash-worker hash-worker bot enabled auto-merge March 24, 2026 00:42
@vercel
Copy link

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hash Ready Ready Preview, Comment Mar 24, 2026 0:56am
hashdotdesign Ready Ready Preview, Comment Mar 24, 2026 0:56am
petrinaut Ready Ready Preview, Comment Mar 24, 2026 0:56am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
hashdotdesign-tokens Ignored Ignored Preview Mar 24, 2026 0:56am

@cursor
Copy link

cursor bot commented Mar 24, 2026

PR Summary

Low Risk
Low risk lockfile-only dependency update affecting the Vitest browser/playwright testing stack; main impact is potential test behavior changes from the new Vitest packages and transitive dependency swap.

Overview
Updates the lockfile to bump @vitest/browser-playwright (and related @vitest/browser, @vitest/mocker, @vitest/utils, @vitest/pretty-format, @vitest/spy) from 4.0.18 to 4.1.x.

This also pulls in new transitive dependencies (notably @blazediff/core) and updates/removes others (e.g. drops pixelmatch and bumps ws).

Written by Cursor Bugbot for commit 735a73a. This will update automatically on new commits. Configure here.

@github-actions github-actions bot added the area/deps Relates to third-party dependencies (area) label Mar 24, 2026
@augmentcode
Copy link

augmentcode bot commented Mar 24, 2026

🤖 Augment PR Summary

Summary: Updates the Vitest Playwright browser runner dependency to keep browser-testing tooling current.

Changes:

  • Bumps @vitest/browser-playwright from 4.0.18 to 4.1.0
  • Updates yarn.lock to reflect the resolved dependency graph for the new version

Technical Notes: This PR is lockfile-only; no application/runtime code changes are included.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

peerDependencies:
playwright: "*"
vitest: 4.0.18
vitest: 4.1.1
Copy link

Choose a reason for hiding this comment

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

Version mismatch between vitest and browser-playwright packages

Medium Severity

@vitest/browser-playwright resolved to 4.1.1 while vitest remains at 4.1.0. The @vitest/browser-playwright@4.1.1 package declares an exact peer dependency of vitest: 4.1.1, and vitest@4.1.0 declares an exact peer dependency of @vitest/browser-playwright: 4.1.0. This bidirectional mismatch also causes duplicate internal packages (@vitest/mocker at both 4.1.0 and 4.1.1), which can lead to subtle runtime issues in the test infrastructure.

Additional Locations (1)
Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/deps Relates to third-party dependencies (area)

Development

Successfully merging this pull request may close these issues.

0 participants