From 4d8ccf18db5060992e0d70a8e3f5a69d9b17a8e2 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Fri, 11 Feb 2022 20:29:05 +0800 Subject: [PATCH] build(deps): bump vite from 2.8.0 to 2.8.1 --- package.json | 2 +- packages/playground/ssr/package.json | 2 +- packages/vite-plugin-uni/package.json | 2 +- pnpm-lock.yaml | 50 +++++++++++++++++++-------- scripts/checkVersion.js | 2 +- 5 files changed, 39 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 6ba457950..752cb2f00 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "semver": "^7.3.5", "ts-jest": "^27.0.3", "typescript": "^4.5.3", - "vite": "^2.8.0", + "vite": "^2.8.1", "vue": "3.2.30", "vue-router": "^4.0.12", "yorkie": "^2.0.0" diff --git a/packages/playground/ssr/package.json b/packages/playground/ssr/package.json index 985468b12..1223b969f 100644 --- a/packages/playground/ssr/package.json +++ b/packages/playground/ssr/package.json @@ -21,6 +21,6 @@ "compression": "^1.7.4", "cypress": "^7.3.0", "serve-static": "^1.14.1", - "vite": "^2.8.0" + "vite": "^2.8.1" } } diff --git a/packages/vite-plugin-uni/package.json b/packages/vite-plugin-uni/package.json index f2d792654..4b5328c07 100644 --- a/packages/vite-plugin-uni/package.json +++ b/packages/vite-plugin-uni/package.json @@ -53,7 +53,7 @@ "chokidar": "^3.5.3" }, "peerDependencies": { - "vite": "^2.8.0" + "vite": "^2.8.1" }, "uni-app": { "compilerVersion": "3.3.8" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 222bb876b..d68c51854 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: semver: ^7.3.5 ts-jest: ^27.0.3 typescript: ^4.5.3 - vite: ^2.8.0 + vite: ^2.8.1 vue: 3.2.30 vue-router: ^4.0.12 yorkie: ^2.0.0 @@ -65,7 +65,7 @@ importers: '@rollup/plugin-strip': 2.1.0_rollup@2.60.2 '@types/jest': 26.0.24 '@typescript-eslint/parser': 5.5.0_eslint@7.32.0+typescript@4.5.3 - '@vitejs/plugin-vue': 2.2.0_vite@2.8.0+vue@3.2.30 + '@vitejs/plugin-vue': 2.2.0_vite@2.8.1+vue@3.2.30 '@vitejs/plugin-vue-jsx': 1.3.4 '@vue/reactivity': 3.2.30 '@vue/runtime-core': 3.2.30 @@ -93,7 +93,7 @@ importers: semver: 7.3.5 ts-jest: 27.1.0_560d4ec5932803928b08544817dafdad typescript: 4.5.3 - vite: 2.8.0 + vite: 2.8.1 vue: 3.2.30 vue-router: 4.0.12_vue@3.2.30 yorkie: 2.0.0 @@ -107,7 +107,7 @@ importers: compression: ^1.7.4 cypress: ^7.3.0 serve-static: ^1.14.1 - vite: ^2.8.0 + vite: ^2.8.1 vue: 3.2.30 vue-router: ^4.0.12 vuex: ^4.0.2 @@ -123,7 +123,7 @@ importers: compression: 1.7.4 cypress: 7.7.0 serve-static: 1.14.1 - vite: 2.8.0 + vite: 2.8.1 packages/size-check: specifiers: @@ -215,7 +215,7 @@ importers: '@dcloudio/uni-i18n': link:../uni-i18n '@dcloudio/uni-shared': link:../uni-shared '@rollup/pluginutils': 4.1.2 - '@vitejs/plugin-vue': 2.2.0_vite@2.8.0+vue@3.2.30 + '@vitejs/plugin-vue': 2.2.0_vite@2.8.1+vue@3.2.30 '@vue/compiler-sfc': 3.2.30 debug: 4.3.3 fs-extra: 10.0.0 @@ -834,8 +834,8 @@ importers: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-shared': link:../uni-shared '@rollup/pluginutils': 4.1.2 - '@vitejs/plugin-legacy': 1.7.0_vite@2.8.0 - '@vitejs/plugin-vue': 2.2.0_vite@2.8.0+vue@3.2.30 + '@vitejs/plugin-legacy': 1.7.0_vite@2.8.1 + '@vitejs/plugin-vue': 2.2.0_vite@2.8.1+vue@3.2.30 '@vitejs/plugin-vue-jsx': 1.3.4 '@vue/compiler-core': 3.2.30 '@vue/compiler-dom': 3.2.30 @@ -3401,7 +3401,7 @@ packages: eslint-visitor-keys: 3.1.0 dev: true - /@vitejs/plugin-legacy/1.7.0_vite@2.8.0: + /@vitejs/plugin-legacy/1.7.0_vite@2.8.1: resolution: {integrity: sha512-/aXOuxCqXHQLpCTb/qSdZR6lsFoVNuuw9FhSf1T1Rffya4bnXy7/+bpMmAobqcRUDhqg0hRWc1KiWd3B+pUHQg==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3412,7 +3412,7 @@ packages: magic-string: 0.25.7 regenerator-runtime: 0.13.9 systemjs: 6.12.1 - vite: 2.8.0 + vite: 2.8.1 dev: false /@vitejs/plugin-vue-jsx/1.3.4: @@ -3428,14 +3428,14 @@ packages: transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue/2.2.0_vite@2.8.0+vue@3.2.30: + /@vitejs/plugin-vue/2.2.0_vite@2.8.1+vue@3.2.30: resolution: {integrity: sha512-wXigM1EwN2G7rZcwG6kLk9ivvIMhx2363tCEvMBiXcTu5nePM/12hUPVzPb83Uugt6U+zom1gTpJopi/Ow/jwg==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.8.0 + vite: 2.8.1 vue: 3.2.30 /@vue/babel-helper-vue-transform-on/1.0.2: @@ -7517,6 +7517,12 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + /nanoid/3.2.0: + resolution: {integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: true + /natural-compare/1.4.0: resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} dev: true @@ -7949,6 +7955,15 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.1 + /postcss/8.4.6: + resolution: {integrity: sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.2.0 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /prelude-ls/1.1.2: resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} engines: {node: '>= 0.8.0'} @@ -8616,6 +8631,11 @@ packages: resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==} engines: {node: '>=0.10.0'} + /source-map-js/1.0.2: + resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} + engines: {node: '>=0.10.0'} + dev: true + /source-map-resolve/0.5.3: resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} dependencies: @@ -9253,8 +9273,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite/2.8.0: - resolution: {integrity: sha512-ed5rjyeysttuPJX/aKSA0gTB/8ZKLM5xF6FtEuKy1B9DiQbDNFMVMQxnb9JesgBPUMMIJxC8w5KZ/KNWLKFXoA==} + /vite/2.8.1: + resolution: {integrity: sha512-Typ8qjUnW0p53gBsJpisrKcZlEbUPZATja9BG6Z09QZjg9YrnEn/htkr/VH4WhnH7eNUQeSD+wKI1lHzQRWskw==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -9270,7 +9290,7 @@ packages: optional: true dependencies: esbuild: 0.14.21 - postcss: 8.4.5 + postcss: 8.4.6 resolve: 1.22.0 rollup: 2.60.2 optionalDependencies: diff --git a/scripts/checkVersion.js b/scripts/checkVersion.js index 3d0f73f22..b12ffc977 100644 --- a/scripts/checkVersion.js +++ b/scripts/checkVersion.js @@ -22,7 +22,7 @@ const pkgs = { next: '9.1.9', }, vite: { - latest: '2.8.0', + latest: '2.8.1', }, '@vitejs/plugin-vue': { latest: '2.2.0', -- GitLab