Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^0.26.3 (#1331)
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.26.2` ->
`^0.26.3`](https://renovatebot.com/diffs/npm/vitest/0.26.2/0.26.3) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/compatibility-slim/0.26.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.26.3/confidence-slim/0.26.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#####    🚀 Features

- **mock**: Expose a `importOriginal` helper to the factory  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[vitest-dev/vitest#2551
[<samp>(853ee)</samp>](https://togithub.com/vitest-dev/vitest/commit/853eeddb)

#####    🐞 Bug Fixes

- Correctly automock nested interoped defaults  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2559
[<samp>(a431d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a431df80)
- Start tracking module resolution as soon as possible for easier
tracking  -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va)
in
[vitest-dev/vitest#2560
[<samp>(9f41e)</samp>](https://togithub.com/vitest-dev/vitest/commit/9f41edda)
- Don't hang when mocking module with circular dependency  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2572
[<samp>(c479d)</samp>](https://togithub.com/vitest-dev/vitest/commit/c479d9c0)
- Show list of tests when typechecking  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2585
[<samp>(32a57)</samp>](https://togithub.com/vitest-dev/vitest/commit/32a577b1)
- **api**: Make api parse error stacks and return sourcePos in
onTaskUpdate  -  by
[@&#8203;adrienbaron](https://togithub.com/adrienbaron) in
[vitest-dev/vitest#2563
[<samp>(ef77d)</samp>](https://togithub.com/vitest-dev/vitest/commit/ef77dccf)
- **coverage**: Env-replacer to remove query params from sourcemaps
filenames  -  by [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio)
in
[vitest-dev/vitest#2584
[<samp>(dba13)</samp>](https://togithub.com/vitest-dev/vitest/commit/dba13374)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 6, 2023
1 parent ced804a commit 5b0708b
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion csf3/package.json
Expand Up @@ -38,6 +38,6 @@
"devDependencies": {
"@previewjs/vfs": "workspace:*",
"unbuild": "^1.0.2",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/preact/package.json
Expand Up @@ -50,6 +50,6 @@
"rimraf": "^3.0.2",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Expand Up @@ -53,6 +53,6 @@
"react": "^18.2.0",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/solid/package.json
Expand Up @@ -49,6 +49,6 @@
"solid-js": "^1.6.6",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/svelte/package.json
Expand Up @@ -49,6 +49,6 @@
"@types/fs-extra": "^9.0.13",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue2/package.json
Expand Up @@ -52,6 +52,6 @@
"@types/fs-extra": "^9.0.13",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue3/package.json
Expand Up @@ -51,6 +51,6 @@
"@types/fs-extra": "^9.0.13",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
54 changes: 27 additions & 27 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
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"unbuild": "^1.0.2",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion serializable-values/package.json
Expand Up @@ -39,6 +39,6 @@
"devDependencies": {
"@types/prettier": "^2.7.2",
"unbuild": "^1.0.2",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion type-analyzer/package.json
Expand Up @@ -40,6 +40,6 @@
"@types/prettier": "^2.7.2",
"lodash": "^4.17.21",
"unbuild": "^1.0.2",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}
2 changes: 1 addition & 1 deletion vfs/package.json
Expand Up @@ -37,6 +37,6 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"unbuild": "^1.0.2",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}

0 comments on commit 5b0708b

Please sign in to comment.