From b5350a0dcbb9552a6fc4e7caeae553f2d42666b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:29:55 +0000 Subject: [PATCH] Update dependency unplugin-auto-import to ^0.19.0 --- package.json | 2 +- pnpm-lock.yaml | 29 ++++++++++++++++++----------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index e955d810..8f36a488 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "string": "^3.3.3", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", - "unplugin-auto-import": "^0.18.6", + "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.27.5", "unplugin-vue-markdown": "^0.26.3", "vite": "^5.4.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85f4b855..0561f561 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@docsearch/js': specifier: ^3.8.2 @@ -127,8 +131,8 @@ devDependencies: specifier: ^5.7.2 version: 5.7.2 unplugin-auto-import: - specifier: ^0.18.6 - version: 0.18.6(@vueuse/core@10.11.1)(rollup@2.79.2) + specifier: ^0.19.0 + version: 0.19.0(@vueuse/core@10.11.1)(rollup@2.79.2) unplugin-vue-components: specifier: ^0.27.5 version: 0.27.5(rollup@2.79.2)(vue@3.5.13) @@ -6242,8 +6246,8 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unplugin-auto-import@0.18.6(@vueuse/core@10.11.1)(rollup@2.79.2): - resolution: {integrity: sha512-LMFzX5DtkTj/3wZuyG5bgKBoJ7WSgzqSGJ8ppDRdlvPh45mx6t6w3OcbExQi53n3xF5MYkNGPNR/HYOL95KL2A==} + /unplugin-auto-import@0.19.0(@vueuse/core@10.11.1)(rollup@2.79.2): + resolution: {integrity: sha512-W97gTDEWu/L1EcKCXY5Ni8bsMW1E9kv12wYQv3mYpd7zcFctXYlLKsqeva6sbCQbzS8t9AG/XdU5/WkEJKPlFw==} engines: {node: '>=14'} peerDependencies: '@nuxt/kit': ^3.2.2 @@ -6257,12 +6261,11 @@ packages: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@2.79.2) '@vueuse/core': 10.11.1(vue@3.5.13) - fast-glob: 3.3.2 local-pkg: 0.5.1 magic-string: 0.30.17 - minimatch: 9.0.5 + picomatch: 4.0.2 unimport: 3.14.5(rollup@2.79.2) - unplugin: 1.16.0 + unplugin: 2.1.0 transitivePeerDependencies: - rollup dev: true @@ -6321,6 +6324,14 @@ packages: webpack-virtual-modules: 0.6.2 dev: true + /unplugin@2.1.0: + resolution: {integrity: sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==} + engines: {node: '>=18.12.0'} + dependencies: + acorn: 8.14.0 + webpack-virtual-modules: 0.6.2 + dev: true + /upath@1.2.0: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} @@ -7032,7 +7043,3 @@ packages: /zhead@2.2.4: resolution: {integrity: sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==} - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false