mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps-dev): Bump vite from 6.0.6 to 6.0.7 in /rust/gui-client (#7653)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.6 to 6.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v6.0.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->6.0.7 (2025-01-02)<!-- raw HTML omitted --></h2> <ul> <li>fix: fix <code>minify</code> when <code>builder.sharedPlugins: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19025">#19025</a>) (<a href="f7b1964d3a">f7b1964</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19025">#19025</a></li> <li>fix: skip the plugin if it has been called before with the same id and importer (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19016">#19016</a>) (<a href="b178c90c7d">b178c90</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19016">#19016</a></li> <li>fix(html): error while removing <code>vite-ignore</code> attribute for inline script (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19062">#19062</a>) (<a href="a4922537a8">a492253</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19062">#19062</a></li> <li>fix(ssr): fix semicolon injection by ssr transform (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19097">#19097</a>) (<a href="1c102d517d">1c102d5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19097">#19097</a></li> <li>perf: skip globbing for static path in warmup (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19107">#19107</a>) (<a href="677508bf82">677508b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19107">#19107</a></li> <li>feat(css): show lightningcss warnings (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19076">#19076</a>) (<a href="b07c036faf">b07c036</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19076">#19076</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a671e58af4"><code>a671e58</code></a> release: v6.0.7</li> <li><a href="1c102d517d"><code>1c102d5</code></a> fix(ssr): fix semicolon injection by ssr transform (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19097">#19097</a>)</li> <li><a href="677508bf82"><code>677508b</code></a> perf: skip globbing for static path in warmup (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19107">#19107</a>)</li> <li><a href="b178c90c7d"><code>b178c90</code></a> fix: skip the plugin if it has been called before with the same id and import...</li> <li><a href="a4922537a8"><code>a492253</code></a> fix(html): error while removing <code>vite-ignore</code> attribute for inline script (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1">#1</a>...</li> <li><a href="b07c036faf"><code>b07c036</code></a> feat(css): show lightningcss warnings (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19076">#19076</a>)</li> <li><a href="f7b1964d3a"><code>f7b1964</code></a> fix: fix <code>minify</code> when <code>builder.sharedPlugins: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19025">#19025</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v6.0.7/packages/vite">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
"run-script-os": "^1.1.6",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^6.0.6"
|
||||
"vite": "^6.0.7"
|
||||
}
|
||||
}
|
||||
|
||||
10
rust/gui-client/pnpm-lock.yaml
generated
10
rust/gui-client/pnpm-lock.yaml
generated
@@ -34,8 +34,8 @@ importers:
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
vite:
|
||||
specifier: ^6.0.6
|
||||
version: 6.0.6(@types/node@22.10.5)(jiti@1.21.6)(yaml@2.6.0)
|
||||
specifier: ^6.0.7
|
||||
version: 6.0.7(@types/node@22.10.5)(jiti@1.21.6)(yaml@2.6.0)
|
||||
|
||||
packages:
|
||||
|
||||
@@ -970,8 +970,8 @@ packages:
|
||||
util-deprecate@1.0.2:
|
||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||
|
||||
vite@6.0.6:
|
||||
resolution: {integrity: sha512-NSjmUuckPmDU18bHz7QZ+bTYhRR0iA72cs2QAxCqDpafJ0S6qetco0LB3WW2OxlMHS0JmAv+yZ/R3uPmMyGTjQ==}
|
||||
vite@6.0.7:
|
||||
resolution: {integrity: sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==}
|
||||
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -1864,7 +1864,7 @@ snapshots:
|
||||
|
||||
util-deprecate@1.0.2: {}
|
||||
|
||||
vite@6.0.6(@types/node@22.10.5)(jiti@1.21.6)(yaml@2.6.0):
|
||||
vite@6.0.7(@types/node@22.10.5)(jiti@1.21.6)(yaml@2.6.0):
|
||||
dependencies:
|
||||
esbuild: 0.24.2
|
||||
postcss: 8.4.49
|
||||
|
||||
Reference in New Issue
Block a user