Skip to content

Commit

Permalink
⬆️ Update vitest monorepo to ^2.0.4 (#5148)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))
| [`^2.0.3` ->
`^2.0.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/2.0.3/2.0.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`^2.0.3` ->
`^2.0.4`](https://renovatebot.com/diffs/npm/vitest/2.0.3/2.0.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest (@&#8203;vitest/coverage-v8)</summary>

###
[`v2.0.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.4)

#####    🐞 Bug Fixes

- One-line environment options  -  by
[@&#8203;hahanein](https://togithub.com/hahanein) in
[https://github.com/vitest-dev/vitest/issues/5105](https://togithub.com/vitest-dev/vitest/issues/5105)
[<samp>(38269)</samp>](https://togithub.com/vitest-dev/vitest/commit/38269415)
- Resolve assets imported with `require`  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6159](https://togithub.com/vitest-dev/vitest/issues/6159)
[<samp>(807a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/807a2cbc)
-   **browser**:
- Don't panic if
[@&#8203;vitest/browser](https://togithub.com/vitest/browser) is
installed outside of project root  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6135](https://togithub.com/vitest-dev/vitest/issues/6135)
[<samp>(ccfcd)</samp>](https://togithub.com/vitest-dev/vitest/commit/ccfcd488)
- Set global filepath  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6190](https://togithub.com/vitest-dev/vitest/issues/6190)
[<samp>(0d0b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/0d0b46b1)
- Allow preview and open in the editor screenshot error from ui  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[https://github.com/vitest-dev/vitest/issues/6113](https://togithub.com/vitest-dev/vitest/issues/6113)
[<samp>(2d620)</samp>](https://togithub.com/vitest-dev/vitest/commit/2d62051f)
-   **coverage**:
- Global thresholds to include files from glob thresholds  -  by
[@&#8203;thor-juhasz](https://togithub.com/thor-juhasz) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6172](https://togithub.com/vitest-dev/vitest/issues/6172)
[<samp>(02e3f)</samp>](https://togithub.com/vitest-dev/vitest/commit/02e3f003)
- Consistent type-only file handling  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6183](https://togithub.com/vitest-dev/vitest/issues/6183)
[<samp>(90576)</samp>](https://togithub.com/vitest-dev/vitest/commit/90576148)
- Ignore `*.cts` files  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6189](https://togithub.com/vitest-dev/vitest/issues/6189)
[<samp>(5da45)</samp>](https://togithub.com/vitest-dev/vitest/commit/5da45db1)
- Add `thresholds.<glob>.100` option  -  by
[@&#8203;thor-juhasz](https://togithub.com/thor-juhasz) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6174](https://togithub.com/vitest-dev/vitest/issues/6174)
[<samp>(f6845)</samp>](https://togithub.com/vitest-dev/vitest/commit/f68453f8)
-   **spy**:
- Fix `mockImplementation` for function overload and unions  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/6181](https://togithub.com/vitest-dev/vitest/issues/6181)
[<samp>(7a75b)</samp>](https://togithub.com/vitest-dev/vitest/commit/7a75bd4c)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 8e9a271 commit e16da68
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 76 deletions.
4 changes: 2 additions & 2 deletions packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.47.2",
"@types/node": "^20.14.11",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/coverage-v8": "^2.0.4",
"cross-env": "^7.0.3",
"glob": "^11.0.0",
"not-node-buffer": "npm:buffer@^6.0.3",
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.1.0",
"typedoc": "^0.26.5",
"typescript": "~5.5.3",
"vitest": "^2.0.3"
"vitest": "^2.0.4"
},
"keywords": [
"property-based testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest": "^29.7.0",
"typescript": "~5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3"
"vitest": "^2.0.4"
},
"keywords": [
"vitest",
Expand Down
129 changes: 56 additions & 73 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ __metadata:
jest: "npm:^29.7.0"
typescript: "npm:~5.5.3"
vite: "npm:^5.3.4"
vitest: "npm:^2.0.3"
vitest: "npm:^2.0.4"
peerDependencies:
vitest: ">=0.28.1 <1.0.0 || ^1 || ^2"
languageName: unknown
Expand Down Expand Up @@ -5666,9 +5666,9 @@ __metadata:
languageName: node
linkType: hard

"@vitest/coverage-v8@npm:^2.0.3":
version: 2.0.3
resolution: "@vitest/coverage-v8@npm:2.0.3"
"@vitest/coverage-v8@npm:^2.0.4":
version: 2.0.4
resolution: "@vitest/coverage-v8@npm:2.0.4"
dependencies:
"@ampproject/remapping": "npm:^2.3.0"
"@bcoe/v8-coverage": "npm:^0.2.3"
Expand All @@ -5680,75 +5680,74 @@ __metadata:
magic-string: "npm:^0.30.10"
magicast: "npm:^0.3.4"
std-env: "npm:^3.7.0"
strip-literal: "npm:^2.1.0"
test-exclude: "npm:^7.0.1"
tinyrainbow: "npm:^1.2.0"
peerDependencies:
vitest: 2.0.3
checksum: 10c0/ac3bbe2ff7cb41a71d22d7174347bba81b789b8293da54a1cf266eef12b9b0f92a04ef3cdaddff176b11fa8db9ec3cbdc423bf51a5e847714a643a38b3da370f
vitest: 2.0.4
checksum: 10c0/1a841839f76ac106a14de6947073f579b0b23e8889d2c0c76b1e96f98904f852711e8a127957c6c8dfd608efd0d58b98c283a1dae52813c31a7f0d37383cb21e
languageName: node
linkType: hard

"@vitest/expect@npm:2.0.3":
version: 2.0.3
resolution: "@vitest/expect@npm:2.0.3"
"@vitest/expect@npm:2.0.4":
version: 2.0.4
resolution: "@vitest/expect@npm:2.0.4"
dependencies:
"@vitest/spy": "npm:2.0.3"
"@vitest/utils": "npm:2.0.3"
"@vitest/spy": "npm:2.0.4"
"@vitest/utils": "npm:2.0.4"
chai: "npm:^5.1.1"
tinyrainbow: "npm:^1.2.0"
checksum: 10c0/bc8dead850a8aeb84a0d5d8620e1437752cbfe10908c2d5ec9f80fc6d9c387d70c964abfd2d6caf76da2882022c0dd05b0fa09b7c2a44d65abdde2b6c73517fe
checksum: 10c0/18acdd6b1f5001830722fab7d41b0bd754e37572dded74d1549c5e8f40e58d9e4bbbb6a8ce6be1200b04653237329ba1aeeb3330c2a41f1024450016464d491e
languageName: node
linkType: hard

"@vitest/pretty-format@npm:2.0.3, @vitest/pretty-format@npm:^2.0.3":
version: 2.0.3
resolution: "@vitest/pretty-format@npm:2.0.3"
"@vitest/pretty-format@npm:2.0.4, @vitest/pretty-format@npm:^2.0.4":
version: 2.0.4
resolution: "@vitest/pretty-format@npm:2.0.4"
dependencies:
tinyrainbow: "npm:^1.2.0"
checksum: 10c0/217fd176fa4d1e64e04bc6a187d146381e99921f46007f98f7132d0e31e2c14b9c6d050a150331b3368ee8004bbeab5b1b7d477522a4e4d71ad822d046debc16
checksum: 10c0/c2ac3ca302b93ad53ea2977209ee4eb31a313c18690034a09f8ec5528d7e82715c233c4927ecf8b364203c5e5475231d9b737b3fb7680eea71882e1eae11e473
languageName: node
linkType: hard

"@vitest/runner@npm:2.0.3":
version: 2.0.3
resolution: "@vitest/runner@npm:2.0.3"
"@vitest/runner@npm:2.0.4":
version: 2.0.4
resolution: "@vitest/runner@npm:2.0.4"
dependencies:
"@vitest/utils": "npm:2.0.3"
"@vitest/utils": "npm:2.0.4"
pathe: "npm:^1.1.2"
checksum: 10c0/efbf646457c29268f0d370985d8cbfcfc7d181693dfc2e061dd05ce911f43592957f2c866cde1b5b2e3078ae5d74b94dc28453e1c70b80e8467440223431e863
checksum: 10c0/b550372ce5e2c6a3f08dbd584ea669723fc0d789ebaa4224b703f12e908813fb76b963ea9ac2265aa751cab0309f637dc1fa7ce3fb3e67e08e52e241d33237ee
languageName: node
linkType: hard

"@vitest/snapshot@npm:2.0.3":
version: 2.0.3
resolution: "@vitest/snapshot@npm:2.0.3"
"@vitest/snapshot@npm:2.0.4":
version: 2.0.4
resolution: "@vitest/snapshot@npm:2.0.4"
dependencies:
"@vitest/pretty-format": "npm:2.0.3"
"@vitest/pretty-format": "npm:2.0.4"
magic-string: "npm:^0.30.10"
pathe: "npm:^1.1.2"
checksum: 10c0/dc7e2e8f60d40c308c487effe2cd94c42bffa795c2d8c740c30b880b451637763891609a052afe29f0c9872e71141d439cb03118595e4a461fe6b4877ae99878
checksum: 10c0/67608c5b1e2f8b02ebc95286cd644c31ea29344c81d67151375b6eebf088a0eea242756eefb509aac626b8f7f091044fdcbc80d137d811ead1117a4a524e2d74
languageName: node
linkType: hard

"@vitest/spy@npm:2.0.3":
version: 2.0.3
resolution: "@vitest/spy@npm:2.0.3"
"@vitest/spy@npm:2.0.4":
version: 2.0.4
resolution: "@vitest/spy@npm:2.0.4"
dependencies:
tinyspy: "npm:^3.0.0"
checksum: 10c0/4780aeed692c52756d70735b633ad58f201b2b8729b9e46c4cf968b8e4174e2c2cddd099de669019771bcd8e1ca32d0b9fa42d962e431fdf473b62393b9d2a0a
checksum: 10c0/ef0d0c5e36bb6dfa3ef7561368b39c92cd89bb52d112ec13345dfc99981796a9af98bafd35ce6952322a6a7534eaad144485fe7764628d94d77edeba5fa773b6
languageName: node
linkType: hard

"@vitest/utils@npm:2.0.3":
version: 2.0.3
resolution: "@vitest/utils@npm:2.0.3"
"@vitest/utils@npm:2.0.4":
version: 2.0.4
resolution: "@vitest/utils@npm:2.0.4"
dependencies:
"@vitest/pretty-format": "npm:2.0.3"
"@vitest/pretty-format": "npm:2.0.4"
estree-walker: "npm:^3.0.3"
loupe: "npm:^3.1.1"
tinyrainbow: "npm:^1.2.0"
checksum: 10c0/41b64c07814e7d576ebe7d11d277eb104a2aafb986497855a59f641b45fa53a30a2bfea525cd913e91b695f444a7a48b1f1e5909c27d5a989b0aea68f2242bd9
checksum: 10c0/48e0bad3aa463d147b125e355b6bc6c5b4a5eab600132ebafac8379800273b2f47df17dbf76fe179b1500cc6b5866ead2d375a39a9114a03f705eb8850b93afa
languageName: node
linkType: hard

Expand Down Expand Up @@ -9490,7 +9489,7 @@ __metadata:
"@fast-check/poisoning": "workspace:*"
"@microsoft/api-extractor": "npm:^7.47.2"
"@types/node": "npm:^20.14.11"
"@vitest/coverage-v8": "npm:^2.0.3"
"@vitest/coverage-v8": "npm:^2.0.4"
cross-env: "npm:^7.0.3"
glob: "npm:^11.0.0"
not-node-buffer: "npm:buffer@^6.0.3"
Expand All @@ -9499,7 +9498,7 @@ __metadata:
replace-in-file: "npm:^8.1.0"
typedoc: "npm:^0.26.5"
typescript: "npm:~5.5.3"
vitest: "npm:^2.0.3"
vitest: "npm:^2.0.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12421,13 +12420,6 @@ __metadata:
languageName: node
linkType: hard

"js-tokens@npm:^9.0.0":
version: 9.0.0
resolution: "js-tokens@npm:9.0.0"
checksum: 10c0/4ad1c12f47b8c8b2a3a99e29ef338c1385c7b7442198a425f3463f3537384dab6032012791bfc2f056ea5ecdb06b1ed4f70e11a3ab3f388d3dcebfe16a52b27d
languageName: node
linkType: hard

"js-yaml@npm:^3.13.1, js-yaml@npm:^3.14.1":
version: 3.14.1
resolution: "js-yaml@npm:3.14.1"
Expand Down Expand Up @@ -17902,15 +17894,6 @@ __metadata:
languageName: node
linkType: hard

"strip-literal@npm:^2.1.0":
version: 2.1.0
resolution: "strip-literal@npm:2.1.0"
dependencies:
js-tokens: "npm:^9.0.0"
checksum: 10c0/bc8b8c8346125ae3c20fcdaf12e10a498ff85baf6f69597b4ab2b5fbf2e58cfd2827f1a44f83606b852da99a5f6c8279770046ddea974c510c17c98934c9cc24
languageName: node
linkType: hard

"strtok3@npm:^6.2.4":
version: 6.3.0
resolution: "strtok3@npm:6.3.0"
Expand Down Expand Up @@ -19023,9 +19006,9 @@ __metadata:
languageName: node
linkType: hard

"vite-node@npm:2.0.3":
version: 2.0.3
resolution: "vite-node@npm:2.0.3"
"vite-node@npm:2.0.4":
version: 2.0.4
resolution: "vite-node@npm:2.0.4"
dependencies:
cac: "npm:^6.7.14"
debug: "npm:^4.3.5"
Expand All @@ -19034,7 +19017,7 @@ __metadata:
vite: "npm:^5.0.0"
bin:
vite-node: vite-node.mjs
checksum: 10c0/a1bcc110aeb49e79a50ae0df41ca692d39e0d992702f7c5b095c969f622eb72636543bed79efb7131fdedaa4c44a6c9c19daf6fca909240acc1f27f79b978c11
checksum: 10c0/2689b05b391b59cf3d15e1e80884e9b054f2ca90b2150cc7a08b0f234e79e6750a28cc8d107a57f005185e759c3bc020030f687065317fc37fe169ce17f4cdb7
languageName: node
linkType: hard

Expand Down Expand Up @@ -19078,17 +19061,17 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:^2.0.3":
version: 2.0.3
resolution: "vitest@npm:2.0.3"
"vitest@npm:^2.0.4":
version: 2.0.4
resolution: "vitest@npm:2.0.4"
dependencies:
"@ampproject/remapping": "npm:^2.3.0"
"@vitest/expect": "npm:2.0.3"
"@vitest/pretty-format": "npm:^2.0.3"
"@vitest/runner": "npm:2.0.3"
"@vitest/snapshot": "npm:2.0.3"
"@vitest/spy": "npm:2.0.3"
"@vitest/utils": "npm:2.0.3"
"@vitest/expect": "npm:2.0.4"
"@vitest/pretty-format": "npm:^2.0.4"
"@vitest/runner": "npm:2.0.4"
"@vitest/snapshot": "npm:2.0.4"
"@vitest/spy": "npm:2.0.4"
"@vitest/utils": "npm:2.0.4"
chai: "npm:^5.1.1"
debug: "npm:^4.3.5"
execa: "npm:^8.0.1"
Expand All @@ -19099,13 +19082,13 @@ __metadata:
tinypool: "npm:^1.0.0"
tinyrainbow: "npm:^1.2.0"
vite: "npm:^5.0.0"
vite-node: "npm:2.0.3"
why-is-node-running: "npm:^2.2.2"
vite-node: "npm:2.0.4"
why-is-node-running: "npm:^2.3.0"
peerDependencies:
"@edge-runtime/vm": "*"
"@types/node": ^18.0.0 || >=20.0.0
"@vitest/browser": 2.0.3
"@vitest/ui": 2.0.3
"@vitest/browser": 2.0.4
"@vitest/ui": 2.0.4
happy-dom: "*"
jsdom: "*"
peerDependenciesMeta:
Expand All @@ -19123,7 +19106,7 @@ __metadata:
optional: true
bin:
vitest: vitest.mjs
checksum: 10c0/1801ec31eb144063d14a03d054ff573869732dcaf69abd4fefdabe011d183599a7493e49d8e180b29808675309814421c4a12271fb140c708e7c9f68c4a37a3c
checksum: 10c0/139200d0bda3270fd00641e4bd5524f78a2b1fe9a3d4a0d5ba2b6ed08bbcf6f1e711cc4bfd8b0d823628a2fcab00f822bb210bd5bf3c6a9260fd6115ea085a3d
languageName: node
linkType: hard

Expand Down Expand Up @@ -19539,7 +19522,7 @@ __metadata:
languageName: node
linkType: hard

"why-is-node-running@npm:^2.2.2":
"why-is-node-running@npm:^2.3.0":
version: 2.3.0
resolution: "why-is-node-running@npm:2.3.0"
dependencies:
Expand Down

0 comments on commit e16da68

Please sign in to comment.