From 5b0708bab960e757d6641d1364eefa805e38b82b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 00:03:55 +0000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.26.3 (#1331) 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.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
vitest-dev/vitest ### [`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 [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/2551](https://togithub.com/vitest-dev/vitest/issues/2551) [(853ee)](https://togithub.com/vitest-dev/vitest/commit/853eeddb) #####    🐞 Bug Fixes - Correctly automock nested interoped defaults  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2559](https://togithub.com/vitest-dev/vitest/issues/2559) [(a431d)](https://togithub.com/vitest-dev/vitest/commit/a431df80) - Start tracking module resolution as soon as possible for easier tracking  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2560](https://togithub.com/vitest-dev/vitest/issues/2560) [(9f41e)](https://togithub.com/vitest-dev/vitest/commit/9f41edda) - Don't hang when mocking module with circular dependency  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2572](https://togithub.com/vitest-dev/vitest/issues/2572) [(c479d)](https://togithub.com/vitest-dev/vitest/commit/c479d9c0) - Show list of tests when typechecking  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2585](https://togithub.com/vitest-dev/vitest/issues/2585) [(32a57)](https://togithub.com/vitest-dev/vitest/commit/32a577b1) - **api**: Make api parse error stacks and return sourcePos in onTaskUpdate  -  by [@​adrienbaron](https://togithub.com/adrienbaron) in [https://github.com/vitest-dev/vitest/issues/2563](https://togithub.com/vitest-dev/vitest/issues/2563) [(ef77d)](https://togithub.com/vitest-dev/vitest/commit/ef77dccf) - **coverage**: Env-replacer to remove query params from sourcemaps filenames  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2584](https://togithub.com/vitest-dev/vitest/issues/2584) [(dba13)](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)
--- ### 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 0d679a83285..f0f0b75c7d4 100644 --- a/csf3/package.json +++ b/csf3/package.json @@ -38,6 +38,6 @@ "devDependencies": { "@previewjs/vfs": "workspace:*", "unbuild": "^1.0.2", - "vitest": "^0.26.2" + "vitest": "^0.26.3" } } diff --git a/frameworks/preact/package.json b/frameworks/preact/package.json index 2300f5f4234..3b2066c43f1 100644 --- a/frameworks/preact/package.json +++ b/frameworks/preact/package.json @@ -50,6 +50,6 @@ "rimraf": "^3.0.2", "unbuild": "^1.0.2", "vite": "^4.0.4", - "vitest": "^0.26.2" + "vitest": "^0.26.3" } } diff --git a/frameworks/react/package.json b/frameworks/react/package.json index ec0e09f9bb3..5879c4ebb6c 100644 --- a/frameworks/react/package.json +++ b/frameworks/react/package.json @@ -53,6 +53,6 @@ "react": "^18.2.0", "unbuild": "^1.0.2", "vite": "^4.0.4", - "vitest": "^0.26.2" + "vitest": "^0.26.3" } } diff --git a/frameworks/solid/package.json b/frameworks/solid/package.json index cecad15f94e..525d01589fc 100644 --- a/frameworks/solid/package.json +++ b/frameworks/solid/package.json @@ -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" } } diff --git a/frameworks/svelte/package.json b/frameworks/svelte/package.json index a89f253affc..9f538e9cae3 100644 --- a/frameworks/svelte/package.json +++ b/frameworks/svelte/package.json @@ -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" } } diff --git a/frameworks/vue2/package.json b/frameworks/vue2/package.json index c3530d99467..23c98b07dc0 100644 --- a/frameworks/vue2/package.json +++ b/frameworks/vue2/package.json @@ -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" } } diff --git a/frameworks/vue3/package.json b/frameworks/vue3/package.json index e9d671a6530..00c66f00d7f 100644 --- a/frameworks/vue3/package.json +++ b/frameworks/vue3/package.json @@ -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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index efa37b6f358..729c9c480f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -220,7 +220,7 @@ importers: '@previewjs/vfs': workspace:* typescript: ^4.9.4 unbuild: ^1.0.2 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@previewjs/core': link:../core '@previewjs/serializable-values': link:../serializable-values @@ -229,7 +229,7 @@ importers: devDependencies: '@previewjs/vfs': link:../vfs unbuild: 1.0.2 - vitest: 0.26.2 + vitest: 0.26.3 daemon: specifiers: @@ -296,7 +296,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.0.2 vite: ^4.0.4 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -314,7 +314,7 @@ importers: rimraf: 3.0.2 unbuild: 1.0.2 vite: 4.0.4 - vitest: 0.26.2 + vitest: 0.26.3 frameworks/preact/tests/apps/preact-app: specifiers: @@ -411,7 +411,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.0.2 vite: ^4.0.4 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -432,7 +432,7 @@ importers: react: 18.2.0 unbuild: 1.0.2 vite: 4.0.4 - vitest: 0.26.2 + vitest: 0.26.3 frameworks/react/preview: specifiers: @@ -1454,7 +1454,7 @@ importers: unbuild: ^1.0.2 vite: ^4.0.4 vite-plugin-solid: ^2.5.0 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -1469,7 +1469,7 @@ importers: solid-js: 1.6.6 unbuild: 1.0.2 vite: 4.0.4 - vitest: 0.26.2 + vitest: 0.26.3 frameworks/solid/preview: specifiers: @@ -1533,7 +1533,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.0.2 vite: ^4.0.4 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/serializable-values': link:../../serializable-values @@ -1550,7 +1550,7 @@ importers: '@types/fs-extra': 9.0.13 unbuild: 1.0.2 vite: 4.0.4 - vitest: 0.26.2 + vitest: 0.26.3 frameworks/svelte/preview: specifiers: @@ -1664,7 +1664,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.0.2 vite: ^4.0.4 - vitest: ^0.26.2 + vitest: ^0.26.3 vue: ^2.7.14 vue-template-compiler: ^2.7.14 dependencies: @@ -1686,7 +1686,7 @@ importers: '@types/fs-extra': 9.0.13 unbuild: 1.0.2 vite: 4.0.4 - vitest: 0.26.2 + vitest: 0.26.3 frameworks/vue2/preview: specifiers: @@ -1786,7 +1786,7 @@ importers: typescript: ^4.9.4 unbuild: ^1.0.2 vite: ^4.0.4 - vitest: ^0.26.2 + vitest: ^0.26.3 vue: ^3.2.45 dependencies: '@previewjs/csf3': link:../../csf3 @@ -1806,7 +1806,7 @@ importers: '@types/fs-extra': 9.0.13 unbuild: 1.0.2 vite: 4.0.4 - vitest: 0.26.2 + vitest: 0.26.3 frameworks/vue3/preview: specifiers: @@ -1977,13 +1977,13 @@ importers: '@previewjs/serializable-values': ^3.2.1 '@previewjs/type-analyzer': ^4.1.3 unbuild: ^1.0.2 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@previewjs/serializable-values': link:../serializable-values '@previewjs/type-analyzer': link:../type-analyzer devDependencies: unbuild: 1.0.2 - vitest: 0.26.2 + vitest: 0.26.3 serializable-values: specifiers: @@ -1994,7 +1994,7 @@ importers: prettier: ^2.8.1 typescript: ^4.9.4 unbuild: ^1.0.2 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@faker-js/faker': 7.6.0 '@previewjs/type-analyzer': link:../type-analyzer @@ -2004,7 +2004,7 @@ importers: devDependencies: '@types/prettier': 2.7.2 unbuild: 1.0.2 - vitest: 0.26.2 + vitest: 0.26.3 testing: specifiers: @@ -2049,7 +2049,7 @@ importers: prettier: ^2.8.1 typescript: ^4.9.4 unbuild: ^1.0.2 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: '@previewjs/vfs': link:../vfs assert-never: 1.2.1 @@ -2060,7 +2060,7 @@ importers: '@types/prettier': 2.7.2 lodash: 4.17.21 unbuild: 1.0.2 - vitest: 0.26.2 + vitest: 0.26.3 vfs: specifiers: @@ -2069,7 +2069,7 @@ importers: chokidar: ^3.5.3 fs-extra: ^11.1.0 unbuild: ^1.0.2 - vitest: ^0.26.2 + vitest: ^0.26.3 dependencies: assert-never: 1.2.1 chokidar: 3.5.3 @@ -2077,7 +2077,7 @@ importers: devDependencies: '@types/fs-extra': 9.0.13 unbuild: 1.0.2 - vitest: 0.26.2 + vitest: 0.26.3 packages: @@ -31622,8 +31622,8 @@ packages: - terser dev: true - /vite-node/0.26.2_@types+node@18.11.18: - resolution: {integrity: sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==} + /vite-node/0.26.3_@types+node@18.11.18: + resolution: {integrity: sha512-Te2bq0Bfvq6XiO718I+1EinMjpNYKws6SNHKOmVbILAQimKoZKDd+IZLlkaYcBXPpK3HFe2U80k8Zw+m3w/a2w==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -31882,8 +31882,8 @@ packages: vite: 4.0.4 dev: false - /vitest/0.26.2: - resolution: {integrity: sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==} + /vitest/0.26.3: + resolution: {integrity: sha512-FmHxU9aUCxTi23keF3vxb/Qp0lYXaaJ+jRLGOUmMS3qVTOJvgGE+f1VArupA6pEhaG2Ans4X+zV9dqM5WISMbg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -31918,7 +31918,7 @@ packages: tinypool: 0.3.0 tinyspy: 1.0.2 vite: 4.0.4_@types+node@18.11.18 - vite-node: 0.26.2_@types+node@18.11.18 + vite-node: 0.26.3_@types+node@18.11.18 transitivePeerDependencies: - less - sass diff --git a/properties/package.json b/properties/package.json index ab71c531055..e71260be69b 100644 --- a/properties/package.json +++ b/properties/package.json @@ -35,6 +35,6 @@ }, "devDependencies": { "unbuild": "^1.0.2", - "vitest": "^0.26.2" + "vitest": "^0.26.3" } } diff --git a/serializable-values/package.json b/serializable-values/package.json index a8c0867023e..25e3468512d 100644 --- a/serializable-values/package.json +++ b/serializable-values/package.json @@ -39,6 +39,6 @@ "devDependencies": { "@types/prettier": "^2.7.2", "unbuild": "^1.0.2", - "vitest": "^0.26.2" + "vitest": "^0.26.3" } } diff --git a/type-analyzer/package.json b/type-analyzer/package.json index 7abecf4f476..4779e868256 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.0.2", - "vitest": "^0.26.2" + "vitest": "^0.26.3" } } diff --git a/vfs/package.json b/vfs/package.json index 06e8bcb94b8..edc47fce4dc 100644 --- a/vfs/package.json +++ b/vfs/package.json @@ -37,6 +37,6 @@ "devDependencies": { "@types/fs-extra": "^9.0.13", "unbuild": "^1.0.2", - "vitest": "^0.26.2" + "vitest": "^0.26.3" } }