From 7340b9e2096dc8d7b20f9b16585134168618cf1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:18:35 +0000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.32.4 (#1791) 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.32.2` -> `^0.32.4`](https://renovatebot.com/diffs/npm/vitest/0.32.2/0.32.4) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.32.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.32.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.32.4/compatibility-slim/0.32.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.32.4/confidence-slim/0.32.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest (vitest) ### [`v0.32.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.4) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.3...v0.32.4) #####    🐞 Bug Fixes - **browser**: Correctly optimize CJS dependencies  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(3d090)](https://togithub.com/vitest-dev/vitest/commit/3d0908e7) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.3...v0.32.4) ### [`v0.32.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.2...v0.32.3) #####    🚀 Features - Add `concurrent` option to `sequence` config  -  by [@​fenghan34](https://togithub.com/fenghan34) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3604](https://togithub.com/vitest-dev/vitest/issues/3604) [(f427f)](https://togithub.com/vitest-dev/vitest/commit/f427f004) - Introduce global configuration for retry setting  -  by [@​imentu](https://togithub.com/imentu) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3598](https://togithub.com/vitest-dev/vitest/issues/3598) and [https://github.com/vitest-dev/vitest/issues/3603](https://togithub.com/vitest-dev/vitest/issues/3603) [(9a117)](https://togithub.com/vitest-dev/vitest/commit/9a117627) - Don't rely on util package in [@​vitest/utils](https://togithub.com/vitest/utils)  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3685](https://togithub.com/vitest-dev/vitest/issues/3685) [(f91da)](https://togithub.com/vitest-dev/vitest/commit/f91da484) - Support accessing other fixtures in fixture function  -  by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3651](https://togithub.com/vitest-dev/vitest/issues/3651) [(1621c)](https://togithub.com/vitest-dev/vitest/commit/1621cc63) - Support use function/class as `bench` name  -  by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3711](https://togithub.com/vitest-dev/vitest/issues/3711) [(a749a)](https://togithub.com/vitest-dev/vitest/commit/a749a6c0) - **reporters**: Show full test suite when testing 1 spec file at a time  -  by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3543](https://togithub.com/vitest-dev/vitest/issues/3543) [(7531c)](https://togithub.com/vitest-dev/vitest/commit/7531c292) - **runner**: Support `test.extend`  -  by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3554](https://togithub.com/vitest-dev/vitest/issues/3554) [(2db1a)](https://togithub.com/vitest-dev/vitest/commit/2db1a737) #####    🐞 Bug Fixes - Remove "concordance" from dependencies list  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3597](https://togithub.com/vitest-dev/vitest/issues/3597) [(969dc)](https://togithub.com/vitest-dev/vitest/commit/969dcc14) - Show diff correctly  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3620](https://togithub.com/vitest-dev/vitest/issues/3620) [(73dd4)](https://togithub.com/vitest-dev/vitest/commit/73dd4ab5) - Util import  -  by [@​fubhy](https://togithub.com/fubhy) in [https://github.com/vitest-dev/vitest/issues/3621](https://togithub.com/vitest-dev/vitest/issues/3621) [(2fb4c)](https://togithub.com/vitest-dev/vitest/commit/2fb4ceff) - Compat with frozen Math  -  by [@​turadg](https://togithub.com/turadg) in [https://github.com/vitest-dev/vitest/issues/3527](https://togithub.com/vitest-dev/vitest/issues/3527) [(0db67)](https://togithub.com/vitest-dev/vitest/commit/0db67098) - `CTRL+C` to terminate run  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3642](https://togithub.com/vitest-dev/vitest/issues/3642) [(fa663)](https://togithub.com/vitest-dev/vitest/commit/fa6637d3) - Run mode stuck in TTY terminals  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3690](https://togithub.com/vitest-dev/vitest/issues/3690) [(141a8)](https://togithub.com/vitest-dev/vitest/commit/141a86ac) - Use first stack frame in json reporter  -  by [@​tim-smart](https://togithub.com/tim-smart) in [https://github.com/vitest-dev/vitest/issues/3645](https://togithub.com/vitest-dev/vitest/issues/3645) [(80ea7)](https://togithub.com/vitest-dev/vitest/commit/80ea7ef6) - Print actual number for `toBeCalledTimes`  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/3696](https://togithub.com/vitest-dev/vitest/issues/3696) [(d3640)](https://togithub.com/vitest-dev/vitest/commit/d3640437) - **benchmark**: - Don't fail when running correct benchmarks  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3629](https://togithub.com/vitest-dev/vitest/issues/3629) [(edad9)](https://togithub.com/vitest-dev/vitest/commit/edad9b19) - **browser**: - Correctly print diff  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3627](https://togithub.com/vitest-dev/vitest/issues/3627) [(d756e)](https://togithub.com/vitest-dev/vitest/commit/d756ee24) - Esm injector doesn't replace class expressions  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3641](https://togithub.com/vitest-dev/vitest/issues/3641) [(5c0ac)](https://togithub.com/vitest-dev/vitest/commit/5c0ac4ad) - Transform superclass identifier  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3681](https://togithub.com/vitest-dev/vitest/issues/3681) [(a1e04)](https://togithub.com/vitest-dev/vitest/commit/a1e043bd) - **coverage**: - `v8` to prevent crash on dynamic CJS files  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3657](https://togithub.com/vitest-dev/vitest/issues/3657) [(40f18)](https://togithub.com/vitest-dev/vitest/commit/40f18a07) - **runner**: - Make the default value of `retry` and `repeats` 0  -  by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3638](https://togithub.com/vitest-dev/vitest/issues/3638) [(6d146)](https://togithub.com/vitest-dev/vitest/commit/6d146d16) - **utils**: - Respect all flags in format function  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3695](https://togithub.com/vitest-dev/vitest/issues/3695) [(91e16)](https://togithub.com/vitest-dev/vitest/commit/91e1650e) - **watch**: - Cancel using `h` key  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3618](https://togithub.com/vitest-dev/vitest/issues/3618) [(60c36)](https://togithub.com/vitest-dev/vitest/commit/60c36faf) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.2...v0.32.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://developer.mend.io/github/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/package.json | 2 +- framework-plugins/preact/package.json | 2 +- framework-plugins/react/package.json | 2 +- framework-plugins/solid/package.json | 2 +- framework-plugins/svelte/package.json | 2 +- framework-plugins/vue2/package.json | 2 +- framework-plugins/vue3/package.json | 2 +- pnpm-lock.yaml | 280 +++++++++++--------------- 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, 133 insertions(+), 171 deletions(-) diff --git a/core/package.json b/core/package.json index f57d52a3b69..fe195321528 100644 --- a/core/package.json +++ b/core/package.json @@ -54,6 +54,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/framework-plugins/preact/package.json b/framework-plugins/preact/package.json index 2f033be3840..4efc8fa87fb 100644 --- a/framework-plugins/preact/package.json +++ b/framework-plugins/preact/package.json @@ -44,6 +44,6 @@ "rimraf": "^5.0.1", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index f0a3e92d4db..390184e4f72 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -50,6 +50,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index 8ae40e5ae1c..3ab264f1c97 100644 --- a/framework-plugins/solid/package.json +++ b/framework-plugins/solid/package.json @@ -44,6 +44,6 @@ "solid-js": "^1.7.7", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index f4768811f10..25b6a11c7e5 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -45,6 +45,6 @@ "pino": "^8.14.1", "pino-pretty": "^10.0.0", "unbuild": "^1.2.1", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index 9b3998ca088..9ed06a3d04e 100644 --- a/framework-plugins/vue2/package.json +++ b/framework-plugins/vue2/package.json @@ -50,6 +50,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index 83a82e8a11b..7173e723e4b 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -54,6 +54,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40f0aa4dc61..db9d8a4b8bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -309,8 +309,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 daemon: devDependencies: @@ -436,8 +436,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 framework-plugins/preact/tests/apps/preact-app: dependencies: @@ -648,8 +648,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 framework-plugins/react/tests/apps/aliases: dependencies: @@ -2114,8 +2114,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 framework-plugins/solid/tests/apps/solid: dependencies: @@ -2257,8 +2257,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 framework-plugins/svelte/tests/apps/svelte: devDependencies: @@ -2543,8 +2543,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 framework-plugins/vue2/tests/apps/nuxt2-app: dependencies: @@ -2722,8 +2722,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 framework-plugins/vue3/tests/apps/nuxt-app: dependencies: @@ -3029,8 +3029,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 screenshot: dependencies: @@ -3125,8 +3125,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 storybook-helpers: dependencies: @@ -3156,8 +3156,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 testing: dependencies: @@ -3236,8 +3236,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 vfs: dependencies: @@ -3264,8 +3264,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@20.3.3) vitest: - specifier: ^0.32.2 - version: 0.32.2 + specifier: ^0.32.4 + version: 0.32.4 packages: @@ -10560,8 +10560,8 @@ packages: jiti: 1.18.2 knitwork: 1.0.0 lodash.template: 4.5.0 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 pkg-types: 1.0.3 scule: 1.0.0 semver: 7.5.1 @@ -10587,8 +10587,8 @@ packages: jiti: 1.18.2 knitwork: 1.0.0 lodash.template: 4.5.0 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 pkg-types: 1.0.3 scule: 1.0.0 semver: 7.5.1 @@ -10648,7 +10648,7 @@ packages: defu: 6.1.2 hookable: 5.5.3 jiti: 1.18.2 - pathe: 1.1.0 + pathe: 1.1.1 pkg-types: 1.0.3 postcss-import-resolver: 2.0.0 scule: 1.0.0 @@ -10667,7 +10667,7 @@ packages: dependencies: defu: 6.1.2 hookable: 5.5.3 - pathe: 1.1.0 + pathe: 1.1.1 pkg-types: 1.0.3 postcss-import-resolver: 2.0.0 std-env: 3.3.3 @@ -10887,9 +10887,9 @@ packages: h3: 1.6.6 knitwork: 1.0.0 magic-string: 0.27.0 - mlly: 1.3.0 + mlly: 1.4.0 ohash: 1.1.2 - pathe: 1.1.0 + pathe: 1.1.1 perfect-debounce: 0.1.3 pkg-types: 1.0.3 postcss: 8.4.23 @@ -10945,9 +10945,9 @@ packages: h3: 1.6.6 knitwork: 1.0.0 magic-string: 0.30.0 - mlly: 1.3.0 + mlly: 1.4.0 ohash: 1.1.2 - pathe: 1.1.0 + pathe: 1.1.1 perfect-debounce: 1.0.0 pkg-types: 1.0.3 postcss: 8.4.23 @@ -17997,9 +17997,9 @@ packages: vite: ^4.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.22.5 - '@babel/plugin-transform-typescript': 7.21.0(@babel/core@7.22.5) - '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.5) + '@babel/core': 7.21.8 + '@babel/plugin-transform-typescript': 7.21.0(@babel/core@7.21.8) + '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.21.8) vite: 4.0.4(@types/node@20.3.3) vue: 3.3.4 transitivePeerDependencies: @@ -18083,43 +18083,42 @@ packages: vite: 4.3.9(@types/node@20.3.3) vue: 3.3.4 - /@vitest/expect@0.32.2: - resolution: {integrity: sha512-6q5yzweLnyEv5Zz1fqK5u5E83LU+gOMVBDuxBl2d2Jfx1BAp5M+rZgc5mlyqdnxquyoiOXpXmFNkcGcfFnFH3Q==} + /@vitest/expect@0.32.4: + resolution: {integrity: sha512-m7EPUqmGIwIeoU763N+ivkFjTzbaBn0n9evsTOcde03ugy2avPs3kZbYmw3DkcH1j5mxhMhdamJkLQ6dM1bk/A==} dependencies: - '@vitest/spy': 0.32.2 - '@vitest/utils': 0.32.2 + '@vitest/spy': 0.32.4 + '@vitest/utils': 0.32.4 chai: 4.3.7 dev: true - /@vitest/runner@0.32.2: - resolution: {integrity: sha512-06vEL0C1pomOEktGoLjzZw+1Fb+7RBRhmw/06WkDrd1akkT9i12su0ku+R/0QM69dfkIL/rAIDTG+CSuQVDcKw==} + /@vitest/runner@0.32.4: + resolution: {integrity: sha512-cHOVCkiRazobgdKLnczmz2oaKK9GJOw6ZyRcaPdssO1ej+wzHVIkWiCiNacb3TTYPdzMddYkCgMjZ4r8C0JFCw==} dependencies: - '@vitest/utils': 0.32.2 - concordance: 5.0.4 + '@vitest/utils': 0.32.4 p-limit: 4.0.0 - pathe: 1.1.0 + pathe: 1.1.1 dev: true - /@vitest/snapshot@0.32.2: - resolution: {integrity: sha512-JwhpeH/PPc7GJX38vEfCy9LtRzf9F4er7i4OsAJyV7sjPwjj+AIR8cUgpMTWK4S3TiamzopcTyLsZDMuldoi5A==} + /@vitest/snapshot@0.32.4: + resolution: {integrity: sha512-IRpyqn9t14uqsFlVI2d7DFMImGMs1Q9218of40bdQQgMePwVdmix33yMNnebXcTzDU5eiV3eUsoxxH5v0x/IQA==} dependencies: magic-string: 0.30.0 - pathe: 1.1.0 - pretty-format: 27.5.1 + pathe: 1.1.1 + pretty-format: 29.5.0 dev: true - /@vitest/spy@0.32.2: - resolution: {integrity: sha512-Q/ZNILJ4ca/VzQbRM8ur3Si5Sardsh1HofatG9wsJY1RfEaw0XKP8IVax2lI1qnrk9YPuG9LA2LkZ0EI/3d4ug==} + /@vitest/spy@0.32.4: + resolution: {integrity: sha512-oA7rCOqVOOpE6rEoXuCOADX7Lla1LIa4hljI2MSccbpec54q+oifhziZIJXxlE/CvI2E+ElhBHzVu0VEvJGQKQ==} dependencies: - tinyspy: 2.1.0 + tinyspy: 2.1.1 dev: true - /@vitest/utils@0.32.2: - resolution: {integrity: sha512-lnJ0T5i03j0IJaeW73hxe2AuVnZ/y1BhhCOuIcl9LIzXnbpXJT9Lrt6brwKHXLOiA7MZ6N5hSJjt0xE1dGNCzQ==} + /@vitest/utils@0.32.4: + resolution: {integrity: sha512-Gwnl8dhd1uJ+HXrYyV0eRqfmk9ek1ASE/LWfTCuWMw+d07ogHqp4hEAV28NiecimK6UY9DpSEPh+pXBA5gtTBg==} dependencies: diff-sequences: 29.4.3 loupe: 2.3.6 - pretty-format: 27.5.1 + pretty-format: 29.5.0 dev: true /@volar/language-core@1.4.1: @@ -18256,23 +18255,6 @@ packages: - '@babel/core' - supports-color - /@vue/babel-plugin-jsx@1.1.1(@babel/core@7.22.5): - resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} - dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.22.5) - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 - '@babel/types': 7.22.5 - '@vue/babel-helper-vue-transform-on': 1.0.2 - camelcase: 6.3.0 - html-tags: 3.2.0 - svg-tags: 1.0.0 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.21.8): resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==} peerDependencies: @@ -20804,6 +20786,7 @@ packages: /blueimp-md5@2.19.0: resolution: {integrity: sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==} + dev: false /bn.js@4.12.0: resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} @@ -21144,9 +21127,9 @@ packages: dotenv: 16.1.4 giget: 1.1.2 jiti: 1.18.2 - mlly: 1.3.0 + mlly: 1.4.0 ohash: 1.1.2 - pathe: 1.1.0 + pathe: 1.1.1 perfect-debounce: 0.1.3 pkg-types: 1.0.3 rc9: 2.1.0 @@ -21989,20 +21972,6 @@ packages: readable-stream: 2.3.8 typedarray: 0.0.6 - /concordance@5.0.4: - resolution: {integrity: sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==} - engines: {node: '>=10.18.0 <11 || >=12.14.0 <13 || >=14'} - dependencies: - date-time: 3.1.0 - esutils: 2.0.3 - fast-diff: 1.2.0 - js-string-escape: 1.0.1 - lodash: 4.17.21 - md5-hex: 3.0.1 - semver: 7.5.1 - well-known-symbols: 2.0.0 - dev: true - /configstore@5.0.1: resolution: {integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==} engines: {node: '>=8'} @@ -23377,13 +23346,6 @@ packages: whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 - /date-time@3.1.0: - resolution: {integrity: sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==} - engines: {node: '>=6'} - dependencies: - time-zone: 1.0.0 - dev: true - /dateformat@4.6.3: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} @@ -25807,8 +25769,8 @@ packages: resolution: {integrity: sha512-MAU9ci3XdpqOX1aoIoyL2DMzW97P8LYeJxIUkfXhOfsrkH4KLHFaYDwKN0B2l6tqedVJWiTIJtWmxmZfa05vOQ==} dependencies: enhanced-resolve: 5.14.0 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 ufo: 1.1.2 dev: true @@ -25863,10 +25825,6 @@ packages: /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - /fast-diff@1.2.0: - resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==} - dev: true - /fast-glob@2.2.7: resolution: {integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==} engines: {node: '>=4.0.0'} @@ -26828,7 +26786,7 @@ packages: https-proxy-agent: 5.0.1 mri: 1.2.0 node-fetch-native: 1.1.1 - pathe: 1.1.0 + pathe: 1.1.1 tar: 6.1.13 transitivePeerDependencies: - supports-color @@ -30433,13 +30391,6 @@ packages: buffer-alloc: 1.2.0 dev: false - /md5-hex@3.0.1: - resolution: {integrity: sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==} - engines: {node: '>=8'} - dependencies: - blueimp-md5: 2.19.0 - dev: true - /md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} dependencies: @@ -31223,9 +31174,9 @@ packages: fs-extra: 11.1.1 globby: 13.2.1 jiti: 1.18.2 - mlly: 1.3.0 + mlly: 1.4.0 mri: 1.2.0 - pathe: 1.1.0 + pathe: 1.1.1 typescript: 5.1.6 dev: true @@ -31233,7 +31184,7 @@ packages: resolution: {integrity: sha512-+c7A3CV0KGdKcylsI6khWyts/CYrGTrRVo4R/I7u/cUsy0Conxa6LUhiEzVKIw14lc2L5aiO4+SeVe4TeGRKww==} dependencies: acorn: 8.9.0 - pathe: 1.1.0 + pathe: 1.1.1 pkg-types: 1.0.3 ufo: 1.1.2 dev: true @@ -31242,7 +31193,16 @@ packages: resolution: {integrity: sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==} dependencies: acorn: 8.9.0 - pathe: 1.1.0 + pathe: 1.1.1 + pkg-types: 1.0.3 + ufo: 1.1.2 + dev: true + + /mlly@1.4.0: + resolution: {integrity: sha512-ua8PAThnTwpprIaU47EPeZ/bPUVp2QYBbWMphUQpVdBI3Lgqzm5KZQ45Agm3YJedHXaIHl6pBGabaLSUPPSptg==} + dependencies: + acorn: 8.9.0 + pathe: 1.1.1 pkg-types: 1.0.3 ufo: 1.1.2 dev: true @@ -31706,12 +31666,12 @@ packages: knitwork: 1.0.0 listhen: 1.0.4 mime: 3.0.0 - mlly: 1.3.0 + mlly: 1.4.0 mri: 1.2.0 node-fetch-native: 1.1.1 ofetch: 1.0.1 ohash: 1.1.2 - pathe: 1.1.0 + pathe: 1.1.1 perfect-debounce: 0.1.3 pkg-types: 1.0.3 pretty-bytes: 6.1.0 @@ -31786,13 +31746,13 @@ packages: knitwork: 1.0.0 listhen: 1.0.4 mime: 3.0.0 - mlly: 1.3.0 + mlly: 1.4.0 mri: 1.2.0 node-fetch-native: 1.1.1 ofetch: 1.0.1 ohash: 1.1.2 openapi-typescript: 6.2.5 - pathe: 1.1.0 + pathe: 1.1.1 perfect-debounce: 1.0.0 pkg-types: 1.0.3 pretty-bytes: 6.1.0 @@ -33128,6 +33088,10 @@ packages: resolution: {integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==} dev: true + /pathe@1.1.1: + resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} + dev: true + /pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true @@ -33277,16 +33241,16 @@ packages: resolution: {integrity: sha512-hM58GKXOcj8WTqUXnsQyJYXdeAPbythQgEF3nTcEo+nkD49chjQ9IKm/QJy9xf6JakXptz86h7ecP2024rrLaQ==} dependencies: jsonc-parser: 3.2.0 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 dev: true /pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: jsonc-parser: 3.2.0 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 dev: true /pkg-up@3.1.0: @@ -35381,6 +35345,15 @@ packages: ansi-styles: 5.2.0 react-is: 18.2.0 + /pretty-format@29.5.0: + resolution: {integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.4.3 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: true + /pretty-format@3.8.0: resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==} @@ -39681,11 +39654,6 @@ packages: webpack: 4.46.0 dev: false - /time-zone@1.0.0: - resolution: {integrity: sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==} - engines: {node: '>=4'} - dev: true - /timers-browserify@2.0.12: resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} engines: {node: '>=0.6.0'} @@ -39719,8 +39687,8 @@ packages: engines: {node: '>=14.0.0'} dev: true - /tinyspy@2.1.0: - resolution: {integrity: sha512-7eORpyqImoOvkQJCSkL0d0mB4NHHIFAy4b1u8PHdDa7SjGS2njzl6/lyGoZLm+eyYEtlUmFGE0rFj66SWxZgQQ==} + /tinyspy@2.1.1: + resolution: {integrity: sha512-XPJL2uSzcOyBMky6OFrusqWlzfFrXtE0hPuMgW8A2HmaqrPo4ZQHRN/V0QXN3FSjKxpsbRrFc5LI7KOwBsT1/w==} engines: {node: '>=14.0.0'} dev: true @@ -40418,7 +40386,7 @@ packages: defu: 6.1.2 mime: 3.0.0 node-fetch-native: 1.0.2 - pathe: 1.1.0 + pathe: 1.1.1 dev: true /unenv@1.5.0: @@ -40428,7 +40396,7 @@ packages: defu: 6.1.2 mime: 3.0.0 node-fetch-native: 1.1.1 - pathe: 1.1.0 + pathe: 1.1.1 dev: true /unfetch@4.2.0: @@ -40503,8 +40471,8 @@ packages: fast-glob: 3.2.12 local-pkg: 0.4.3 magic-string: 0.27.0 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 pkg-types: 1.0.3 scule: 1.0.0 strip-literal: 1.0.1 @@ -40521,8 +40489,8 @@ packages: fast-glob: 3.2.12 local-pkg: 0.4.3 magic-string: 0.30.0 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 pkg-types: 1.0.3 scule: 1.0.0 strip-literal: 1.0.1 @@ -40662,8 +40630,8 @@ packages: fast-glob: 3.2.12 json5: 2.2.3 local-pkg: 0.4.3 - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 scule: 1.0.0 unplugin: 1.3.1 vue-router: 4.2.1(vue@3.3.4) @@ -41085,7 +41053,7 @@ packages: hasBin: true dependencies: debug: 4.3.4(supports-color@5.5.0) - mlly: 1.3.0 + mlly: 1.4.0 pathe: 0.2.0 source-map: 0.6.1 source-map-support: 0.5.21 @@ -41107,8 +41075,8 @@ packages: dependencies: cac: 6.7.14 debug: 4.3.4(supports-color@5.5.0) - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 picocolors: 1.0.0 vite: 4.3.9(@types/node@20.3.3) transitivePeerDependencies: @@ -41121,15 +41089,15 @@ packages: - terser dev: true - /vite-node@0.32.2(@types/node@20.3.3): - resolution: {integrity: sha512-dTQ1DCLwl2aEseov7cfQ+kDMNJpM1ebpyMMMwWzBvLbis8Nla/6c9WQcqpPssTwS6Rp/+U6KwlIj8Eapw4bLdA==} + /vite-node@0.32.4(@types/node@20.3.3): + resolution: {integrity: sha512-L2gIw+dCxO0LK14QnUMoqSYpa9XRGnTTTDjW2h19Mr+GR0EFj4vx52W41gFXfMLqpA00eK4ZjOVYo1Xk//LFEw==} engines: {node: '>=v14.18.0'} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.4(supports-color@5.5.0) - mlly: 1.3.0 - pathe: 1.1.0 + mlly: 1.4.0 + pathe: 1.1.1 picocolors: 1.0.0 vite: 4.3.9(@types/node@20.3.3) transitivePeerDependencies: @@ -41524,8 +41492,8 @@ packages: dependencies: vite: 4.3.9(@types/node@20.3.3) - /vitest@0.32.2: - resolution: {integrity: sha512-hU8GNNuQfwuQmqTLfiKcqEhZY72Zxb7nnN07koCUNmntNxbKQnVbeIS6sqUgR3eXSlbOpit8+/gr1KpqoMgWCQ==} + /vitest@0.32.4: + resolution: {integrity: sha512-3czFm8RnrsWwIzVDu/Ca48Y/M+qh3vOnF16czJm98Q/AN1y3B6PBsyV8Re91Ty5s7txKNjEhpgtGPcfdbh2MZg==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -41558,27 +41526,26 @@ packages: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 '@types/node': 20.3.3 - '@vitest/expect': 0.32.2 - '@vitest/runner': 0.32.2 - '@vitest/snapshot': 0.32.2 - '@vitest/spy': 0.32.2 - '@vitest/utils': 0.32.2 + '@vitest/expect': 0.32.4 + '@vitest/runner': 0.32.4 + '@vitest/snapshot': 0.32.4 + '@vitest/spy': 0.32.4 + '@vitest/utils': 0.32.4 acorn: 8.9.0 acorn-walk: 8.2.0 cac: 6.7.14 chai: 4.3.7 - concordance: 5.0.4 debug: 4.3.4(supports-color@5.5.0) local-pkg: 0.4.3 magic-string: 0.30.0 - pathe: 1.1.0 + pathe: 1.1.1 picocolors: 1.0.0 std-env: 3.3.3 strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.5.0 vite: 4.3.9(@types/node@20.3.3) - vite-node: 0.32.2(@types/node@20.3.3) + vite-node: 0.32.4(@types/node@20.3.3) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -42591,11 +42558,6 @@ packages: resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==} engines: {node: '>=0.8.0'} - /well-known-symbols@2.0.0: - resolution: {integrity: sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==} - engines: {node: '>=6'} - dev: true - /whatwg-encoding@1.0.5: resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} dependencies: diff --git a/properties/package.json b/properties/package.json index 74bd9fa2135..64dc5a2136a 100644 --- a/properties/package.json +++ b/properties/package.json @@ -29,6 +29,6 @@ "typescript": "^5.1.6", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/serializable-values/package.json b/serializable-values/package.json index 785de7dce9e..09b1a3d6434 100644 --- a/serializable-values/package.json +++ b/serializable-values/package.json @@ -32,6 +32,6 @@ "@types/prettier": "^2.7.3", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/storybook-helpers/package.json b/storybook-helpers/package.json index 84540c806a1..ff7348cdb57 100644 --- a/storybook-helpers/package.json +++ b/storybook-helpers/package.json @@ -32,6 +32,6 @@ "@previewjs/vfs": "workspace:*", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/type-analyzer/package.json b/type-analyzer/package.json index 2ce9d4c6867..bfd4741ebd5 100644 --- a/type-analyzer/package.json +++ b/type-analyzer/package.json @@ -33,6 +33,6 @@ "lodash": "^4.17.21", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } } diff --git a/vfs/package.json b/vfs/package.json index 612012d3ce0..d5f323da233 100644 --- a/vfs/package.json +++ b/vfs/package.json @@ -31,6 +31,6 @@ "typescript": "^5.1.6", "unbuild": "^1.2.1", "vite": "^4.3.9", - "vitest": "^0.32.2" + "vitest": "^0.32.4" } }