]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
release: v3.2.46 v3.2.46
authorEvan You <yyx990803@gmail.com>
Thu, 2 Feb 2023 03:32:04 +0000 (11:32 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 2 Feb 2023 03:32:04 +0000 (11:32 +0800)
19 files changed:
CHANGELOG.md
package.json
packages/compiler-core/package.json
packages/compiler-dom/package.json
packages/compiler-sfc/package.json
packages/compiler-ssr/package.json
packages/reactivity-transform/package.json
packages/reactivity/package.json
packages/runtime-core/package.json
packages/runtime-dom/package.json
packages/runtime-test/package.json
packages/server-renderer/package.json
packages/sfc-playground/package.json
packages/shared/package.json
packages/size-check/package.json
packages/template-explorer/package.json
packages/vue-compat/package.json
packages/vue/package.json
pnpm-lock.yaml

index 11a2a9dde78d56267fae327dc70391da857d42e3..def8ec933b8a5e7a010a76d92c7a3b85e5071e62 100644 (file)
@@ -1,3 +1,39 @@
+## [3.2.46](https://github.com/vuejs/core/compare/v3.2.45...v3.2.46) (2023-02-02)
+
+
+### Bug Fixes
+
+* **build:** ensure cjs re-exports can be properly detected when imported from esm ([fb6ff3e](https://github.com/vuejs/core/commit/fb6ff3e99689022d963ea7257b03f73ff514c0c4))
+* **build:** ensure type exports is first ([957722c](https://github.com/vuejs/core/commit/957722c4185ea87aabc711f6f8997e528dd3ba1b))
+* **build:** fix cjs re-exports check for compat build ([ce064a1](https://github.com/vuejs/core/commit/ce064a172b3b5bcb096b4984fe0c1a54177ac9c0))
+* **compat:** fix custom transition classes in compat mode ([#7435](https://github.com/vuejs/core/issues/7435)) ([efe2efd](https://github.com/vuejs/core/commit/efe2efd210f500311e5b603345cb0d353886bd7a)), closes [#6253](https://github.com/vuejs/core/issues/6253)
+* **compiler-core:** typeof should be allowed in browser expression validation ([#7037](https://github.com/vuejs/core/issues/7037)) ([3783866](https://github.com/vuejs/core/commit/378386694be6dd43da71f1fa08ee9c5705c13f86))
+* **compiler-sfc:** allow declaring variables after defineProps ([#7461](https://github.com/vuejs/core/issues/7461)) ([686c829](https://github.com/vuejs/core/commit/686c829fec9137cdfe6e51af34f2af01a575f7c6))
+* **compiler-sfc:** always generate runtime prop type for Function ([#7112](https://github.com/vuejs/core/issues/7112)) ([584eae6](https://github.com/vuejs/core/commit/584eae60d1abe80d15b317ec80b7556712df8e5a)), closes [#7111](https://github.com/vuejs/core/issues/7111)
+* **compiler-sfc:** support resolving type declaration from normal script ([#5831](https://github.com/vuejs/core/issues/5831)) ([30399d4](https://github.com/vuejs/core/commit/30399d46b15f890056e7a5d076cd588b3806cc15)), closes [#5830](https://github.com/vuejs/core/issues/5830)
+* **compiler:** add `hgroup` to supported `HTML_TAGS` ([#6321](https://github.com/vuejs/core/issues/6321)) ([7443174](https://github.com/vuejs/core/commit/7443174e2aa9244bc08c63b4d6c78acc6ff89767)), closes [#6313](https://github.com/vuejs/core/issues/6313)
+* **custom-elements:** use strict number casting ([7d0c63f](https://github.com/vuejs/core/commit/7d0c63ff4361e59e820441a24bf4fb2a93335a1e)), closes [#4946](https://github.com/vuejs/core/issues/4946) [#2598](https://github.com/vuejs/core/issues/2598) [#2604](https://github.com/vuejs/core/issues/2604)
+* **customElement:** customElement can emit event ([#7296](https://github.com/vuejs/core/issues/7296)) ([c6e5bda](https://github.com/vuejs/core/commit/c6e5bda27d13554675d68dbe33b07f3474467aa6))
+* **reactivity-transform:** fix $$ escape edge cases ([e06d3b6](https://github.com/vuejs/core/commit/e06d3b614ea518e9cdf83fca9200fc816eb4e5a1)), closes [#6312](https://github.com/vuejs/core/issues/6312) [#6944](https://github.com/vuejs/core/issues/6944)
+* **reactivity-transform:** prohibit const assignment at compile time ([#6993](https://github.com/vuejs/core/issues/6993)) ([3427052](https://github.com/vuejs/core/commit/3427052229db3448252d938292a40e960a0f4b9c)), closes [#6992](https://github.com/vuejs/core/issues/6992)
+* **reactivity:** `triggerRef` working with `toRef` from reactive ([#7507](https://github.com/vuejs/core/issues/7507)) ([e64c9ae](https://github.com/vuejs/core/commit/e64c9ae957aa2606b55e8652bbde30a6ada59fb0))
+* **reactivity:** ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix [#7319](https://github.com/vuejs/core/issues/7319)) ([#7330](https://github.com/vuejs/core/issues/7330)) ([cd7c887](https://github.com/vuejs/core/commit/cd7c887b755810aedf83f3d458cb956d5b147f6f))
+* **reactivity:** track hasOwnProperty ([588bd44](https://github.com/vuejs/core/commit/588bd44f036b79d7dee5d23661aa7244f70e6beb)), closes [#2619](https://github.com/vuejs/core/issues/2619) [#2621](https://github.com/vuejs/core/issues/2621)
+* **runtime-core:** ensure prop type validation warning shows custom class names  ([#7198](https://github.com/vuejs/core/issues/7198)) ([620327d](https://github.com/vuejs/core/commit/620327d527593c6263a21500baddbae1ebc30db8))
+* **runtime-core:** fix keep-alive cache prune logic on vnodes with same type but different keys ([#7510](https://github.com/vuejs/core/issues/7510)) ([1fde49c](https://github.com/vuejs/core/commit/1fde49c0f57cc50fedf91366a274c9759d1d9a39)), closes [#7355](https://github.com/vuejs/core/issues/7355)
+* **runtime-core:** set scope id before props ([#6948](https://github.com/vuejs/core/issues/6948)) ([da2ced1](https://github.com/vuejs/core/commit/da2ced15339b6fdb7a1459fa359bb79346a82bc2)), closes [#6923](https://github.com/vuejs/core/issues/6923)
+* **runtime-dom:** style update error when component use shorthand properties ([#7425](https://github.com/vuejs/core/issues/7425)) ([b7cfa6f](https://github.com/vuejs/core/commit/b7cfa6f53952daced312862fbb3a88c86e42a77e))
+* **shared:** `feDistanceLight` changed to `feDistantLight` ([#7540](https://github.com/vuejs/core/issues/7540)) ([bef85e7](https://github.com/vuejs/core/commit/bef85e7975084b05af00b60ecd171c83f251c6d5))
+* **shared:** toNumber should only coerce strings ([b55846f](https://github.com/vuejs/core/commit/b55846f05c4a3b163be2ed70ce64014feec29fac))
+* **types/effectScope:** re-expose `active` as readonly property ([#6187](https://github.com/vuejs/core/issues/6187)) ([59ffe5e](https://github.com/vuejs/core/commit/59ffe5ee1f1618be119875313970c72050b37b03)), closes [#6186](https://github.com/vuejs/core/issues/6186)
+* **types:** accept sync `serverPrefetch()` ([#7000](https://github.com/vuejs/core/issues/7000)) ([5f1883e](https://github.com/vuejs/core/commit/5f1883ec53547d0847e1270f5a8fb0c46396fb07))
+* **types:** add or update referrerpolicy ([#7199](https://github.com/vuejs/core/issues/7199)) ([1fa3d95](https://github.com/vuejs/core/commit/1fa3d9573051f549e6d381a5e88ec8d5d855e4c9))
+* **types:** allow assigning wider SetupContext type ([#2818](https://github.com/vuejs/core/issues/2818)) ([eb2a832](https://github.com/vuejs/core/commit/eb2a83283caa9de0a45881d860a3cbd9d0bdd279)), closes [#2362](https://github.com/vuejs/core/issues/2362)
+* **types:** optional boolean props should have boolean type in return type of defineProps ([#7619](https://github.com/vuejs/core/issues/7619)) ([a0a010d](https://github.com/vuejs/core/commit/a0a010ddc9ba8ef3e883454c73997bf6fb40b385)), closes [#7116](https://github.com/vuejs/core/issues/7116) [#5847](https://github.com/vuejs/core/issues/5847) [#7487](https://github.com/vuejs/core/issues/7487)
+* **v-model:** ensure v-model listener casing is consistent with manual v-on listener ([#7067](https://github.com/vuejs/core/issues/7067)) ([87c72ae](https://github.com/vuejs/core/commit/87c72ae49a315a5464dd0c6b00f07163d1cb39e9)), closes [#7066](https://github.com/vuejs/core/issues/7066)
+
+
+
 ## [3.2.45](https://github.com/vuejs/core/compare/v3.2.44...v3.2.45) (2022-11-11)
 
 
index 722fe0c2f24ad548d3a68e896936a8d052df071d..4e725d80db3981975812b748ffb8f82fa42f77a4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "private": true,
-  "version": "3.2.45",
+  "version": "3.2.46",
   "packageManager": "pnpm@7.1.0",
   "scripts": {
     "dev": "node scripts/dev.mjs",
index 61ef0f8a6168ae41ea6a3a0eea867f90f66dfa5b..ffc578596497bd0e415cc579d51dc71f199f2457 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-core",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/compiler-core",
   "main": "index.js",
   "module": "dist/compiler-core.esm-bundler.js",
@@ -32,7 +32,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45",
+    "@vue/shared": "3.2.46",
     "@babel/parser": "^7.16.4",
     "estree-walker": "^2.0.2",
     "source-map": "^0.6.1"
index a9039c870396c2cf12cbc55cfea2c9935a12b4f2..0da2ed771e19c4bd5d126a3ba11ee993ebf3dbfb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-dom",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/compiler-dom",
   "main": "index.js",
   "module": "dist/compiler-dom.esm-bundler.js",
@@ -37,7 +37,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45",
-    "@vue/compiler-core": "3.2.45"
+    "@vue/shared": "3.2.46",
+    "@vue/compiler-core": "3.2.46"
   }
 }
index 6ee4893ce2d18450d40a9fc5b444961ae429d464..25ed4eab8198e3c987b82fe20631c6394dcd8e85 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-sfc",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/compiler-sfc",
   "main": "dist/compiler-sfc.cjs.js",
   "module": "dist/compiler-sfc.esm-browser.js",
   "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
   "dependencies": {
     "@babel/parser": "^7.16.4",
-    "@vue/compiler-core": "3.2.45",
-    "@vue/compiler-dom": "3.2.45",
-    "@vue/compiler-ssr": "3.2.45",
-    "@vue/reactivity-transform": "3.2.45",
-    "@vue/shared": "3.2.45",
+    "@vue/compiler-core": "3.2.46",
+    "@vue/compiler-dom": "3.2.46",
+    "@vue/compiler-ssr": "3.2.46",
+    "@vue/reactivity-transform": "3.2.46",
+    "@vue/shared": "3.2.46",
     "estree-walker": "^2.0.2",
     "magic-string": "^0.25.7",
     "source-map": "^0.6.1",
index 140e4be3273fee2d7c08b9b55e3ce1ef08b18609..24043e10cf7141fa35555a0b277721348d1dd189 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compiler-ssr",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/compiler-ssr",
   "main": "dist/compiler-ssr.cjs.js",
   "types": "dist/compiler-ssr.d.ts",
@@ -28,7 +28,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45",
-    "@vue/compiler-dom": "3.2.45"
+    "@vue/shared": "3.2.46",
+    "@vue/compiler-dom": "3.2.46"
   }
 }
index 4305a813aa8d00f60f174db70b3f36cea0635782..fb494910aabf4abd465b23feddd330672112d713 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/reactivity-transform",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/reactivity-transform",
   "main": "dist/reactivity-transform.cjs.js",
   "files": [
@@ -29,8 +29,8 @@
   "homepage": "https://github.com/vuejs/core/tree/dev/packages/reactivity-transform#readme",
   "dependencies": {
     "@babel/parser": "^7.16.4",
-    "@vue/compiler-core": "3.2.45",
-    "@vue/shared": "3.2.45",
+    "@vue/compiler-core": "3.2.46",
+    "@vue/shared": "3.2.46",
     "estree-walker": "^2.0.2",
     "magic-string": "^0.25.7"
   },
index dc63faf98f78c43d73254a92e86932715a06cef7..883d531144b4aa488f5ec57d1cd2eb16362291a3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/reactivity",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/reactivity",
   "main": "index.js",
   "module": "dist/reactivity.esm-bundler.js",
@@ -36,6 +36,6 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/reactivity#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45"
+    "@vue/shared": "3.2.46"
   }
 }
index 4ff404ca6cfe98b251165adfc1b905068f4b0d50..594c38007841d0f7e167ab1bb0a662e3923f3d60 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-core",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/runtime-core",
   "main": "index.js",
   "module": "dist/runtime-core.esm-bundler.js",
@@ -32,7 +32,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45",
-    "@vue/reactivity": "3.2.45"
+    "@vue/shared": "3.2.46",
+    "@vue/reactivity": "3.2.46"
   }
 }
index b06a96985328d13321e233279a6801faa66b0d97..aa571e20bc138c7bde66a80bc8e868c37d4e96dd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-dom",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/runtime-dom",
   "main": "index.js",
   "module": "dist/runtime-dom.esm-bundler.js",
@@ -35,8 +35,8 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45",
-    "@vue/runtime-core": "3.2.45",
+    "@vue/shared": "3.2.46",
+    "@vue/runtime-core": "3.2.46",
     "csstype": "^2.6.8"
   }
 }
index 40c3dda022bf784d5c8a2a7ec7f304038302ddb3..b0bc4d482de69bee2634d402d99451d6d2a83278 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/runtime-test",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/runtime-test",
   "private": true,
   "main": "index.js",
@@ -25,7 +25,7 @@
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-test#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45",
-    "@vue/runtime-core": "3.2.45"
+    "@vue/shared": "3.2.46",
+    "@vue/runtime-core": "3.2.46"
   }
 }
index 41ae8fa8851a090f1d83e541f993075212fe1987..446e0a9fce4ce3611c76199b0c3475f33bbd0971 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/server-renderer",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "@vue/server-renderer",
   "main": "index.js",
   "module": "dist/server-renderer.esm-bundler.js",
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/server-renderer#readme",
   "peerDependencies": {
-    "vue": "3.2.45"
+    "vue": "3.2.46"
   },
   "dependencies": {
-    "@vue/shared": "3.2.45",
-    "@vue/compiler-ssr": "3.2.45"
+    "@vue/shared": "3.2.46",
+    "@vue/compiler-ssr": "3.2.46"
   }
 }
index 8c436316ef8d9ee6f59c1ef4c018e8bbe1a9e66e..751f18321e7dcb715ab1755f02cb5c32166ba778 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/sfc-playground",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "private": true,
   "scripts": {
     "dev": "vite",
@@ -12,7 +12,7 @@
     "vite": "^4.0.0"
   },
   "dependencies": {
-    "vue": "3.2.45",
+    "vue": "3.2.46",
     "@vue/repl": "^1.3.0",
     "file-saver": "^2.0.5",
     "jszip": "^3.6.0"
index 5bb2d41f8648a6e50ecc330889c365545a6b2d89..9ae7a498af766e3308b72c73c318c8835bc49a63 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/shared",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "internal utils shared across @vue packages",
   "main": "index.js",
   "module": "dist/shared.esm-bundler.js",
index db522398a0277f490511fcea4e69826f0bf9c328..6e99eb6f68210a125ff67dd41e8859a63b01e6de 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/size-check",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "private": true,
   "scripts": {
     "build": "vite build"
index ec594cb3bd8e91d31e8522fb5a443f8694a668fc..60d3a9067b6bda8b8a50aa58548e67b7ef949359 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/template-explorer",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "private": true,
   "buildOptions": {
     "formats": [
index 85209cba2aea06ce24feb0d8b817205e584a6dc3..c181ea1e7e3bc8b51c75522b4b493a8b4f38ef4d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@vue/compat",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "Vue 3 compatibility build for Vue 2",
   "main": "index.js",
   "module": "dist/vue.runtime.esm-bundler.js",
@@ -43,6 +43,6 @@
     "source-map": "^0.6.1"
   },
   "peerDependencies": {
-    "vue": "3.2.45"
+    "vue": "3.2.46"
   }
 }
index 573f87c15a5076921b0b178e7e3c54aed5040af6..c2e3a9e713ac9fe0281246bce399c14194c4a162 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue",
-  "version": "3.2.45",
+  "version": "3.2.46",
   "description": "The progressive JavaScript framework for building modern web UI.",
   "main": "index.js",
   "module": "dist/vue.runtime.esm-bundler.js",
   },
   "homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
   "dependencies": {
-    "@vue/shared": "3.2.45",
-    "@vue/compiler-dom": "3.2.45",
-    "@vue/runtime-dom": "3.2.45",
-    "@vue/compiler-sfc": "3.2.45",
-    "@vue/server-renderer": "3.2.45"
+    "@vue/shared": "3.2.46",
+    "@vue/compiler-dom": "3.2.46",
+    "@vue/runtime-dom": "3.2.46",
+    "@vue/compiler-sfc": "3.2.46",
+    "@vue/server-renderer": "3.2.46"
   }
 }
index 7c15986a0d39db7ca45b29e58bf5c7c6d8f5fea1..850407da141bc09c34a78d4956a2026f48f4926f 100644 (file)
@@ -108,7 +108,7 @@ importers:
     specifiers:
       '@babel/parser': ^7.16.4
       '@babel/types': ^7.16.0
-      '@vue/shared': 3.2.45
+      '@vue/shared': 3.2.46
       estree-walker: ^2.0.2
       source-map: ^0.6.1
     dependencies:
@@ -121,8 +121,8 @@ importers:
 
   packages/compiler-dom:
     specifiers:
-      '@vue/compiler-core': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/compiler-core': 3.2.46
+      '@vue/shared': 3.2.46
     dependencies:
       '@vue/compiler-core': link:../compiler-core
       '@vue/shared': link:../shared
@@ -133,12 +133,12 @@ importers:
       '@babel/types': ^7.16.0
       '@types/estree': ^0.0.48
       '@types/lru-cache': ^5.1.0
-      '@vue/compiler-core': 3.2.45
-      '@vue/compiler-dom': 3.2.45
-      '@vue/compiler-ssr': 3.2.45
+      '@vue/compiler-core': 3.2.46
+      '@vue/compiler-dom': 3.2.46
+      '@vue/compiler-ssr': 3.2.46
       '@vue/consolidate': ^0.17.3
-      '@vue/reactivity-transform': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/reactivity-transform': 3.2.46
+      '@vue/shared': 3.2.46
       estree-walker: ^2.0.2
       hash-sum: ^2.0.0
       lru-cache: ^5.1.1
@@ -176,15 +176,15 @@ importers:
 
   packages/compiler-ssr:
     specifiers:
-      '@vue/compiler-dom': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/compiler-dom': 3.2.46
+      '@vue/shared': 3.2.46
     dependencies:
       '@vue/compiler-dom': link:../compiler-dom
       '@vue/shared': link:../shared
 
   packages/reactivity:
     specifiers:
-      '@vue/shared': 3.2.45
+      '@vue/shared': 3.2.46
     dependencies:
       '@vue/shared': link:../shared
 
@@ -193,8 +193,8 @@ importers:
       '@babel/core': ^7.16.0
       '@babel/parser': ^7.16.4
       '@babel/types': ^7.16.0
-      '@vue/compiler-core': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/compiler-core': 3.2.46
+      '@vue/shared': 3.2.46
       estree-walker: ^2.0.2
       magic-string: ^0.25.7
     dependencies:
@@ -209,16 +209,16 @@ importers:
 
   packages/runtime-core:
     specifiers:
-      '@vue/reactivity': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/reactivity': 3.2.46
+      '@vue/shared': 3.2.46
     dependencies:
       '@vue/reactivity': link:../reactivity
       '@vue/shared': link:../shared
 
   packages/runtime-dom:
     specifiers:
-      '@vue/runtime-core': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/runtime-core': 3.2.46
+      '@vue/shared': 3.2.46
       csstype: ^2.6.8
     dependencies:
       '@vue/runtime-core': link:../runtime-core
@@ -227,16 +227,16 @@ importers:
 
   packages/runtime-test:
     specifiers:
-      '@vue/runtime-core': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/runtime-core': 3.2.46
+      '@vue/shared': 3.2.46
     dependencies:
       '@vue/runtime-core': link:../runtime-core
       '@vue/shared': link:../shared
 
   packages/server-renderer:
     specifiers:
-      '@vue/compiler-ssr': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/compiler-ssr': 3.2.46
+      '@vue/shared': 3.2.46
     dependencies:
       '@vue/compiler-ssr': link:../compiler-ssr
       '@vue/shared': link:../shared
@@ -248,7 +248,7 @@ importers:
       file-saver: ^2.0.5
       jszip: ^3.6.0
       vite: ^4.0.0
-      vue: 3.2.45
+      vue: 3.2.46
     dependencies:
       '@vue/repl': 1.3.0_vue@packages+vue
       file-saver: 2.0.5
@@ -274,11 +274,11 @@ importers:
 
   packages/vue:
     specifiers:
-      '@vue/compiler-dom': 3.2.45
-      '@vue/compiler-sfc': 3.2.45
-      '@vue/runtime-dom': 3.2.45
-      '@vue/server-renderer': 3.2.45
-      '@vue/shared': 3.2.45
+      '@vue/compiler-dom': 3.2.46
+      '@vue/compiler-sfc': 3.2.46
+      '@vue/runtime-dom': 3.2.46
+      '@vue/server-renderer': 3.2.46
+      '@vue/shared': 3.2.46
     dependencies:
       '@vue/compiler-dom': link:../compiler-dom
       '@vue/compiler-sfc': link:../compiler-sfc