Skip to content

Commit

Permalink
⬆️ Update vitest monorepo to ^2.1.4 (#5376)
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.3` ->
`^2.1.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/2.1.3/2.1.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/2.1.3/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/2.1.3/2.1.4?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.3` ->
`^2.1.4`](https://renovatebot.com/diffs/npm/vitest/2.1.3/2.1.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.1.3/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.1.3/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#####    🚀 Features

- **browser**: Allow custom HTML path, respect plugins
`transformIndexHtml`  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6725](https://redirect.github.com/vitest-dev/vitest/issues/6725)
[<samp>(16902)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/169028f0)

#####    🐞 Bug Fixes

- Don't normalize drive case letter in root  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6792](https://redirect.github.com/vitest-dev/vitest/issues/6792)
[<samp>(b28cd)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b28cd2e3)
-   **browser**:
- Fix default browser port  -  by
[@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/6700](https://redirect.github.com/vitest-dev/vitest/issues/6700)
[<samp>(9c518)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/9c518c14)
- Optimize expect-type  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6713](https://redirect.github.com/vitest-dev/vitest/issues/6713)
[<samp>(07918)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/07918538)
- Don't polyfill process.env  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6718](https://redirect.github.com/vitest-dev/vitest/issues/6718)
[<samp>(da6d2)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/da6d2ea7)
- Increment browser port automatically if there are several projects
with browser.enabled  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6717](https://redirect.github.com/vitest-dev/vitest/issues/6717)
[<samp>(a9397)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/a939779f)
- Cleanup keyboard state  -  by
[@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/6731](https://redirect.github.com/vitest-dev/vitest/issues/6731)
[<samp>(19278)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/19278f4c)
- Don't add `v=` queries to setup files imports  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6759](https://redirect.github.com/vitest-dev/vitest/issues/6759)
[<samp>(b8258)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b82584c9)
- User event cleanup on retry  -  by
[@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/6764](https://redirect.github.com/vitest-dev/vitest/issues/6764)
[<samp>(bdd15)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/bdd15dd1)
- Ignore non mocked msw requests  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6770](https://redirect.github.com/vitest-dev/vitest/issues/6770)
[<samp>(9d9ba)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/9d9bad5b)
- Initiate MSW in the same frame as tests  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6772](https://redirect.github.com/vitest-dev/vitest/issues/6772)
[<samp>(2444f)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/2444ff22)
-   **deps**:
- Update dependency sirv to v3  -  in
[https://github.com/vitest-dev/vitest/issues/6701](https://redirect.github.com/vitest-dev/vitest/issues/6701)
[<samp>(fde5d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/fde5d509)
-   **expect**:
- Correct behavior of `toThrowError` with empty string parameter  -  by
[@&#8203;shulaoda](https://redirect.github.com/shulaoda) in
[https://github.com/vitest-dev/vitest/issues/6710](https://redirect.github.com/vitest-dev/vitest/issues/6710)
[<samp>(a6129)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/a61293e9)
-   **mocker**:
- Remove spy from peer dependencies  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6777](https://redirect.github.com/vitest-dev/vitest/issues/6777)
[<samp>(3a8b5)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/3a8b56bf)
-   **vitest**:
- Clarify slowTestThreshold, print slow tests in non-TTY mode  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6715](https://redirect.github.com/vitest-dev/vitest/issues/6715)
[<samp>(2e6aa)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/2e6aa647)
- Print warnings form Vite plugins  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6724](https://redirect.github.com/vitest-dev/vitest/issues/6724)
[<samp>(121b1)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/121b161f)
- Don't fail if the working directory starts with a lowercase drive
letter  -  by
[@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6779](https://redirect.github.com/vitest-dev/vitest/issues/6779)
[<samp>(df6d7)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/df6d750b)
- Silence import analysis warning  -  by
[@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/6785](https://redirect.github.com/vitest-dev/vitest/issues/6785)
[<samp>(39041)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/39041ee5)
-   **vitest,runner**:
- Simplify `test.extend` type exports  -  by
[@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/6707](https://redirect.github.com/vitest-dev/vitest/issues/6707)
[<samp>(e5c38)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/e5c388f0)

#####    🏎 Performance

- Use `hash` to replace `createHash`  -  by
[@&#8203;btea](https://redirect.github.com/btea) in
[https://github.com/vitest-dev/vitest/issues/6703](https://redirect.github.com/vitest-dev/vitest/issues/6703)
[<samp>(5d07b)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5d07bba6)

#####     [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.3...v2.1.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/dubzzz/fast-check).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent a4d38ea commit 82101bb
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 432 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.3"
"vitest": "^2.1.6"
},
"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.3",
"@vitest/coverage-v8": "^2.1.6",
"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.1",
"typescript": "~5.7.2",
"vitest": "^2.1.3"
"vitest": "^2.1.6"
},
"keywords": [
"property-based testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/test/unit/check/runner/Runner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ describe('Runner', () => {
expect(() => rAssert(failingProperty, { seed: 42 })).toThrowError(`Got error in failingProperty`);
});
describe('Impact of VerbosityLevel in case of failure', () => {
const baseErrorMessage = '';
const baseErrorMessage = 'Property failed';
const p: IRawProperty<[number]> = {
isAsync: () => false,
generate: () => {
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.3"
"vitest": "^2.1.6"
},
"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.3"
"vitest": "^2.1.6"
},
"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.3"
"vitest": "^2.1.6"
},
"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.1",
"vitest": "^2.1.3"
"vitest": "^2.1.6"
},
"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.3"
"vitest": "^2.1.6"
},
"keywords": [
"worker",
Expand Down
Loading

0 comments on commit 82101bb

Please sign in to comment.