Skip to content

Commit

Permalink
Update dependency vitest to ^0.30.1 (#113)
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.30.0` ->
`^0.30.1`](https://renovatebot.com/diffs/npm/vitest/0.30.0/0.30.1) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.30.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.30.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.30.1/compatibility-slim/0.30.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.30.1/confidence-slim/0.30.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#####    🐞 Bug Fixes

- Do not rely on global `performance` and `AggregateError`  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3171
[<samp>(cce45)</samp>](https://togithub.com/vitest-dev/vitest/commit/cce45496)
- Allow workspace without a config in the root  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3173
[<samp>(06852)</samp>](https://togithub.com/vitest-dev/vitest/commit/06852f18)
- `test.each` respects `chaiConfig`  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(4f6c1)</samp>](https://togithub.com/vitest-dev/vitest/commit/4f6c1340)
- Use relative paths in source map's "sources" field  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3177
[<samp>(6b1b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/6b1b4e68)
-   **types**:
- Allow augmenting jest namespace for custom assertions  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3169
[<samp>(905ec)</samp>](https://togithub.com/vitest-dev/vitest/commit/905ec05a)
- Publish utils and snapshot .d.ts files for typescript  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3172
[<samp>(7af64)</samp>](https://togithub.com/vitest-dev/vitest/commit/7af64444)
-   **snapshot**:
- `toMatchFileSnapshot` ensure dir exists  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[vitest-dev/vitest#3155
[<samp>(31168)</samp>](https://togithub.com/vitest-dev/vitest/commit/311682a8)
- Improve `skipWriting` check  -  by
[@&#8203;antfu](https://togithub.com/antfu)
[<samp>(5436c)</samp>](https://togithub.com/vitest-dev/vitest/commit/5436c736)
- Normalize EOL for `toMatchFileSnapshot`  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[vitest-dev/vitest#3164
[<samp>(df3f2)</samp>](https://togithub.com/vitest-dev/vitest/commit/df3f2b50)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.30.0...v0.30.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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 12, 2023
1 parent 288e51f commit 154f11f
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 72 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"vite": "^4.2.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-top-level-await": "^1.3.0",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion libs/client-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion libs/common-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion libs/default-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion libs/ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion libs/game-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion libs/server-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
109 changes: 44 additions & 65 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 154f11f

Please sign in to comment.