Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v0.25.3 (#1218)
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.25.2` ->
`0.25.3`](https://renovatebot.com/diffs/npm/vitest/0.25.2/0.25.3) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.25.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.25.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.25.3/compatibility-slim/0.25.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.25.3/confidence-slim/0.25.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#####    🚀 Features

- Test.each support string template  -  by
[@&#8203;poyoho](https://togithub.com/poyoho) in
[vitest-dev/vitest#2337
[<samp>(f7897)</samp>](https://togithub.com/vitest-dev/vitest/commit/f7897765)

#####    🐞 Bug Fixes

- Junit consistently puts "skipped" inside "testcase"  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(f7b27)</samp>](https://togithub.com/vitest-dev/vitest/commit/f7b27af0)
- Detect tests in folders starting with `.`  -  by
[@&#8203;sidharthv96](https://togithub.com/sidharthv96) in
[vitest-dev/vitest#2344
and
[vitest-dev/vitest#2359
[<samp>(c3951)</samp>](https://togithub.com/vitest-dev/vitest/commit/c395177f)
- **cli**: Don't override config by setting cli options to undefined  - 
by [@&#8203;rmehner](https://togithub.com/rmehner) in
[vitest-dev/vitest#2330
[<samp>(6ce3e)</samp>](https://togithub.com/vitest-dev/vitest/commit/6ce3ed7f)
- **coverage**: Env-replacer to add filenames into sourcemaps  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2338
[<samp>(a2e9d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a2e9daf6)
- **mocker**: Clear automocked modules on unmock  -  by
[@&#8203;mcous](https://togithub.com/mcous) in
[vitest-dev/vitest#2353
[<samp>(60918)</samp>](https://togithub.com/vitest-dev/vitest/commit/609185bd)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.2...v0.25.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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC40IiwidXBkYXRlZEluVmVyIjoiMzQuMzAuNCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 23, 2022
1 parent 737e24a commit 6a4eb64
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 63 deletions.
2 changes: 1 addition & 1 deletion app-foundations/package.json
Expand Up @@ -62,6 +62,6 @@
"tailwindcss": "3.2.4",
"typescript": "4.8.4",
"unbuild": "0.9.1",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion csf3/package.json
Expand Up @@ -37,6 +37,6 @@
"devDependencies": {
"@previewjs/vfs": "workspace:*",
"unbuild": "0.9.1",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Expand Up @@ -56,6 +56,6 @@
"react": "18.2.0",
"unbuild": "0.9.1",
"vite": "3.2.4",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/solid/package.json
Expand Up @@ -49,6 +49,6 @@
"solid-js": "1.6.1",
"unbuild": "0.9.1",
"vite": "3.2.4",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/svelte/package.json
Expand Up @@ -45,6 +45,6 @@
"@types/fs-extra": "^9.0.13",
"unbuild": "0.9.1",
"vite": "3.2.4",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue2/package.json
Expand Up @@ -47,6 +47,6 @@
"@types/fs-extra": "9.0.13",
"unbuild": "0.9.1",
"vite": "3.2.4",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue3/package.json
Expand Up @@ -52,6 +52,6 @@
"@types/fs-extra": "9.0.13",
"unbuild": "0.9.1",
"vite": "3.2.4",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}

0 comments on commit 6a4eb64

Please sign in to comment.