build(deps-dev): bump @vitest/browser-playwright from 4.1.10 to 4.1.11 - #1915
build(deps-dev): bump @vitest/browser-playwright from 4.1.10 to 4.1.11#1915dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) from 4.1.10 to 4.1.11. - [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.11/packages/browser-playwright) --- updated-dependencies: - dependency-name: "@vitest/browser-playwright" dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
d648264 to
5c24e80
Compare
## Summary - Bumps `vitest`, `@vitest/coverage-v8`, `@vitest/ui`, and `@vitest/browser-playwright` together to 4.1.11, combining dependabot PRs #1921, #1922, #1920, #1915. - These packages have peer dependencies on each other's exact version, so bumping them individually (as dependabot did) broke `npm install` and failed CI on all four PRs. Bumping them together resolves cleanly. ## Test plan - [x] `npm install` resolves without peer-dependency conflicts - [x] `npm run test` — 101 files / 448 tests passing - [x] `npx astro check` — 0 errors
|
Superseded by #1932, which bumped the vitest ecosystem (vitest, @vitest/coverage-v8, @vitest/ui, @vitest/browser-playwright) together to 4.1.11 — the individual PRs failed CI because these packages have interdependent peer version requirements. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @vitest/browser-playwright from 4.1.10 to 4.1.11.
Release notes
Sourced from @vitest/browser-playwright's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...