chore: bump vite from 5.4.11 to 6.0.3 #353

Closed
martinr92 wants to merge 0 commits from dependabot-npm_and_yarn-develop-vite-6.0.3 into develop
martinr92 commented 2024-12-15 13:01:04 +00:00 (Migrated from gitlab.com)

Bumps vite from 5.4.11 to 6.0.3.

Release notes

Sourced from vite's releases.

create-vite@6.0.1

Please refer to CHANGELOG.md for details.

create-vite@6.0.0

Please refer to CHANGELOG.md for details.

create-vite@5.5.5

Please refer to CHANGELOG.md for details.

create-vite@5.5.4

Please refer to CHANGELOG.md for details.

create-vite@5.5.3

Please refer to CHANGELOG.md for details.

create-vite@5.5.2

Please refer to CHANGELOG.md for details.

create-vite@5.5.1

Please refer to CHANGELOG.md for details.

create-vite@5.5.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.3 (2024-12-05)

6.0.2 (2024-12-02)

6.0.1 (2024-11-27)

6.0.0 (2024-11-26)

... (truncated)

Commits
  • 7a0758c release: v6.0.3
  • a1dd396 fix: make handleInvoke interface compatible with invoke (#18876)
  • ea802f8 refactor: fix logic errors found by no-unnecessary-condition rule (#18891)
  • 690a36f fix: remove CSS import in CJS correctly in some cases (#18885)
  • d5fb653 fix: handle postcss load unhandled rejections (#18886)
  • 2b5926a fix(config): bundle files referenced with imports field (#18887)
  • 1b54e50 fix(html): allow unexpected question mark in tag name (#18852)
  • d59efd8 fix(css): rewrite url when image-set and url exist at the same time (#18868)
  • 20fdf21 fix(config): make stacktrace path correct when sourcemap is enabled (#18833)
  • 88e49aa fix(module-runner): decode uri for file url passed to import (#18837)
  • Additional commits viewable in compare view

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.3. <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>create-vite@6.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@6.0.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@6.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@6.0.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.5.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.5.5/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.5.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.5.4/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.5.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.5.3/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.5.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.5.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.5.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.5.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.5.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.5.0/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/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->6.0.3 (2024-12-05)<!-- raw HTML omitted --></h2> <ul> <li>fix: handle postcss load unhandled rejections (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>) (<a href="https://github.com/vitejs/vite/commit/d5fb653c15903ccf84a093f212da86f0327a9a6f">d5fb653</a>), closes <a href="https://github.com/vitejs/vite/issues/18886">#18886</a></li> <li>fix: make handleInvoke interface compatible with invoke (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>) (<a href="https://github.com/vitejs/vite/commit/a1dd396da856401a12c921d0cd2c4e97cb63f1b5">a1dd396</a>), closes <a href="https://github.com/vitejs/vite/issues/18876">#18876</a></li> <li>fix: make result interfaces for <code>ModuleRunnerTransport#invoke</code> more explicit (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18851">#18851</a>) (<a href="https://github.com/vitejs/vite/commit/a75fc3193d5e8d8756dfb3a046873e9c222bb6c8">a75fc31</a>), closes <a href="https://github.com/vitejs/vite/issues/18851">#18851</a></li> <li>fix: merge <code>environments.ssr.resolve</code> with root <code>ssr</code> config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18857">#18857</a>) (<a href="https://github.com/vitejs/vite/commit/310433106e1e8a0c39dc397e3eace8a71a2416c2">3104331</a>), closes <a href="https://github.com/vitejs/vite/issues/18857">#18857</a></li> <li>fix: no permission to create vite config file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18844">#18844</a>) (<a href="https://github.com/vitejs/vite/commit/ff47778004d609dbeef7f192783e6f253dd66237">ff47778</a>), closes <a href="https://github.com/vitejs/vite/issues/18844">#18844</a></li> <li>fix: remove CSS import in CJS correctly in some cases (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>) (<a href="https://github.com/vitejs/vite/commit/690a36ffdb7d6f6568f35a304b4904e7aa475f17">690a36f</a>), closes <a href="https://github.com/vitejs/vite/issues/18885">#18885</a></li> <li>fix(config): bundle files referenced with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>) (<a href="https://github.com/vitejs/vite/commit/2b5926a0e79ce47d22536d38eed2629d326caca0">2b5926a</a>), closes <a href="https://github.com/vitejs/vite/issues/18887">#18887</a></li> <li>fix(config): make stacktrace path correct when sourcemap is enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>) (<a href="https://github.com/vitejs/vite/commit/20fdf210ee0ac0824b2db74876527cb7f378a9e8">20fdf21</a>), closes <a href="https://github.com/vitejs/vite/issues/18833">#18833</a></li> <li>fix(css): rewrite url when image-set and url exist at the same time (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>) (<a href="https://github.com/vitejs/vite/commit/d59efd8dfd1c5bf2e7c45c7cdb1c0abc2a05ba02">d59efd8</a>), closes <a href="https://github.com/vitejs/vite/issues/18868">#18868</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18853">#18853</a>) (<a href="https://github.com/vitejs/vite/commit/5c0223636fa277d5daeb4d93c3f32d9f3cd69fc5">5c02236</a>), closes <a href="https://github.com/vitejs/vite/issues/18853">#18853</a></li> <li>fix(html): allow unexpected question mark in tag name (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>) (<a href="https://github.com/vitejs/vite/commit/1b54e506a44420d0c8a9e000cf45b1c4f5e33026">1b54e50</a>), closes <a href="https://github.com/vitejs/vite/issues/18852">#18852</a></li> <li>fix(module-runner): decode uri for file url passed to import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>) (<a href="https://github.com/vitejs/vite/commit/88e49aa0418cb3f6b579b744ba59daeda68432f3">88e49aa</a>), closes <a href="https://github.com/vitejs/vite/issues/18837">#18837</a></li> <li>refactor: fix logic errors found by no-unnecessary-condition rule (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>) (<a href="https://github.com/vitejs/vite/commit/ea802f8f8bcf3771a35c1eaf687378613fbabb24">ea802f8</a>), closes <a href="https://github.com/vitejs/vite/issues/18891">#18891</a></li> <li>chore: fix duplicate attributes issue number in comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18860">#18860</a>) (<a href="https://github.com/vitejs/vite/commit/ffee61893cfe9f2b0db4aecf9ddb62ca79c80458">ffee618</a>), closes <a href="https://github.com/vitejs/vite/issues/18860">#18860</a></li> </ul> <h2><!-- raw HTML omitted -->6.0.2 (2024-12-02)<!-- raw HTML omitted --></h2> <ul> <li>chore: run typecheck in unit tests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18858">#18858</a>) (<a href="https://github.com/vitejs/vite/commit/49f20bb77749ec7b44344fd9c42d593ae20c78f0">49f20bb</a>), closes <a href="https://github.com/vitejs/vite/issues/18858">#18858</a></li> <li>chore: update broken links in changelog (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18802">#18802</a>) (<a href="https://github.com/vitejs/vite/commit/cb754f8acc1b579dae9fe70a08e3ef53984402cc">cb754f8</a>), closes <a href="https://github.com/vitejs/vite/issues/18802">#18802</a></li> <li>chore: update broken links in changelog (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18804">#18804</a>) (<a href="https://github.com/vitejs/vite/commit/47ec49ffa170cac5d04cf2eef01f45e0b5ccde03">47ec49f</a>), closes <a href="https://github.com/vitejs/vite/issues/18804">#18804</a></li> <li>fix: don't store temporary vite config file in <code>node_modules</code> if deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18823">#18823</a>) (<a href="https://github.com/vitejs/vite/commit/a20267bb93118468a2e20f0f77b77ed7bfa94165">a20267b</a>), closes <a href="https://github.com/vitejs/vite/issues/18823">#18823</a></li> <li>fix(css): referencing aliased svg asset with lightningcss enabled errored (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18819">#18819</a>) (<a href="https://github.com/vitejs/vite/commit/ae6895869157e48b32088f0a1f85d2fddb2d713f">ae68958</a>), closes <a href="https://github.com/vitejs/vite/issues/18819">#18819</a></li> <li>fix(manifest): use <code>style.css</code> as a key for the style file for <code>cssCodesplit: false</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18820">#18820</a>) (<a href="https://github.com/vitejs/vite/commit/ec511152558cb573acf55e88e5244bdead1b5a17">ec51115</a>), closes <a href="https://github.com/vitejs/vite/issues/18820">#18820</a></li> <li>fix(optimizer): resolve all promises when cancelled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18826">#18826</a>) (<a href="https://github.com/vitejs/vite/commit/d6e6194706f0e3a889caa9303de2293cc0f131b2">d6e6194</a>), closes <a href="https://github.com/vitejs/vite/issues/18826">#18826</a></li> <li>fix(resolve): don't set builtinModules to <code>external</code> by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18821">#18821</a>) (<a href="https://github.com/vitejs/vite/commit/2250ffac62e55c89232d745d2f99ece539be9195">2250ffa</a>), closes <a href="https://github.com/vitejs/vite/issues/18821">#18821</a></li> <li>fix(ssr): set <code>ssr.target: 'webworker'</code> defaults as fallback (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18827">#18827</a>) (<a href="https://github.com/vitejs/vite/commit/b39e69638b3e2e658ff6712be83b549b28103c3d">b39e696</a>), closes <a href="https://github.com/vitejs/vite/issues/18827">#18827</a></li> <li>feat(css): format lightningcss error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18818">#18818</a>) (<a href="https://github.com/vitejs/vite/commit/dac7992e8725234007c7515f86f543992874c7b8">dac7992</a>), closes <a href="https://github.com/vitejs/vite/issues/18818">#18818</a></li> <li>refactor: make properties of ResolvedServerOptions and ResolvedPreviewOptions required (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18796">#18796</a>) (<a href="https://github.com/vitejs/vite/commit/51a5569e66bd7f0de79ac14b9e902d1382ccd0aa">51a5569</a>), closes <a href="https://github.com/vitejs/vite/issues/18796">#18796</a></li> </ul> <h2><!-- raw HTML omitted -->6.0.1 (2024-11-27)<!-- raw HTML omitted --></h2> <ul> <li>fix: default empty server <code>proxy</code> prevents starting http2 server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18788">#18788</a>) (<a href="https://github.com/vitejs/vite/commit/bbaf514fb718952e0f17a15545c593125f1d1b9c">bbaf514</a>), closes <a href="https://github.com/vitejs/vite/issues/18788">#18788</a></li> <li>fix(manifest): do not override existing js manifest entry (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18776">#18776</a>) (<a href="https://github.com/vitejs/vite/commit/3b0837e0b997e14dacc347719353b8b0cea35bda">3b0837e</a>), closes <a href="https://github.com/vitejs/vite/issues/18776">#18776</a></li> <li>fix(server): close _ssrCompatModuleRunner on server close (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18784">#18784</a>) (<a href="https://github.com/vitejs/vite/commit/9b4c410dddb80c8858549355e175735976a82134">9b4c410</a>), closes <a href="https://github.com/vitejs/vite/issues/18784">#18784</a></li> <li>fix(server): skip hot channel client normalization for wsServer (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18782">#18782</a>) (<a href="https://github.com/vitejs/vite/commit/cc7670abaffeda1338cf3acfef2bc41a38c223a0">cc7670a</a>), closes <a href="https://github.com/vitejs/vite/issues/18782">#18782</a></li> <li>fix(worker): fix <code>applyToEnvironment</code> hooks on worker build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18793">#18793</a>) (<a href="https://github.com/vitejs/vite/commit/0c6cdb0f88d32ce041272977e786006008223f44">0c6cdb0</a>), closes <a href="https://github.com/vitejs/vite/issues/18793">#18793</a></li> <li>chore: flat v6 config file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18777">#18777</a>) (<a href="https://github.com/vitejs/vite/commit/c7b330832675ee6385ee1a8750762e496c8e18e6">c7b3308</a>), closes <a href="https://github.com/vitejs/vite/issues/18777">#18777</a></li> <li>chore: split changelog (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18787">#18787</a>) (<a href="https://github.com/vitejs/vite/commit/8542632b3b205b61999b6d998928d5fb17ba90c4">8542632</a>), closes <a href="https://github.com/vitejs/vite/issues/18787">#18787</a></li> <li>chore: update changelog for v6 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18773">#18773</a>) (<a href="https://github.com/vitejs/vite/commit/b254fac4aa35a3522aeafb3259e60acd050aeb51">b254fac</a>), closes <a href="https://github.com/vitejs/vite/issues/18773">#18773</a></li> <li>revert: update moduleResolution value casing (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18409">#18409</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18774">#18774</a>) (<a href="https://github.com/vitejs/vite/commit/b0fc6e3c2591a30360d3714263cf7cc0e2acbfdf">b0fc6e3</a>), closes <a href="https://github.com/vitejs/vite/issues/18409">#18409</a> <a href="https://github.com/vitejs/vite/issues/18774">#18774</a></li> </ul> <h2>6.0.0 (2024-11-26)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7a0758cbbc825717851962d4e6f82e369b8e800b"><code>7a0758c</code></a> release: v6.0.3</li> <li><a href="https://github.com/vitejs/vite/commit/a1dd396da856401a12c921d0cd2c4e97cb63f1b5"><code>a1dd396</code></a> fix: make handleInvoke interface compatible with invoke (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ea802f8f8bcf3771a35c1eaf687378613fbabb24"><code>ea802f8</code></a> refactor: fix logic errors found by no-unnecessary-condition rule (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/690a36ffdb7d6f6568f35a304b4904e7aa475f17"><code>690a36f</code></a> fix: remove CSS import in CJS correctly in some cases (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d5fb653c15903ccf84a093f212da86f0327a9a6f"><code>d5fb653</code></a> fix: handle postcss load unhandled rejections (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/2b5926a0e79ce47d22536d38eed2629d326caca0"><code>2b5926a</code></a> fix(config): bundle files referenced with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1b54e506a44420d0c8a9e000cf45b1c4f5e33026"><code>1b54e50</code></a> fix(html): allow unexpected question mark in tag name (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d59efd8dfd1c5bf2e7c45c7cdb1c0abc2a05ba02"><code>d59efd8</code></a> fix(css): rewrite url when image-set and url exist at the same time (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/20fdf210ee0ac0824b2db74876527cb7f378a9e8"><code>20fdf21</code></a> fix(config): make stacktrace path correct when sourcemap is enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/88e49aa0418cb3f6b579b744ba59daeda68432f3"><code>88e49aa</code></a> fix(module-runner): decode uri for file url passed to import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v6.0.3/packages/vite">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-12-15 13:01:05 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-12-15 13:06:40 +00:00 (Migrated from gitlab.com)
## SonarQube Cloud Code Analysis ## Quality Gate passed Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 New issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=329&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted.svg '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=329&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=329&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=329&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=329&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=329)
martinr92 commented 2024-12-20 03:57:32 +00:00 (Migrated from gitlab.com)

This merge request has been superseded by !331+

This merge request has been superseded by !331+
martinr92 (Migrated from gitlab.com) closed this pull request 2024-12-20 03:57:32 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.