-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bot: Bump vite from 5.0.2 to 5.0.5 in /playground #2112
bot: Bump vite from 5.0.2 to 5.0.5 in /playground #2112
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.0.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2112 +/- ##
===========================================
- Coverage 73.88% 73.88% -0.01%
===========================================
Files 248 248
Lines 24820 24820
===========================================
- Hits 18338 18336 -2
- Misses 5221 5223 +2
Partials 1261 1261
Flags with carried forward coverage won't be shown. Click here to find out more. see 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.0.5. <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 -->5.0.5 (2023-12-04)<!-- raw HTML omitted --></h2> <ul> <li>fix: emit <code>vite:preloadError</code> for chunks without deps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15203">#15203</a>) (<a href="https://github.com/vitejs/vite/commit/d8001c5">d8001c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15203">#15203</a></li> <li>fix: esbuild glob import resolve error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15140">#15140</a>) (<a href="https://github.com/vitejs/vite/commit/676804d">676804d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15140">#15140</a></li> <li>fix: json error with position (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>) (<a href="https://github.com/vitejs/vite/commit/14be75f">14be75f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15225">#15225</a></li> <li>fix: proxy html path should be encoded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>) (<a href="https://github.com/vitejs/vite/commit/5b85040">5b85040</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15223">#15223</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>) (<a href="https://github.com/vitejs/vite/commit/ad3adda">ad3adda</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15233">#15233</a></li> <li>fix(hmr): don't consider CSS dep as a circular dep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>) (<a href="https://github.com/vitejs/vite/commit/5f2cdec">5f2cdec</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15229">#15229</a></li> <li>feat: add '*.mov' to client.d.ts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>) (<a href="https://github.com/vitejs/vite/commit/d93a211">d93a211</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15189">#15189</a></li> <li>feat(server): allow disabling built-in shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>) (<a href="https://github.com/vitejs/vite/commit/7fd7c6c">7fd7c6c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15218">#15218</a></li> <li>chore: replace 'some' with 'includes' in resolveEnvPrefix (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>) (<a href="https://github.com/vitejs/vite/commit/ee12f30">ee12f30</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15220">#15220</a></li> <li>chore: update the website url for homepage in package.json (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15181">#15181</a>) (<a href="https://github.com/vitejs/vite/commit/282bd8f">282bd8f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15181">#15181</a></li> <li>chore: update vitest to 1.0.0-beta.6 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15194">#15194</a>) (<a href="https://github.com/vitejs/vite/commit/2fce647">2fce647</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15194">#15194</a></li> <li>refactor: make HMR agnostic to environment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15179">#15179</a>) (<a href="https://github.com/vitejs/vite/commit/0571b7c">0571b7c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15179">#15179</a></li> <li>refactor: use dedicated regex methods (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>) (<a href="https://github.com/vitejs/vite/commit/0348137">0348137</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15228">#15228</a></li> <li>perf: remove debug only prettifyUrl call (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15204">#15204</a>) (<a href="https://github.com/vitejs/vite/commit/73e971f">73e971f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15204">#15204</a></li> <li>perf: skip computing sourceRoot in injectSourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>) (<a href="https://github.com/vitejs/vite/commit/1df1fd1">1df1fd1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15207">#15207</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.4 (2023-11-29)<!-- raw HTML omitted --></h2> <ul> <li>fix: bindCLIShortcuts to proper server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15162">#15162</a>) (<a href="https://github.com/vitejs/vite/commit/67ac572">67ac572</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15162">#15162</a></li> <li>fix: revert "fix: js fallback sourcemap content should be using original content (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>)" (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15178">#15178</a>) (<a href="https://github.com/vitejs/vite/commit/d2a2493">d2a2493</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15135">#15135</a> <a href="https://redirect.github.com/vitejs/vite/issues/15178">#15178</a></li> <li>fix(define): allow define process.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15173">#15173</a>) (<a href="https://github.com/vitejs/vite/commit/ec401da">ec401da</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15173">#15173</a></li> <li>fix(resolve): respect order of browser in mainFields when resolving (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15137">#15137</a>) (<a href="https://github.com/vitejs/vite/commit/4a111aa">4a111aa</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15137">#15137</a></li> <li>feat: preserve vite.middlewares connect instance after restarts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15166">#15166</a>) (<a href="https://github.com/vitejs/vite/commit/9474c4b">9474c4b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15166">#15166</a></li> <li>refactor: align with Promise.withResolvers() (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15171">#15171</a>) (<a href="https://github.com/vitejs/vite/commit/642f9bc">642f9bc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15171">#15171</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.3 (2023-11-28)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>generateCodeFrame</code> infinite loop (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15093">#15093</a>) (<a href="https://github.com/vitejs/vite/commit/6619de7">6619de7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15093">#15093</a></li> <li>fix: js fallback sourcemap content should be using original content (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>) (<a href="https://github.com/vitejs/vite/commit/227d56d">227d56d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15135">#15135</a></li> <li>fix(css): render correct asset url when CSS chunk name is nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15154">#15154</a>) (<a href="https://github.com/vitejs/vite/commit/ef403c0">ef403c0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15154">#15154</a></li> <li>fix(css): use non-nested chunk name if facadeModule is not CSS file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15155">#15155</a>) (<a href="https://github.com/vitejs/vite/commit/811e392">811e392</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15155">#15155</a></li> <li>fix(dev): bind plugin context functions (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14569">#14569</a>) (<a href="https://github.com/vitejs/vite/commit/cb3243c">cb3243c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14569">#14569</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15145">#15145</a>) (<a href="https://github.com/vitejs/vite/commit/7ff2c0a">7ff2c0a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15145">#15145</a></li> <li>build: handle latest json-stable-stringify replacement (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15049">#15049</a>) (<a href="https://github.com/vitejs/vite/commit/bcc4a61">bcc4a61</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15049">#15049</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/fa7976732e815a7f4268369596f6df872201d0e9"><code>fa79767</code></a> release: v5.0.5</li> <li><a href="https://github.com/vitejs/vite/commit/ad3adda7215c33874a07cbd4d430fcffe4c85dce"><code>ad3adda</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d93a211959cb5f9951653d717aceee2a0d93499a"><code>d93a211</code></a> feat: add '*.mov' to client.d.ts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5f2cdec5d61b847352b3412725fcc957dca010d4"><code>5f2cdec</code></a> fix(hmr): don't consider CSS dep as a circular dep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ee12f30eaae70a8989cff0fe0a823e3f42a84832"><code>ee12f30</code></a> chore: replace 'some' with 'includes' in resolveEnvPrefix (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/14be75f6a8497ae1416188e21b2b0f818443cc2a"><code>14be75f</code></a> fix: json error with position (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/0348137a2315fc288f0e915169c36947f69bba63"><code>0348137</code></a> refactor: use dedicated regex methods (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5b8504048140cbbd5d9424132c998c506dece6ce"><code>5b85040</code></a> fix: proxy html path should be encoded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1df1fd1047695c4d144de4b2b4bd4a69fc7d7440"><code>1df1fd1</code></a> perf: skip computing sourceRoot in injectSourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7fd7c6cebfcad34ae7021ebee28f97b1f28ef3f3"><code>7fd7c6c</code></a> feat(server): allow disabling built-in shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.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&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sourcenetwork/defradb/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shahzad Lone <[email protected]>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.0.5. <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 -->5.0.5 (2023-12-04)<!-- raw HTML omitted --></h2> <ul> <li>fix: emit <code>vite:preloadError</code> for chunks without deps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15203">#15203</a>) (<a href="https://github.com/vitejs/vite/commit/d8001c5">d8001c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15203">#15203</a></li> <li>fix: esbuild glob import resolve error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15140">#15140</a>) (<a href="https://github.com/vitejs/vite/commit/676804d">676804d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15140">#15140</a></li> <li>fix: json error with position (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>) (<a href="https://github.com/vitejs/vite/commit/14be75f">14be75f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15225">#15225</a></li> <li>fix: proxy html path should be encoded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>) (<a href="https://github.com/vitejs/vite/commit/5b85040">5b85040</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15223">#15223</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>) (<a href="https://github.com/vitejs/vite/commit/ad3adda">ad3adda</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15233">#15233</a></li> <li>fix(hmr): don't consider CSS dep as a circular dep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>) (<a href="https://github.com/vitejs/vite/commit/5f2cdec">5f2cdec</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15229">#15229</a></li> <li>feat: add '*.mov' to client.d.ts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>) (<a href="https://github.com/vitejs/vite/commit/d93a211">d93a211</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15189">#15189</a></li> <li>feat(server): allow disabling built-in shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>) (<a href="https://github.com/vitejs/vite/commit/7fd7c6c">7fd7c6c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15218">#15218</a></li> <li>chore: replace 'some' with 'includes' in resolveEnvPrefix (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>) (<a href="https://github.com/vitejs/vite/commit/ee12f30">ee12f30</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15220">#15220</a></li> <li>chore: update the website url for homepage in package.json (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15181">#15181</a>) (<a href="https://github.com/vitejs/vite/commit/282bd8f">282bd8f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15181">#15181</a></li> <li>chore: update vitest to 1.0.0-beta.6 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15194">#15194</a>) (<a href="https://github.com/vitejs/vite/commit/2fce647">2fce647</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15194">#15194</a></li> <li>refactor: make HMR agnostic to environment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15179">#15179</a>) (<a href="https://github.com/vitejs/vite/commit/0571b7c">0571b7c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15179">#15179</a></li> <li>refactor: use dedicated regex methods (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>) (<a href="https://github.com/vitejs/vite/commit/0348137">0348137</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15228">#15228</a></li> <li>perf: remove debug only prettifyUrl call (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15204">#15204</a>) (<a href="https://github.com/vitejs/vite/commit/73e971f">73e971f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15204">#15204</a></li> <li>perf: skip computing sourceRoot in injectSourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>) (<a href="https://github.com/vitejs/vite/commit/1df1fd1">1df1fd1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15207">#15207</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.4 (2023-11-29)<!-- raw HTML omitted --></h2> <ul> <li>fix: bindCLIShortcuts to proper server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15162">#15162</a>) (<a href="https://github.com/vitejs/vite/commit/67ac572">67ac572</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15162">#15162</a></li> <li>fix: revert "fix: js fallback sourcemap content should be using original content (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>)" (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15178">#15178</a>) (<a href="https://github.com/vitejs/vite/commit/d2a2493">d2a2493</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15135">#15135</a> <a href="https://redirect.github.com/vitejs/vite/issues/15178">#15178</a></li> <li>fix(define): allow define process.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15173">#15173</a>) (<a href="https://github.com/vitejs/vite/commit/ec401da">ec401da</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15173">#15173</a></li> <li>fix(resolve): respect order of browser in mainFields when resolving (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15137">#15137</a>) (<a href="https://github.com/vitejs/vite/commit/4a111aa">4a111aa</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15137">#15137</a></li> <li>feat: preserve vite.middlewares connect instance after restarts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15166">#15166</a>) (<a href="https://github.com/vitejs/vite/commit/9474c4b">9474c4b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15166">#15166</a></li> <li>refactor: align with Promise.withResolvers() (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15171">#15171</a>) (<a href="https://github.com/vitejs/vite/commit/642f9bc">642f9bc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15171">#15171</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.3 (2023-11-28)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>generateCodeFrame</code> infinite loop (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15093">#15093</a>) (<a href="https://github.com/vitejs/vite/commit/6619de7">6619de7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15093">#15093</a></li> <li>fix: js fallback sourcemap content should be using original content (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>) (<a href="https://github.com/vitejs/vite/commit/227d56d">227d56d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15135">#15135</a></li> <li>fix(css): render correct asset url when CSS chunk name is nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15154">#15154</a>) (<a href="https://github.com/vitejs/vite/commit/ef403c0">ef403c0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15154">#15154</a></li> <li>fix(css): use non-nested chunk name if facadeModule is not CSS file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15155">#15155</a>) (<a href="https://github.com/vitejs/vite/commit/811e392">811e392</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15155">#15155</a></li> <li>fix(dev): bind plugin context functions (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14569">#14569</a>) (<a href="https://github.com/vitejs/vite/commit/cb3243c">cb3243c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14569">#14569</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15145">#15145</a>) (<a href="https://github.com/vitejs/vite/commit/7ff2c0a">7ff2c0a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15145">#15145</a></li> <li>build: handle latest json-stable-stringify replacement (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15049">#15049</a>) (<a href="https://github.com/vitejs/vite/commit/bcc4a61">bcc4a61</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15049">#15049</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/fa7976732e815a7f4268369596f6df872201d0e9"><code>fa79767</code></a> release: v5.0.5</li> <li><a href="https://github.com/vitejs/vite/commit/ad3adda7215c33874a07cbd4d430fcffe4c85dce"><code>ad3adda</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d93a211959cb5f9951653d717aceee2a0d93499a"><code>d93a211</code></a> feat: add '*.mov' to client.d.ts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5f2cdec5d61b847352b3412725fcc957dca010d4"><code>5f2cdec</code></a> fix(hmr): don't consider CSS dep as a circular dep (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ee12f30eaae70a8989cff0fe0a823e3f42a84832"><code>ee12f30</code></a> chore: replace 'some' with 'includes' in resolveEnvPrefix (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/14be75f6a8497ae1416188e21b2b0f818443cc2a"><code>14be75f</code></a> fix: json error with position (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/0348137a2315fc288f0e915169c36947f69bba63"><code>0348137</code></a> refactor: use dedicated regex methods (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5b8504048140cbbd5d9424132c998c506dece6ce"><code>5b85040</code></a> fix: proxy html path should be encoded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1df1fd1047695c4d144de4b2b4bd4a69fc7d7440"><code>1df1fd1</code></a> perf: skip computing sourceRoot in injectSourcesContent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7fd7c6cebfcad34ae7021ebee28f97b1f28ef3f3"><code>7fd7c6c</code></a> feat(server): allow disabling built-in shortcuts (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.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&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sourcenetwork/defradb/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shahzad Lone <[email protected]>
Bumps vite from 5.0.2 to 5.0.5.
Changelog
Sourced from vite's changelog.
Commits
fa79767
release: v5.0.5ad3adda
fix(deps): update all non-major dependencies (#15233)d93a211
feat: add '*.mov' to client.d.ts (#15189)5f2cdec
fix(hmr): don't consider CSS dep as a circular dep (#15229)ee12f30
chore: replace 'some' with 'includes' in resolveEnvPrefix (#15220)14be75f
fix: json error with position (#15225)0348137
refactor: use dedicated regex methods (#15228)5b85040
fix: proxy html path should be encoded (#15223)1df1fd1
perf: skip computing sourceRoot in injectSourcesContent (#15207)7fd7c6c
feat(server): allow disabling built-in shortcuts (#15218)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 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 <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)You can disable automated security fix PRs for this repo from the Security Alerts page.