Skip to content

chore(deps-dev): bump vitest from 4.1.2 to 4.1.10#184

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

chore(deps-dev): bump vitest from 4.1.2 to 4.1.10#184
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-4.1.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps vitest from 4.1.2 to 4.1.10.

Release notes

Sourced from vitest's releases.

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

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

... (truncated)

Commits
  • 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...
  • a09d472 chore: release v4.1.7
  • a8fd24c chore: release v4.1.6
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@shrijayan

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot changed the title chore(deps-dev): bump vitest from 4.1.2 to 4.1.9 chore(deps-dev): bump vitest from 4.1.2 to 4.1.10 Jul 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-4.1.9 branch from a0e31ad to ee4e9a7 Compare July 9, 2026 02:40
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.2 to 4.1.10.
- [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.10/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vitest-4.1.9 branch from ee4e9a7 to b5a5e5a Compare July 9, 2026 02:54
@shrijayan

Copy link
Copy Markdown
Owner

Closing without merging: this PR is now stale/superseded, and merging its exact diff would be a regression, not an update.

main already has this exact dependency at an equal-or-newer version (confirmed via git diff origin/main <this-branch> — the diff shows this branch's versions are now lower than main's for this and several unrelated deps: e.g. ws, tsup, @types/ws, @clack/prompts, node-pty).

More importantly, merging this branch's package.json verbatim would silently remove the undici override upper bound (>=7.28.0 <8.0.0>=7.28.0) that commit 4c78986 (#204) deliberately added: unbounded undici resolves to 8.x, which breaks every web-client vitest run because jsdom@29.1.1 needs undici's 7.x internal layout. That commit's description covers the full picture — same session also confirmed (independently, then re-confirmed by me while handling today's PRs) that TypeScript 7.0.2 crashes @typescript-eslint/typescript-estree outright, which is why #200/#201/#202 are closed too.

Closing rather than merging; the new grouped dependabot config will keep this dependency current going forward without the stale-lockfile/stale-branch issue.

@shrijayan shrijayan closed this Jul 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vitest-4.1.9 branch July 9, 2026 03:04
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.

1 participant