Skip to content

Commit

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

---

### Release Notes

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

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

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

#####    🚀 Features

- Use custom colors implementation instead of picocolors  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(427b0)</samp>](https://togithub.com/vitest-dev/vitest/commit/427b0622)
- Uncaught errors to indicate env teardown  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2982
[<samp>(1fe82)</samp>](https://togithub.com/vitest-dev/vitest/commit/1fe8286c)
- **config**: Add an option to run setupFiles in sequence  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3008
[<samp>(c2e25)</samp>](https://togithub.com/vitest-dev/vitest/commit/c2e25bb9)

#####    🐞 Bug Fixes

- Console log not visible  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2943
[<samp>(02808)</samp>](https://togithub.com/vitest-dev/vitest/commit/0280825f)
- Remove duplicate execArgv when deps.registerNodeLoader: true  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2965
[<samp>(a1954)</samp>](https://togithub.com/vitest-dev/vitest/commit/a1954cc0)
- Prevent running test cases timers after environment teardown  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2971
[<samp>(bde75)</samp>](https://togithub.com/vitest-dev/vitest/commit/bde75a34)
- Don't mark setupFiles as test files, if experimentaOptimizer is used
 -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#2974
[<samp>(819c6)</samp>](https://togithub.com/vitest-dev/vitest/commit/819c6cbe)
- Config errors not visible  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2995
[<samp>(f01c7)</samp>](https://togithub.com/vitest-dev/vitest/commit/f01c7833)
- \--inspect to work inside workers  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#2983
[<samp>(36087)</samp>](https://togithub.com/vitest-dev/vitest/commit/36087d1e)
- **types**: Use `any` as default value for TArgs in vi.fn()  -  by
[@&#8203;jessevanassen](https://togithub.com/jessevanassen) in
[vitest-dev/vitest#2947
[<samp>(1bdcc)</samp>](https://togithub.com/vitest-dev/vitest/commit/1bdcc212)

#####    🏎 Performance

- **reporters**: Overall improvements  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#3006
[<samp>(22ca0)</samp>](https://togithub.com/vitest-dev/vitest/commit/22ca0b6b)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.29.2...v0.29.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:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 16, 2023
1 parent 1deade8 commit 2e0cb5c
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 57 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"shx": "^0.3.4",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"rimraf": "^4.4.0",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"react": "^18.2.0",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"solid-js": "^1.6.14",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@types/fs-extra": "^11.0.1",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/fs-extra": "^11.0.1",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@types/fs-extra": "^11.0.1",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
89 changes: 44 additions & 45 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 @@
"devDependencies": {
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion serializable-values/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@types/prettier": "^2.7.2",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
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.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion type-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"lodash": "^4.17.21",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
}
}

0 comments on commit 2e0cb5c

Please sign in to comment.