Skip to content

Commit

Permalink
Update dependency @vitest/coverage-istanbul to ^0.31.1 (#191)
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.0` ->
`^0.31.1`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/0.31.0/0.31.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.1/compatibility-slim/0.31.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.31.1/confidence-slim/0.31.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#####    🚀 Features

- **watch**: Press `r` should rerun current pattern tests  -  by
[@&#8203;Dunqing](https://togithub.com/Dunqing) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3305
[<samp>(69d27)</samp>](https://togithub.com/vitest-dev/vitest/commit/69d27117)

#####    🐞 Bug Fixes

- Make sure thrown error is an object  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3298
[<samp>(a93be)</samp>](https://togithub.com/vitest-dev/vitest/commit/a93be56c)
- Remove duplicate type  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3303
[<samp>(5382e)</samp>](https://togithub.com/vitest-dev/vitest/commit/5382e8b6)
- Throw an error, if tests are collected with a different vitest version
 -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3301
[<samp>(708b1)</samp>](https://togithub.com/vitest-dev/vitest/commit/708b10fe)
- Support application/x-gzip metadata in html report  -  by
[@&#8203;mzanelee](https://togithub.com/mzanelee) and **Michael Lee** in
[vitest-dev/vitest#3333
[<samp>(5bf7e)</samp>](https://togithub.com/vitest-dev/vitest/commit/5bf7eb6e)
- Correctly restore vi.fn implementation  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3341
[<samp>(2aff8)</samp>](https://togithub.com/vitest-dev/vitest/commit/2aff8c5f)
- Display error message correctly  -  by
[@&#8203;btea](https://togithub.com/btea) in
[vitest-dev/vitest#3314
[<samp>(a5b3d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a5b3d78e)
- Exclude `cwd` from test name filter  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3353
[<samp>(324a9)</samp>](https://togithub.com/vitest-dev/vitest/commit/324a9b54)
- Check error type before modifying it  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3385
[<samp>(c44d9)</samp>](https://togithub.com/vitest-dev/vitest/commit/c44d9912)
- `toMatchInlineSnapshot` fails when file path includes parentheses  - 
by [@&#8203;pacexy](https://togithub.com/pacexy) in
[vitest-dev/vitest#3370
and
[vitest-dev/vitest#3371
[<samp>(dcf13)</samp>](https://togithub.com/vitest-dev/vitest/commit/dcf1346a)
- Stop spying on a method, when it's restored  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3386
[<samp>(2cb1a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2cb1a15a)
- Test repeats  -  by
[@&#8203;fenghan34](https://togithub.com/fenghan34) in
[vitest-dev/vitest#3369
[<samp>(fb8fc)</samp>](https://togithub.com/vitest-dev/vitest/commit/fb8fc7ab)
-   **browser**:
- Throw an error if test failed to load  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3390
[<samp>(b354b)</samp>](https://togithub.com/vitest-dev/vitest/commit/b354bc1c)
- Keep default export when rewriting exports  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3389
[<samp>(6501d)</samp>](https://togithub.com/vitest-dev/vitest/commit/6501d2e3)
-   **cli**:
- Improve cac errors when mixing boolean and dot notation  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3302
[<samp>(93fbd)</samp>](https://togithub.com/vitest-dev/vitest/commit/93fbd02d)
-   **reporter**:
- Prevent deleting test reports stored in coverage directory  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3331
[<samp>(ddbba)</samp>](https://togithub.com/vitest-dev/vitest/commit/ddbba396)
-   **typecheck**:
- Correctly resolve custom tsconfig path  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3342
[<samp>(c53ae)</samp>](https://togithub.com/vitest-dev/vitest/commit/c53ae079)
-   **vite-node**:
- Allow returning id not wrapped in promise  -  by
[@&#8203;danielroe](https://togithub.com/danielroe) in
[vitest-dev/vitest#3312
[<samp>(9836c)</samp>](https://togithub.com/vitest-dev/vitest/commit/9836ccb4)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS44OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuODkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 17, 2023
1 parent 6593d82 commit 95179da
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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.0",
"git-rev": "^0.2.1",
"jsdom": "^21.1.2",
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.12",
"@vitest/coverage-istanbul": "^0.31.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.12",
"@vitest/coverage-istanbul": "^0.31.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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.0",
"@vitest/coverage-istanbul": "^0.31.1",
"eslint": "^8.40.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 95179da

Please sign in to comment.