build(deps-dev): bump vitest from 4.1.1 to 4.1.11 - #932
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.1 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/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for phillips-seldon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
davidicus
left a comment
There was a problem hiding this comment.
@dependabot squash and merge
There was a problem hiding this comment.
I would approve this. This is a clean, automated Dependabot patch bump of vitest from 4.1.1 → 4.1.11 within the 4.x line. All changes are confined to package.json and package-lock.json.
What changed
package.jsonrange floor raised from^4.1.0to^4.1.11.- All
@vitest/*sub-packages (browser,browser-playwright,coverage-v8,expect,mocker,pretty-format,runner,snapshot,spy,utils) pinned to4.1.11in the lockfile. tinyrainbowpeer bumped^3.0.3→^3.1.0across all vitest packages.@vitest/coverage-istanbuland@vitest/coverage-v8promoted to optional peer dependencies in the rootvitestmanifest (they were previously missing from that list). No behavioral change for consumers — both were already optional in practice.
Why this is safe to merge
The fixes spanning 4.1.2–4.1.11 are all directly relevant to this repo's setup:
| Version | Fix |
|---|---|
| 4.1.7 | Runner concurrency limit regression (affects unit + browser Vitest projects) |
| 4.1.8 | Orphaned Playwright routes; CDP access guard (allowWrite/allowExec: false) |
| 4.1.9 | Worker crash → test hang prevention; importOriginal with optimizer |
| 4.1.10 | Browser mode filesystem access check |
| 4.1.11 | Mocker: restrict redirect mocks to fs allowlist (security hardening); iframe ID encoding for browser mode |
No API surface changes; this is a pure bug/security patch release. The @storybook/addon-vitest browser-mode tests and Playwright e2e setup will benefit from the Playwright GC trigger (4.1.11) and iframe readiness fixes (4.1.9).
No concerns. ✅
|
Tip All tests passed and all changes approved!🟢 UI Tests: 490 tests unchanged |
|
🚀 Storybook preview is ready. • Preview: undefined |
Dependency Upgrade Risk Assessment:
|
Bumps vitest from 4.1.1 to 4.1.11.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...db616d2chore: release v4.1.10 (#10718)bae52b5fix(vm): fix external module resolve error with deps optimizer query for enco...a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.