From 8d96a8cf9c4da0e5e812bfc386f5faf6c68e807f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:06:16 +0000 Subject: [PATCH] Update dependency vite to v5 --- package.json | 2 +- pnpm-lock.yaml | 69 ++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 65 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a233fa4c..7a2893ad 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "release-it": "16.1.3", "tsup": "8.0.1", "typescript": "5.1.6", - "vite": "4.4.8", + "vite": "5.0.10", "vitest": "0.34.1", "vue": "3.3.4", "vue-loader": "17.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec6d97fa..e0904e42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,7 +30,7 @@ devDependencies: version: 18.17.2 '@vitejs/plugin-vue': specifier: 5.0.0 - version: 5.0.0(vite@4.4.8)(vue@3.3.4) + version: 5.0.0(vite@5.0.10)(vue@3.3.4) '@vitest/coverage-istanbul': specifier: ^0.34.1 version: 0.34.1(vitest@0.34.1) @@ -65,8 +65,8 @@ devDependencies: specifier: 5.1.6 version: 5.1.6 vite: - specifier: 4.4.8 - version: 4.4.8(@types/node@18.17.2) + specifier: 5.0.10 + version: 5.0.10(@types/node@18.17.2) vitest: specifier: 0.34.1 version: 0.34.1 @@ -1451,14 +1451,14 @@ packages: eslint-visitor-keys: 3.4.2 dev: true - /@vitejs/plugin-vue@5.0.0(vite@4.4.8)(vue@3.3.4): + /@vitejs/plugin-vue@5.0.0(vite@5.0.10)(vue@3.3.4): resolution: {integrity: sha512-7x5e8X4J1Wi4NxudGjJBd2OFerAi/0nzF80ojCzvfj347WVr0YSn82C8BSsgwSHzlk9Kw5xnZfj0/7RLnNwP5w==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 4.4.8(@types/node@18.17.2) + vite: 5.0.10(@types/node@18.17.2) vue: 3.3.4 dev: true @@ -3388,6 +3388,14 @@ packages: requiresBuild: true optional: true + /fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + requiresBuild: true + dev: true + optional: true + /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} dev: true @@ -5040,6 +5048,12 @@ packages: hasBin: true dev: true + /nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: true + /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} dev: true @@ -5494,6 +5508,15 @@ packages: source-map-js: 1.0.2 dev: true + /postcss@8.4.32: + resolution: {integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -6790,6 +6813,42 @@ packages: fsevents: 2.3.2 dev: true + /vite@5.0.10(@types/node@18.17.2): + resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.17.2 + esbuild: 0.19.7 + postcss: 8.4.32 + rollup: 4.5.0 + optionalDependencies: + fsevents: 2.3.3 + dev: true + /vitest@0.34.1: resolution: {integrity: sha512-G1PzuBEq9A75XSU88yO5G4vPT20UovbC/2osB2KEuV/FisSIIsw7m5y2xMdB7RsAGHAfg2lPmp2qKr3KWliVlQ==} engines: {node: '>=v14.18.0'}