Skip to content

build(deps-dev): bump vitest from 4.1.1 to 4.1.11 - #932

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-4.1.11
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-4.1.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps vitest from 4.1.1 to 4.1.11.

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub

v4.1.9

🐞 Bug Fixes

View changes on GitHub

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • a7a61e7 chore: release v4.1.9 (#10598)
  • 934b0f5 fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...
  • 7fb2965 fix(browser): wait for orchestrator readiness before resolving browser sessio...
  • a518019 fix: fix importOriginal with optimizer and query import [backport to v4] (#...
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • Additional commits viewable in compare view

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 this major version will 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 version will 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 dependency will 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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 10, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 10, 2026
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for phillips-seldon ready!

Name Link
🔨 Latest commit 818e06a
🔍 Latest deploy log https://app.netlify.com/projects/phillips-seldon/deploys/6aa31de96475310008c8eb28
😎 Deploy Preview https://deploy-preview-932--phillips-seldon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@davidicus davidicus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@dependabot squash and merge

@phillips-pr-review-agent phillips-pr-review-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I would approve this. This is a clean, automated Dependabot patch bump of vitest from 4.1.14.1.11 within the 4.x line. All changes are confined to package.json and package-lock.json.

What changed

  • package.json range floor raised from ^4.1.0 to ^4.1.11.
  • All @vitest/* sub-packages (browser, browser-playwright, coverage-v8, expect, mocker, pretty-format, runner, snapshot, spy, utils) pinned to 4.1.11 in the lockfile.
  • tinyrainbow peer bumped ^3.0.3^3.1.0 across all vitest packages.
  • @vitest/coverage-istanbul and @vitest/coverage-v8 promoted to optional peer dependencies in the root vitest manifest (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. ✅

@chromatic-com

chromatic-com Bot commented Sep 10, 2026

Copy link
Copy Markdown

Tip

All tests passed and all changes approved!

🟢 UI Tests: 490 tests unchanged
🟢 UI Review: 251 stories published -- no changes
Storybook icon Storybook Publish: 251 stories published

@github-actions

Copy link
Copy Markdown

🚀 Storybook preview is ready.

• Preview: undefined
• Chromatic build: undefined

Copy link
Copy Markdown
Contributor

Dependency Upgrade Risk Assessment: dependency-upgrade-risk:low

What is vitest?

vitest is a blazing-fast unit testing framework powered by Vite. It provides the vi, describe, it, and expect APIs and handles all test discovery, execution, and reporting. It is the test runner that powers npm run test and npm run coverage in this repository.

How is it used in this codebase?

vitest is listed in devDependencies and runs exclusively at development and CI time. It has zero impact on the built @phillips/seldon library output or any downstream consumers of the package.

Why LOW risk?

This is a patch-level upgrade (4.1.1 → 4.1.11) spanning 10 patch releases. All releases are bug fixes only — no new features, no breaking changes. Looking at the release notes:

  • Worker crash prevention, concurrency limit fixes, browser iframe/Playwright fixes, mock hoisting improvements
  • All are backports from the v5 line to the v4 stable branch
  • No API surface changes whatsoever

Key factors:

  • devDependency only — zero runtime risk to consumers of @phillips/seldon
  • ✅ Patch version bump — semver guarantees no breaking changes
  • ✅ Test infrastructure only — does not affect library output
  • ✅ All changes are bug fixes and stability improvements

Regression Tests to Run Before Merging

  • Run npm run test and confirm all tests pass with the new version
  • Run npm run coverage and verify coverage thresholds are still met (no unexpected drops)
  • Check for any deprecation warnings in test output that may need addressing in a future upgrade
  • Confirm CI test pipeline completes successfully end-to-end

Generated by Claude Code

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 dependency-upgrade-risk:low javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants