Update vitest monorepo to v3.2.4 #56

Merged
renovate[bot] merged 1 commit from renovate/vitest-monorepo into main 2025-06-19 07:21:36 +00:00
renovate[bot] commented 2025-06-17 20:13:53 +00:00 (Migrated from github.com)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-istanbul (source) 3.2.3 -> 3.2.4 age adoption passing confidence
@vitest/coverage-v8 (source) 3.2.3 -> 3.2.4 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-istanbul)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-istanbul](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)) | [`3.2.3` -> `3.2.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/3.2.3/3.2.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-istanbul/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-istanbul/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-istanbul/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-istanbul/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`3.2.3` -> `3.2.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/3.2.3/3.2.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest (@&#8203;vitest/coverage-istanbul)</summary> ### [`v3.2.4`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.2.4) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4) #####    🐞 Bug Fixes - Use correct path for optimisation of strip-literal  -  by [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus) in [https://github.com/vitest-dev/vitest/issues/8139](https://redirect.github.com/vitest-dev/vitest/issues/8139) [<samp>(44940)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/44940d9dd) - Print uint and buffer as a simple string  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/8141](https://redirect.github.com/vitest-dev/vitest/issues/8141) [<samp>(b86bf)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b86bf0d99) - **browser**: - Show a helpful error when spying on an export  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/8178](https://redirect.github.com/vitest-dev/vitest/issues/8178) [<samp>(56007)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5600772c2) - **cli**: - `vitest run --watch` should be watch-mode  -  by [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/8128](https://redirect.github.com/vitest-dev/vitest/issues/8128) [<samp>(657e8)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/657e83f9f) - Use absolute path environment on Windows  -  by [@&#8203;colinaaa](https://redirect.github.com/colinaaa) in [https://github.com/vitest-dev/vitest/issues/8105](https://redirect.github.com/vitest-dev/vitest/issues/8105) [<samp>(85dc0)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/85dc0195f) - Throw error when `--shard x/<count>` exceeds count of test files  -  by [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/8112](https://redirect.github.com/vitest-dev/vitest/issues/8112) [<samp>(8a18c)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/8a18c8e20) - **coverage**: - Ignore SCSS in browser mode  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/8161](https://redirect.github.com/vitest-dev/vitest/issues/8161) [<samp>(0c3be)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0c3be6f63) - **deps**: - Update all non-major dependencies  -  in [https://github.com/vitest-dev/vitest/issues/8123](https://redirect.github.com/vitest-dev/vitest/issues/8123) [<samp>(93f32)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/93f3200e4) - **expect**: - Handle async errors in expect.soft  -  by [@&#8203;lzl0304](https://redirect.github.com/lzl0304) in [https://github.com/vitest-dev/vitest/issues/8145](https://redirect.github.com/vitest-dev/vitest/issues/8145) [<samp>(68699)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/686996912) - **pool**: - Auto-adjust `minWorkers` when only `maxWorkers` specified  -  by [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/8110](https://redirect.github.com/vitest-dev/vitest/issues/8110) [<samp>(14dc0)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/14dc0724f) - **reporter**: - `task.meta` should be available in custom reporter's errors  -  by [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/8115](https://redirect.github.com/vitest-dev/vitest/issues/8115) [<samp>(27df6)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/27df68a0e) - **runner**: - Preserve handler wrapping on extend  -  by [@&#8203;pengooseDev](https://redirect.github.com/pengooseDev) in [https://github.com/vitest-dev/vitest/issues/8153](https://redirect.github.com/vitest-dev/vitest/issues/8153) [<samp>(a9281)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/a92812b70) - **ui**: - Ensure ui config option works correctly  -  by [@&#8203;lzl0304](https://redirect.github.com/lzl0304) in [https://github.com/vitest-dev/vitest/issues/8147](https://redirect.github.com/vitest-dev/vitest/issues/8147) [<samp>(42eeb)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/42eeb2ee6) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/chris-kruining/calque). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Sign in to join this conversation.
No description provided.