Skip to content

Commit a5fbbec

Browse files
authored
chore(deps-dev): Bump vite-plugin-vue-devtools from 8.0.3 to 8.0.5 in /client (#159)
Bumps [vite-plugin-vue-devtools](https://github.com/vuejs/devtools/tree/HEAD/packages/vite) from 8.0.3 to 8.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases">vite-plugin-vue-devtools's releases</a>.</em></p> <blockquote> <h2>v8.0.5</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Dts exports, close <a href="https://github.com/vuejs/devtools/tree/HEAD/packages/vite/issues/1007">#1007</a>  -  by <a href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/1007">vuejs/devtools#1007</a> <a href="https://github.com/vuejs/devtools/commit/aa1f5a1b"><!-- raw HTML omitted -->(aa1f5)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vuejs/devtools/compare/v8.0.4...v8.0.5">View changes on GitHub</a></h5> <h2>v8.0.4</h2> <h3>   🚀 Features</h3> <ul> <li>Enhance node import edge recognizability  -  by <a href="https://github.com/LittleSound"><code>@​LittleSound</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/993">vuejs/devtools#993</a> <a href="https://github.com/vuejs/devtools/commit/949749c1"><!-- raw HTML omitted -->(94974)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Compatible with node v25.2  -  by <a href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/1006">vuejs/devtools#1006</a> <a href="https://github.com/vuejs/devtools/commit/ba7a03fd"><!-- raw HTML omitted -->(ba7a0)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Dead recursion in graph filtering  -  by <a href="https://github.com/LittleSound"><code>@​LittleSound</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/992">vuejs/devtools#992</a> <a href="https://github.com/vuejs/devtools/commit/eff70a12"><!-- raw HTML omitted -->(eff70)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vuejs/devtools/compare/v8.0.3...v8.0.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/devtools/commit/1327a23a801c8c3ebce853b029cbe7442a51895d"><code>1327a23</code></a> chore: release v8.0.5</li> <li><a href="https://github.com/vuejs/devtools/commit/aa1f5a1b6587605db6d17b7abff5d0dc568d82e4"><code>aa1f5a1</code></a> fix: dts exports, close <a href="https://github.com/vuejs/devtools/tree/HEAD/packages/vite/issues/1007">#1007</a></li> <li><a href="https://github.com/vuejs/devtools/commit/9057c40a1e79f13091b2e488db695cd5afeeebd8"><code>9057c40</code></a> chore: release v8.0.4</li> <li>See full diff in <a href="https://github.com/vuejs/devtools/commits/v8.0.5/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plugin-vue-devtools&package-manager=npm_and_yarn&previous-version=8.0.3&new-version=8.0.5)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
2 parents 4d15583 + a2e31b0 commit a5fbbec

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

client/package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript": "^5.8.3",
4242
"typescript-eslint": "^8.46.2",
4343
"vite": "^7.1.12",
44-
"vite-plugin-vue-devtools": "^8.0.3",
44+
"vite-plugin-vue-devtools": "^8.0.5",
4545
"vitest": "^4.0.7"
4646
}
4747
}

0 commit comments

Comments
 (0)