Commit ddaa900
authored
chore(deps): update vitest and its coverage provider to v4.0.8 (#3045)
This PR contains the following updates:
| Package | Change | Age | 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))
| [`4.0.7` ->
`4.0.8`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/4.0.7/4.0.8)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://vitest.dev)
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`4.0.7` ->
`4.0.8`](https://renovatebot.com/diffs/npm/vitest/4.0.7/4.0.8) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest (@​vitest/coverage-v8)</summary>
###
[`v4.0.8`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v4.0.8)
[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v4.0.7...v4.0.8)
##### 🐞 Bug Fixes
- Workaround `noExternal` merging bug on Vite 6 - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[#​8950](https://redirect.github.com/vitest-dev/vitest/issues/8950)
[<samp>(bcb13)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/bcb132fd4)
- Missed context.d.ts file - by
[@​termorey](https://redirect.github.com/termorey) in
[#​8965](https://redirect.github.com/vitest-dev/vitest/issues/8965)
[<samp>(9044d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/9044d9356)
- Incorrect error message for non-awaited `expect.element()` - by
[@​StyleShit](https://redirect.github.com/StyleShit) in
[#​8954](https://redirect.github.com/vitest-dev/vitest/issues/8954)
[<samp>(9638d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/9638db0f3)
- **browser**: Cleanup frame-ancestors from CSP header at coverage
middleware - by
[@​userquin](https://redirect.github.com/userquin) in
[#​8941](https://redirect.github.com/vitest-dev/vitest/issues/8941)
[<samp>(1f730)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/1f7303738)
- **deps**: Update all non-major dependencies - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[#​8636](https://redirect.github.com/vitest-dev/vitest/issues/8636)
[<samp>(da8b9)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/da8b93aa5)
- **forks**: Do not fail with Windows Defender enabled - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[#​8967](https://redirect.github.com/vitest-dev/vitest/issues/8967)
[<samp>(c79f4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/c79f47c65)
- **runner**: Properly encode Uint8Array body in annotations - by
[@​Livan-pro](https://redirect.github.com/Livan-pro) in
[#​8951](https://redirect.github.com/vitest-dev/vitest/issues/8951)
[<samp>(997ca)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/997ca5a82)
- **spy**: Copy static properties if spy is initialised with `vi.fn()`,
fix types for `vi.spyOn(obj, class)` - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[#​8956](https://redirect.github.com/vitest-dev/vitest/issues/8956)
[<samp>(75e7f)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/75e7fcc51)
- **webdriverio**: When no argument is passed to the .click interaction
command, the webdriver command should also have no argument - by
[@​julienw](https://redirect.github.com/julienw) in
[#​8937](https://redirect.github.com/vitest-dev/vitest/issues/8937)
[<samp>(069e6)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/069e6db9b)
##### [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v4.0.7...v4.0.8)
</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/RobinTail/express-zod-api).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent f83aac2 commit ddaa900
1 file changed
Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments