Skip to content

Commit

Permalink
Update dependency @vitest/coverage-istanbul to ^0.31.3 (#212)
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-istanbul](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme)
([source](https://togithub.com/vitest-dev/vitest)) | [`^0.31.2` ->
`^0.31.3`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/0.31.2/0.31.3)
|
[![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.3/compatibility-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.3/confidence-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#####    🚀 Features

- Support `VITE_NODE_DEPS_MODULE_DIRECTORIES` from .npmrc  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3471
[<samp>(393bf)</samp>](https://togithub.com/vitest-dev/vitest/commit/393bf60c)

#####    🐞 Bug Fixes

- **logger**: Print unhandled errors before summary  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3474
[<samp>(4c9a7)</samp>](https://togithub.com/vitest-dev/vitest/commit/4c9a7d58)
- **runner**: Suite options do not propagate to nested suites (fix:
[#&#8203;3467](https://togithub.com/vitest-dev/vitest/issues/3467))  - 
by [@&#8203;xsjcTony](https://togithub.com/xsjcTony) in
[vitest-dev/vitest#3473
and
[vitest-dev/vitest#3467
[<samp>(9fb9d)</samp>](https://togithub.com/vitest-dev/vitest/commit/9fb9dacb)
- **vite-node**: Clear importers when invalidating module  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3475
[<samp>(add29)</samp>](https://togithub.com/vitest-dev/vitest/commit/add29c86)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.2...v0.31.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://app.renovatebot.com/dashboard#github/dermoumi/crafts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 0d64d9b commit 72a70ce
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Expand Up @@ -22,7 +22,7 @@
"@crafts/plugin-world-entities": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@types/git-rev": "^0.2.0",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"git-rev": "^0.2.1",
"jsdom": "^22.1.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/default-map/package.json
Expand Up @@ -13,7 +13,7 @@
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@types/node": "^18.16.16",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/ecs/package.json
Expand Up @@ -16,7 +16,7 @@
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@types/node": "^18.16.16",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/game-app/package.json
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins-client/input/package.json
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins-client/three/package.json
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins-client/variable-update/package.json
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins-common/fixed-update/package.json
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins-common/physics/package.json
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins-common/world-entities/package.json
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@crafts/eslint-config": "workspace:^",
"@crafts/tsconfig": "workspace:^",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/coverage-istanbul": "^0.31.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72a70ce

Please sign in to comment.