From ba67c4e3fd0f48e66dd290191f79461c1c172316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:32:28 +0000 Subject: [PATCH] fix(deps): bump @vueuse/core from 11.3.0 to 12.0.0 Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 11.3.0 to 12.0.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v12.0.0/packages/core) --- updated-dependencies: - dependency-name: "@vueuse/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 36 +++++++++++++++++++++++++++++++----- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6ca4133b..bf2bb49d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@element-plus/icons-vue": "^2.3.1", "@iconify/json": "^2.2.276", "@vueuse/components": "^11.3.0", - "@vueuse/core": "^11.3.0", + "@vueuse/core": "^12.0.0", "chatgpt": "^5.2.5", "cheerio": "1.0.0", "cookie-parse": "^0.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 522f8999..4bbe2dbf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^11.3.0 version: 11.3.0(vue@3.5.13(typescript@5.6.2)) '@vueuse/core': - specifier: ^11.3.0 - version: 11.3.0(vue@3.5.13(typescript@5.6.2)) + specifier: ^12.0.0 + version: 12.0.0(typescript@5.6.2) chatgpt: specifier: ^5.2.5 version: 5.2.5 @@ -176,7 +176,7 @@ importers: version: 5.6.2 unplugin-auto-import: specifier: ^0.18.5 - version: 0.18.5(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.2)))(rollup@4.27.4) + version: 0.18.5(@vueuse/core@12.0.0(typescript@5.6.2))(rollup@4.27.4) unplugin-vue-components: specifier: ^0.27.4 version: 0.27.4(@babel/parser@7.26.2)(rollup@4.27.4)(vue@3.5.13(typescript@5.6.2)) @@ -1535,18 +1535,27 @@ packages: '@vueuse/core@11.3.0': resolution: {integrity: sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==} + '@vueuse/core@12.0.0': + resolution: {integrity: sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==} + '@vueuse/core@9.13.0': resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} '@vueuse/metadata@11.3.0': resolution: {integrity: sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==} + '@vueuse/metadata@12.0.0': + resolution: {integrity: sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==} + '@vueuse/metadata@9.13.0': resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} '@vueuse/shared@11.3.0': resolution: {integrity: sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==} + '@vueuse/shared@12.0.0': + resolution: {integrity: sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==} + '@vueuse/shared@9.13.0': resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} @@ -7052,6 +7061,15 @@ snapshots: - '@vue/composition-api' - vue + '@vueuse/core@12.0.0(typescript@5.6.2)': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 12.0.0 + '@vueuse/shared': 12.0.0(typescript@5.6.2) + vue: 3.5.13(typescript@5.6.2) + transitivePeerDependencies: + - typescript + '@vueuse/core@9.13.0(vue@3.5.13(typescript@5.6.2))': dependencies: '@types/web-bluetooth': 0.0.16 @@ -7064,6 +7082,8 @@ snapshots: '@vueuse/metadata@11.3.0': {} + '@vueuse/metadata@12.0.0': {} + '@vueuse/metadata@9.13.0': {} '@vueuse/shared@11.3.0(vue@3.5.13(typescript@5.6.2))': @@ -7073,6 +7093,12 @@ snapshots: - '@vue/composition-api' - vue + '@vueuse/shared@12.0.0(typescript@5.6.2)': + dependencies: + vue: 3.5.13(typescript@5.6.2) + transitivePeerDependencies: + - typescript + '@vueuse/shared@9.13.0(vue@3.5.13(typescript@5.6.2))': dependencies: vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.2)) @@ -10420,7 +10446,7 @@ snapshots: unpipe@1.0.0: {} - unplugin-auto-import@0.18.5(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.2)))(rollup@4.27.4): + unplugin-auto-import@0.18.5(@vueuse/core@12.0.0(typescript@5.6.2))(rollup@4.27.4): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) @@ -10431,7 +10457,7 @@ snapshots: unimport: 3.13.3(rollup@4.27.4) unplugin: 1.16.0 optionalDependencies: - '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.2)) + '@vueuse/core': 12.0.0(typescript@5.6.2) transitivePeerDependencies: - rollup