From 8e489c43697a3eb097f35cb2a45bf4e12d0a08ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:09:53 +0000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.29.8 (#1511) 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://github.com/vitest-dev/vitest) | [`^0.29.7` -> `^0.29.8`](https://renovatebot.com/diffs/npm/vitest/0.29.7/0.29.8) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.29.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.29.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.29.8/compatibility-slim/0.29.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.29.8/confidence-slim/0.29.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.29.8`](https://github.com/vitest-dev/vitest/releases/tag/v0.29.8) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.29.7...v0.29.8) #####    🚀 Features - Allow accessing "vi" methods without context, don't fail when mocker is not available  -  by [@​sheremet-va](https://github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3047](https://github.com/vitest-dev/vitest/issues/3047) [(1531c)](https://github.com/vitest-dev/vitest/commit/1531c420) - Show browser console in the terminal  -  by [@​sheremet-va](https://github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3048](https://github.com/vitest-dev/vitest/issues/3048) [(ee6f5)](https://github.com/vitest-dev/vitest/commit/ee6f590d) - Playwright as browser provider  -  by [@​Aslemammad](https://github.com/Aslemammad) and [@​sheremet-va](https://github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3079](https://github.com/vitest-dev/vitest/issues/3079) [(9dc69)](https://github.com/vitest-dev/vitest/commit/9dc69293) - Implement `istanbul` coverage support for browser testing  -  by [@​sheremet-va](https://github.com/sheremet-va) and [@​AriPerkkio](https://github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3040](https://github.com/vitest-dev/vitest/issues/3040) [(0f44d)](https://github.com/vitest-dev/vitest/commit/0f44d2c8) #####    🐞 Bug Fixes - Add generic to expect.objectContaining type  -  by [@​ArtyMaury](https://github.com/ArtyMaury) in [https://github.com/vitest-dev/vitest/issues/3053](https://github.com/vitest-dev/vitest/issues/3053) [(69d2c)](https://github.com/vitest-dev/vitest/commit/69d2cc93) - Do not fail, when primitive error is thrown  -  by [@​sheremet-va](https://github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3074](https://github.com/vitest-dev/vitest/issues/3074) [(6efe6)](https://github.com/vitest-dev/vitest/commit/6efe61ab) - Handle cloning proxied classes w/ enumerable getters  -  by [@​tgriesser](https://github.com/tgriesser) in [https://github.com/vitest-dev/vitest/issues/3026](https://github.com/vitest-dev/vitest/issues/3026) [(196a0)](https://github.com/vitest-dev/vitest/commit/196a067a) - Spy on popup apis like alert  -  by [@​Aslemammad](https://github.com/Aslemammad) and [@​sheremet-va](https://github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3076](https://github.com/vitest-dev/vitest/issues/3076) [(280ad)](https://github.com/vitest-dev/vitest/commit/280ad1ed) - Report coverage even when no tests found  -  by [@​AriPerkkio](https://github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3091](https://github.com/vitest-dev/vitest/issues/3091) [(2cb91)](https://github.com/vitest-dev/vitest/commit/2cb91211) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v0.29.7...v0.29.8)
--- ### 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> --- core/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 | 101 ++++++++++++++++--------------- properties/package.json | 2 +- serializable-values/package.json | 2 +- storybook-helpers/package.json | 2 +- type-analyzer/package.json | 2 +- vfs/package.json | 2 +- 13 files changed, 64 insertions(+), 61 deletions(-) diff --git a/core/package.json b/core/package.json index 302b0f00e6e..5df967780d1 100644 --- a/core/package.json +++ b/core/package.json @@ -54,6 +54,6 @@ "shx": "^0.3.4", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/frameworks/preact/package.json b/frameworks/preact/package.json index be44db3b53d..1c653c96e68 100644 --- a/frameworks/preact/package.json +++ b/frameworks/preact/package.json @@ -41,6 +41,6 @@ "rimraf": "^4.4.1", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/frameworks/react/package.json b/frameworks/react/package.json index 32efb64c190..329ea2c9da9 100644 --- a/frameworks/react/package.json +++ b/frameworks/react/package.json @@ -48,6 +48,6 @@ "shx": "^0.3.4", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/frameworks/solid/package.json b/frameworks/solid/package.json index 2f1c451cdb7..a8904691a0a 100644 --- a/frameworks/solid/package.json +++ b/frameworks/solid/package.json @@ -41,6 +41,6 @@ "solid-js": "^1.6.15", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/frameworks/svelte/package.json b/frameworks/svelte/package.json index 1dcab50c80c..6c109b5ff17 100644 --- a/frameworks/svelte/package.json +++ b/frameworks/svelte/package.json @@ -41,6 +41,6 @@ "@types/fs-extra": "^11.0.1", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/frameworks/vue2/package.json b/frameworks/vue2/package.json index 198d5451e61..335efae16f4 100644 --- a/frameworks/vue2/package.json +++ b/frameworks/vue2/package.json @@ -47,6 +47,6 @@ "shx": "^0.3.4", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/frameworks/vue3/package.json b/frameworks/vue3/package.json index cba76d17277..24e44e2dcab 100644 --- a/frameworks/vue3/package.json +++ b/frameworks/vue3/package.json @@ -50,6 +50,6 @@ "shx": "^0.3.4", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3a56b733db..6cb790e8db7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -184,7 +184,7 @@ importers: unbuild: ^1.1.2 vite: ^4.2.1 vite-tsconfig-paths: ^3.6.0 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/api': link:../api '@previewjs/config': link:../config @@ -216,7 +216,7 @@ importers: '@types/html-escaper': 3.0.0 shx: 0.3.4 unbuild: 1.1.2 - vitest: 0.29.7 + vitest: 0.29.8 daemon: specifiers: @@ -283,7 +283,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -301,7 +301,7 @@ importers: rimraf: 4.4.1 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 frameworks/preact/tests/apps/preact-app: specifiers: @@ -398,7 +398,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -422,7 +422,7 @@ importers: shx: 0.3.4 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 frameworks/react/tests/apps/aliases: specifiers: @@ -1458,7 +1458,7 @@ importers: unbuild: ^1.1.2 vite: ^4.2.1 vite-plugin-solid: ^2.6.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -1474,7 +1474,7 @@ importers: solid-js: 1.6.15 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 frameworks/solid/tests/apps/solid: specifiers: @@ -1555,7 +1555,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -1573,7 +1573,7 @@ importers: '@types/fs-extra': 11.0.1 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 frameworks/svelte/tests/apps/svelte: specifiers: @@ -1681,7 +1681,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 vue: ^2.7.14 vue-template-compiler: ^2.7.14 dependencies: @@ -1706,7 +1706,7 @@ importers: shx: 0.3.4 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 frameworks/vue2/tests/apps/nuxt2-app: specifiers: @@ -1800,7 +1800,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 vue: ^3.2.47 dependencies: '@previewjs/serializable-values': link:../../serializable-values @@ -1827,7 +1827,7 @@ importers: shx: 0.3.4 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 frameworks/vue3/tests/apps/nuxt-app: specifiers: @@ -1990,7 +1990,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/serializable-values': link:../serializable-values '@previewjs/type-analyzer': link:../type-analyzer @@ -1998,7 +1998,7 @@ importers: typescript: 4.9.5 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 serializable-values: specifiers: @@ -2010,7 +2010,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@faker-js/faker': 7.6.0 '@previewjs/type-analyzer': link:../type-analyzer @@ -2021,7 +2021,7 @@ importers: '@types/prettier': 2.7.2 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 storybook-helpers: specifiers: @@ -2032,7 +2032,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/core': link:../core '@previewjs/serializable-values': link:../serializable-values @@ -2042,7 +2042,7 @@ importers: '@previewjs/vfs': link:../vfs unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 testing: specifiers: @@ -2088,7 +2088,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: '@previewjs/vfs': link:../vfs assert-never: 1.2.1 @@ -2100,7 +2100,7 @@ importers: lodash: 4.17.21 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 vfs: specifiers: @@ -2111,7 +2111,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.7 + vitest: ^0.29.8 dependencies: assert-never: 1.2.1 chokidar: 3.5.3 @@ -2121,7 +2121,7 @@ importers: typescript: 4.9.5 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.7 + vitest: 0.29.8 packages: @@ -7597,7 +7597,7 @@ packages: ufo: 1.1.1 unplugin: 1.3.1 vite: 4.2.1 - vite-node: 0.29.7 + vite-node: 0.29.8 vite-plugin-checker: 0.5.6_vite@4.2.1 vue: 3.2.47 vue-bundle-renderer: 1.0.2 @@ -12775,30 +12775,30 @@ packages: vue: 2.7.14 dev: false - /@vitest/expect/0.29.7: - resolution: {integrity: sha512-UtG0tW0DP6b3N8aw7PHmweKDsvPv4wjGvrVZW7OSxaFg76ShtVdMiMcUkZJgCE8QWUmhwaM0aQhbbVLo4F4pkA==} + /@vitest/expect/0.29.8: + resolution: {integrity: sha512-xlcVXn5I5oTq6NiZSY3ykyWixBxr5mG8HYtjvpgg6KaqHm0mvhX18xuwl5YGxIRNt/A5jidd7CWcNHrSvgaQqQ==} dependencies: - '@vitest/spy': 0.29.7 - '@vitest/utils': 0.29.7 + '@vitest/spy': 0.29.8 + '@vitest/utils': 0.29.8 chai: 4.3.7 dev: true - /@vitest/runner/0.29.7: - resolution: {integrity: sha512-Yt0+csM945+odOx4rjZSjibQfl2ymxqVsmYz6sO2fiO5RGPYDFCo60JF6tLL9pz4G/kjY4irUxadeB1XT+H1jg==} + /@vitest/runner/0.29.8: + resolution: {integrity: sha512-FzdhnRDwEr/A3Oo1jtIk/B952BBvP32n1ObMEb23oEJNO+qO5cBet6M2XWIDQmA7BDKGKvmhUf2naXyp/2JEwQ==} dependencies: - '@vitest/utils': 0.29.7 + '@vitest/utils': 0.29.8 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/spy/0.29.7: - resolution: {integrity: sha512-IalL0iO6A6Xz8hthR8sctk6ZS//zVBX48EiNwQguYACdgdei9ZhwMaBFV70mpmeYAFCRAm+DpoFHM5470Im78A==} + /@vitest/spy/0.29.8: + resolution: {integrity: sha512-VdjBe9w34vOMl5I5mYEzNX8inTxrZ+tYUVk9jxaZJmHFwmDFC/GV3KBFTA/JKswr3XHvZL+FE/yq5EVhb6pSAw==} dependencies: tinyspy: 1.1.1 dev: true - /@vitest/utils/0.29.7: - resolution: {integrity: sha512-vNgGadp2eE5XKCXtZXL5UyNEDn68npSct75OC9AlELenSK0DiV1Mb9tfkwJHKjRb69iek+e79iipoJx8+s3SdA==} + /@vitest/utils/0.29.8: + resolution: {integrity: sha512-qGzuf3vrTbnoY+RjjVVIBYfuWMjn3UMUqyQtdGNZ6ZIIyte7B37exj6LaVkrZiUTvzSadVvO/tJm8AEgbGCBPg==} dependencies: cli-truncate: 3.1.0 diff: 5.1.0 @@ -34041,14 +34041,14 @@ packages: - terser dev: true - /vite-node/0.29.7: - resolution: {integrity: sha512-PakCZLvz37yFfUPWBnLa1OYHPCGm5v4pmRrTcFN4V/N/T3I6tyP3z07S//9w+DdeL7vVd0VSeyMZuAh+449ZWw==} + /vite-node/0.29.8: + resolution: {integrity: sha512-b6OtCXfk65L6SElVM20q5G546yu10/kNrhg08afEoWlFRJXFq9/6glsvSVY+aI6YeC1tu2TtAqI2jHEQmOmsFw==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.4 - mlly: 1.1.1 + mlly: 1.2.0 pathe: 1.1.0 picocolors: 1.0.0 vite: 4.2.1 @@ -34062,14 +34062,14 @@ packages: - terser dev: true - /vite-node/0.29.7_@types+node@18.15.11: - resolution: {integrity: sha512-PakCZLvz37yFfUPWBnLa1OYHPCGm5v4pmRrTcFN4V/N/T3I6tyP3z07S//9w+DdeL7vVd0VSeyMZuAh+449ZWw==} + /vite-node/0.29.8_@types+node@18.15.11: + resolution: {integrity: sha512-b6OtCXfk65L6SElVM20q5G546yu10/kNrhg08afEoWlFRJXFq9/6glsvSVY+aI6YeC1tu2TtAqI2jHEQmOmsFw==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.4 - mlly: 1.1.1 + mlly: 1.2.0 pathe: 1.1.0 picocolors: 1.0.0 vite: 4.2.1_@types+node@18.15.11 @@ -34490,8 +34490,8 @@ packages: vite: 4.2.1 dev: false - /vitest/0.29.7: - resolution: {integrity: sha512-aWinOSOu4jwTuZHkb+cCyrqQ116Q9TXaJrNKTHudKBknIpR0VplzeaOUuDF9jeZcrbtQKZQt6yrtd+eakbaxHg==} + /vitest/0.29.8: + resolution: {integrity: sha512-JIAVi2GK5cvA6awGpH0HvH/gEG9PZ0a/WoxdiV3PmqK+3CjQMf8c+J/Vhv4mdZ2nRyXFw66sAg6qz7VNkaHfDQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -34500,6 +34500,7 @@ packages: '@vitest/ui': '*' happy-dom: '*' jsdom: '*' + playwright: '*' safaridriver: '*' webdriverio: '*' peerDependenciesMeta: @@ -34513,6 +34514,8 @@ packages: optional: true jsdom: optional: true + playwright: + optional: true safaridriver: optional: true webdriverio: @@ -34521,10 +34524,10 @@ packages: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 '@types/node': 18.15.11 - '@vitest/expect': 0.29.7 - '@vitest/runner': 0.29.7 - '@vitest/spy': 0.29.7 - '@vitest/utils': 0.29.7 + '@vitest/expect': 0.29.8 + '@vitest/runner': 0.29.8 + '@vitest/spy': 0.29.8 + '@vitest/utils': 0.29.8 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -34540,7 +34543,7 @@ packages: tinypool: 0.4.0 tinyspy: 1.1.1 vite: 4.2.1_@types+node@18.15.11 - vite-node: 0.29.7_@types+node@18.15.11 + vite-node: 0.29.8_@types+node@18.15.11 why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/properties/package.json b/properties/package.json index f31e345c5b5..86b90a89679 100644 --- a/properties/package.json +++ b/properties/package.json @@ -29,6 +29,6 @@ "typescript": "^4.9.5", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/serializable-values/package.json b/serializable-values/package.json index 3a3b53da77b..c7053df0190 100644 --- a/serializable-values/package.json +++ b/serializable-values/package.json @@ -32,6 +32,6 @@ "@types/prettier": "^2.7.2", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/storybook-helpers/package.json b/storybook-helpers/package.json index 8e9c767d762..e6d8b045d70 100644 --- a/storybook-helpers/package.json +++ b/storybook-helpers/package.json @@ -31,6 +31,6 @@ "@previewjs/vfs": "workspace:*", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/type-analyzer/package.json b/type-analyzer/package.json index d9e7efedbe5..3ad3518801f 100644 --- a/type-analyzer/package.json +++ b/type-analyzer/package.json @@ -33,6 +33,6 @@ "lodash": "^4.17.21", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } } diff --git a/vfs/package.json b/vfs/package.json index 01162b197f0..0f7cb4ded4a 100644 --- a/vfs/package.json +++ b/vfs/package.json @@ -31,6 +31,6 @@ "typescript": "^4.9.5", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.7" + "vitest": "^0.29.8" } }