From 9bb1bfb36bc65f2140bb4b3f37f6f6aa909afb5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 10:12:41 +1100 Subject: [PATCH] chore(deps): update dependency vitest to v0.25.2 (#1205) 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.25.1` -> `0.25.2`](https://renovatebot.com/diffs/npm/vitest/0.25.1/0.25.2) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.25.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.25.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.25.2/compatibility-slim/0.25.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.25.2/confidence-slim/0.25.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.25.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.1...v0.25.2) #####    🐞 Bug Fixes - Dates are equal, if both are invalid  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2326](https://togithub.com/vitest-dev/vitest/issues/2326) - Don't ignore properties, when put on a default function in CJS context  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2325](https://togithub.com/vitest-dev/vitest/issues/2325) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.1...v0.25.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> --- app-foundations/package.json | 2 +- csf3/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 | 77 +++++++++++++++----------------- properties/package.json | 2 +- serializable-values/package.json | 2 +- type-analyzer/package.json | 2 +- vfs/package.json | 2 +- 12 files changed, 47 insertions(+), 52 deletions(-) diff --git a/app-foundations/package.json b/app-foundations/package.json index 91feeb12282..ea08fae5128 100644 --- a/app-foundations/package.json +++ b/app-foundations/package.json @@ -62,6 +62,6 @@ "tailwindcss": "3.2.4", "typescript": "4.8.4", "unbuild": "0.9.1", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/csf3/package.json b/csf3/package.json index 8fe51b10a97..31126f0de0e 100644 --- a/csf3/package.json +++ b/csf3/package.json @@ -37,6 +37,6 @@ "devDependencies": { "@previewjs/vfs": "workspace:*", "unbuild": "0.9.1", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/frameworks/react/package.json b/frameworks/react/package.json index 7b254e88bd3..9689ac825b8 100644 --- a/frameworks/react/package.json +++ b/frameworks/react/package.json @@ -57,6 +57,6 @@ "react": "18.2.0", "unbuild": "0.9.1", "vite": "3.2.4", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/frameworks/solid/package.json b/frameworks/solid/package.json index 20adfdd652f..2b4c1a147f2 100644 --- a/frameworks/solid/package.json +++ b/frameworks/solid/package.json @@ -45,6 +45,6 @@ "rimraf": "3.0.2", "solid-js": "1.6.1", "vite": "3.2.4", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/frameworks/svelte/package.json b/frameworks/svelte/package.json index 5fd5512327a..f23d7a6d40f 100644 --- a/frameworks/svelte/package.json +++ b/frameworks/svelte/package.json @@ -41,6 +41,6 @@ "@types/fs-extra": "^9.0.13", "rimraf": "3.0.2", "vite": "3.2.4", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/frameworks/vue2/package.json b/frameworks/vue2/package.json index 8ec78e37d1f..b89f99f8406 100644 --- a/frameworks/vue2/package.json +++ b/frameworks/vue2/package.json @@ -43,6 +43,6 @@ "@types/fs-extra": "9.0.13", "rimraf": "3.0.2", "vite": "3.2.4", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/frameworks/vue3/package.json b/frameworks/vue3/package.json index fb2c5edb524..4e8670746f1 100644 --- a/frameworks/vue3/package.json +++ b/frameworks/vue3/package.json @@ -48,6 +48,6 @@ "@types/fs-extra": "9.0.13", "rimraf": "3.0.2", "vite": "3.2.4", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 60dd393b671..6ff4fa16447 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,7 +145,7 @@ importers: tailwindcss: 3.2.4 typescript: 4.8.4 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@fortawesome/fontawesome-svg-core': 6.2.0 '@fortawesome/free-brands-svg-icons': 6.2.0 @@ -177,7 +177,7 @@ importers: tailwindcss: 3.2.4_postcss@8.4.19 typescript: 4.8.4 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 chromeless: specifiers: @@ -302,7 +302,7 @@ importers: '@previewjs/vfs': workspace:* typescript: ^4.8.4 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@previewjs/core': link:../core '@previewjs/type-analyzer': link:../type-analyzer @@ -310,7 +310,7 @@ importers: devDependencies: '@previewjs/vfs': link:../vfs unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 dev-workspace: specifiers: @@ -388,7 +388,7 @@ importers: typescript: ^4.8.4 unbuild: 0.9.1 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/type-analyzer': link:../../type-analyzer @@ -408,7 +408,7 @@ importers: react: 18.2.0 unbuild: 0.9.1 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 frameworks/react/preview: specifiers: @@ -438,7 +438,7 @@ importers: typescript: ^4.8.4 vite: 3.2.4 vite-plugin-solid: ^2.4.0 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/type-analyzer': link:../../type-analyzer @@ -450,7 +450,7 @@ importers: rimraf: 3.0.2 solid-js: 1.6.1 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 frameworks/solid/preview: specifiers: @@ -474,7 +474,7 @@ importers: svelte: ^3.53.1 typescript: ^4.8.4 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@previewjs/csf3': link:../../csf3 '@previewjs/type-analyzer': link:../../type-analyzer @@ -488,7 +488,7 @@ importers: '@types/fs-extra': 9.0.13 rimraf: 3.0.2 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 frameworks/svelte/preview: specifiers: @@ -512,7 +512,7 @@ importers: typescript: ^4.8.4 vite: 3.2.4 vite-plugin-vue2: ^2.0.2 - vitest: 0.25.1 + vitest: 0.25.2 vue: ^2.7.14 vue-template-compiler: ^2.7.14 dependencies: @@ -530,7 +530,7 @@ importers: '@types/fs-extra': 9.0.13 rimraf: 3.0.2 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 frameworks/vue2/preview: specifiers: @@ -560,7 +560,7 @@ importers: rimraf: 3.0.2 typescript: ^4.8.4 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 vue: ^3 dependencies: '@previewjs/csf3': link:../../csf3 @@ -578,7 +578,7 @@ importers: '@types/fs-extra': 9.0.13 rimraf: 3.0.2 vite: 3.2.4 - vitest: 0.25.1 + vitest: 0.25.2 frameworks/vue3/preview: specifiers: @@ -708,13 +708,13 @@ importers: '@previewjs/serializable-values': ^3.1.0 '@previewjs/type-analyzer': ^4.0.6 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@previewjs/serializable-values': link:../serializable-values '@previewjs/type-analyzer': link:../type-analyzer devDependencies: unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 serializable-values: specifiers: @@ -725,7 +725,7 @@ importers: prettier: ^2.7.1 typescript: ^4.8.4 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@faker-js/faker': 7.6.0 '@previewjs/type-analyzer': link:../type-analyzer @@ -735,7 +735,7 @@ importers: devDependencies: '@types/prettier': 2.7.1 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 server: specifiers: @@ -1956,7 +1956,7 @@ importers: prettier: ^2.7.1 typescript: ^4.8.4 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: '@previewjs/vfs': link:../vfs assert-never: 1.2.1 @@ -1967,7 +1967,7 @@ importers: '@types/prettier': 2.7.1 lodash: 4.17.21 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 vfs: specifiers: @@ -1976,7 +1976,7 @@ importers: chokidar: ^3.5.3 fs-extra: ^10.1.0 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 dependencies: assert-never: 1.2.1 chokidar: 3.5.3 @@ -1984,7 +1984,7 @@ importers: devDependencies: '@types/fs-extra': 9.0.13 unbuild: 0.9.1 - vitest: 0.25.1 + vitest: 0.25.2 packages: @@ -2573,11 +2573,6 @@ packages: resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} engines: {node: '>=6.9.0'} - /@babel/helper-plugin-utils/7.19.0: - resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-plugin-utils/7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} @@ -2753,7 +2748,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/parser/7.20.3: resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} @@ -5010,7 +5005,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.1 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.18.10: @@ -5051,9 +5046,9 @@ packages: '@babel/core': 7.19.1 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.1 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: true /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.18.10: @@ -11261,8 +11256,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.19.6 - '@babel/types': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.0 @@ -13258,7 +13253,7 @@ packages: /@vue/compiler-core/3.2.37: resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==} dependencies: - '@babel/parser': 7.19.6 + '@babel/parser': 7.20.3 '@vue/shared': 3.2.37 estree-walker: 2.0.2 source-map: 0.6.1 @@ -13274,7 +13269,7 @@ packages: /@vue/compiler-core/3.2.44: resolution: {integrity: sha512-TwzeVSnaklb8wIvMtwtkPkt9wnU+XD70xJ7N9+eIHtjKAG7OoZttm+14ZL6vWOL+2RcMtSZ+cYH+gvkUqsrmSQ==} dependencies: - '@babel/parser': 7.19.6 + '@babel/parser': 7.20.3 '@vue/shared': 3.2.44 estree-walker: 2.0.2 source-map: 0.6.1 @@ -13565,7 +13560,7 @@ packages: /@vue/reactivity-transform/3.2.37: resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==} dependencies: - '@babel/parser': 7.19.6 + '@babel/parser': 7.20.3 '@vue/compiler-core': 3.2.37 '@vue/shared': 3.2.37 estree-walker: 2.0.2 @@ -13583,7 +13578,7 @@ packages: /@vue/reactivity-transform/3.2.44: resolution: {integrity: sha512-WGbEiXaS2qAOTS9Z3kKk2Nk4bi8OUl73Sih+h0XV9RTUATnaJSEQedveHUDQnHyXiZwyBMKosrxJg8aThHO/rw==} dependencies: - '@babel/parser': 7.19.6 + '@babel/parser': 7.20.3 '@vue/compiler-core': 3.2.44 '@vue/shared': 3.2.44 estree-walker: 2.0.2 @@ -14834,7 +14829,7 @@ packages: '@babel/core': 7.19.1 '@babel/helper-module-imports': 7.16.0 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.1 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 html-entities: 2.3.2 dev: true @@ -14846,7 +14841,7 @@ packages: '@babel/core': 7.19.6 '@babel/helper-module-imports': 7.16.0 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.6 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 html-entities: 2.3.2 dev: false @@ -34409,8 +34404,8 @@ packages: vite: 3.2.4 dev: false - /vitest/0.25.1: - resolution: {integrity: sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==} + /vitest/0.25.2: + resolution: {integrity: sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: diff --git a/properties/package.json b/properties/package.json index 5f282e8eae5..f865e08cae0 100644 --- a/properties/package.json +++ b/properties/package.json @@ -35,6 +35,6 @@ }, "devDependencies": { "unbuild": "0.9.1", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/serializable-values/package.json b/serializable-values/package.json index d51289aeaa2..6df57743b5d 100644 --- a/serializable-values/package.json +++ b/serializable-values/package.json @@ -39,6 +39,6 @@ "devDependencies": { "@types/prettier": "2.7.1", "unbuild": "0.9.1", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/type-analyzer/package.json b/type-analyzer/package.json index 801913a1e8d..10e62e1ee67 100644 --- a/type-analyzer/package.json +++ b/type-analyzer/package.json @@ -40,6 +40,6 @@ "@types/prettier": "2.7.1", "lodash": "^4.17.21", "unbuild": "0.9.1", - "vitest": "0.25.1" + "vitest": "0.25.2" } } diff --git a/vfs/package.json b/vfs/package.json index 80dadf906d4..0308957f11f 100644 --- a/vfs/package.json +++ b/vfs/package.json @@ -37,6 +37,6 @@ "devDependencies": { "@types/fs-extra": "9.0.13", "unbuild": "0.9.1", - "vitest": "0.25.1" + "vitest": "0.25.2" } }