Skip to content

Commit

Permalink
⬆️ Update vitest monorepo to ^2.1.8 (#5462)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | 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))
| [`^2.1.6` ->
`^2.1.8`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/2.1.6/2.1.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/2.1.6/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/2.1.6/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://redirect.github.com/vitest-dev/vitest)
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`^2.1.6` ->
`^2.1.8`](https://renovatebot.com/diffs/npm/vitest/2.1.6/2.1.8) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.1.6/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.1.6/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.1.8`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.8)

[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.7...v2.1.8)

#####    🐞 Bug Fixes

- Support Node 21  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va)
[<samp>(92f7a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/92f7a2ad)

#####     [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.7...v2.1.8)

###
[`v2.1.7`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.7)

[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.6...v2.1.7)

#####    🐞 Bug Fixes

- Revert support for Vite 6  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va)
[<samp>(fbe5c)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/fbe5c39d)
- This introduced some breaking changes
([https://github.com/vitest-dev/vitest/issues/6992](https://redirect.github.com/vitest-dev/vitest/issues/6992)).
We will enable support at a later time. In the meantime, you can still
use `pnpm.overrides` or yarn resolutions to override the `vite` version
in the `vitest` package - the APIs are compatible.

#####     [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.6...v2.1.7)

</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/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent d730af2 commit 37a7a1f
Show file tree
Hide file tree
Showing 8 changed files with 442 additions and 158 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/supertest": "^6.0.2",
"happy-dom": "^15.11.7",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"author": "Nicolas DUBIEN <github@dubien.org>",
"license": "MIT"
Expand Down
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.48.0",
"@types/node": "^20.14.15",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"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.2.0",
"typedoc": "^0.27.4",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [
"property-based testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [
"jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/npm-packlist": "^7.0.3",
"@types/npmcli__arborist": "^5.6.11",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [],
"funding": [
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/node": "^20.14.15",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [
"poisoning",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"fast-check": "workspace:*",
"typescript": "~5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [
"vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/node": "^20.14.15",
"typescript": "~5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [
"worker",
Expand Down
Loading

0 comments on commit 37a7a1f

Please sign in to comment.