Commit 1fa75cb
authored
chore(deps): update dependency vitest to v0.26.2 (#2760)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest) | [`0.25.7` ->
`0.26.2`](https://renovatebot.com/diffs/npm/vitest/0.25.7/0.26.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest</summary>
###
[`v0.26.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.2)
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2)
##### 🚀 Features
- Project name - by [@​antfu](https://togithub.com/antfu)
[<samp>(84f98)</samp>](https://togithub.com/vitest-dev/vitest/commit/84f98e70)
##### 🐞 Bug Fixes
- Improve "isInternaRequest" check - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2541](https://togithub.com/vitest-dev/vitest/issues/2541)
[<samp>(2bb9a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2bb9a391)
- Use correct word when printing "long-running" warning - by
[@​simon-abbott](https://togithub.com/simon-abbott) in
[https://github.com/vitest-dev/vitest/issues/2546](https://togithub.com/vitest-dev/vitest/issues/2546)
[<samp>(8dc1c)</samp>](https://togithub.com/vitest-dev/vitest/commit/8dc1c3cb)
- Pass down diff options - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2545](https://togithub.com/vitest-dev/vitest/issues/2545)
[<samp>(98c94)</samp>](https://togithub.com/vitest-dev/vitest/commit/98c94e65)
- **cli**: Respect inline config `dir` - by
[@​antfu](https://togithub.com/antfu) in
[https://github.com/vitest-dev/vitest/issues/2550](https://togithub.com/vitest-dev/vitest/issues/2550)
[<samp>(f6b59)</samp>](https://togithub.com/vitest-dev/vitest/commit/f6b592a9)
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.1...v0.26.2)
###
[`v0.26.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.1)
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1)
##### 🚀 Features
- Add more options to configure diff output - by
[@​sheremet-va](https://togithub.com/sheremet-va) and
[@​dammy001](https://togithub.com/dammy001) in
[https://github.com/vitest-dev/vitest/issues/2522](https://togithub.com/vitest-dev/vitest/issues/2522)
[<samp>(7ae14)</samp>](https://togithub.com/vitest-dev/vitest/commit/7ae1417f)
##### 🐞 Bug Fixes
- Don't resolve builtin Node modules - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2538](https://togithub.com/vitest-dev/vitest/issues/2538)
[<samp>(1cbc2)</samp>](https://togithub.com/vitest-dev/vitest/commit/1cbc24dc)
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26.0...v0.26.1)
###
[`v0.26.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.26.0)
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0)
##### 🚨 Breaking Changes
- **vite-node:** Rewrite how vite-node resolves id - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2463](https://togithub.com/vitest-dev/vitest/issues/2463)
[<samp>(58ee8)</samp>](https://togithub.com/vitest-dev/vitest/commit/58ee8e9b)
- Correctly interop nested default for external and inlined modules -
by [@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2512](https://togithub.com/vitest-dev/vitest/issues/2512)
[<samp>(084e9)</samp>](https://togithub.com/vitest-dev/vitest/commit/084e929c)
- If your environment is `node`, Vitest will not resolve invalid named
exports (exports that are on "default" property will not magically
appear as named exports), unless `deps.interopDefault` is enabled, or
dependency is in `deps.inline`. This change doesn't affect `jsdom`,
`happy-dom` or `edge` environments.
- **web-worker:** Make web-worker implementation more compatible with
spec - by [@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2431](https://togithub.com/vitest-dev/vitest/issues/2431)
[<samp>(c3a63)</samp>](https://togithub.com/vitest-dev/vitest/commit/c3a63524)
- Messages are now cloned with `structuredClone`, if it's available, or
fallbacks to a polyfill.
- Added support for `SharedWorker`
##### 🚀 Features
- Introduce a native way to set env and globals - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2515](https://togithub.com/vitest-dev/vitest/issues/2515)
[<samp>(b114d)</samp>](https://togithub.com/vitest-dev/vitest/commit/b114d49f)
- Add html reporter based on Vitest UI - by
[@​poyoho](https://togithub.com/poyoho) and
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2444](https://togithub.com/vitest-dev/vitest/issues/2444)
[<samp>(b8f34)</samp>](https://togithub.com/vitest-dev/vitest/commit/b8f34eb8)
- If you have `@vitest/ui` installed, you can now use `'html'` reporter
to get a [beautiful UI](https://vitest.dev/guide/ui.html) to view your
test results, inspect module graph and read log messages.
##### 🐞 Bug Fixes
- Allow assigning new hotContext - by
[@​cometkim](https://togithub.com/cometkim) in
[https://github.com/vitest-dev/vitest/issues/2524](https://togithub.com/vitest-dev/vitest/issues/2524)
[<samp>(b4c43)</samp>](https://togithub.com/vitest-dev/vitest/commit/b4c43cd5)
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.8...v0.26.0)
###
[`v0.25.8`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.8)
[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8)
##### 🚀 Features
- Add mts, cts files to coverage - by
[@​poyoho](https://togithub.com/poyoho) and
[@​AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/2492](https://togithub.com/vitest-dev/vitest/issues/2492)
[<samp>(799f9)</samp>](https://togithub.com/vitest-dev/vitest/commit/799f9a17)
##### 🐞 Bug Fixes
- Don't throw unhandled error, if import was caught - by
[@​sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/2494](https://togithub.com/vitest-dev/vitest/issues/2494)
[<samp>(0a87e)</samp>](https://togithub.com/vitest-dev/vitest/commit/0a87ebb4)
- **coverage**: Esbuild to preserve legal comments for ignore hints -
by [@​AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/2496](https://togithub.com/vitest-dev/vitest/issues/2496)
[<samp>(c85ed)</samp>](https://togithub.com/vitest-dev/vitest/commit/c85edb1e)
##### [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.7...v0.25.8)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 9f494e3 commit 1fa75cb
2 files changed
Lines changed: 87 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2422 | 2422 | | |
2423 | 2423 | | |
2424 | 2424 | | |
2425 | | - | |
2426 | | - | |
2427 | | - | |
2428 | | - | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
2429 | 2429 | | |
2430 | 2430 | | |
2431 | 2431 | | |
| |||
3294 | 3294 | | |
3295 | 3295 | | |
3296 | 3296 | | |
| 3297 | + | |
| 3298 | + | |
| 3299 | + | |
| 3300 | + | |
| 3301 | + | |
3297 | 3302 | | |
3298 | 3303 | | |
3299 | 3304 | | |
| |||
3340 | 3345 | | |
3341 | 3346 | | |
3342 | 3347 | | |
3343 | | - | |
3344 | | - | |
3345 | | - | |
3346 | | - | |
| 3348 | + | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
3347 | 3352 | | |
3348 | 3353 | | |
3349 | 3354 | | |
3350 | | - | |
| 3355 | + | |
3351 | 3356 | | |
3352 | 3357 | | |
3353 | 3358 | | |
| |||
4109 | 4114 | | |
4110 | 4115 | | |
4111 | 4116 | | |
4112 | | - | |
4113 | | - | |
4114 | | - | |
4115 | | - | |
| 4117 | + | |
| 4118 | + | |
| 4119 | + | |
| 4120 | + | |
4116 | 4121 | | |
4117 | 4122 | | |
4118 | 4123 | | |
| |||
5836 | 5841 | | |
5837 | 5842 | | |
5838 | 5843 | | |
| 5844 | + | |
| 5845 | + | |
| 5846 | + | |
| 5847 | + | |
| 5848 | + | |
5839 | 5849 | | |
5840 | 5850 | | |
5841 | 5851 | | |
| |||
6360 | 6370 | | |
6361 | 6371 | | |
6362 | 6372 | | |
| 6373 | + | |
| 6374 | + | |
| 6375 | + | |
| 6376 | + | |
| 6377 | + | |
| 6378 | + | |
| 6379 | + | |
| 6380 | + | |
| 6381 | + | |
| 6382 | + | |
6363 | 6383 | | |
6364 | 6384 | | |
6365 | 6385 | | |
| |||
6706 | 6726 | | |
6707 | 6727 | | |
6708 | 6728 | | |
| 6729 | + | |
| 6730 | + | |
| 6731 | + | |
| 6732 | + | |
| 6733 | + | |
| 6734 | + | |
| 6735 | + | |
| 6736 | + | |
| 6737 | + | |
| 6738 | + | |
6709 | 6739 | | |
6710 | 6740 | | |
6711 | 6741 | | |
| |||
6736 | 6766 | | |
6737 | 6767 | | |
6738 | 6768 | | |
| 6769 | + | |
| 6770 | + | |
| 6771 | + | |
| 6772 | + | |
| 6773 | + | |
| 6774 | + | |
| 6775 | + | |
| 6776 | + | |
| 6777 | + | |
6739 | 6778 | | |
6740 | 6779 | | |
6741 | 6780 | | |
| |||
7373 | 7412 | | |
7374 | 7413 | | |
7375 | 7414 | | |
| 7415 | + | |
| 7416 | + | |
| 7417 | + | |
| 7418 | + | |
| 7419 | + | |
| 7420 | + | |
| 7421 | + | |
| 7422 | + | |
7376 | 7423 | | |
7377 | 7424 | | |
7378 | 7425 | | |
7379 | 7426 | | |
7380 | 7427 | | |
7381 | | - | |
| 7428 | + | |
7382 | 7429 | | |
7383 | 7430 | | |
7384 | 7431 | | |
| |||
7788 | 7835 | | |
7789 | 7836 | | |
7790 | 7837 | | |
| 7838 | + | |
| 7839 | + | |
| 7840 | + | |
| 7841 | + | |
| 7842 | + | |
7791 | 7843 | | |
7792 | 7844 | | |
7793 | 7845 | | |
| |||
7989 | 8041 | | |
7990 | 8042 | | |
7991 | 8043 | | |
| 8044 | + | |
| 8045 | + | |
| 8046 | + | |
| 8047 | + | |
| 8048 | + | |
| 8049 | + | |
| 8050 | + | |
| 8051 | + | |
| 8052 | + | |
| 8053 | + | |
| 8054 | + | |
| 8055 | + | |
7992 | 8056 | | |
7993 | 8057 | | |
7994 | 8058 | | |
| |||
8036 | 8100 | | |
8037 | 8101 | | |
8038 | 8102 | | |
8039 | | - | |
8040 | | - | |
8041 | | - | |
8042 | | - | |
| 8103 | + | |
| 8104 | + | |
| 8105 | + | |
| 8106 | + | |
8043 | 8107 | | |
8044 | | - | |
| 8108 | + | |
8045 | 8109 | | |
8046 | 8110 | | |
8047 | | - | |
| 8111 | + | |
8048 | 8112 | | |
8049 | | - | |
| 8113 | + | |
8050 | 8114 | | |
8051 | 8115 | | |
8052 | 8116 | | |
| |||
8055 | 8119 | | |
8056 | 8120 | | |
8057 | 8121 | | |
| 8122 | + | |
8058 | 8123 | | |
8059 | 8124 | | |
8060 | 8125 | | |
| |||
0 commit comments