From 68ba045aa4947b3fc4f0e8fac457d50aca0447ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:44:18 +0000 Subject: [PATCH] chore(deps-dev): bump unplugin-dts Bumps the build-tooling group with 1 update in the / directory: [unplugin-dts](https://github.com/qmhc/unplugin-dts/tree/HEAD/packages/unplugin-dts). Updates `unplugin-dts` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/qmhc/unplugin-dts/releases) - [Changelog](https://github.com/qmhc/unplugin-dts/blob/main/packages/unplugin-dts/CHANGELOG.md) - [Commits](https://github.com/qmhc/unplugin-dts/commits/unplugin-dts@1.1.0/packages/unplugin-dts) --- updated-dependencies: - dependency-name: unplugin-dts dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-tooling ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a79a7d5e79..4d387723a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "typedoc": "^0.28.20", "typedoc-plugin-vue": "^1.5.0", "typescript": "~5.9.2", - "unplugin-dts": "^1.0.3", + "unplugin-dts": "^1.1.0", "vite": "^8.2.2", "vite-plugin-checker": "^0.14.5", "vite-plugin-commonjs": "^0.10.4", @@ -7167,6 +7167,13 @@ "node": ">=10.13.0" } }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true, + "license": "BSD-2-Clause" + }, "node_modules/global-directory": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-5.0.0.tgz", @@ -13711,9 +13718,9 @@ } }, "node_modules/unplugin-dts": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/unplugin-dts/-/unplugin-dts-1.0.3.tgz", - "integrity": "sha512-/GR887wfG4r1cWyt1UZsLRuMIjsmEbGkS9yJrz+0dsToHAYUD5CTyP3JMGVLv25j9K0mJcwAVvZno/aTuSUvNg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unplugin-dts/-/unplugin-dts-1.1.0.tgz", + "integrity": "sha512-KZJ+qk+lmd9dJY/PJvDRFL9BUtVubKDiX7Ai/X6mlkCArcQNzwmupKjVqHbRA42uqO5ZfFRFc+o8/OCbQ1GonQ==", "dev": true, "license": "MIT", "dependencies": { @@ -13721,6 +13728,7 @@ "@volar/typescript": "^2.4.26", "compare-versions": "^6.1.1", "debug": "^4.4.0", + "glob-to-regexp": "0.4.1", "kolorist": "^1.8.0", "local-pkg": "^1.1.1", "magic-string": "^0.30.17", diff --git a/package.json b/package.json index 83b51ccae3..ea29307cd3 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "typedoc": "^0.28.20", "typedoc-plugin-vue": "^1.5.0", "typescript": "~5.9.2", - "unplugin-dts": "^1.0.3", + "unplugin-dts": "^1.1.0", "vite": "^8.2.2", "vite-plugin-checker": "^0.14.5", "vite-plugin-commonjs": "^0.10.4",