Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit a2e32cd

Browse files
build(deps-dev): bump vite from 3.0.9 to 3.1.7 in /api-editor/gui (#1072)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.9 to 3.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>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-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/v3.1.7/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->3.1.7 (2022-10-10)<!-- raw HTML omitted --></h2> <ul> <li>fix(ssr): track var as function scope (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10397">#10397</a>) (<a href="https://github.com/vitejs/vite/commit/a5143e9">a5143e9</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10397">#10397</a> <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10388">#10388</a></li> </ul> <h2><!-- raw HTML omitted -->3.1.6 (2022-10-06)<!-- raw HTML omitted --></h2> <ul> <li>fix(config): don't resolve by module field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10347">#10347</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10360">#10360</a>) (<a href="https://github.com/vitejs/vite/commit/f756e84">f756e84</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10347">#10347</a> <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10360">#10360</a> <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10347">#10347</a></li> </ul> <h2><!-- raw HTML omitted -->3.1.5 (2022-10-06)<!-- raw HTML omitted --></h2> <ul> <li>fix(build): fix resolution algorithm when <code>build.ssr</code> is true (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/9989">#9989</a>) (<a href="https://github.com/vitejs/vite/commit/f20d285">f20d285</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/9989">#9989</a></li> <li>fix(config): resolve implicit deps as absolute path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10254">#10254</a>) (<a href="https://github.com/vitejs/vite/commit/dc140af">dc140af</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10254">#10254</a></li> <li>fix(css): missing css in lib mode (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10185">#10185</a>) (<a href="https://github.com/vitejs/vite/commit/e2cdb28">e2cdb28</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10185">#10185</a></li> <li>fix(esbuild): transpile with esnext in dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10207">#10207</a>) (<a href="https://github.com/vitejs/vite/commit/abf2cfd">abf2cfd</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10207">#10207</a></li> <li>fix(hmr): handle virtual module update (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10324">#10324</a>) (<a href="https://github.com/vitejs/vite/commit/14ebbc6">14ebbc6</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10324">#10324</a></li> <li>fix(ssr): correctly track scope (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10300">#10300</a>) (<a href="https://github.com/vitejs/vite/commit/effb7c3">effb7c3</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10300">#10300</a></li> <li>chore: fix build error (<a href="https://github.com/vitejs/vite/commit/01aa224">01aa224</a>)</li> </ul> <h2><!-- raw HTML omitted -->3.1.4 (2022-09-28)<!-- raw HTML omitted --></h2> <ul> <li>fix(esbuild): transpile with esnext in dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10215">#10215</a>) (<a href="https://github.com/vitejs/vite/commit/4a0f210">4a0f210</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10215">#10215</a></li> </ul> <h2><!-- raw HTML omitted -->3.1.3 (2022-09-19)<!-- raw HTML omitted --></h2> <ul> <li>fix: esbuildOutputFromId for symlinked root (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10154">#10154</a>) (<a href="https://github.com/vitejs/vite/commit/fc5310f">fc5310f</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10154">#10154</a></li> <li>fix(hmr): dedupe virtual modules in module graph (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10144">#10144</a>) (<a href="https://github.com/vitejs/vite/commit/71f08e7">71f08e7</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10144">#10144</a></li> <li>fix(lib): respect <code>rollupOptions.input</code> in lib mode (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10116">#10116</a>) (<a href="https://github.com/vitejs/vite/commit/c948e7d">c948e7d</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10116">#10116</a></li> </ul> <h2><!-- raw HTML omitted -->3.1.2 (2022-09-17)<!-- raw HTML omitted --></h2> <ul> <li>fix: use isOptimizable to ensure version query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10141">#10141</a>) (<a href="https://github.com/vitejs/vite/commit/23a51c6">23a51c6</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10141">#10141</a></li> </ul> <h2><!-- raw HTML omitted -->3.1.1 (2022-09-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: ensure version query for relative node_modules imports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10016">#10016</a>) (<a href="https://github.com/vitejs/vite/commit/1b822d0">1b822d0</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10016">#10016</a></li> <li>fix: no quote on attrs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10117">#10117</a>) (<a href="https://github.com/vitejs/vite/commit/f541239">f541239</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10117">#10117</a></li> <li>fix: prevent error overlay style being overridden (fixes <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/9969">#9969</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/9971">#9971</a>) (<a href="https://github.com/vitejs/vite/commit/a7706d0">a7706d0</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/9969">#9969</a> <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/9971">#9971</a></li> <li>fix: proxy to secured websocket server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10045">#10045</a>) (<a href="https://github.com/vitejs/vite/commit/9de9bc4">9de9bc4</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/10045">#10045</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/94abccc20f672f57a672d2f2aea85bff080fe160"><code>94abccc</code></a> release: v3.1.7</li> <li><a href="https://github.com/vitejs/vite/commit/a5143e9f0bd4bf832100c489ed244d7e03969d58"><code>a5143e9</code></a> fix(ssr): track var as function scope (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10397">#10397</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d2af6d92fb45f1f21ac148ccbee29a033c4d1e73"><code>d2af6d9</code></a> release: v3.1.6</li> <li><a href="https://github.com/vitejs/vite/commit/f756e84623953205c5007081dbd1da5832df3063"><code>f756e84</code></a> fix(config): don't resolve by module field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10347">#10347</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10360">#10360</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/31f8ea6427dc541a8c207aed43c417b8408ae8a0"><code>31f8ea6</code></a> release: v3.1.5</li> <li><a href="https://github.com/vitejs/vite/commit/f20d2854be0f00fe1df196df0eb01a8e30f6b43e"><code>f20d285</code></a> fix(build): fix resolution algorithm when <code>build.ssr</code> is true (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/9989">#9989</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/01aa22490fb9bd4ff9f56e835adb7f34a37dc16a"><code>01aa224</code></a> chore: fix build error</li> <li><a href="https://github.com/vitejs/vite/commit/14ebbc6a87a857d0885398f3b252d1c70a3227b3"><code>14ebbc6</code></a> fix(hmr): handle virtual module update (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10324">#10324</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e2cdb2827f9a9cb5a192c41f686e66d09d638797"><code>e2cdb28</code></a> fix(css): missing css in lib mode (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10185">#10185</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/effb7c3fd5ecc2cc93928928adfc6f69bb1cd32e"><code>effb7c3</code></a> fix(ssr): correctly track scope (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/10300">#10300</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v3.1.7/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=3.0.9&new-version=3.1.7)](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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1c5e14 commit a2e32cd

File tree

2 files changed

+236
-186
lines changed

2 files changed

+236
-186
lines changed

0 commit comments

Comments
 (0)