[PR #100] [MERGED] Bump vite from 5.4.10 to 6.0.6 #176

Closed
opened 2026-05-06 12:15:43 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/100
Author: @dependabot[bot]
Created: 12/30/2024
Status: Merged
Merged: 12/30/2024
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/vite-6.0.6


📝 Commits (2)

  • d2fec5d Bump vite from 5.4.10 to 6.0.6
  • 8f2b285 Bump @vitejs/plugin-react from 4.3.3 to 4.3.4

📊 Changes

3 files changed (+426 additions, -406 deletions)

View changed files

📝 package-lock.json (+423 -404)
📝 package.json (+2 -2)
📝 tsconfig.json (+1 -0)

📄 Description

Bumps vite from 5.4.10 to 6.0.6.

Release notes

Sourced from vite's releases.

v6.0.6

Please refer to CHANGELOG.md for details.

v6.0.5

Please refer to CHANGELOG.md for details.

v6.0.4

Please refer to CHANGELOG.md for details.

v6.0.3

Please refer to CHANGELOG.md for details.

v6.0.2

Please refer to CHANGELOG.md for details.

create-vite@6.0.1

Please refer to CHANGELOG.md for details.

v6.0.1

Please refer to CHANGELOG.md for details.

create-vite@6.0.0

Please refer to CHANGELOG.md for details.

plugin-legacy@6.0.0

Please refer to CHANGELOG.md for details.

v6.0.0

Please refer to CHANGELOG.md for details.

v6.0.0-beta.10

Please refer to CHANGELOG.md for details.

v6.0.0-beta.9

Please refer to CHANGELOG.md for details.

v6.0.0-beta.8

Please refer to CHANGELOG.md for details.

v6.0.0-beta.7

Please refer to CHANGELOG.md for details.

v6.0.0-beta.6

Please refer to CHANGELOG.md for details.

v6.0.0-beta.5

Please refer to CHANGELOG.md for details.

v6.0.0-beta.4

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

6.0.6 (2024-12-26)

6.0.5 (2024-12-20)

6.0.4 (2024-12-19)

6.0.3 (2024-12-05)

... (truncated)

Commits
  • 5c2b4a0 release: v6.0.6
  • 9290d85 fix(css): show correct error when unknown placeholder is used for CSS modules...
  • afff05c fix(css): resolve style tags in HTML files correctly for lightningcss (#19001)
  • eb06ec3 chore: fix typo in comment (#19067)
  • 1aa434e fix(ssrTransform): preserve line offset when transforming imports (#19004)
  • 902567a fix(resolve): handle package.json with UTF-8 BOM (#19000)
  • 9f10261 fix: replace runner-side path normalization with fetchModule-side resolve (...
  • 8bfe247 revert: unpin esbuild version (#19043)
  • 0e9e81f chore: update comment about build.target (#19047)
  • a1f4b46 test(ssr): test virtual module with query (#19044)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/portfolio/pull/100 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/30/2024 **Status:** ✅ Merged **Merged:** 12/30/2024 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vite-6.0.6` --- ### 📝 Commits (2) - [`d2fec5d`](https://github.com/BreizhHardware/portfolio/commit/d2fec5d387b942d378800536be98502961773172) Bump vite from 5.4.10 to 6.0.6 - [`8f2b285`](https://github.com/BreizhHardware/portfolio/commit/8f2b285447ddc788976d6dd332d411cccfadf3e5) Bump @vitejs/plugin-react from 4.3.3 to 4.3.4 ### 📊 Changes **3 files changed** (+426 additions, -406 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+423 -404) 📝 `package.json` (+2 -2) 📝 `tsconfig.json` (+1 -0) </details> ### 📄 Description Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 6.0.6. <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.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <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>v6.0.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.1/packages/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>plugin-legacy@6.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/plugin-legacy@6.0.0/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.10</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.10/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.9</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.8</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.0-beta.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.0-beta.4/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 -->6.0.6 (2024-12-26)<!-- raw HTML omitted --></h2> <ul> <li>fix: replace runner-side path normalization with <code>fetchModule</code>-side resolve (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18361">#18361</a>) (<a href="https://github.com/vitejs/vite/commit/9f10261e7609098b832fd0fb23a64840b3a0d1a0">9f10261</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18361">#18361</a></li> <li>fix(css): resolve style tags in HTML files correctly for lightningcss (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19001">#19001</a>) (<a href="https://github.com/vitejs/vite/commit/afff05c03266fc76d5ab8928215c89f5992f40f8">afff05c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19001">#19001</a></li> <li>fix(css): show correct error when unknown placeholder is used for CSS modules pattern in lightningcs (<a href="https://github.com/vitejs/vite/commit/9290d85b5d2ad64991bd296157cb3bcb959c341d">9290d85</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19070">#19070</a></li> <li>fix(resolve): handle package.json with UTF-8 BOM (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19000">#19000</a>) (<a href="https://github.com/vitejs/vite/commit/902567ac5327e915ce65d090045fa4922ef9f2b5">902567a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19000">#19000</a></li> <li>fix(ssrTransform): preserve line offset when transforming imports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19004">#19004</a>) (<a href="https://github.com/vitejs/vite/commit/1aa434e8017012bf0939b2ff1a3a66b4bd12b76d">1aa434e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19004">#19004</a></li> <li>chore: fix typo in comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19067">#19067</a>) (<a href="https://github.com/vitejs/vite/commit/eb06ec30bb02ced66274f0fc6e90aff2bb20c632">eb06ec3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19067">#19067</a></li> <li>chore: update comment about <code>build.target</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19047">#19047</a>) (<a href="https://github.com/vitejs/vite/commit/0e9e81f622f13d78ee238c0fa72ba920e23419f4">0e9e81f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19047">#19047</a></li> <li>revert: unpin esbuild version (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19043">#19043</a>) (<a href="https://github.com/vitejs/vite/commit/8bfe247511517c631a26f3931bb3c93a7b0b7446">8bfe247</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19043">#19043</a></li> <li>test(ssr): test virtual module with query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19044">#19044</a>) (<a href="https://github.com/vitejs/vite/commit/a1f4b46896cb4b442b54a8336db8eca6df9ee02d">a1f4b46</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19044">#19044</a></li> </ul> <h2><!-- raw HTML omitted -->6.0.5 (2024-12-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: esbuild regression (pin to 0.24.0) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19027">#19027</a>) (<a href="https://github.com/vitejs/vite/commit/4359e0d5b33afd6259a4dcef787cc2670e963126">4359e0d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19027">#19027</a></li> </ul> <h2><!-- raw HTML omitted -->6.0.4 (2024-12-19)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>this.resolve</code> skipSelf should not skip for different <code>id</code> or <code>import</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18903">#18903</a>) (<a href="https://github.com/vitejs/vite/commit/472732057cb2273908e1fca8aa7dc18a7e1f7c74">4727320</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18903">#18903</a></li> <li>fix: fallback terser to main thread when function options are used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18987">#18987</a>) (<a href="https://github.com/vitejs/vite/commit/12b612d8be2a18456fd94a2f0291d32d1ffb29d4">12b612d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18987">#18987</a></li> <li>fix: merge client and ssr values for <code>pluginContainer.getModuleInfo</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18895">#18895</a>) (<a href="https://github.com/vitejs/vite/commit/258cdd637d1ee80a3c4571685135e89fe283f3a6">258cdd6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18895">#18895</a></li> <li>fix(css): escape double quotes in <code>url()</code> when lightningcss is used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18997">#18997</a>) (<a href="https://github.com/vitejs/vite/commit/3734f8099e3922c189497ce404fe7ff2f8929ae1">3734f80</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18997">#18997</a></li> <li>fix(css): root relative import in sass modern API on Windows (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18945">#18945</a>) (<a href="https://github.com/vitejs/vite/commit/c4b532cc900bf988073583511f57bd581755d5e3">c4b532c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18945">#18945</a></li> <li>fix(css): skip non css in custom sass importer (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18970">#18970</a>) (<a href="https://github.com/vitejs/vite/commit/21680bdf9ca7c12f677136b56e47f46469db8be2">21680bd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18970">#18970</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18967">#18967</a>) (<a href="https://github.com/vitejs/vite/commit/d88d0004a8e891ca6026d356695e0b319caa7fce">d88d000</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18967">#18967</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18996">#18996</a>) (<a href="https://github.com/vitejs/vite/commit/2b4f115129fb3fbd730a92078acb724f8527b7f7">2b4f115</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18996">#18996</a></li> <li>fix(optimizer): keep NODE_ENV as-is when keepProcessEnv is <code>true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18899">#18899</a>) (<a href="https://github.com/vitejs/vite/commit/8a6bb4e11d5c1b61511ae1e5ed3ae3c65a33b2dc">8a6bb4e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18899">#18899</a></li> <li>fix(ssr): recreate ssrCompatModuleRunner on restart (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18973">#18973</a>) (<a href="https://github.com/vitejs/vite/commit/7d6dd5d1d655d173668192509f63ac4ebf7af299">7d6dd5d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18973">#18973</a></li> <li>chore: better validation error message for dts build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18948">#18948</a>) (<a href="https://github.com/vitejs/vite/commit/63b82f1e29a00d06a82144fd03ea8d6eff114290">63b82f1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18948">#18948</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18916">#18916</a>) (<a href="https://github.com/vitejs/vite/commit/ef7a6a35e6827b92445e5a0c2c0022616efc80dd">ef7a6a3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18916">#18916</a></li> <li>chore(deps): update dependency <code>@​rollup/plugin-node-resolve</code> to v16 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18968">#18968</a>) (<a href="https://github.com/vitejs/vite/commit/62fad6d79f83daf916dde866909a2a3dd0c79583">62fad6d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18968">#18968</a></li> <li>refactor: make internal invoke event to use the same interface with <code>handleInvoke</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18902">#18902</a>) (<a href="https://github.com/vitejs/vite/commit/27f691b0c7dca2259108fe6b79583b459429bf7f">27f691b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18902">#18902</a></li> <li>refactor: simplify manifest plugin code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18890">#18890</a>) (<a href="https://github.com/vitejs/vite/commit/1bfe21b9440f318c940f90e425a18588595225fd">1bfe21b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18890">#18890</a></li> <li>test: test <code>ModuleRunnerTransport</code> <code>invoke</code> API (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18865">#18865</a>) (<a href="https://github.com/vitejs/vite/commit/e5f5301924b775837b2a1253c37f76555bce3e3e">e5f5301</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18865">#18865</a></li> <li>test: test output hash changes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18898">#18898</a>) (<a href="https://github.com/vitejs/vite/commit/bfbb130fccefbe7e3880f09defb4fceacce39481">bfbb130</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18898">#18898</a></li> </ul> <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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/vitejs/vite/issues/18885">#18885</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/5c2b4a089a2aa8a51d19195d71080e58268eca93"><code>5c2b4a0</code></a> release: v6.0.6</li> <li><a href="https://github.com/vitejs/vite/commit/9290d85b5d2ad64991bd296157cb3bcb959c341d"><code>9290d85</code></a> fix(css): show correct error when unknown placeholder is used for CSS modules...</li> <li><a href="https://github.com/vitejs/vite/commit/afff05c03266fc76d5ab8928215c89f5992f40f8"><code>afff05c</code></a> fix(css): resolve style tags in HTML files correctly for lightningcss (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19001">#19001</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/eb06ec30bb02ced66274f0fc6e90aff2bb20c632"><code>eb06ec3</code></a> chore: fix typo in comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19067">#19067</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1aa434e8017012bf0939b2ff1a3a66b4bd12b76d"><code>1aa434e</code></a> fix(ssrTransform): preserve line offset when transforming imports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19004">#19004</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/902567ac5327e915ce65d090045fa4922ef9f2b5"><code>902567a</code></a> fix(resolve): handle package.json with UTF-8 BOM (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19000">#19000</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9f10261e7609098b832fd0fb23a64840b3a0d1a0"><code>9f10261</code></a> fix: replace runner-side path normalization with <code>fetchModule</code>-side resolve (...</li> <li><a href="https://github.com/vitejs/vite/commit/8bfe247511517c631a26f3931bb3c93a7b0b7446"><code>8bfe247</code></a> revert: unpin esbuild version (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19043">#19043</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/0e9e81f622f13d78ee238c0fa72ba920e23419f4"><code>0e9e81f</code></a> chore: update comment about <code>build.target</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19047">#19047</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a1f4b46896cb4b442b54a8336db8eca6df9ee02d"><code>a1f4b46</code></a> test(ssr): test virtual module with query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19044">#19044</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v6.0.6/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.4.10&new-version=6.0.6)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:15:43 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/portfolio#176
No description provided.