Skip to content

chore(deps): bump @vitest/mocker from 4.1.10 to 5.0.1 in the npm_and_yarn group across 1 directory - #209

Open
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/npm_and_yarn/npm_and_yarn-5ba7e1753b
Open

dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/npm_and_yarn/npm_and_yarn-5ba7e1753b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: @vitest/mocker.

Updates @vitest/mocker from 4.1.10 to 5.0.1

Release notes

Sourced from @​vitest/mocker's releases.

v5.0.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0

Vitest 5 is officially out! This release focuses on performance and brings a lot of new features while fixing long-standing bugs. See our blog post for the official announcement.

   🚨 Breaking Changes

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 17, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 17, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
be-music-player-demo 31a7f37 Commit Preview URL

Branch Preview URL
Sep 20 2026, 07:04 AM

@nulltask
nulltask force-pushed the dependabot/npm_and_yarn/npm_and_yarn-5ba7e1753b branch from 9728fc6 to 341c9c6 Compare September 20, 2026 06:44
@github-actions

github-actions Bot commented Sep 20, 2026

Copy link
Copy Markdown

Exports Benchmark

  • Base SHA: 103704925289
  • Head SHA: 31a7f3772bbb
  • Comparable cases: 83
  • Regression threshold: 8.00%
  • Overall verdict uses the median change across cases.
  • Per-case lists compare median ops/s, not mean.
  • Base runs: median of 3
  • Head runs: median of 3

Summary

Metric Value
Overall unchanged
Median change +0.48%
Mean change +1.22%
Cases improved (>= threshold) 1
Cases regressed (<= -threshold) 1
Cases unchanged 81
Cases excluded (sub-timer-resolution) 160
Head benchmarked cases 243
Head skipped cases 21

Top Regressions

API Base median ops/s Head median ops/s Change
utils.resolveFirstExistingPath 10922.52 10020.59 -8.26%

Top Improvements

API Base median ops/s Head median ops/s Change
player-web.buildAudioBus 459558.82 683060.11 +48.63%

Excluded (sub-timer-resolution)

Per-call latency at or below 0.001ms on at least one side — the reported time is measurement noise, not the case's real cost, so no percent change is shown.

API Base median ops/s Head median ops/s
audio-renderer.createTimingBuildContext 1923076.92 1923076.93
chart.compareEvents 10416666.69 10416666.69
chart.createBeatResolver 20833332.60 20833332.60
chart.eventToBeat 13888889.10 13888889.10
chart.exWavVolumeCentibelsToLinearGain 15625000.04 15625000.04
chart.getMeasureBeats 20833332.60 20833332.60
chart.isBmsBgmVolumeChangeChannel 17857142.61 17857143.77
chart.isBmsDynamicVolumeChangeChannel 17857142.61 17857142.61
chart.isBmsKeyVolumeChangeChannel 17857142.61 17857142.61
chart.isBmsLongNoteChannel 20833332.60 20833332.60
chart.isLandmineChannel 20833332.60 20833332.60
chart.isPlayableChannel 20833332.60 20833332.60

Pulls in the @vitest/mocker 5.0.1 security fix flagged by the npm_and_yarn
Dependabot group. Bump @vitest/coverage-v8 alongside it so the runner and the
coverage provider stay on the same major.

Vitest 5 removed the `sequential` test/suite modifier in favor of `concurrent`,
so `describe.sequential` in the player-tui CLI config suite becomes
`describe(..., { concurrent: false }, ...)`. That suite swaps the `node:os`
mock through the shared module registry, so its cases must not interleave.
@nulltask
nulltask force-pushed the dependabot/npm_and_yarn/npm_and_yarn-5ba7e1753b branch from 341c9c6 to 31a7f37 Compare September 20, 2026 07:03
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