Skip to content

build(deps-dev): bump vitest from 4.1.7 to 4.1.11 - #4371

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

build(deps-dev): bump vitest from 4.1.7 to 4.1.11#4371
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.7 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
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...
  • See full diff 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.7 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 the dependencies Pull requests that update a dependency file label Sep 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 10, 2026 20:39
@dependabot dependabot Bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Sep 10, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​vitest@​4.1.7 ⏵ 4.1.1198100 +279 +198 -1100

View full report

@claude claude Bot 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.

Looks good, straightforward dev-dependency version bump.

What was reviewed: confirmed the yarn.lock diff is limited to the vitest package family (@ vitest/expect, mocker, pretty-format, runner, snapshot, spy, utils, and vitest itself) moving from 4.1.7 to 4.1.11, with version numbers, resolutions, and checksums updated consistently and no application code, config, or other dependencies touched.

Extended reasoning...

Overview

The only changed file is yarn.lock, and the entire diff is a dependabot-driven dev dependency bump of the vitest test-runner ecosystem (vitest and its @ vitest/* subpackages) from 4.1.7 to 4.1.11. I ran the diff directly and confirmed every hunk is either a version string bump, a matching resolution string, an updated internal dependency reference (e.g. @ vitest/spy pinned to the new version), or an updated checksum. No source files, build configs, or scripts were touched.

Security risks

None identified. This is a dev-only test dependency (vitest is not a runtime dependency), and the version bump is a patch-level upgrade consisting of upstream bug fixes per the release notes (concurrency limit fix, browser iframe/mocker fixes). No injection, auth, or data exposure surface is touched by a lockfile-only change to a devDependency.

Level of scrutiny

Low. This is exactly the kind of mechanical, low-risk change (automated dependency bump, lockfile only, no source code) that fits the approval criteria for simple/obvious changes. I verified the diff myself rather than relying solely on the PR description.

Other factors

No CODEOWNERS or CLAUDE.md constraints apply. No prior review history or outstanding objections exist for this PR. The bug hunting system found no issues, consistent with the trivial nature of the change.

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants