Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^0.34.3 (#1966)
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](https://togithub.com/vitest-dev/vitest) | [`^0.34.2` ->
`^0.34.3`](https://renovatebot.com/diffs/npm/vitest/0.34.2/0.34.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/0.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/0.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/0.34.2/0.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/0.34.2/0.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest (vitest)</summary>

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

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.2...v0.34.3)

#####    🚀 Features

- **coverage**: Add `allowExternal` option  -  by
[@&#8203;vojvodics](https://togithub.com/vojvodics) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3894
[<samp>(c03fa)</samp>](https://togithub.com/vitest-dev/vitest/commit/c03faa22)
- **vitest**: Export all reporters in `vitest/reporters`  -  by
[@&#8203;Dunqing](https://togithub.com/Dunqing) and
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3980
[<samp>(5704b)</samp>](https://togithub.com/vitest-dev/vitest/commit/5704b341)

#####    🐞 Bug Fixes

- Should remove mockPath from callstack whether success or failed  -  by
[@&#8203;miserylee](https://togithub.com/miserylee) and **lijifei** in
[vitest-dev/vitest#3971
[<samp>(5eb85)</samp>](https://togithub.com/vitest-dev/vitest/commit/5eb8561c)
- Add workspace config files to default coverage excludes  -  by
[@&#8203;FelixGraf](https://togithub.com/FelixGraf) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3973
[<samp>(20263)</samp>](https://togithub.com/vitest-dev/vitest/commit/20263d9d)
- Report file error as a <failure> on JUnit  -  by
[@&#8203;3c1u](https://togithub.com/3c1u) in
[vitest-dev/vitest#3997
[<samp>(00c43)</samp>](https://togithub.com/vitest-dev/vitest/commit/00c432fa)
- **jsdom**: Correctly resolve buffer on typed arrays  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3998
[<samp>(b42cf)</samp>](https://togithub.com/vitest-dev/vitest/commit/b42cf36e)
- **ui**: Use web hash history in ui  -  by
[@&#8203;segevfiner](https://togithub.com/segevfiner) and
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3481
and
[vitest-dev/vitest#3487
[<samp>(8caab)</samp>](https://togithub.com/vitest-dev/vitest/commit/8caabaa1)
- **vite-node**: Inline HMR types  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3993
[<samp>(dff60)</samp>](https://togithub.com/vitest-dev/vitest/commit/dff60e82)
- **vitest**: Correctly resolve optimizer status  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3992
[<samp>(74dc5)</samp>](https://togithub.com/vitest-dev/vitest/commit/74dc5967)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.2...v0.34.3)

</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://developer.mend.io/github/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent 25bd166 commit e96d768
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 277 deletions.
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Expand Up @@ -42,6 +42,6 @@
"rimraf": "^5.0.1",
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Expand Up @@ -56,6 +56,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Expand Up @@ -44,6 +44,6 @@
"rimraf": "^5.0.1",
"unbuild": "^1.2.1",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Expand Up @@ -45,6 +45,6 @@
"solid-js": "^1.7.11",
"unbuild": "^1.2.1",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Expand Up @@ -46,6 +46,6 @@
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
"unbuild": "^1.2.1",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Expand Up @@ -51,6 +51,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Expand Up @@ -55,6 +55,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}

0 comments on commit e96d768

Please sign in to comment.