From 1e3c68e2b3dccb427f616bc240f2edc195720d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 07:24:47 +0000 Subject: [PATCH] chore: Bump unplugin-icons from 23.0.1 to 24.0.0 Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 23.0.1 to 24.0.0. - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](https://github.com/unplugin/unplugin-icons/compare/v23.0.1...v24.0.0) --- updated-dependencies: - dependency-name: unplugin-icons dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 77 ++++++++++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 61 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e57ec9bd..1dac40b9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "shiki": "^4.4.3", "tailwindcss": "^4.3.3", "unified": "^11.0.5", - "unplugin-icons": "^23.0.1", + "unplugin-icons": "^24.0.0", "vue": "^3.5.42", "yaml": "^2.9.0", "zod": "^4.6.2" @@ -8939,9 +8939,9 @@ } }, "node_modules/obug": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.4.tgz", - "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/obug/-/obug-2.2.1.tgz", + "integrity": "sha512-XrsrhT5sybtKI6wakr2SPOlGZWWYbUXZ7a0jT8/QOeAPau+1X/bSegNe5YR75oJmEZQbKningirmGOEJCIk61Q==", "funding": [ "https://github.com/sponsors/sxzz", "https://opencollective.com/debug" @@ -10820,31 +10820,70 @@ } }, "node_modules/unplugin": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz", - "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.3.0.tgz", + "integrity": "sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==", "license": "MIT", "dependencies": { "@jridgewell/remapping": "^2.3.5", - "acorn": "^8.15.0", - "picomatch": "^4.0.3", + "picomatch": "^4.0.4", "webpack-virtual-modules": "^0.6.2" }, "engines": { - "node": ">=18.12.0" + "node": "^20.19.0 || >=22.12.0" + }, + "peerDependencies": { + "@farmfe/core": "*", + "@rspack/core": "*", + "bun-types-no-globals": "*", + "esbuild": "*", + "rolldown": "*", + "rollup": "*", + "unloader": "*", + "vite": "*", + "webpack": "*" + }, + "peerDependenciesMeta": { + "@farmfe/core": { + "optional": true + }, + "@rspack/core": { + "optional": true + }, + "bun-types-no-globals": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "rolldown": { + "optional": true + }, + "rollup": { + "optional": true + }, + "unloader": { + "optional": true + }, + "vite": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/unplugin-icons": { - "version": "23.0.1", - "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-23.0.1.tgz", - "integrity": "sha512-rv0XEJepajKzDLvRUWASM8K+8+/CCfZn2jtogXqg6RIp7kpatRc/aFrVJn8ANQA09e++lPEEv9yX8cC9enc+QQ==", + "version": "24.0.0", + "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-24.0.0.tgz", + "integrity": "sha512-wV6c7I0PtiIP8KIU7Z1Ukyc2uzgY9ind3RXNu7j63L9qTWDn7CzLnW9FD57DKbfGpWKQv3qyV2PCtBG8Y5Llcg==", "license": "MIT", "dependencies": { "@antfu/install-pkg": "^1.1.0", - "@iconify/utils": "^3.1.0", - "local-pkg": "^1.1.2", - "obug": "^2.1.1", - "unplugin": "^2.3.11" + "@iconify/utils": "^3.1.7", + "local-pkg": "^1.2.1", + "obug": "^2.2.1", + "unplugin": "^3.3.0" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -10853,6 +10892,7 @@ "@svgr/core": ">=7.0.0", "@svgx/core": "^1.0.1", "@vue/compiler-sfc": "^3.0.2", + "@vue/compiler-vapor": "^3.6.0-rc.5", "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "peerDependenciesMeta": { @@ -10865,6 +10905,9 @@ "@vue/compiler-sfc": { "optional": true }, + "@vue/compiler-vapor": { + "optional": true + }, "svelte": { "optional": true } diff --git a/package.json b/package.json index 5d07eb9e4..b54a5d202 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "shiki": "^4.4.3", "tailwindcss": "^4.3.3", "unified": "^11.0.5", - "unplugin-icons": "^23.0.1", + "unplugin-icons": "^24.0.0", "vue": "^3.5.42", "yaml": "^2.9.0", "zod": "^4.6.2"