From 3c42bce436918f7b4132e43efc1d2400835e2ba8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:33:50 +0000 Subject: [PATCH] chore(deps): update dependency unplugin-vue-components to v32 --- spring-boot-admin-server-ui/package-lock.json | 25 +++++++++++++++---- spring-boot-admin-server-ui/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 932e28e3f76..b1ef4f77afd 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -97,7 +97,7 @@ "tailwindcss": "^4.2.2", "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", - "unplugin-vue-components": "^31.0.0", + "unplugin-vue-components": "^32.0.0", "vite": "7.3.1", "vite-plugin-static-copy": "3.4.0", "vitest": "4.1.0", @@ -11345,9 +11345,9 @@ } }, "node_modules/unplugin-vue-components": { - "version": "31.1.0", - "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-31.1.0.tgz", - "integrity": "sha512-9EbV5ark21A4BOBt6RJGJXCVD2I1eoxTZL1TAvNgYTokcrFIiuxpufb8owyWn7n+z2x8daz/ltZq6IRRKL3ydQ==", + "version": "32.0.0", + "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-32.0.0.tgz", + "integrity": "sha512-uLdccgS7mf3pv1bCCP20y/hm+u1eOjAmygVkh+Oa70MPkzgl1eQv1L0CwdHNM3gscO8/GDMGIET98Ja47CBbZg==", "dev": true, "license": "MIT", "dependencies": { @@ -11358,7 +11358,7 @@ "obug": "^2.1.1", "picomatch": "^4.0.3", "tinyglobby": "^0.2.15", - "unplugin": "^2.3.11", + "unplugin": "^3.0.0", "unplugin-utils": "^0.3.1" }, "engines": { @@ -11420,6 +11420,21 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/unplugin-vue-components/node_modules/unplugin": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz", + "integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "picomatch": "^4.0.3", + "webpack-virtual-modules": "^0.6.2" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, "node_modules/unplugin/node_modules/picomatch": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index a437e5af01a..07ffa729f21 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -108,7 +108,7 @@ "tailwindcss": "^4.2.2", "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", - "unplugin-vue-components": "^31.0.0", + "unplugin-vue-components": "^32.0.0", "vite": "7.3.1", "vite-plugin-static-copy": "3.4.0", "vitest": "4.1.0",