Bumps the wasm-dependencies group in /rustoku-wasm with 1 update: vitest.
Updates vitest from 4.1.11 to 5.0.0
Release notes
Sourced from vitest's releases.
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
- Replace
loupe.inspect with pretty-format - by @hi-ogawa, Claude Opus 5 (1M context) and OpenAI Codex in vitest-dev/vitest#9609 (3f802)
- Remove quotes from string values in
test.for/each title $ variable (take 2) - by @hi-ogawa in vitest-dev/vitest#10170 (04d37)
- Default
attachmentsDir from .vitest-attachements/ to .vitest/attachments/ - by @MdSadiqMd in vitest-dev/vitest#10186 (1ba73)
- Remove
sequential test/suite options in favor of concurrent - by @hi-ogawa and OpenAI Codex in vitest-dev/vitest#10198 (9229f)
- Represent locator as an object instead of a string - by
@sheremet-va in vitest-dev/vitest#10212 (80f07)
- Inline
expect package - by @sheremet-va in vitest-dev/vitest#10221 (ad162)
- Remove deprecated entry points - by
@sheremet-va in vitest-dev/vitest#10222 (994c6)
- Require Node.js 22 and Vite 6.4 - by
@sheremet-va in vitest-dev/vitest#10178 (38762)
- Fail
expect.poll when function didn't resolve in time - by @hi-ogawa and OpenAI Codex in vitest-dev/vitest#10233 (4df04)
- Throw an error if hoistable methods are outside the top level scope - by
@sheremet-va in vitest-dev/vitest#10460 (d0b4f)
toHaveTextContent is strict, add toMatchTextContent as alternative - by @sheremet-va in vitest-dev/vitest#10473 (18f30)
- Don't lookup config file from ancestor directories - by
@hi-ogawa, OpenAI Codex and Hiroshi Ogawa in vitest-dev/vitest#10428 (945d9)
- Inline
@vitest/runner package, do not publish it anymore - by @sheremet-va in vitest-dev/vitest#10511 (6d6e4)
- Allow mutating happy-dom/jsdom window object - by
@hi-ogawa, Hiroshi Ogawa and OpenAI Codex in vitest-dev/vitest#10373 (206e8)
- Expose
concurrencyId/workerId on TestModule's diagnostics, make id 1-based - by @sheremet-va in vitest-dev/vitest#10516 (bdd98)
- Add
screenshotDirectory config to browser.expect.toMatchScreenshot - by @macarie in vitest-dev/vitest#10592 (a60de)
- Update
@sinonjs/fake-timers and support mocking Temporal - by @hi-ogawa, Hiroshi Ogawa and OpenCode (gpt-5.6-sol) in vitest-dev/vitest#10654 (f8b15)
- Remove webdriverio package - by
@sheremet-va in vitest-dev/vitest#10675 (5fed6)
- Clear mocks by default before each test - by
@sheremet-va in vitest-dev/vitest#10613 (0f646)
- Don't emit localStorage warnings on Node 26, fail gracefully when worker fails to start - by
@sheremet-va in vitest-dev/vitest#10293 (334ed)
- Separate config resolution from the server creation - by
@sheremet-va in vitest-dev/vitest#10554 (1c0ec)
- Inline projects extend the root config by default - by
@sheremet-va in vitest-dev/vitest#10750 (fec00)
- Enable mocking Temporal without fake timers - by
@fabon-f, Hiroshi Ogawa and OpenCode (gpt-5.6-sol) in vitest-dev/vitest#10757 (ac2d4)
- Support nested projects - by
@sheremet-va in vitest-dev/vitest#10846 (ec367)
- Use
> as separator in -t, calculate only once - by @sheremet-va in vitest-dev/vitest#10686 (a0b20)
- Fail the test when an asynchronous assertion is not awaited - by
@sheremet-va in vitest-dev/vitest#10868 (86d4a)
- Share the Vite server between inline projects - by
@sheremet-va in vitest-dev/vitest#10848 (d87c9)
- Parse files statically in vitest list by default - by
@sheremet-va in vitest-dev/vitest#11088 (51e94)
- benchmark:
- browser:
- coverage:
- expect:
- mocker:
- reporters:
... (truncated)
Commits
f441c6f chore: release v5.0.0 (#11130)
d46a747 fix: treat test.describe as a suite during static collection (#11128)
584cf30 fix: add a warning if inline project has duplicate plugins due to unexpected ...
f08ce4b fix: apply queued mocks from doMock() in queue order (fixes #10706) (#11127)
897f51f chore: release v5.0.0-rc.4 (#11107)
1339b06 chore(deps): update all non-major dependencies (#11104)
51e9494 feat!: parse files statically in vitest list by default (#11088)
2122ffd fix: propagate --maxWorkers to projects (#11102)
dc10f5f fix(browser): report the action error when a task times out (#11101)
d4fe198 feat: promote clearCache out of experimental (#11086)
- Additional commits viewable in compare view
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
Bumps the wasm-dependencies group in /rustoku-wasm with 1 update: vitest.
Updates
vitestfrom 4.1.11 to 5.0.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)d46a747fix: treat test.describe as a suite during static collection (#11128)584cf30fix: add a warning if inline project has duplicate plugins due to unexpected ...f08ce4bfix: apply queued mocks from doMock() in queue order (fixes #10706) (#11127)897f51fchore: release v5.0.0-rc.4 (#11107)1339b06chore(deps): update all non-major dependencies (#11104)51e9494feat!: parse files statically in vitest list by default (#11088)2122ffdfix: propagate --maxWorkers to projects (#11102)dc10f5ffix(browser): report the action error when a task times out (#11101)d4fe198feat: promote clearCache out of experimental (#11086)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 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 <dependency name> major versionwill 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 versionwill 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