mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump vite from 6.3.6 to 7.1.7 in /rust/gui-client (#10638)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 7.1.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>v7.1.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.1.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.1.3/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.1.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.1.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.1.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.1.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-legacy@7.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-legacy@7.1.0/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@7.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@7.1.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.0-beta.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.0-beta.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.0-beta.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.0-beta.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.8</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.0.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.0.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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 --><a href="https://github.com/vitejs/vite/compare/v7.1.6...v7.1.7">7.1.7</a> (2025-09-22)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fix ssr environment <code>emitAssets: true</code> when <code>sharedConfigBuild: true</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20787">#20787</a>) (<a href="4c4583ce7a">4c4583c</a>)</li> <li><strong>client:</strong> use CSP nonce when rendering error overlay (<a href="https://redirect.github.com/vitejs/vite/issues/20791">#20791</a>) (<a href="9bc9d1258f">9bc9d12</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20811">#20811</a>) (<a href="9f2247c066">9f2247c</a>)</li> <li><strong>glob:</strong> handle glob imports from folders starting with dot (<a href="https://redirect.github.com/vitejs/vite/issues/20800">#20800</a>) (<a href="105abe87c4">105abe8</a>)</li> <li><strong>hmr:</strong> trigger prune event when import is removed from non hmr module (<a href="https://redirect.github.com/vitejs/vite/issues/20768">#20768</a>) (<a href="9f32b1dc71">9f32b1d</a>)</li> <li><strong>hmr:</strong> wait for <code>import.meta.hot.prune</code> callbacks to complete before running other HMRs (<a href="https://redirect.github.com/vitejs/vite/issues/20698">#20698</a>) (<a href="98a3484733">98a3484</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.5...v7.1.6">7.1.6</a> (2025-09-18)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20773">#20773</a>) (<a href="88af2ae7df">88af2ae</a>)</li> <li><strong>esbuild:</strong> inject esbuild helper functions with minified <code>$</code> variables correctly (<a href="https://redirect.github.com/vitejs/vite/issues/20761">#20761</a>) (<a href="7e8e0043d6">7e8e004</a>)</li> <li>fallback terser to main thread when nameCache is provided (<a href="https://redirect.github.com/vitejs/vite/issues/20750">#20750</a>) (<a href="a679a64340">a679a64</a>)</li> <li><strong>types:</strong> strict env typings fail when <code>skipLibCheck</code> is <code>false</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20755">#20755</a>) (<a href="cc54e29474">cc54e29</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20675">#20675</a>) (<a href="a67bb5fbec">a67bb5f</a>)</li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20772">#20772</a>) (<a href="d785e72f2e">d785e72</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.4...v7.1.5">7.1.5</a> (2025-09-08)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>apply <code>fs.strict</code> check to HTML files (<a href="https://redirect.github.com/vitejs/vite/issues/20736">#20736</a>) (<a href="14015d794f">14015d7</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20732">#20732</a>) (<a href="122bfbabeb">122bfba</a>)</li> <li>upgrade sirv to 3.0.2 (<a href="https://redirect.github.com/vitejs/vite/issues/20735">#20735</a>) (<a href="09f2b52e8d">09f2b52</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.3...v7.1.4">7.1.4</a> (2025-09-01)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>add missing awaits (<a href="https://redirect.github.com/vitejs/vite/issues/20697">#20697</a>) (<a href="79d10ed634">79d10ed</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20676">#20676</a>) (<a href="5a274b29df">5a274b2</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20709">#20709</a>) (<a href="0401feba17">0401feb</a>)</li> <li>pass rollup watch options when building in watch mode (<a href="https://redirect.github.com/vitejs/vite/issues/20674">#20674</a>) (<a href="f367453ca2">f367453</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>remove unused constants entry from rolldown.config.ts (<a href="https://redirect.github.com/vitejs/vite/issues/20710">#20710</a>) (<a href="537fcf9186">537fcf9</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li>remove unnecessary <code>minify</code> parameter from <code>finalizeCss</code> (<a href="https://redirect.github.com/vitejs/vite/issues/20701">#20701</a>) (<a href="8099582e53">8099582</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.2...v7.1.3">7.1.3</a> (2025-08-19)<!-- raw HTML omitted --></h2> <h3>Features</h3> <ul> <li><strong>cli:</strong> add Node.js version warning for unsupported versions (<a href="https://redirect.github.com/vitejs/vite/issues/20638">#20638</a>) (<a href="a1be1bf090">a1be1bf</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="693d25510a"><code>693d255</code></a> release: v7.1.7</li> <li><a href="98a3484733"><code>98a3484</code></a> fix(hmr): wait for <code>import.meta.hot.prune</code> callbacks to complete before runni...</li> <li><a href="9f32b1dc71"><code>9f32b1d</code></a> fix(hmr): trigger prune event when import is removed from non hmr module (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20">#20</a>...</li> <li><a href="9f2247c066"><code>9f2247c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20811">#20811</a>)</li> <li><a href="105abe87c4"><code>105abe8</code></a> fix(glob): handle glob imports from folders starting with dot (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20800">#20800</a>)</li> <li><a href="4c4583ce7a"><code>4c4583c</code></a> fix(build): fix ssr environment <code>emitAssets: true</code> when `sharedConfigBuild: t...</li> <li><a href="9bc9d1258f"><code>9bc9d12</code></a> fix(client): use CSP nonce when rendering error overlay (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20791">#20791</a>)</li> <li><a href="54377f70ad"><code>54377f7</code></a> release: v7.1.6</li> <li><a href="88af2ae7df"><code>88af2ae</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20773">#20773</a>)</li> <li><a href="d785e72f2e"><code>d785e72</code></a> chore(deps): update rolldown-related dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20772">#20772</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.1.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:
@@ -41,7 +41,7 @@
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.34.1",
|
||||
"vite": "^6.4.1",
|
||||
"vite": "^7.1.7",
|
||||
"vite-plugin-typescript": "^1.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
42
rust/gui-client/pnpm-lock.yaml
generated
42
rust/gui-client/pnpm-lock.yaml
generated
@@ -28,7 +28,7 @@ importers:
|
||||
version: 4.1.13
|
||||
'@tailwindcss/vite':
|
||||
specifier: ^4.1.13
|
||||
version: 4.1.13(vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))
|
||||
version: 4.1.13(vite@7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))
|
||||
'@tauri-apps/api':
|
||||
specifier: ^2.8.0
|
||||
version: 2.8.0
|
||||
@@ -46,7 +46,7 @@ importers:
|
||||
version: 19.1.9(@types/react@19.1.13)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: ^5.0.2
|
||||
version: 5.0.2(vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))
|
||||
version: 5.0.2(vite@7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))
|
||||
eslint:
|
||||
specifier: ^9.36.0
|
||||
version: 9.36.0(jiti@2.6.1)
|
||||
@@ -84,11 +84,11 @@ importers:
|
||||
specifier: ^8.34.1
|
||||
version: 8.34.1(eslint@9.36.0(jiti@2.6.1))(typescript@5.8.3)
|
||||
vite:
|
||||
specifier: ^6.4.1
|
||||
version: 6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
specifier: ^7.1.7
|
||||
version: 7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
vite-plugin-typescript:
|
||||
specifier: ^1.0.4
|
||||
version: 1.0.4(@rollup/plugin-typescript@12.1.2(rollup@4.52.5)(tslib@2.8.1)(typescript@5.8.3))(vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))
|
||||
version: 1.0.4(@rollup/plugin-typescript@12.1.2(rollup@4.52.5)(tslib@2.8.1)(typescript@5.8.3))(vite@7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))
|
||||
|
||||
packages:
|
||||
|
||||
@@ -2173,19 +2173,19 @@ packages:
|
||||
'@rollup/plugin-typescript': '*'
|
||||
vite: '*'
|
||||
|
||||
vite@6.4.1:
|
||||
resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==}
|
||||
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
||||
vite@7.1.7:
|
||||
resolution: {integrity: sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==}
|
||||
engines: {node: ^20.19.0 || >=22.12.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
||||
'@types/node': ^20.19.0 || >=22.12.0
|
||||
jiti: '>=1.21.0'
|
||||
less: '*'
|
||||
less: ^4.0.0
|
||||
lightningcss: ^1.21.0
|
||||
sass: '*'
|
||||
sass-embedded: '*'
|
||||
stylus: '*'
|
||||
sugarss: '*'
|
||||
sass: ^1.70.0
|
||||
sass-embedded: ^1.70.0
|
||||
stylus: '>=0.54.8'
|
||||
sugarss: ^5.0.0
|
||||
terser: ^5.16.0
|
||||
tsx: ^4.8.1
|
||||
yaml: ^2.4.2
|
||||
@@ -2849,12 +2849,12 @@ snapshots:
|
||||
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.13
|
||||
'@tailwindcss/oxide-win32-x64-msvc': 4.1.13
|
||||
|
||||
'@tailwindcss/vite@4.1.13(vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))':
|
||||
'@tailwindcss/vite@4.1.13(vite@7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))':
|
||||
dependencies:
|
||||
'@tailwindcss/node': 4.1.13
|
||||
'@tailwindcss/oxide': 4.1.13
|
||||
tailwindcss: 4.1.13
|
||||
vite: 6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
vite: 7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
|
||||
'@tauri-apps/api@2.8.0': {}
|
||||
|
||||
@@ -3057,7 +3057,7 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.34.1
|
||||
eslint-visitor-keys: 4.2.1
|
||||
|
||||
'@vitejs/plugin-react@5.0.2(vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))':
|
||||
'@vitejs/plugin-react@5.0.2(vite@7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0))':
|
||||
dependencies:
|
||||
'@babel/core': 7.28.4
|
||||
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4)
|
||||
@@ -3065,7 +3065,7 @@ snapshots:
|
||||
'@rolldown/pluginutils': 1.0.0-beta.34
|
||||
'@types/babel__core': 7.20.5
|
||||
react-refresh: 0.17.0
|
||||
vite: 6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
vite: 7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -4456,12 +4456,12 @@ snapshots:
|
||||
dependencies:
|
||||
punycode: 2.3.1
|
||||
|
||||
vite-plugin-typescript@1.0.4(@rollup/plugin-typescript@12.1.2(rollup@4.52.5)(tslib@2.8.1)(typescript@5.8.3))(vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)):
|
||||
vite-plugin-typescript@1.0.4(@rollup/plugin-typescript@12.1.2(rollup@4.52.5)(tslib@2.8.1)(typescript@5.8.3))(vite@7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)):
|
||||
dependencies:
|
||||
'@rollup/plugin-typescript': 12.1.2(rollup@4.52.5)(tslib@2.8.1)(typescript@5.8.3)
|
||||
vite: 6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
vite: 7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
|
||||
vite@6.4.1(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0):
|
||||
vite@7.1.7(@types/node@24.5.2)(jiti@2.6.1)(lightningcss@1.30.1)(yaml@2.6.0):
|
||||
dependencies:
|
||||
esbuild: 0.25.11
|
||||
fdir: 6.5.0(picomatch@4.0.3)
|
||||
|
||||
Reference in New Issue
Block a user