Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^0.30.1 (#1558)
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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 18, 2023
1 parent 8e75193 commit 5088d86
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"rimraf": "^4.4.1",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"solid-js": "^1.7.3",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/fs-extra": "^11.0.1",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"shx": "^0.3.4",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"typescript": "^4.9.5",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion serializable-values/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@types/prettier": "^2.7.2",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion storybook-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@previewjs/vfs": "workspace:*",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion type-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"lodash": "^4.17.21",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion vfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"typescript": "^4.9.5",
"unbuild": "^1.2.0",
"vite": "^4.3.0-beta.5",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
}
}

0 comments on commit 5088d86

Please sign in to comment.