From 799d875f6cbf5c372e22dbcb7a0770ede878d14e Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 11 May 2023 08:12:24 +0100 Subject: [PATCH] chore: bump vue version --- package.json | 2 +- packages/plugin-vue/package.json | 2 +- playground/ssr-vue/package.json | 2 +- playground/vue-jsx/package.json | 2 +- playground/vue-legacy/package.json | 2 +- playground/vue-lib/package.json | 2 +- playground/vue-server-origin/package.json | 2 +- playground/vue-sourcemap/package.json | 2 +- playground/vue/package.json | 2 +- pnpm-lock.yaml | 194 +++++++++------------- 10 files changed, 90 insertions(+), 122 deletions(-) diff --git a/package.json b/package.json index 861b433d..6138ac28 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "unbuild": "^1.1.2", "vite": "^4.2.1", "vitest": "^0.29.8", - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 106f8477..ce9c6da0 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -46,6 +46,6 @@ "slash": "^5.0.0", "source-map": "^0.6.1", "vite": "^4.2.1", - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" } } diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 936ce697..7f44635a 100644 --- a/playground/ssr-vue/package.json +++ b/playground/ssr-vue/package.json @@ -17,7 +17,7 @@ "dependencies": { "@vitejs/test-example-external-component": "file:example-external-component", "pinia": "^2.0.33", - "vue": "^3.3.0-alpha.11", + "vue": "^3.3.0-beta.5", "vue-router": "^4.1.6" }, "devDependencies": { diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index b6c2cac7..2c59a66f 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-legacy/package.json b/playground/vue-legacy/package.json index af1953bc..e6eaec8e 100644 --- a/playground/vue-legacy/package.json +++ b/playground/vue-legacy/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index a19430f3..eb22ef1f 100644 --- a/playground/vue-lib/package.json +++ b/playground/vue-lib/package.json @@ -9,7 +9,7 @@ "build-consumer": "vite build --config ./vite.config.consumer.ts" }, "dependencies": { - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-server-origin/package.json b/playground/vue-server-origin/package.json index f390573e..472df2b0 100644 --- a/playground/vue-server-origin/package.json +++ b/playground/vue-server-origin/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index a094f9a6..d289af87 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -15,6 +15,6 @@ "sass": "^1.60.0" }, "dependencies": { - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index a57bd70f..b4ef34d4 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.3.0-alpha.11" + "vue": "^3.3.0-beta.5" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a1b6fcb..d27ad776 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,8 +125,8 @@ importers: specifier: ^0.29.8 version: 0.29.8 vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 packages/plugin-vue: devDependencies: @@ -150,10 +150,10 @@ importers: version: 0.6.1 vite: specifier: ^4.2.1 - version: 4.2.1 + version: 4.2.1(@types/node@18.15.11) vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 packages/plugin-vue-jsx: dependencies: @@ -169,7 +169,7 @@ importers: devDependencies: vite: specifier: ^4.2.1 - version: 4.2.1 + version: 4.2.1(@types/node@18.15.11) playground: devDependencies: @@ -196,13 +196,13 @@ importers: version: file:playground/ssr-vue/example-external-component pinia: specifier: ^2.0.33 - version: 2.0.33(vue@3.3.0-alpha.11) + version: 2.0.33(typescript@4.9.5)(vue@3.3.0-beta.5) vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 vue-router: specifier: ^4.1.6 - version: 4.1.6(vue@3.3.0-alpha.11) + version: 4.1.6(vue@3.3.0-beta.5) devDependencies: '@vitejs/plugin-vue': specifier: workspace:* @@ -233,8 +233,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 devDependencies: '@vitejs/plugin-vue': specifier: workspace:* @@ -258,8 +258,8 @@ importers: playground/vue-jsx: dependencies: vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 devDependencies: '@vitejs/plugin-vue': specifier: workspace:* @@ -271,12 +271,12 @@ importers: playground/vue-legacy: dependencies: vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 devDependencies: '@vitejs/plugin-legacy': specifier: ^4.0.2 - version: 4.0.2 + version: 4.0.2(vite@4.2.1) '@vitejs/plugin-vue': specifier: workspace:* version: link:../../packages/plugin-vue @@ -284,8 +284,8 @@ importers: playground/vue-lib: dependencies: vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 devDependencies: '@vitejs/plugin-vue': specifier: workspace:* @@ -294,8 +294,8 @@ importers: playground/vue-server-origin: dependencies: vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 devDependencies: '@vitejs/plugin-vue': specifier: workspace:* @@ -304,8 +304,8 @@ importers: playground/vue-sourcemap: dependencies: vue: - specifier: ^3.3.0-alpha.11 - version: 3.3.0-alpha.11 + specifier: ^3.3.0-beta.5 + version: 3.3.0-beta.5 devDependencies: '@vitejs/plugin-vue': specifier: workspace:* @@ -2155,7 +2155,7 @@ packages: eslint-visitor-keys: 3.4.0 dev: true - /@vitejs/plugin-legacy@4.0.2: + /@vitejs/plugin-legacy@4.0.2(vite@4.2.1): resolution: {integrity: sha512-ivnt9sCkgwJTYTWLjuvY6H/HTuiQC1EgzAPkiAvi0yNAssiqOJjyjhG3hAK5LFUUorE0w9kGxn8K0f/74DlbxQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2169,6 +2169,7 @@ packages: magic-string: 0.30.0 regenerator-runtime: 0.13.11 systemjs: 6.14.1 + vite: 4.2.1(@types/node@18.15.11) transitivePeerDependencies: - supports-color dev: true @@ -2225,82 +2226,82 @@ packages: - supports-color dev: false - /@vue/compiler-core@3.3.0-alpha.11: - resolution: {integrity: sha512-Nv5Q6DLuZup8u8Z5J3r9SIryKPhPGJo5Ua0jTyRCTCYDU6sa08SVMpCJX5TmL3OmNftbrdSauqqcLaPq4L09lQ==} + /@vue/compiler-core@3.3.0-beta.5: + resolution: {integrity: sha512-rwKXIMPDKBzKypcZ7Zc+i4e7ItnhlMEu9QZveek2yLxzMG0QimvZnVKB7eD21cQ9MCwEYW4bb8zjisPMJNNaqQ==} dependencies: '@babel/parser': 7.21.3 - '@vue/shared': 3.3.0-alpha.11 + '@vue/shared': 3.3.0-beta.5 estree-walker: 2.0.2 source-map-js: 1.0.2 - /@vue/compiler-dom@3.3.0-alpha.11: - resolution: {integrity: sha512-q9DHXm/mbSxQE8I1bSjs9GNdFbSjVe31wc1h+LupeJvLdjX7YqdcklYYAjuZuYxHUGnVj0TAjtuAAG9SLhTadQ==} + /@vue/compiler-dom@3.3.0-beta.5: + resolution: {integrity: sha512-OsYuAzl8zHRym5TfDhCLrcTSBt71BFJXnTC9uWO+SfgqadadWZxv1piPebjtwJcODkks5OAGfdhxzKdNzzddXw==} dependencies: - '@vue/compiler-core': 3.3.0-alpha.11 - '@vue/shared': 3.3.0-alpha.11 + '@vue/compiler-core': 3.3.0-beta.5 + '@vue/shared': 3.3.0-beta.5 - /@vue/compiler-sfc@3.3.0-alpha.11: - resolution: {integrity: sha512-v/KrdUfz9sicXRlWOWO0d3ASdTOPXcv0o94YywLiIuB2c3kRqhxb+88lPxVnQP4xExWA7giIoRJ2SIEy9jwn8A==} + /@vue/compiler-sfc@3.3.0-beta.5: + resolution: {integrity: sha512-CbiY2dkzU5IG652ygLUSufLGvXPKI12TQp1PeHs9acjgFjhvSJCSKmAOaCWnXgFsAgpbipPHgAMfWJ8B0h6Sjw==} dependencies: '@babel/parser': 7.21.3 - '@vue/compiler-core': 3.3.0-alpha.11 - '@vue/compiler-dom': 3.3.0-alpha.11 - '@vue/compiler-ssr': 3.3.0-alpha.11 - '@vue/reactivity-transform': 3.3.0-alpha.11 - '@vue/shared': 3.3.0-alpha.11 + '@vue/compiler-core': 3.3.0-beta.5 + '@vue/compiler-dom': 3.3.0-beta.5 + '@vue/compiler-ssr': 3.3.0-beta.5 + '@vue/reactivity-transform': 3.3.0-beta.5 + '@vue/shared': 3.3.0-beta.5 estree-walker: 2.0.2 magic-string: 0.30.0 postcss: 8.4.21 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.3.0-alpha.11: - resolution: {integrity: sha512-botFNHfxr8piUcccQ0VE4ORNWVu2zkuIG3VYhA5R8yZ6E9WHC4zSi6wbX0hAlVXCOm4Vg9xJbWcrjEnFlMOKAQ==} + /@vue/compiler-ssr@3.3.0-beta.5: + resolution: {integrity: sha512-16njciFrQ8ejVdH5tsaPbJwpkpBB2z2VWCxfC69UOylCgPxiW01syE9S/mozRvv5Ken9Sr9bd2MjebG/SEpPNg==} dependencies: - '@vue/compiler-dom': 3.3.0-alpha.11 - '@vue/shared': 3.3.0-alpha.11 + '@vue/compiler-dom': 3.3.0-beta.5 + '@vue/shared': 3.3.0-beta.5 /@vue/devtools-api@6.5.0: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} dev: false - /@vue/reactivity-transform@3.3.0-alpha.11: - resolution: {integrity: sha512-rN2VaF2MJNkIIinzLewQG+oiS6eaLcIYepxzuRtThaJ372RrELYSI0Z5wxEMalOuBGbVJ7T9Y24veBtYtKMPBQ==} + /@vue/reactivity-transform@3.3.0-beta.5: + resolution: {integrity: sha512-v/PCri6+vL8WwwgowHlIopwiqonCj9wV60ZYDdX8AMDxk9Q01h2cWh61JF4XOX7qDs7NdJ7zSVyKSz4B98OXBw==} dependencies: '@babel/parser': 7.21.3 - '@vue/compiler-core': 3.3.0-alpha.11 - '@vue/shared': 3.3.0-alpha.11 + '@vue/compiler-core': 3.3.0-beta.5 + '@vue/shared': 3.3.0-beta.5 estree-walker: 2.0.2 magic-string: 0.30.0 - /@vue/reactivity@3.3.0-alpha.11: - resolution: {integrity: sha512-qGt7vkRHmo1mybbOylRxrv1DGcDhsYLBCpH9JY4PcwokKxbsoNQGZmlaV9sgGq8fX/fZcSR2dvXlmyKN3FcZAQ==} + /@vue/reactivity@3.3.0-beta.5: + resolution: {integrity: sha512-YrikWho94hX4lYoTKr1TtMtzzC8hSXVFw9sXlw2Fl6dyXDztu/djI2vNT4FbbcH1Hbm1+yKM09zrJYvkN/tlYA==} dependencies: - '@vue/shared': 3.3.0-alpha.11 + '@vue/shared': 3.3.0-beta.5 - /@vue/runtime-core@3.3.0-alpha.11: - resolution: {integrity: sha512-uxi8oLsfiwcGRkiZ9Dok2dCpoH7pyZhy9j06UmuqK6vF4JCg9sndYln/74FUikham+akUTqZgtgxc5gtPygh3w==} + /@vue/runtime-core@3.3.0-beta.5: + resolution: {integrity: sha512-rV9bee4dHmA85KLPfHGAkTX0f5iBTqClodTIllQPQh1M15Q2CnRi3kcPCE6GGsiIat7s7tNSARCSNTPbz8u+3w==} dependencies: - '@vue/reactivity': 3.3.0-alpha.11 - '@vue/shared': 3.3.0-alpha.11 + '@vue/reactivity': 3.3.0-beta.5 + '@vue/shared': 3.3.0-beta.5 - /@vue/runtime-dom@3.3.0-alpha.11: - resolution: {integrity: sha512-XCN8wQqtJMLdIy0y2uQEAjlVn83PBPUFsCCnETsN/kCZ3YhP+/o8wJ1iNhCoRb7ZPrIOOI9J/9pVPzlm3WGPTQ==} + /@vue/runtime-dom@3.3.0-beta.5: + resolution: {integrity: sha512-xr+Z+oVIB5RMk/3YiG6Hp5sdbrm0Q/WCYmnXyhjFEeuX8xumWPKMzssT47/I87x9vsQjDmgrqhexG0vcw9trQw==} dependencies: - '@vue/runtime-core': 3.3.0-alpha.11 - '@vue/shared': 3.3.0-alpha.11 + '@vue/runtime-core': 3.3.0-beta.5 + '@vue/shared': 3.3.0-beta.5 csstype: 3.1.2 - /@vue/server-renderer@3.3.0-alpha.11(vue@3.3.0-alpha.11): - resolution: {integrity: sha512-ZGq6ujgMQeDvITvIe0M2lAaM0x9TTr5ZQ/OMr7qEMo3HyaWxEDsG3m/KhPmlx0OvJjeGqXCqjs2nzOlO0UC77Q==} + /@vue/server-renderer@3.3.0-beta.5(vue@3.3.0-beta.5): + resolution: {integrity: sha512-50p0MSEGsrHU97bpXP53JqBkqaPp3J9qZ9Uxw2oQt89OLGdFHGc5IIE2+3aJp3KJ2aD5Z32gGa2I5hAIAVIt0g==} peerDependencies: - vue: 3.3.0-alpha.11 + vue: 3.3.0-beta.5 dependencies: - '@vue/compiler-ssr': 3.3.0-alpha.11 - '@vue/shared': 3.3.0-alpha.11 - vue: 3.3.0-alpha.11 + '@vue/compiler-ssr': 3.3.0-beta.5 + '@vue/shared': 3.3.0-beta.5 + vue: 3.3.0-beta.5 - /@vue/shared@3.3.0-alpha.11: - resolution: {integrity: sha512-bMoJDESDKvjQEuIUthdBi18Z33AvOjQ1Fn3XmdjUY7ZjLcU6Xu7QKZ1wT+qlyeQA1BqSjtEzbAGKomvUsT0uHw==} + /@vue/shared@3.3.0-beta.5: + resolution: {integrity: sha512-ImwhHfOzuQrfA05Kx4s7J9g7QJt0sZqSlPvPdd6xj5tTEnPNNJYZOHaIP973mtuEuv4Zfh9v+CLiER6E6gtSqg==} /JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} @@ -5291,7 +5292,7 @@ packages: dev: true optional: true - /pinia@2.0.33(vue@3.3.0-alpha.11): + /pinia@2.0.33(typescript@4.9.5)(vue@3.3.0-beta.5): resolution: {integrity: sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -5304,8 +5305,9 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.5.0 - vue: 3.3.0-alpha.11 - vue-demi: 0.13.11(vue@3.3.0-alpha.11) + typescript: 4.9.5 + vue: 3.3.0-beta.5 + vue-demi: 0.13.11(vue@3.3.0-beta.5) dev: false /pkg-types@1.0.2: @@ -6425,7 +6427,6 @@ packages: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true - dev: true /ufo@1.1.1: resolution: {integrity: sha512-MvlCc4GHrmZdAllBc0iUDowff36Q9Ndw/UzqmEKyrfSzokTd9ZCy1i+IIk5hrYKkjoYVQyNbrw7/F8XJ2rEwTg==} @@ -6594,39 +6595,6 @@ packages: - terser dev: true - /vite@4.2.1: - resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} - engines: {node: ^14.18.0 || >=16.0.0} - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - esbuild: 0.17.14 - postcss: 8.4.21 - resolve: 1.22.1 - rollup: 3.20.2 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /vite@4.2.1(@types/node@18.15.11): resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} engines: {node: ^14.18.0 || >=16.0.0} @@ -6730,7 +6698,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /vue-demi@0.13.11(vue@3.3.0-alpha.11): + /vue-demi@0.13.11(vue@3.3.0-beta.5): resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==} engines: {node: '>=12'} hasBin: true @@ -6742,26 +6710,26 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.3.0-alpha.11 + vue: 3.3.0-beta.5 dev: false - /vue-router@4.1.6(vue@3.3.0-alpha.11): + /vue-router@4.1.6(vue@3.3.0-beta.5): resolution: {integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.0 - vue: 3.3.0-alpha.11 + vue: 3.3.0-beta.5 dev: false - /vue@3.3.0-alpha.11: - resolution: {integrity: sha512-w6Fhcu181zGhBM5gBgEX+dJSUV4WB+qppWeQk5mDiVeqtxBL4uRnLwxMLmdED7OIGqVhgVjwAjSV5kqkAqJYcw==} + /vue@3.3.0-beta.5: + resolution: {integrity: sha512-kpV3DlS8qHUC6IbjQe8TeA5QB1FCVXcNPoTyWTeX84jCPD0gV3ox3O9fwdko2o4ZynQFVnYyQjuNrAa3qthQDA==} dependencies: - '@vue/compiler-dom': 3.3.0-alpha.11 - '@vue/compiler-sfc': 3.3.0-alpha.11 - '@vue/runtime-dom': 3.3.0-alpha.11 - '@vue/server-renderer': 3.3.0-alpha.11(vue@3.3.0-alpha.11) - '@vue/shared': 3.3.0-alpha.11 + '@vue/compiler-dom': 3.3.0-beta.5 + '@vue/compiler-sfc': 3.3.0-beta.5 + '@vue/runtime-dom': 3.3.0-beta.5 + '@vue/server-renderer': 3.3.0-beta.5(vue@3.3.0-beta.5) + '@vue/shared': 3.3.0-beta.5 /web-streams-polyfill@3.2.1: resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}