Skip to content

chore(deps-dev): bump vitest from 4.1.8 to 4.1.11 - #59

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

chore(deps-dev): bump vitest from 4.1.8 to 4.1.11#59
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 Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps vitest from 4.1.8 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
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] (#...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026

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

LGTM, straightforward devDependency version bump. Reviewed the vitest version bump in package.json (^4.0.0 -> ^4.1.11, a devDependency, patch/minor bugfix releases per upstream changelog) and confirmed pnpm-lock.yaml changes are the corresponding regenerated resolution tree with no other manual edits. No application source code changed.

Extended reasoning...

Overview

The PR is a dependabot-authored bump of the vitest devDependency from ^4.0.0 to ^4.1.11 in package.json, with pnpm-lock.yaml regenerated to match. No application source files are touched.

Security risks

None identified. vitest is a test runner used only in development/CI, not shipped in production code paths. The version bump is a bugfix-only release series per the upstream release notes (worker crash hang fix, browser mode readiness fixes, mocker fs allowlist fix) — nothing indicating a security regression, and no new dependencies or scripts were introduced beyond what pnpm's resolver naturally updates for a devDependency bump.

Level of scrutiny

This warrants only light scrutiny: a mechanical, single-line semver-range bump in a devDependency, auto-generated by dependabot, with a lockfile diff that mechanically follows from the manifest change. This is exactly the kind of change that is safe to approve without deep human review.

Other factors

No CODEOWNERS restriction applies to these files as far as I can tell, no CLAUDE.md conventions were found, and there is no PR conversation history with outstanding objections (this is a fresh dependabot PR with no prior review activity). No bugs were reported by the bug hunting system, consistent with the trivial nature of the change.

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.8 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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump vitest from 4.1.8 to 4.1.11 chore(deps-dev): bump vitest from 4.1.8 to 4.1.11 Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-4.1.11 branch from b2e7884 to 7a260d6 Compare September 4, 2026 14:42
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