build(deps-dev): bump @vitest/browser-playwright from 4.1.11 to 5.0.0 - #1575
Merged
borisno2 merged 7 commits intoSep 20, 2026
Merged
Conversation
|
Deployment failed for project stack-docs with the following error: Learn More: https://vercel.com/open-saas?upgradeToPro=build-rate-limit |
🦋 Changeset detectedLatest commit: 00c1572 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
from
September 15, 2026 10:34
21c5e12 to
b85767a
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
from
September 15, 2026 10:56
b85767a to
f67ce72
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
from
September 17, 2026 09:56
f67ce72 to
1ac0dec
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
2 times, most recently
from
September 17, 2026 10:57
ce1a89b to
7613b41
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
from
September 17, 2026 11:32
7613b41 to
bf26f06
Compare
Contributor
Coverage Report for Core Package Coverage (./packages/core)
File CoverageNo changed files found. |
Contributor
Coverage Report for UI Package Coverage (./packages/ui)
File CoverageNo changed files found. |
Contributor
Coverage Report for CLI Package Coverage (./packages/cli)
File CoverageNo changed files found. |
Contributor
Coverage Report for Auth Package Coverage (./packages/auth)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage Package Coverage (./packages/storage)
File CoverageNo changed files found. |
Contributor
Coverage Report for RAG Package Coverage (./packages/rag)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)
File CoverageNo changed files found. |
Contributor
Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)
File CoverageNo changed files found. |
borisno2
enabled auto-merge (squash)
September 17, 2026 22:07
Contributor
Author
|
A newer version of @vitest/browser-playwright 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. |
borisno2
force-pushed
the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
from
September 20, 2026 05:24
1f0beff to
0303bd2
Compare
Bumps [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) from 4.1.11 to 5.0.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/v5.0.0/packages/browser-playwright) --- updated-dependencies: - dependency-name: "@vitest/browser-playwright" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
The dependabot bump to 5.0.0 only updated this one package, but @vitest/browser-playwright@5 requires vitest@5 as a peer while the rest of the monorepo (including @vitest/browser itself) is still on vitest@4.1.11. The mismatched vitest/node exports crashed vitest.config.ts at startup. Pinning back to 4.1.11 keeps the whole vitest toolchain on one major version until it's upgraded together. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Every @vitest/* package pins an exact vitest peer, so v5 has to move as one coordinated bump across every package and example that depends on it — vitest, @vitest/coverage-v8, @vitest/ui, @vitest/browser and @vitest/browser-playwright, all to ^5.0.1. Two real fixes came with it, both confirmed against the full package, coverage, browser and example test suites plus typecheck: - packages/cli: two test suites compared jiti's resolved module graph against an un-realpath'd os.tmpdir() path. Vitest 5's module loader now reports the canonical path, which only differs from the original on macOS (/var -> /private/var) — never on CI's Linux runners. Fixed by realpath'ing tempDir at creation, matching the same fix already used in packages/auth's e2e suite. - packages/ui and packages/tiptap: @testing-library/jest-dom's own vitest.d.ts still augments the single-parameter `Assertion<T>` shape Vitest 4 shipped; Vitest 5 split it into `Assertion<R, T>`, so that augmentation silently stops applying. tiptap (no browser mode) gets a local re-declaration with the current arity in tests/setup.ts. ui already has @vitest/browser's own (differently-shaped) DOM matchers in scope, so re-declaring there would collide — its 4 regex-based toHaveTextContent() assertions move to textContent + toMatch() instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…tion CI's lint step failed on the vitest 5 upgrade: eslint's @typescript-eslint/no-empty-object-type rule flags an interface with an empty body, but that's exactly the shape TypeScript's declaration merging needs here — the interface adds no members of its own, only the extends clause that fixes jest-dom's arity mismatch. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
borisno2
force-pushed
the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
from
September 20, 2026 06:31
c5290f8 to
9bdfacd
Compare
borisno2
deleted the
dependabot/npm_and_yarn/vitest/browser-playwright-5.0.0
branch
September 20, 2026 08:32
This branch was successfully deployed
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.
Bumps @vitest/browser-playwright from 4.1.11 to 5.0.0.
Release notes
Sourced from @vitest/browser-playwright's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)897f51fchore: release v5.0.0-rc.4 (#11107)dc10f5ffix(browser): report the action error when a task times out (#11101)7db80dcchore: release v5.0.0-rc.3 (#11089)af83d1bchore: release v5.0.0-rc.2 (#10976)c496c2efix(browser): fail instead of hanging when the browser stops responding (#10956)032d318fix(browser): trigger playwright/chromium gc on lower disk availability (#10912)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)b7be731chore: release v5.0.0-beta.7 (#10825)