Skip to content

chore(deps-dev): bump vitest from 4.0.15 to 4.0.16#52

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/vitest-4.0.16
Closed

chore(deps-dev): bump vitest from 4.0.15 to 4.0.16#52
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/vitest-4.0.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor

Bumps vitest from 4.0.15 to 4.0.16.

Release notes

Sourced from vitest's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b46d744 chore: release v4.0.16
  • 84a3062 fix(browser): string formatting bug when including placeholders in console.lo...
  • f7f6aa8 fix: log deprecated test.poolOptions if it's set (#9226)
  • 568513c fix: allow inlining fully dynamic import (#9137)
  • 5d26b87 fix(experimental): export setupEnvironment for custom pools (#9187)
  • f17eb42 refactor: avoid using isFileServingAllowed from Vite (#9160)
  • 78cfbf9 fix: avoid crashing on process.versions stub (#9174)
  • da0ade2 fix: fix browser mode default testTimeout back to 15 seconds (#9167)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.15 to 4.0.16.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest)

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

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 Dec 22, 2025
@dependabot dependabot Bot requested a review from a team as a code owner December 22, 2025 18:22
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Dec 22, 2025
@dependabot dependabot Bot requested review from a team as code owners December 22, 2025 18:22
@coderabbitai

coderabbitai Bot commented Dec 22, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@andrew-fleming andrew-fleming mentioned this pull request May 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of vitest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@0xisk

0xisk commented Jun 8, 2026

Copy link
Copy Markdown
Member

Superseded by #110, which consolidates all open dependabot updates into one build-verified PR. Closing in favor of that.

@0xisk 0xisk closed this Jun 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 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.0.16 branch June 8, 2026 11:58
0xisk added a commit that referenced this pull request Jun 8, 2026
* chore(deps): consolidate open dependabot updates

Roll the open dependabot PRs into a single change so they can be
merged and verified together rather than five separate bumps.

* deps-dev: bump @biomejs/biome 2.4.15 -> 2.4.16 (#106)
* deps-dev: bump typescript ^5.x -> ^6.0.3 across the workspace
  root and the builder, cli, and simulator packages (#98)
* ci: bump the actions-deps group with 7 updates (#104) -
  harden-runner, actions/checkout, codeql-action,
  create-github-app-token, setup-node, upload-artifact,
  verified-bot-commit

vitest (#52) and turbo (#37) are already superseded on main
(^4.1.6 and ^2.9.14), so those PRs are closed as obsolete with no
change needed here.

The typescript 6.0 major bump is verified: build, types, lint, and
the test suite all pass. @types/node is kept at 25.9.1 (dependabot
#98 had introduced a 25.0.3 typo in the cli package).

Closes #106
Closes #104
Closes #98
Closes #52
Closes #37

* ci(scorecard): correct actions/checkout version comment

The pinned SHA df4cb1c is actions/checkout v6.0.3, matching the same
bump in the other workflows. Dependabot left the stale # v4.5.4
comment, which is misleading.

Refs: #110

* ci(scorecard): correct codeql-action version comment

The pinned SHA 87557b9 is codeql-action v4 (matching codeql.yml), not
v3.29.5. Fix the stale comment for consistency.

Refs: #110
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

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

1 participant