build(deps-dev): bump vitest from 4.1.7 to 4.1.11 - #4371
Conversation
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>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
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.
Bumps vitest from 4.1.7 to 4.1.11.
Release notes
Sourced from vitest's releases.
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.