From 11c4f9fdcb9a4bb65051096b27a7ffecadc63401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 00:08:05 +0000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.27.2 (#1355) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.27.1` -> `^0.27.2`](https://renovatebot.com/diffs/npm/vitest/0.27.1/0.27.2) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.27.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.27.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.27.2/compatibility-slim/0.27.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.27.2/confidence-slim/0.27.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
vitest-dev/vitest ### [`v0.27.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.27.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.27.1...v0.27.2) #####    🚀 Features - Add runAllTimersAsync from sinonjs  -  by [@​guillaumeduboc](https://togithub.com/guillaumeduboc) in [https://github.com/vitest-dev/vitest/issues/2209](https://togithub.com/vitest-dev/vitest/issues/2209) [(40187)](https://togithub.com/vitest-dev/vitest/commit/40187bdb) #####    🐞 Bug Fixes - Document.defaultView references the same window as the global one  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2649](https://togithub.com/vitest-dev/vitest/issues/2649) [(1ac4b)](https://togithub.com/vitest-dev/vitest/commit/1ac4bb8d) - Trim input filename and test name  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/2650](https://togithub.com/vitest-dev/vitest/issues/2650) [(d3dcb)](https://togithub.com/vitest-dev/vitest/commit/d3dcbdc8) - Increase default teardownTimeout  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(13e53)](https://togithub.com/vitest-dev/vitest/commit/13e53ac7) - Mock css files imported with "require"  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2679](https://togithub.com/vitest-dev/vitest/issues/2679) [(6c1a2)](https://togithub.com/vitest-dev/vitest/commit/6c1a26a6) - Don't start watching files in "run" mode  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2680](https://togithub.com/vitest-dev/vitest/issues/2680) [(0a31e)](https://togithub.com/vitest-dev/vitest/commit/0a31e85c) - Rerun tests, when setup file is edited  -  by [@​mysteryven](https://togithub.com/mysteryven) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2625](https://togithub.com/vitest-dev/vitest/issues/2625) [(019a6)](https://togithub.com/vitest-dev/vitest/commit/019a6d57) - Always show filename for unhandled errors  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2689](https://togithub.com/vitest-dev/vitest/issues/2689) [(15aa0)](https://togithub.com/vitest-dev/vitest/commit/15aa0156) - Define property instead of assigning it in vi.stubGlobal  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2685](https://togithub.com/vitest-dev/vitest/issues/2685) [(8a1d7)](https://togithub.com/vitest-dev/vitest/commit/8a1d7590) - **coverage**: Watch mode to use `coverage.all` only when all tests are run  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2665](https://togithub.com/vitest-dev/vitest/issues/2665) [(85096)](https://togithub.com/vitest-dev/vitest/commit/85096281) - **typecheck**: Log tests with verbose reporter, correctly show "pass" tests  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2656](https://togithub.com/vitest-dev/vitest/issues/2656) [(61dde)](https://togithub.com/vitest-dev/vitest/commit/61ddebae) - **ui**: Don't show "connecting" screen in html reporter  -  by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2693](https://togithub.com/vitest-dev/vitest/issues/2693) [(d8548)](https://togithub.com/vitest-dev/vitest/commit/d8548c69) #####    🏎 Performance - Don't resolve import path, if it was already resolved  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2659](https://togithub.com/vitest-dev/vitest/issues/2659) [(45cc3)](https://togithub.com/vitest-dev/vitest/commit/45cc3423) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.27.1...v0.27.2)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- csf3/package.json | 2 +- frameworks/preact/package.json | 2 +- frameworks/react/package.json | 2 +- frameworks/solid/package.json | 2 +- frameworks/svelte/package.json | 2 +- frameworks/vue2/package.json | 2 +- frameworks/vue3/package.json | 2 +- pnpm-lock.yaml | 54 ++++++++++++++++---------------- properties/package.json | 2 +- serializable-values/package.json | 2 +- type-analyzer/package.json | 2 +- vfs/package.json | 2 +- 12 files changed, 38 insertions(+), 38 deletions(-) diff --git a/csf3/package.json b/csf3/package.json index 266453b8eeb..7f23f842655 100644 --- a/csf3/package.json +++ b/csf3/package.json @@ -38,6 +38,6 @@ "devDependencies": { "@previewjs/vfs": "*", "unbuild": "^1.1.1", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/frameworks/preact/package.json b/frameworks/preact/package.json index 4b1ccb79cf9..1e30f25b4c4 100644 --- a/frameworks/preact/package.json +++ b/frameworks/preact/package.json @@ -50,6 +50,6 @@ "rimraf": "^3.0.2", "unbuild": "^1.1.1", "vite": "^4.0.4", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/frameworks/react/package.json b/frameworks/react/package.json index 8888b7c5300..30fa95f1ce5 100644 --- a/frameworks/react/package.json +++ b/frameworks/react/package.json @@ -53,6 +53,6 @@ "react": "^18.2.0", "unbuild": "^1.1.1", "vite": "^4.0.4", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/frameworks/solid/package.json b/frameworks/solid/package.json index 9ce55c265d3..af72fae17c0 100644 --- a/frameworks/solid/package.json +++ b/frameworks/solid/package.json @@ -49,6 +49,6 @@ "solid-js": "^1.6.9", "unbuild": "^1.1.1", "vite": "^4.0.4", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/frameworks/svelte/package.json b/frameworks/svelte/package.json index 27df6d7f58f..6403b4e91c2 100644 --- a/frameworks/svelte/package.json +++ b/frameworks/svelte/package.json @@ -49,6 +49,6 @@ "@types/fs-extra": "^9.0.13", "unbuild": "^1.1.1", "vite": "^4.0.4", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/frameworks/vue2/package.json b/frameworks/vue2/package.json index 80f2a428fd9..590653e691f 100644 --- a/frameworks/vue2/package.json +++ b/frameworks/vue2/package.json @@ -52,6 +52,6 @@ "@types/fs-extra": "^9.0.13", "unbuild": "^1.1.1", "vite": "^4.0.4", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/frameworks/vue3/package.json b/frameworks/vue3/package.json index 7831d34ce9b..bf708db6d88 100644 --- a/frameworks/vue3/package.json +++ b/frameworks/vue3/package.json @@ -51,6 +51,6 @@ "@types/fs-extra": "^9.0.13", "unbuild": "^1.1.1", "vite": "^4.0.4", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 979678c972a..2c6f23fae81 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,7 +218,7 @@ importers: '@previewjs/vfs': '*' typescript: ^4.9.4 unbuild: ^1.1.1 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@previewjs/core': link:../core '@previewjs/serializable-values': link:../serializable-values @@ -227,7 +227,7 @@ importers: devDependencies: '@previewjs/vfs': link:../vfs unbuild: 1.1.1 - vitest: 0.27.1 + vitest: 0.27.2 daemon: specifiers: @@ -294,7 +294,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.1.1 vite: ^4.0.4 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -312,7 +312,7 @@ importers: rimraf: 3.0.2 unbuild: 1.1.1 vite: 4.0.4 - vitest: 0.27.1 + vitest: 0.27.2 frameworks/preact/tests/apps/preact-app: specifiers: @@ -409,7 +409,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.1.1 vite: ^4.0.4 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -430,7 +430,7 @@ importers: react: 18.2.0 unbuild: 1.1.1 vite: 4.0.4 - vitest: 0.27.1 + vitest: 0.27.2 frameworks/react/preview: specifiers: @@ -1452,7 +1452,7 @@ importers: unbuild: ^1.1.1 vite: ^4.0.4 vite-plugin-solid: ^2.5.0 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -1467,7 +1467,7 @@ importers: solid-js: 1.6.9 unbuild: 1.1.1 vite: 4.0.4 - vitest: 0.27.1 + vitest: 0.27.2 frameworks/solid/preview: specifiers: @@ -1558,7 +1558,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.1.1 vite: ^4.0.4 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -1575,7 +1575,7 @@ importers: '@types/fs-extra': 9.0.13 unbuild: 1.1.1 vite: 4.0.4 - vitest: 0.27.1 + vitest: 0.27.2 frameworks/svelte/preview: specifiers: @@ -1689,7 +1689,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.1.1 vite: ^4.0.4 - vitest: ^0.27.1 + vitest: ^0.27.2 vue: ^2.7.14 vue-template-compiler: ^2.7.14 dependencies: @@ -1711,7 +1711,7 @@ importers: '@types/fs-extra': 9.0.13 unbuild: 1.1.1 vite: 4.0.4 - vitest: 0.27.1 + vitest: 0.27.2 frameworks/vue2/preview: specifiers: @@ -1811,7 +1811,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.1.1 vite: ^4.0.4 - vitest: ^0.27.1 + vitest: ^0.27.2 vue: ^3.2.45 dependencies: '@previewjs/csf3': link:../../csf3 @@ -1831,7 +1831,7 @@ importers: '@types/fs-extra': 9.0.13 unbuild: 1.1.1 vite: 4.0.4 - vitest: 0.27.1 + vitest: 0.27.2 frameworks/vue3/preview: specifiers: @@ -2004,13 +2004,13 @@ importers: '@previewjs/serializable-values': ^3.2.2 '@previewjs/type-analyzer': ^4.1.4 unbuild: ^1.1.1 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@previewjs/serializable-values': link:../serializable-values '@previewjs/type-analyzer': link:../type-analyzer devDependencies: unbuild: 1.1.1 - vitest: 0.27.1 + vitest: 0.27.2 serializable-values: specifiers: @@ -2021,7 +2021,7 @@ importers: prettier: ^2.8.3 typescript: ^4.9.4 unbuild: ^1.1.1 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@faker-js/faker': 7.6.0 '@previewjs/type-analyzer': link:../type-analyzer @@ -2031,7 +2031,7 @@ importers: devDependencies: '@types/prettier': 2.7.2 unbuild: 1.1.1 - vitest: 0.27.1 + vitest: 0.27.2 testing: specifiers: @@ -2076,7 +2076,7 @@ importers: prettier: ^2.8.3 typescript: ^4.9.4 unbuild: ^1.1.1 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: '@previewjs/vfs': link:../vfs assert-never: 1.2.1 @@ -2087,7 +2087,7 @@ importers: '@types/prettier': 2.7.2 lodash: 4.17.21 unbuild: 1.1.1 - vitest: 0.27.1 + vitest: 0.27.2 vfs: specifiers: @@ -2096,7 +2096,7 @@ importers: chokidar: ^3.5.3 fs-extra: ^11.1.0 unbuild: ^1.1.1 - vitest: ^0.27.1 + vitest: ^0.27.2 dependencies: assert-never: 1.2.1 chokidar: 3.5.3 @@ -2104,7 +2104,7 @@ importers: devDependencies: '@types/fs-extra': 11.0.1 unbuild: 1.1.1 - vitest: 0.27.1 + vitest: 0.27.2 packages: @@ -31938,8 +31938,8 @@ packages: - terser dev: true - /vite-node/0.27.1_@types+node@18.11.18: - resolution: {integrity: sha512-d6+ue/3NzsfndWaPbYh/bFkHbmAWfDXI4B874zRx+WREnG6CUHUbBC8lKaRYZjeR6gCPN5m1aVNNRXBYICA9XA==} + /vite-node/0.27.2_@types+node@18.11.18: + resolution: {integrity: sha512-IDwuVhslF10qCnWOGJui7/2KksAOBHi+UbVo6Pqt4f5lgn+kS2sVvYDsETRG5PSuslisGB5CFGvb9I6FQgymBQ==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -32211,8 +32211,8 @@ packages: dependencies: vite: 4.0.4 - /vitest/0.27.1: - resolution: {integrity: sha512-1sIpQ1DVFTEn7c1ici1XHcVfdU4nKiBmPtPAtGKJJJLuJjojTv/OHGgcf69P57alM4ty8V4NMv+7Yoi5Cxqx9g==} + /vitest/0.27.2: + resolution: {integrity: sha512-y7tdsL2uaQy+KF18AlmNHZe29ukyFytlxrpSTwwmgLE2XHR/aPucJP9FLjWoqjgqFlXzRAjHlFJLU+HDyI/OsA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -32249,7 +32249,7 @@ packages: tinypool: 0.3.0 tinyspy: 1.0.2 vite: 4.0.4_@types+node@18.11.18 - vite-node: 0.27.1_@types+node@18.11.18 + vite-node: 0.27.2_@types+node@18.11.18 why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/properties/package.json b/properties/package.json index ce93961400c..683ed9ea38c 100644 --- a/properties/package.json +++ b/properties/package.json @@ -35,6 +35,6 @@ }, "devDependencies": { "unbuild": "^1.1.1", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/serializable-values/package.json b/serializable-values/package.json index 442787ac5d7..97eed9752fd 100644 --- a/serializable-values/package.json +++ b/serializable-values/package.json @@ -39,6 +39,6 @@ "devDependencies": { "@types/prettier": "^2.7.2", "unbuild": "^1.1.1", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/type-analyzer/package.json b/type-analyzer/package.json index 6d3214aa84a..920f3812838 100644 --- a/type-analyzer/package.json +++ b/type-analyzer/package.json @@ -40,6 +40,6 @@ "@types/prettier": "^2.7.2", "lodash": "^4.17.21", "unbuild": "^1.1.1", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } } diff --git a/vfs/package.json b/vfs/package.json index c3e84e5c82b..bd4ad41346f 100644 --- a/vfs/package.json +++ b/vfs/package.json @@ -37,6 +37,6 @@ "devDependencies": { "@types/fs-extra": "^11.0.1", "unbuild": "^1.1.1", - "vitest": "^0.27.1" + "vitest": "^0.27.2" } }