Skip to content

Commit

Permalink
deps(example): bump the dependencies group across 1 directory with 5 …
Browse files Browse the repository at this point in the history
…updates (#2767)

Bumps the dependencies group with 5 updates in the /examples/sveltekit directory:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `5.0.2` | `5.0.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.18.0` | `8.19.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.0` | `8.19.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.12.0` | `5.16.6` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.3` | `6.0.7` |


Updates `@sveltejs/vite-plugin-svelte` from 5.0.2 to 5.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/releases"><code>@​sveltejs/vite-plugin-svelte</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/5"><code>@​5</code></a>.0.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix errorhandling to work with errors that don't have a code property (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1054">#1054</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md"><code>@​sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p>
<blockquote>
<h2>5.0.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix errorhandling to work with errors that don't have a code property (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1054">#1054</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/2a8966690fa5d9df955bcd7acdad7f129bffd2be"><code>2a89666</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1056">#1056</a>)</li>
<li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/47184d4194f015442270a280b33ee850ba9b0f83"><code>47184d4</code></a> Use optional chaining to catch null error codes in error.js (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1054">#1054</a>)</li>
<li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/d215c889298d8ad61eda3cfa775e0fa2c55d43fa"><code>d215c88</code></a> chore(deps): bump deps and update test case to match new svelte export (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1049">#1049</a>)</li>
<li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte">compare view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/eslint-plugin` from 8.18.0 to 8.19.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
<blockquote>
<h2>v8.19.1</h2>
<h2>8.19.1 (2025-01-06)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check array generic type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] report correctly on parameters of functions declared with the <code>declare</code> keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove remaining (unsafe) autofixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on shorthand property in an object expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger</li>
<li>mdm317</li>
<li>Ronen Amiel</li>
<li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>v8.19.0</h2>
<h2>8.19.0 (2024-12-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check array predicate functions' return statements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10106">#10106</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> add getConstraintInfo to handle generic constraints better (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10496">#10496</a>)</li>
<li><strong>eslint-plugin:</strong> [array-type] autofix with conditional types needs parentheses (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10522">#10522</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] don't report on indirect circular references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10537">#10537</a>)</li>
<li><strong>eslint-plugin:</strong> [member-ordering] ignore method overloading (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10536">#10536</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Karl Werner</li>
<li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>v8.18.2</h2>
<h2>8.18.2 (2024-12-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] not reporting usages of deprecated declared constants as object value (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10498">#10498</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10494">#10494</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10473">#10473</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
<blockquote>
<h2>8.19.1 (2025-01-06)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] handle literal types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10523">#10523</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on shorthand property in an object expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove remaining (unsafe) autofixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] report correctly on parameters of functions declared with the <code>declare</code> keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check array generic type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger</li>
<li>mdm317</li>
<li>Ronen Amiel</li>
<li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>8.19.0 (2024-12-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check array predicate functions' return statements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10106">#10106</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] ignore method overloading (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10536">#10536</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] don't report on indirect circular references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10537">#10537</a>)</li>
<li><strong>eslint-plugin:</strong> [array-type] autofix with conditional types needs parentheses (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10522">#10522</a>)</li>
<li><strong>eslint-plugin:</strong> add getConstraintInfo to handle generic constraints better (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10496">#10496</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Karl Werner</li>
<li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>8.18.2 (2024-12-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle noUncheckedIndexedAccess true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10514">#10514</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] allow default assertionStyle option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10512">#10512</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle type/value context (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10503">#10503</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10461">#10461</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10490">#10490</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/328b7dfe255b2a9c8226db472b21d070f19193af"><code>328b7df</code></a> chore(release): publish 8.19.1</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5dedb1c97ba3ebfb9a6e7d7609236f4d06af01c5"><code>5dedb1c</code></a> docs: fix incorrect variable name in a comment in code example (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10613">#10613</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e05e56759083946a11b87c1b968c6f12b40a22a"><code>6e05e56</code></a> fix: revert &quot;fix(eslint-plugin): [no-unnecessary-type-assertion] handle liter...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/82716b86f49073719d6928a4cd153c7e7c4118fe"><code>82716b8</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10">#10</a>...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c7154bf71cdceab97133898ac3347d2e6119eb3c"><code>c7154bf</code></a> chore(eslint-plugin): use <code>getConstraintInfo</code> in no-unnecessary-template-expr...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/63b2d3e783a1c6b8810538dd741924a4dd1bf19e"><code>63b2d3e</code></a> fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in a...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4dbf48b8eec0321babb4293a1be71b54dd00c018"><code>4dbf48b</code></a> fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) au...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3bacfa744647d78b9f081177beaecdfbc07893b9"><code>3bacfa7</code></a> chore: upgrade to ts-api-utils 2.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10567">#10567</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4f50f642ece25de4053db1f0785d00a815a491bf"><code>4f50f64</code></a> docs: [return-await] make the rule no longer an extension of ESLint no-return...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4e7f5f86d9b9090fbd9786593802dc6fc94fd134"><code>4e7f5f8</code></a> docs: [prefer-nullish-coalescing] fix admonition (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10574">#10574</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/eslint-plugin">compare view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/parser` from 8.18.0 to 8.19.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v8.19.1</h2>
<h2>8.19.1 (2025-01-06)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check array generic type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] report correctly on parameters of functions declared with the <code>declare</code> keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove remaining (unsafe) autofixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on shorthand property in an object expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger</li>
<li>mdm317</li>
<li>Ronen Amiel</li>
<li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>v8.19.0</h2>
<h2>8.19.0 (2024-12-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check array predicate functions' return statements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10106">#10106</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> add getConstraintInfo to handle generic constraints better (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10496">#10496</a>)</li>
<li><strong>eslint-plugin:</strong> [array-type] autofix with conditional types needs parentheses (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10522">#10522</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] don't report on indirect circular references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10537">#10537</a>)</li>
<li><strong>eslint-plugin:</strong> [member-ordering] ignore method overloading (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10536">#10536</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Karl Werner</li>
<li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>v8.18.2</h2>
<h2>8.18.2 (2024-12-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] not reporting usages of deprecated declared constants as object value (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10498">#10498</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10494">#10494</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10473">#10473</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2>8.19.1 (2025-01-06)</h2>
<p>This was a version bump only for parser to align it with other projects, there were no code changes.</p>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>8.19.0 (2024-12-30)</h2>
<p>This was a version bump only for parser to align it with other projects, there were no code changes.</p>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>8.18.2 (2024-12-23)</h2>
<p>This was a version bump only for parser to align it with other projects, there were no code changes.</p>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
<h2>8.18.1 (2024-12-16)</h2>
<p>This was a version bump only for parser to align it with other projects, there were no code changes.</p>
<p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/328b7dfe255b2a9c8226db472b21d070f19193af"><code>328b7df</code></a> chore(release): publish 8.19.1</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e19f30f1867e0ea2cd39401a46bd334a1f5c1dd7"><code>e19f30f</code></a> chore(release): publish 8.19.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/157b781f2b59c7e9c0d2558ce302cf5c886fddff"><code>157b781</code></a> chore(release): publish 8.18.2</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2ce15840934fb5bf1ad4b1136658be9578ab82c"><code>b2ce158</code></a> chore(release): publish 8.18.1</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d03270fe0d8d05852d0602659e52e80531f92847"><code>d03270f</code></a> chore: fix incorrect licenses (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10481">#10481</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/parser">compare view</a></li>
</ul>
</details>
<br />

Updates `svelte` from 5.12.0 to 5.16.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: Make Tween duration 0 set current to target immediately (<a href="https://redirect.github.com/sveltejs/svelte/pull/14937">#14937</a>)</p>
</li>
<li>
<p>fix: guard against <code>customElements</code> being unavailable in browser extension contexts (<a href="https://redirect.github.com/sveltejs/svelte/pull/14933">#14933</a>)</p>
</li>
<li>
<p>fix: treat <code>inert</code> as a boolean attribute (<a href="https://redirect.github.com/sveltejs/svelte/pull/14935">#14935</a>)</p>
</li>
<li>
<p>fix: remove leading newline from <code>&lt;pre&gt;</code> contents (<a href="https://redirect.github.com/sveltejs/svelte/pull/14922">#14922</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: inherit correct namespace for <code>&lt;title&gt;</code> elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/14817">#14817</a>)</p>
</li>
<li>
<p>fix: don't throw <code>bind_invalid_export</code> if there's also a bindable prop with the same name (<a href="https://redirect.github.com/sveltejs/svelte/pull/14813">#14813</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: use cached indexOf array prototype method internally (<a href="https://redirect.github.com/sveltejs/svelte/pull/14912">#14912</a>)</p>
</li>
<li>
<p>fix: make Tween work with continuous target changes (<a href="https://redirect.github.com/sveltejs/svelte/pull/14895">#14895</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: correctly parse <code>each</code> with loose parser (<a href="https://redirect.github.com/sveltejs/svelte/pull/14887">#14887</a>)</p>
</li>
<li>
<p>fix: apply <code>clsx</code> logic to custom element <code>class</code> attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/14907">#14907</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure disconnected deriveds correctly connect again (<a href="https://redirect.github.com/sveltejs/svelte/pull/14899">#14899</a>)</p>
</li>
<li>
<p>fix: correctly highlight sources reassigned inside <code>trace</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/14811">#14811</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure unowned deriveds correctly get re-linked to the graph (<a href="https://redirect.github.com/sveltejs/svelte/pull/14855">#14855</a>)</p>
</li>
<li>
<p>fix: ensure $inspect.trace works correctly with null values (<a href="https://redirect.github.com/sveltejs/svelte/pull/14853">#14853</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: allow <code>class</code> attribute to be an object or array, using <code>clsx</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/14714">#14714</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p>
<blockquote>
<h2>5.16.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: Make Tween duration 0 set current to target immediately (<a href="https://redirect.github.com/sveltejs/svelte/pull/14937">#14937</a>)</p>
</li>
<li>
<p>fix: guard against <code>customElements</code> being unavailable in browser extension contexts (<a href="https://redirect.github.com/sveltejs/svelte/pull/14933">#14933</a>)</p>
</li>
<li>
<p>fix: treat <code>inert</code> as a boolean attribute (<a href="https://redirect.github.com/sveltejs/svelte/pull/14935">#14935</a>)</p>
</li>
<li>
<p>fix: remove leading newline from <code>&lt;pre&gt;</code> contents (<a href="https://redirect.github.com/sveltejs/svelte/pull/14922">#14922</a>)</p>
</li>
</ul>
<h2>5.16.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: inherit correct namespace for <code>&lt;title&gt;</code> elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/14817">#14817</a>)</p>
</li>
<li>
<p>fix: don't throw <code>bind_invalid_export</code> if there's also a bindable prop with the same name (<a href="https://redirect.github.com/sveltejs/svelte/pull/14813">#14813</a>)</p>
</li>
</ul>
<h2>5.16.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: use cached indexOf array prototype method internally (<a href="https://redirect.github.com/sveltejs/svelte/pull/14912">#14912</a>)</p>
</li>
<li>
<p>fix: make Tween work with continuous target changes (<a href="https://redirect.github.com/sveltejs/svelte/pull/14895">#14895</a>)</p>
</li>
</ul>
<h2>5.16.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: correctly parse <code>each</code> with loose parser (<a href="https://redirect.github.com/sveltejs/svelte/pull/14887">#14887</a>)</p>
</li>
<li>
<p>fix: apply <code>clsx</code> logic to custom element <code>class</code> attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/14907">#14907</a>)</p>
</li>
</ul>
<h2>5.16.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure disconnected deriveds correctly connect again (<a href="https://redirect.github.com/sveltejs/svelte/pull/14899">#14899</a>)</p>
</li>
<li>
<p>fix: correctly highlight sources reassigned inside <code>trace</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/14811">#14811</a>)</p>
</li>
</ul>
<h2>5.16.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: ensure unowned deriveds correctly get re-linked to the graph (<a href="https://redirect.github.com/sveltejs/svelte/pull/14855">#14855</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sveltejs/svelte/commit/4aadb34c02dc6afce56bb0f66bbac117ac56c4e8"><code>4aadb34</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14924">#14924</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/08061c85da6c2c2d5d11d6cdad0a9d387042a784"><code>08061c8</code></a> fix: guard against <code>customElements</code> being unavailable in browser extension co...</li>
<li><a href="https://github.com/sveltejs/svelte/commit/8241096b06d5dfb2fc5374ce704e6b30c01e26dd"><code>8241096</code></a> fix: treat <code>inert</code> as a boolean attribute (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14935">#14935</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/c8865bb4a70ac026b1e85c4f8e8491f2e354ce7b"><code>c8865bb</code></a> fix: make Tween with duration 0 set current to target immediately (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14937">#14937</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/77378688b9b3cb5047e0b33bf6ab630e2d62a85d"><code>7737868</code></a> fix: remove leading newline from <code>\&lt;pre&gt;</code> contents (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14922">#14922</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/08a9d123e81725189e727b18b1f99662ec2a48c8"><code>08a9d12</code></a> chore: use codePointAt instead of implementing it ourselves (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14923">#14923</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/fb67bad5b04a96e416b7896f031353e18b660acb"><code>fb67bad</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14921">#14921</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/72a6c7263cf01db78fc0a713bdf36e8094fd1271"><code>72a6c72</code></a> fix: don't throw <code>bind_invalid_export</code> if there's also a bindable prop with t...</li>
<li><a href="https://github.com/sveltejs/svelte/commit/cd1adbc4e6f4305b4a7f19763299544f480484b2"><code>cd1adbc</code></a> fix: ensure logic blocks keep consistent namespacing (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14817">#14817</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/f5c285080c61e555fbbef9fcdf038cf420698b4a"><code>f5c2850</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14918">#14918</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte">compare view</a></li>
</ul>
</details>
<br />

Updates `vite` from 6.0.3 to 6.0.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>v6.0.7</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<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>
</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.7 (2025-01-02)<!-- raw HTML omitted --></h2>
<ul>
<li>fix: fix <code>minify</code> when <code>builder.sharedPlugins: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19025">#19025</a>) (<a href="https://github.com/vitejs/vite/commit/f7b1964d3a93a21f80b61638fa6ae9606d0a6f4f">f7b1964</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19025">#19025</a></li>
<li>fix: skip the plugin if it has been called before with the same id and importer (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19016">#19016</a>) (<a href="https://github.com/vitejs/vite/commit/b178c90c7d175ea31f8b67dccad3918f820357a4">b178c90</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19016">#19016</a></li>
<li>fix(html): error while removing <code>vite-ignore</code> attribute for inline script (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19062">#19062</a>) (<a href="https://github.com/vitejs/vite/commit/a4922537a8d705da7769d30626a0d846511fc124">a492253</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19062">#19062</a></li>
<li>fix(ssr): fix semicolon injection by ssr transform (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19097">#19097</a>) (<a href="https://github.com/vitejs/vite/commit/1c102d517de52531faf5765632703977a17de65a">1c102d5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19097">#19097</a></li>
<li>perf: skip globbing for static path in warmup (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19107">#19107</a>) (<a href="https://github.com/vitejs/vite/commit/677508bf8268a7b8661e5557a3d0a2a76cab8bd1">677508b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19107">#19107</a></li>
<li>feat(css): show lightningcss warnings (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19076">#19076</a>) (<a href="https://github.com/vitejs/vite/commit/b07c036faf6849fe5ffd03125f25dc00f460f8ba">b07c036</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19076">#19076</a></li>
</ul>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vitejs/vite/commit/a671e58af40191300dbbafd643316bb72c960d84"><code>a671e58</code></a> release: v6.0.7</li>
<li><a href="https://github.com/vitejs/vite/commit/1c102d517de52531faf5765632703977a17de65a"><code>1c102d5</code></a> fix(ssr): fix semicolon injection by ssr transform (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19097">#19097</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/677508bf8268a7b8661e5557a3d0a2a76cab8bd1"><code>677508b</code></a> perf: skip globbing for static path in warmup (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19107">#19107</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/b178c90c7d175ea31f8b67dccad3918f820357a4"><code>b178c90</code></a> fix: skip the plugin if it has been called before with the same id and import...</li>
<li><a href="https://github.com/vitejs/vite/commit/a4922537a8d705da7769d30626a0d846511fc124"><code>a492253</code></a> fix(html): error while removing <code>vite-ignore</code> attribute for inline script (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1">#1</a>...</li>
<li><a href="https://github.com/vitejs/vite/commit/b07c036faf6849fe5ffd03125f25dc00f460f8ba"><code>b07c036</code></a> feat(css): show lightningcss warnings (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19076">#19076</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/f7b1964d3a93a21f80b61638fa6ae9606d0a6f4f"><code>f7b1964</code></a> fix: fix <code>minify</code> when <code>builder.sharedPlugins: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19025">#19025</a>)</li>
<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>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v6.0.7/packages/vite">compare view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 4586013 commit 2f57203
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 203 deletions.
Loading

0 comments on commit 2f57203

Please sign in to comment.