From b524b52b205dfa0984e35935688bf96c3f9e068a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:53:04 -0400 Subject: [PATCH] Bump vite-plugin-dts from 4.2.1 to 4.2.3 (#114) Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 4.2.1 to 4.2.3.
Release notes

Sourced from vite-plugin-dts's releases.

v4.2.3

Please refer to CHANGELOG.md for details.

v4.2.3-dev.2

Please refer to CHANGELOG.md for details.

v4.2.3-dev.1

Please refer to CHANGELOG.md for details.

v4.2.3-dev.0

Please refer to CHANGELOG.md for details.

v4.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite-plugin-dts's changelog.

4.2.3 (2024-09-30)

Bug Fixes

4.2.2 (2024-09-24)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plugin-dts&package-manager=npm_and_yarn&previous-version=4.2.1&new-version=4.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3188ed..1e4db78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "tailwindcss": "^3.4.13", "ts-jest": "^29.2.5", "typescript": "~5.6.2", - "vite-plugin-dts": "^4.2.1", + "vite-plugin-dts": "^4.2.3", "vite-plugin-eslint": "^1.8.1", "vue": "^3.5.10", "vue-tsc": "^2.1.6" @@ -7747,9 +7747,9 @@ } }, "node_modules/vite-plugin-dts": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-4.2.1.tgz", - "integrity": "sha512-/QlYvgUMiv8+ZTEerhNCYnYaZMM07cdlX6hQCR/w/g/nTh0tUXPoYwbT6SitizLJ9BybT1lnrcZgqheI6wromQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-4.2.3.tgz", + "integrity": "sha512-O5NalzHANQRwVw1xj8KQun3Bv8OSDAlNJXrnqoAz10BOuW8FVvY5g4ygj+DlJZL5mtSPuMu9vd3OfrdW5d4k6w==", "dev": true, "dependencies": { "@microsoft/api-extractor": "7.47.7", diff --git a/package.json b/package.json index 458036e..654ed17 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "tailwindcss": "^3.4.13", "ts-jest": "^29.2.5", "typescript": "~5.6.2", - "vite-plugin-dts": "^4.2.1", + "vite-plugin-dts": "^4.2.3", "vite-plugin-eslint": "^1.8.1", "vue": "^3.5.10", "vue-tsc": "^2.1.6"