Skip to content

Conversation

vicdotexe
Copy link
Owner

No description provided.

dependabot bot and others added 30 commits September 1, 2024 13:02
Bumps
[vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)
from 2.0.29 to 2.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/language-tools/releases">vue-tsc's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.4</h2>
<h3>Features</h3>
<ul>
<li><strong>typescript-plugin, language-server:</strong> generate global
types file into <code>node_modules/.vue-global-types</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4752">#4752</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> navigation support for template-ref
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4726">#4726</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>language-core, typescript-plugin, language-server:</strong>
apply snake case on globalTypes filename (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4749">#4749</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> hoist <code>$refs</code> type (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4763">#4763</a>)</li>
<li><strong>language-core:</strong> disable lib check on global types
file (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4767">#4767</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> prevent circular reference of
templateRef (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4768">#4768</a>)
- Thanks to <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li><strong>language-core:</strong> using interface merging for
<code>GlobalComponents</code></li>
<li><strong>language-core:</strong> <code>fallthroughAttributes</code>
causes global components to be self-referential (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4761">#4761</a>)</li>
<li><strong>language-core:</strong> auto-completion for the last line of
template block (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4771">#4771</a>)
- Thanks to <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li><strong>language-core:</strong> update ast correctly on repeated
<code>v-for</code> modifications (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4772">#4772</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-server:</strong> leaking named pipes (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4672">#4672</a>)</li>
<li><strong>typescript-plugin:</strong> compatible with Yarn PnP (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4751">#4751</a>)</li>
<li><strong>vscode:</strong> whitelist <code>ms-dynamics-smb.al</code>
extension for Vue Hybrid Mode. (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4765">#4765</a>)
- Thanks to <a
href="https://github.com/kyleweishaupt"><code>@​kyleweishaupt</code></a>!</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Add optional &quot;dependencies&quot; textarea to issue template (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4758">#4758</a>)
- Thanks to <a
href="https://github.com/davidmatter"><code>@​davidmatter</code></a>!</li>
</ul>
<p>Please refer to <a
href="https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>Sponsors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md">vue-tsc's
changelog</a>.</em></p>
<blockquote>
<h2>2.1.4 <!-- raw HTML omitted -->official<!-- raw HTML omitted -->,
2.1.5 <!-- raw HTML omitted -->insiders<!-- raw HTML omitted -->
(2024-09-01)</h2>
<h3>Features</h3>
<ul>
<li><strong>typescript-plugin, language-server:</strong> generate global
types file into <code>node_modules/.vue-global-types</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4752">#4752</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> navigation support for template-ref
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4726">#4726</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>language-core, typescript-plugin, language-server:</strong>
apply snake case on globalTypes filename (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4749">#4749</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> hoist <code>$refs</code> type (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4763">#4763</a>)</li>
<li><strong>language-core:</strong> disable lib check on global types
file (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4767">#4767</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> prevent circular reference of
templateRef (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4768">#4768</a>)
- Thanks to <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li><strong>language-core:</strong> using interface merging for
<code>GlobalComponents</code></li>
<li><strong>language-core:</strong> <code>fallthroughAttributes</code>
causes global components to be self-referential (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4761">#4761</a>)</li>
<li><strong>language-core:</strong> auto-completion for the last line of
template block (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4771">#4771</a>)
- Thanks to <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li><strong>language-core:</strong> update ast correctly on repeated
<code>v-for</code> modifications (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4772">#4772</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-server:</strong> leaking named pipes (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4672">#4672</a>)</li>
<li><strong>typescript-plugin:</strong> compatible with Yarn PnP (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4751">#4751</a>)</li>
<li><strong>vscode:</strong> whitelist <code>ms-dynamics-smb.al</code>
extension for Vue Hybrid Mode. (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4765">#4765</a>)
- Thanks to <a
href="https://github.com/kyleweishaupt"><code>@​kyleweishaupt</code></a>!</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Add optional &quot;dependencies&quot; textarea to issue template (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4758">#4758</a>)
- Thanks to <a
href="https://github.com/davidmatter"><code>@​davidmatter</code></a>!</li>
</ul>
<h2>2.1.2 <!-- raw HTML omitted -->official<!-- raw HTML omitted -->,
2.1.3 <!-- raw HTML omitted -->insiders<!-- raw HTML omitted -->
(2024-08-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>language-core, typescript-plugin, language-server:</strong>
write globalTypes into dist for correct export (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4740">#4740</a>)
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4737">#4737</a>)
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4738">#4738</a>)
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4739">#4739</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> don't default
<code>vueCompilerOptions.lib</code> to <code>@vue/runtime-dom</code> for
Vue 2</li>
</ul>
<h2>2.1.0 <!-- raw HTML omitted -->official<!-- raw HTML omitted -->,
2.1.1 <!-- raw HTML omitted -->insiders<!-- raw HTML omitted -->
(2024-08-29)</h2>
<h3>Features</h3>
<ul>
<li><strong>language-core:</strong> inlay hints for destructured props
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4634">#4634</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> typed fallthrough attributes (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4103">#4103</a>)
- Thanks to <a
href="https://github.com/A5rocks"><code>@​A5rocks</code></a>, <a
href="https://github.com/so1ve"><code>@​so1ve</code></a>!</li>
<li><strong>language-core:</strong> document links for classname within
<code>:class</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4642">#4642</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> auto infer type for $refs &amp;
useTemplateRef (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4644">#4644</a>)
- Thanks to <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li><strong>language-core:</strong> type support for CSS Modules API (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4674">#4674</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-service:</strong> better completion for directives
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4640">#4640</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-service:</strong> better sorting &amp; filtering of
completion (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4671">#4671</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-service:</strong> add style scoped and module
completion (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4705">#4705</a>)
- Thanks to <a
href="https://github.com/runyasak"><code>@​runyasak</code></a>!</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>vscode:</strong> type of <code>vue.server.hybridMode</code>
config (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4703">#4703</a>)
- Thanks to <a
href="https://github.com/KermanX"><code>@​KermanX</code></a>!</li>
<li><strong>language-core:</strong> dependency on vulnerable version of
<code>vue-template-compiler</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4613">#4613</a>)
- Thanks to <a
href="https://github.com/yyx990803"><code>@​yyx990803</code></a>!</li>
<li><strong>language-core:</strong> support parse method to access ctx
var in object (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4609">#4609</a>)
- Thanks to <a
href="https://github.com/linghaoSu"><code>@​linghaoSu</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/vuejs/language-tools/commits/v2.1.4/packages/tsc">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-tsc&package-manager=npm_and_yarn&previous-version=2.0.29&new-version=2.1.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.5.0 to 22.5.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.5.0&new-version=22.5.2)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)
from 5.1.2 to 5.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@​vitejs/plugin-vue</code>'s
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/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-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@​vitejs/plugin-vue</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.1.3 (2024-08-29)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: upgrade to eslint 9 (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/236a40f">236a40f</a>)</li>
<li>chore: use pnpm catalog for shared deps (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/0735e18">0735e18</a>)</li>
<li>chore(deps): update dependency rollup to ^4.20.0 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/433">#433</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/37c9073">37c9073</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/433">#433</a></li>
<li>chore(deps): update upstream (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/436">#436</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/b75a46f">b75a46f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/436">#436</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/421">#421</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/e3a7fec">e3a7fec</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/421">#421</a></li>
<li>fix(plugin-vue): default value for <code>__VUE_OPTIONS_API__</code>
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/acb57c9">acb57c9</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/438">#438</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/3ef2b6e1eb2e78c2dd698c28d5ae3cc37a094a65"><code>3ef2b6e</code></a>
release: [email protected]</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/b75a46f55b41c3544564a70ada7a4c64c1a47859"><code>b75a46f</code></a>
chore(deps): update upstream (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/436">#436</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/acb57c9269506315893452db7b77c7ee1b30f051"><code>acb57c9</code></a>
fix(plugin-vue): default value for <code>__VUE_OPTIONS_API__</code></li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/e3a7fec3674da5343e6e44c330483dba8e8d3124"><code>e3a7fec</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/421">#421</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/236a40fd6895d402b059771a0648b9d7d049c0c1"><code>236a40f</code></a>
chore: upgrade to eslint 9</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/37c9073fb15cf932ee138b0b919c4265cca5fa40"><code>37c9073</code></a>
chore(deps): update dependency rollup to ^4.20.0 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/433">#433</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/0735e1808dae72dcbbc3f28c7d0f3ba0b0b44e4f"><code>0735e18</code></a>
chore: use pnpm catalog for shared deps</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitejs/plugin-vue&package-manager=npm_and_yarn&previous-version=5.1.2&new-version=5.1.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…to 3.10.2 (#247)

Bumps
[fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot)
from 3.10.1 to 3.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastify/github-action-merge-dependabot/releases">fastify/github-action-merge-dependabot's
releases</a>.</em></p>
<blockquote>
<h2>v3.10.2</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps-dev): bump ip from 2.0.0 to 2.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/581">fastify/github-action-merge-dependabot#581</a></li>
<li>chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/583">fastify/github-action-merge-dependabot#583</a></li>
<li>chore(deps-dev): bump tap from 18.7.0 to 18.7.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/586">fastify/github-action-merge-dependabot#586</a></li>
<li>chore(deps-dev): bump tap from 18.7.1 to 18.7.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/590">fastify/github-action-merge-dependabot#590</a></li>
<li>chore(deps): bump actions-toolkit from <code>5eaca2b</code> to
<code>38b884b</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/598">fastify/github-action-merge-dependabot#598</a></li>
<li>chore(deps): bump dependabot/fetch-metadata from 1 to 2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/592">fastify/github-action-merge-dependabot#592</a></li>
<li>chore(deps-dev): bump sinon from 17.0.1 to 17.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/601">fastify/github-action-merge-dependabot#601</a></li>
<li>chore(deps-dev): bump tap from 18.7.2 to 18.8.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/602">fastify/github-action-merge-dependabot#602</a></li>
<li>chore(deps-dev): bump prettier from 3.2.5 to 3.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/610">fastify/github-action-merge-dependabot#610</a></li>
<li>chore(deps-dev): bump prettier from 3.3.0 to 3.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/614">fastify/github-action-merge-dependabot#614</a></li>
<li>chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/615">fastify/github-action-merge-dependabot#615</a></li>
<li>chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/619">fastify/github-action-merge-dependabot#619</a></li>
<li>chore(deps-dev): bump ws from 8.17.0 to 8.17.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/620">fastify/github-action-merge-dependabot#620</a></li>
<li>chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/628">fastify/github-action-merge-dependabot#628</a></li>
<li>chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/629">fastify/github-action-merge-dependabot#629</a></li>
<li>chore(deps-dev): bump tap from 18.8.0 to 21.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/627">fastify/github-action-merge-dependabot#627</a></li>
<li>chore(deps): bump actions-toolkit from <code>38b884b</code> to
<code>1dbfd49</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/631">fastify/github-action-merge-dependabot#631</a></li>
<li>chore(deps-dev): bump sinon from 17.0.2 to 18.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/604">fastify/github-action-merge-dependabot#604</a></li>
<li>chore(deps-dev): bump tap from 21.0.0 to 21.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/638">fastify/github-action-merge-dependabot#638</a></li>
<li>chore(deps): bump actions-toolkit from <code>1dbfd49</code> to
<code>b64313c</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/646">fastify/github-action-merge-dependabot#646</a></li>
<li>chore(deps): bump actions-toolkit from <code>b64313c</code> to
<code>a2da6cb</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/650">fastify/github-action-merge-dependabot#650</a></li>
<li>chore(deps-dev): bump husky from 8.0.3 to 9.1.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/648">fastify/github-action-merge-dependabot#648</a></li>
<li>chore(deps-dev): bump sinon from 18.0.0 to 19.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/647">fastify/github-action-merge-dependabot#647</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.1...v3.10.2">https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.1...v3.10.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/3892334d1c649bb8119af3d22a3f3766bd5e593f"><code>3892334</code></a>
Release v3.10.2 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/652">#652</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/451ffdf2db5fda5f19e3e62620b344610c54d662"><code>451ffdf</code></a>
chore(deps-dev): bump sinon from 18.0.0 to 19.0.2 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/647">#647</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/12ce969f789b21eedb04ffa81e58409de25e9fdf"><code>12ce969</code></a>
chore(deps-dev): bump husky from 8.0.3 to 9.1.6 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/648">#648</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/07cc0b35cc30960d6090b0f9b810f35922eadfac"><code>07cc0b3</code></a>
chore(deps): bump actions-toolkit from <code>b64313c</code> to
<code>a2da6cb</code> (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/650">#650</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/2fe8db03a1cb0423a67cf8ac6229cbf068615286"><code>2fe8db0</code></a>
chore(deps): bump actions-toolkit from <code>1dbfd49</code> to
<code>b64313c</code> (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/646">#646</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/0723f54b222127edd64542663a655a9b44b8380e"><code>0723f54</code></a>
chore(deps-dev): bump tap from 21.0.0 to 21.0.1 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/638">#638</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/9a1bcd88691f31f8ee81dccfe000477ecdeb1014"><code>9a1bcd8</code></a>
chore(deps-dev): bump sinon from 17.0.2 to 18.0.0 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/604">#604</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/2af3243c7b7be49af8c34658e37b648d9dd1f76a"><code>2af3243</code></a>
chore(deps): bump actions-toolkit from <code>38b884b</code> to
<code>1dbfd49</code> (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/631">#631</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/6089a8666d29e63613b5699f08347b6472cccd7a"><code>6089a86</code></a>
chore(deps-dev): bump tap from 18.8.0 to 21.0.0 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/627">#627</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/6740cdfa1ba373d0f25f45cae44a342b5a1ecca0"><code>6740cdf</code></a>
chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/629">#629</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.1...v3.10.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastify/github-action-merge-dependabot&package-manager=github_actions&previous-version=3.10.1&new-version=3.10.2)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.57.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/a19072f9f17ea8266bc66193e5f8a4bf1368835d"><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/04c718865b75a95ebfc4d429b8c9fad773228624"><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/87ec3c49dd23ab8892bc19aae711292d03a73483"><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/60a12676878c3fe0623c3b93e7565f003daac5f0"><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a0dea8ee01cc4c1b65927562afd3a46418573a02"><code>a0dea8e</code></a>
fix: allow <code>name</code> in global ignores, fix
<code>--no-ignore</code> for non-global (<a
href="https://redirect.github.com/eslint/eslint/issues/18875">#18875</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3836bb48d3f12058ec36c2edf2ca1b50eb1c923b"><code>3836bb4</code></a>
fix: do not crash on error in <code>fs.walk</code> filter (<a
href="https://redirect.github.com/eslint/eslint/issues/18886">#18886</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/2dec349199df4cba1554172ad38163cc09ad0a52"><code>2dec349</code></a>
fix: skip processor code blocks that match only universal patterns (<a
href="https://redirect.github.com/eslint/eslint/issues/18880">#18880</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/6a5add41e80941c7253b56b02815ac316e583006"><code>6a5add4</code></a>
docs: v8.x Add EOL banner (<a
href="https://redirect.github.com/eslint/eslint/issues/18744">#18744</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b034575978e3bb57e2edca0d2dc547c7a3abc928"><code>b034575</code></a>
docs: v8.x add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18731">#18731</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/760ef7d9dbd7b615ccbdc20f02cbc05dbabbada8"><code>760ef7d</code></a>
docs: v8.x add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18740">#18740</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/428b7ea0a9c086b7d8afa0adb629b09d7347d41d"><code>428b7ea</code></a>
docs: Add Powered by Algolia label to the search (<a
href="https://redirect.github.com/eslint/eslint/issues/18658">#18658</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c68c07ff44c180952e93c6f2c860079db6291b29"><code>c68c07f</code></a>
docs: version selectors synchronization (<a
href="https://redirect.github.com/eslint/eslint/issues/18265">#18265</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/35d366aed6e8ab0cfa8f9c9bac4656e3784c11f6"><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630"><code>3f6ce8d</code></a>
chore: pin [email protected] (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9f0754979527d05cd0abb2ea7ab1c3563fb4a361"><code>9f07549</code></a>
chore: ignore <code>/docs/v8.x</code> in link checker (<a
href="https://redirect.github.com/eslint/eslint/issues/18660">#18660</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v8.57.1 - September 16, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630"><code>3f6ce8d</code></a>
chore: pin [email protected] (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a19072f9f17ea8266bc66193e5f8a4bf1368835d"><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/04c718865b75a95ebfc4d429b8c9fad773228624"><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/87ec3c49dd23ab8892bc19aae711292d03a73483"><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/60a12676878c3fe0623c3b93e7565f003daac5f0"><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/35d366aed6e8ab0cfa8f9c9bac4656e3784c11f6"><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a0dea8ee01cc4c1b65927562afd3a46418573a02"><code>a0dea8e</code></a>
fix: allow <code>name</code> in global ignores, fix
<code>--no-ignore</code> for non-global (<a
href="https://redirect.github.com/eslint/eslint/issues/18875">#18875</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3836bb48d3f12058ec36c2edf2ca1b50eb1c923b"><code>3836bb4</code></a>
fix: do not crash on error in <code>fs.walk</code> filter (<a
href="https://redirect.github.com/eslint/eslint/issues/18886">#18886</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/2dec349199df4cba1554172ad38163cc09ad0a52"><code>2dec349</code></a>
fix: skip processor code blocks that match only universal patterns (<a
href="https://redirect.github.com/eslint/eslint/issues/18880">#18880</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/6a5add41e80941c7253b56b02815ac316e583006"><code>6a5add4</code></a>
docs: v8.x Add EOL banner (<a
href="https://redirect.github.com/eslint/eslint/issues/18744">#18744</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b034575978e3bb57e2edca0d2dc547c7a3abc928"><code>b034575</code></a>
docs: v8.x add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18731">#18731</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/760ef7d9dbd7b615ccbdc20f02cbc05dbabbada8"><code>760ef7d</code></a>
docs: v8.x add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18740">#18740</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/428b7ea0a9c086b7d8afa0adb629b09d7347d41d"><code>428b7ea</code></a>
docs: Add Powered by Algolia label to the search (<a
href="https://redirect.github.com/eslint/eslint/issues/18658">#18658</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9f0754979527d05cd0abb2ea7ab1c3563fb4a361"><code>9f07549</code></a>
chore: ignore <code>/docs/v8.x</code> in link checker (<a
href="https://redirect.github.com/eslint/eslint/issues/18660">#18660</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c68c07ff44c180952e93c6f2c860079db6291b29"><code>c68c07f</code></a>
docs: version selectors synchronization (<a
href="https://redirect.github.com/eslint/eslint/issues/18265">#18265</a>)
(Milos Djermanovic)</li>
</ul>
<p>v9.10.0 - September 6, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a>
chore: upgrade to <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.10.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a>
feat: Add types (<a
href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a>
docs: update README (<a
href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a>
feat: limit namespace import identifier in id-length rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)
(ChaedongIm)</li>
<li><a
href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a>
feat: add <code>requireFlag</code> option to
<code>require-unicode-regexp</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)
(Brett Zamir)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a>
docs: specify that <code>ruleId</code> can be <code>null</code> in
custom formatter docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a>
refactor: don't use <code>node.value</code> when removing unused
directives (<a
href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a>
feat: add error message for duplicate flags in
<code>no-invalid-regexp</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a>
feat: report duplicate allowed flags in <code>no-invalid-regexp</code>
(<a
href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a>
refactor: Extract FileContext into class (<a
href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a>
refactor: Use <code>@​eslint/plugin-kit</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a>
chore: added missing ids (<a
href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>)
(Strek)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a>
refactor: Config class (<a
href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>)
(Nicholas C. Zakas)</li>
</ul>
<p>v9.9.1 - August 23, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a>
chore: upgrade to <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.9.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>)
(Nicholas C. Zakas)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/5b9414c501c58bfa85f41f96f821973c41e8ae74"><code>5b9414c</code></a>
8.57.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/f66806ddb37d7e8af92536d84910f0fa15f2ef3e"><code>f66806d</code></a>
Build: changelog update for 8.57.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567"><code>140ec45</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/8"><code>@​8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d"><code>bcdfc04</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630"><code>3f6ce8d</code></a>
chore: pin [email protected] (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a19072f9f17ea8266bc66193e5f8a4bf1368835d"><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/04c718865b75a95ebfc4d429b8c9fad773228624"><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/87ec3c49dd23ab8892bc19aae711292d03a73483"><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/60a12676878c3fe0623c3b93e7565f003daac5f0"><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/35d366aed6e8ab0cfa8f9c9bac4656e3784c11f6"><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.57.0&new-version=8.57.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[semantic-release](https://github.com/semantic-release/semantic-release)
from 24.1.0 to 24.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/semantic-release/semantic-release/releases">semantic-release's
releases</a>.</em></p>
<blockquote>
<h2>v24.1.2</h2>
<h2><a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.1...v24.1.2">24.1.2</a>
(2024-09-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update <code>@semantic-release/github</code>
to <code>v11.0.0</code> (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3460">#3460</a>)
(<a
href="https://github.com/semantic-release/semantic-release/commit/43df51b79ec9c8716b737804486b375459ea177e">43df51b</a>)</li>
</ul>
<h2>v24.1.1</h2>
<h2><a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.0...v24.1.1">24.1.1</a>
(2024-09-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency hosted-git-info to v8 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3436">#3436</a>)
(<a
href="https://github.com/semantic-release/semantic-release/commit/ab10ac1e5124ad0f4fdb2ac108209e9fd7bb2987">ab10ac1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/43df51b79ec9c8716b737804486b375459ea177e"><code>43df51b</code></a>
fix(deps): update <code>@semantic-release/github</code> to
<code>v11.0.0</code> (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3460">#3460</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/4a122e112c55cc692fcd2c3b1c9e8aa1628e4c6d"><code>4a122e1</code></a>
ci(action): update actions/checkout action to v4.2.0 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3457">#3457</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/6b476779f01a83496a2f78b0dc83eaebdad4d3b7"><code>6b47677</code></a>
ci(action): update actions/setup-node action to v4.0.4 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3452">#3452</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/7c4648ce3b8901f1e5f7b467fb488ea98cd967b9"><code>7c4648c</code></a>
chore(deps): update dependency npm-run-all2 to v6.2.3 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3446">#3446</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/f2f3da15be48f92456399458d49a9c30ccc30a53"><code>f2f3da1</code></a>
chore(deps): update dependency publint to v0.2.11 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3448">#3448</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/b95ca315bca443a0fdf0d6145f9a9e1b88339773"><code>b95ca31</code></a>
chore(deps): update dependency sinon to v19.0.2 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3444">#3444</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/24b4562d01a9214b7778af0a4c769eabc1c4296c"><code>24b4562</code></a>
chore(deps): update dependency sinon to v19 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3443">#3443</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/47042adad2b2112cc18c06bc7648e9e5753ec693"><code>47042ad</code></a>
test: remove <code>codecov</code> (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3439">#3439</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/ab10ac1e5124ad0f4fdb2ac108209e9fd7bb2987"><code>ab10ac1</code></a>
fix(deps): update dependency hosted-git-info to v8 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3436">#3436</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/da5f8be86bb583aecc3b0c79ac1f48a605f5c27e"><code>da5f8be</code></a>
chore(deps): update dependency sinon to v18.0.1 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3440">#3440</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.0...v24.1.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semantic-release&package-manager=npm_and_yarn&previous-version=24.1.0&new-version=24.1.2)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)
from 5.1.3 to 5.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@​vitejs/plugin-vue</code>'s
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/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-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@​vitejs/plugin-vue</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.1.4 (2024-09-16)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: format (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6">07b29a6</a>)</li>
<li>chore(deps): update dependency rollup to ^4.21.3 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2">98766c2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/440">#440</a></li>
<li>fix: skip checking private properties of typeParameters (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fff">e4f5fff</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/443">#443</a></li>
<li>fix(plugin-vue): allow overwrite esbuild config (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/1344294">1344294</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/444">#444</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/8d5a270408ff213648cda2a8db8f6cd63d709eb5"><code>8d5a270</code></a>
release: [email protected]</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/07b29a6a3d9818af1fd254a6e27cecdb827435cf"><code>07b29a6</code></a>
chore: format</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/98766c2b39889ccc1cc09b634f184de89b5d9c3e"><code>98766c2</code></a>
chore(deps): update dependency rollup to ^4.21.3 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/440">#440</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/e4f5fffa4a9d4f08668b93cad6a410ccad543541"><code>e4f5fff</code></a>
fix: skip checking private properties of typeParameters (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/443">#443</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/1344294a0f412618d337777d7cfa6664668b41bd"><code>1344294</code></a>
fix(plugin-vue): allow overwrite esbuild config (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/444">#444</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitejs/plugin-vue&package-manager=npm_and_yarn&previous-version=5.1.3&new-version=5.1.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 5.4.2 to 5.4.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.8 (2024-09-25)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18113">#18113</a>,
fix missing source file warning with sass modern api custom importer (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18">#18</a>
(<a
href="https://github.com/vitejs/vite/commit/7d47fc1c749053095a3345ca1d47406a5f31792a">7d47fc1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18183">#18183</a></li>
<li>fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18128">#18128</a>,
ensure sass compiler initialized only once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18184">#18184</a>)
(<a
href="https://github.com/vitejs/vite/commit/8464d976b1d9280ed915622c0e7477b36bdb7d8c">8464d97</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18128">#18128</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18184">#18184</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: treat config file as ESM in Deno (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)
(<a
href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d">b5908a2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.6 (2024-09-16)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: avoid DOM Clobbering gadget in
<code>getRelativeUrlFromDocument</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)
(<a
href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af">179b177</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li>
<li>fix: fs raw query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)
(<a
href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34">6820bb3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.5 (2024-09-13)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix(preload): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>,
throw error preloading module as well (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)
(<a
href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba">faa2405</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18098">#18098</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18099">#18099</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.4 (2024-09-11)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>,
ensure req.url matches moduleByEtag URL to avoid incorrect 304 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18078">#18078</a>)
(<a
href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf">74a79c5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17997">#17997</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18078">#18078</a></li>
<li>fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>,
allow scanning exports from <code>script module</code> in svelte (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18077">#18077</a>)
(<a
href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac">d90ba40</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18063">#18063</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18077">#18077</a></li>
<li>fix(preload): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>,
allow ignoring dep errors (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)
(<a
href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4">8760293</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18046">#18046</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18076">#18076</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.3 (2024-09-03)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: allow getting URL of JS files in publicDir (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17915">#17915</a>)
(<a
href="https://github.com/vitejs/vite/commit/943ece177e7709b3ba574e810afce347c51d4442">943ece1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17915">#17915</a></li>
<li>fix: cjs warning respect the logLevel flag (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17993">#17993</a>)
(<a
href="https://github.com/vitejs/vite/commit/dc3c14f39fcd57867c8ae81b75ae768b53b4b880">dc3c14f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17993">#17993</a></li>
<li>fix: improve CJS warning trace information (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17926">#17926</a>)
(<a
href="https://github.com/vitejs/vite/commit/5c5f82c84bb64309875b42eee9d4dd525ab42e8c">5c5f82c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17926">#17926</a></li>
<li>fix: only remove entry assets handled by Vite core (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17916">#17916</a>)
(<a
href="https://github.com/vitejs/vite/commit/ebfaa7e6019783f308db5e759a6a67abb7cc626c">ebfaa7e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17916">#17916</a></li>
<li>fix: waitForRequestIdle locked (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17982">#17982</a>)
(<a
href="https://github.com/vitejs/vite/commit/ad1376018a94b42540a8488d897cc520849e1228">ad13760</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17982">#17982</a></li>
<li>fix(css): fix directory index import in sass modern api (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17960">#17960</a>)
(<a
href="https://github.com/vitejs/vite/commit/9b001baa70c8489ac5550107c110a5dca281cda4">9b001ba</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17960">#17960</a></li>
<li>fix(css): fix sass <code>file://</code> reference (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17909">#17909</a>)
(<a
href="https://github.com/vitejs/vite/commit/561b940f6f963fbb78058a6e23b4adad53a2edb9">561b940</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17909">#17909</a></li>
<li>fix(css): fix sass modern source map (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17938">#17938</a>)
(<a
href="https://github.com/vitejs/vite/commit/d428e7e3a05f8da5ea00bb1b6a0827a5cc225899">d428e7e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17938">#17938</a></li>
<li>fix(deps): bump tsconfck (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17990">#17990</a>)
(<a
href="https://github.com/vitejs/vite/commit/8c661b20e92f33eb2e3ba3841b20dd6f6076f1ef">8c661b2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17990">#17990</a></li>
<li>fix(html): rewrite assets url in &lt;template&gt; (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17988">#17988</a>)
(<a
href="https://github.com/vitejs/vite/commit/413c86aa971bc1ad8958578c929f45a368799f74">413c86a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17988">#17988</a></li>
<li>fix(preload): add crossorigin attribute in CSS link tags (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17930">#17930</a>)
(<a
href="https://github.com/vitejs/vite/commit/15871c75e0722adeda23f771fd6c45fecba4d118">15871c7</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17930">#17930</a></li>
<li>chore: reduce diffs with v6 branch (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17942">#17942</a>)
(<a
href="https://github.com/vitejs/vite/commit/bf9065aa13da6a519014c3bc1d34cfb1cb49ccca">bf9065a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17942">#17942</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17945">#17945</a>)
(<a
href="https://github.com/vitejs/vite/commit/cfb621e7a5a3e24d710a9af156e6855e73caf891">cfb621e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17945">#17945</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17991">#17991</a>)
(<a
href="https://github.com/vitejs/vite/commit/0ca53cff9ff49108fcec75ff01d2445f9c2f2a4c">0ca53cf</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17991">#17991</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/0474550c9fe0b252536b8d1f5190b3aca8723b71"><code>0474550</code></a>
release: v5.4.8</li>
<li><a
href="https://github.com/vitejs/vite/commit/8464d976b1d9280ed915622c0e7477b36bdb7d8c"><code>8464d97</code></a>
fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18128">#18128</a>,
ensure sass compiler initialized only once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18184">#18184</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/7d47fc1c749053095a3345ca1d47406a5f31792a"><code>7d47fc1</code></a>
fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18113">#18113</a>,
fix missing source file warning with sass modern a...</li>
<li><a
href="https://github.com/vitejs/vite/commit/a403e73d18e73f410d13ee769d343b8c68ff97e6"><code>a403e73</code></a>
release: v5.4.7</li>
<li><a
href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d"><code>b5908a2</code></a>
fix: treat config file as ESM in Deno (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/f9691767ad763720065cc7c5c7f369f97b4e7ea8"><code>f969176</code></a>
release: v5.4.6</li>
<li><a
href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af"><code>179b177</code></a>
fix: avoid DOM Clobbering gadget in
<code>getRelativeUrlFromDocument</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34"><code>6820bb3</code></a>
fix: fs raw query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/37881e71980ddbf6a93444c2d21b8ee6c076ad07"><code>37881e7</code></a>
release: v5.4.5</li>
<li><a
href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba"><code>faa2405</code></a>
fix(preload): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>,
throw error preloading module as well (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.4.8/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.2&new-version=5.4.8)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.8 to 1.79.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.79.4</h2>
<p>To install Sass 1.79.4, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<h3>JS API</h3>
<ul>
<li>Fix a bug where passing <code>green</code> or <code>blue</code> to
<code>color.change()</code> for legacy colors would fail.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1794">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.79.3</h2>
<p>To install Sass 1.79.3, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Update the <code>$channel</code> parameter in the suggested
replacement for <code>color.red()</code>, <code>color.green()</code>,
<code>color.blue()</code>, <code>color.hue()</code>,
<code>color.saturation()</code>, <code>color.lightness()</code>,
<code>color.whiteness()</code>, and <code>color.blackness()</code> to
use a quoted string.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1793">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.79.2</h2>
<p>To install Sass 1.79.2, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>
<p>Add a <code>$space</code> parameter to the suggested replacement for
<code>color.red()</code>, <code>color.green()</code>,
<code>color.blue()</code>, <code>color.hue()</code>,
<code>color.saturation()</code>, <code>color.lightness()</code>,
<code>color.whiteness()</code>, and <code>color.blackness()</code>.</p>
</li>
<li>
<p>Update deprecation warnings for the legacy JS API to include a link
to <a href="https://sass-lang.com/d/legacy-js-api">relevant
documentation</a>.</p>
</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1792">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.79.1</h2>
<p>To install Sass 1.79.1, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.79.4</h2>
<h3>JS API</h3>
<ul>
<li>Fix a bug where passing <code>green</code> or <code>blue</code> to
<code>color.change()</code> for legacy
colors would fail.</li>
</ul>
<h2>1.79.3</h2>
<ul>
<li>Update the <code>$channel</code> parameter in the suggested
replacement for
<code>color.red()</code>, <code>color.green()</code>,
<code>color.blue()</code>, <code>color.hue()</code>,
<code>color.saturation()</code>, <code>color.lightness()</code>,
<code>color.whiteness()</code>, and
<code>color.blackness()</code> to use a quoted string.</li>
</ul>
<h2>1.79.2</h2>
<ul>
<li>
<p>Add a <code>$space</code> parameter to the suggested replacement for
<code>color.red()</code>,
<code>color.green()</code>, <code>color.blue()</code>,
<code>color.hue()</code>, <code>color.saturation()</code>,
<code>color.lightness()</code>, <code>color.whiteness()</code>, and
<code>color.blackness()</code>.</p>
</li>
<li>
<p>Update deprecation warnings for the legacy JS API to include a link
to
<a href="https://sass-lang.com/d/legacy-js-api">relevant
documentation</a>.</p>
</li>
</ul>
<h2>1.79.1</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.79.0</h2>
<ul>
<li>
<p><strong>Breaking change</strong>: Passing a number with unit
<code>%</code> to the <code>$alpha</code> parameter
of <code>color.change()</code>, <code>color.adjust()</code>,
<code>change-color()</code>, and <code>adjust-color()</code>
is now interpreted as a percentage, instead of ignoring the unit. For
example,
<code>color.change(red, $alpha: 50%)</code> now returns <code>rgb(255 0
0 / 0.5)</code>.</p>
</li>
<li>
<p><strong>Potentially breaking compatibility fix</strong>: Sass no
longer rounds RGB channels
to the nearest integer. This means that, for example, <code>rgb(0 0 1)
!= rgb(0 0 0.6)</code>. This matches the latest version of the CSS spec
and browser behavior.</p>
</li>
<li>
<p><strong>Potentially breaking compatibility fix</strong>: Passing
large positive or negative
values to <code>color.adjust()</code> can now cause a color's channels
to go outside that
color's gamut. In most cases this will currently be clipped by the
browser and
end up showing the same color as before, but once browsers implement
gamut
mapping it may produce a different result.</p>
</li>
<li>
<p>Add support for CSS Color Level 4 [color spaces]. Each color value
now tracks
its color space along with the values of each channel in that color
space.
There are two general principles to keep in mind when dealing with new
color
spaces:</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sass/dart-sass/commit/f84e8678f05c72b44f1c6849359cca9d60cde69c"><code>f84e867</code></a>
Fix JS API legacy SassColor.change (<a
href="https://redirect.github.com/sass/dart-sass/issues/2368">#2368</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/72612c4f3d32493a8d7da496f575d7586e9fda0d"><code>72612c4</code></a>
Bump bufbuild/buf-setup-action in /.github/util/initialize (<a
href="https://redirect.github.com/sass/dart-sass/issues/2363">#2363</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/b85ef9c89f23305617dc9f63dad64c874262d63c"><code>b85ef9c</code></a>
Quote <code>$channel</code> in channel function replacement suggestions
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2361">#2361</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/fa4827f4a42a632821211be07e45b6ac7304189b"><code>fa4827f</code></a>
Add documentation link to legacy-js-api warning (<a
href="https://redirect.github.com/sass/dart-sass/issues/2355">#2355</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/7c3f5e2489598eeebe1acb4587e4c30415038f26"><code>7c3f5e2</code></a>
Add a <code>$space</code> parameter to the channel function deprecation
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2354">#2354</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/5fa04d3dbcdbf0911506d11e1847ac64f2fc9f7d"><code>5fa04d3</code></a>
Fix sass-parser publishing (<a
href="https://redirect.github.com/sass/dart-sass/issues/2349">#2349</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/d740d02e10f402f225b77781e4d946dce4c95a10"><code>d740d02</code></a>
Emit deprecation warnings for the legacy JS API (<a
href="https://redirect.github.com/sass/dart-sass/issues/2343">#2343</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/a957eeadd1a8b4a2bebfd3ab4046be457d0d37a4"><code>a957eea</code></a>
Bump chokidar to v4 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2347">#2347</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/aa35aa20dd7b2c6f45e8f31bea18c4b3ac4f0223"><code>aa35aa2</code></a>
Bump bufbuild/buf-setup-action in /.github/util/initialize (<a
href="https://redirect.github.com/sass/dart-sass/issues/2346">#2346</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/f826ed2e543bb5685a901a2ac7c89daf0414afe3"><code>f826ed2</code></a>
Stop emitting <code>mixed-decls</code> in a bunch of unnecessary cases
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2342">#2342</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.77.8...1.79.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.77.8&new-version=1.79.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…to 3.11.0 (#254)

Bumps
[fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot)
from 3.10.2 to 3.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastify/github-action-merge-dependabot/releases">fastify/github-action-merge-dependabot's
releases</a>.</em></p>
<blockquote>
<h2>v3.11.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.1 to
0.38.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/654">fastify/github-action-merge-dependabot#654</a></li>
<li>chore(deps): bump <code>@​actions/core</code> from 1.10.1 to 1.11.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/655">fastify/github-action-merge-dependabot#655</a></li>
<li>feat: add target-indirect option by <a
href="https://github.com/toomuchdesign"><code>@​toomuchdesign</code></a>
in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/660">fastify/github-action-merge-dependabot#660</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/toomuchdesign"><code>@​toomuchdesign</code></a>
made their first contribution in <a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/pull/660">fastify/github-action-merge-dependabot#660</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.2...v3.11.0">https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.2...v3.11.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/c3bde0759d4f24db16f7b250b2122bc2df57e817"><code>c3bde07</code></a>
Release v3.11.0 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/662">#662</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/b35d41422bb01a9c1ded194f32de2c7fd2322769"><code>b35d414</code></a>
feat: add target-indirect option (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/660">#660</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/389cf1f9bfc885a831a4555d2b0cd077261c3f3c"><code>389cf1f</code></a>
chore(deps): bump <code>@​actions/core</code> from 1.10.1 to 1.11.1 (<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/655">#655</a>)</li>
<li><a
href="https://github.com/fastify/github-action-merge-dependabot/commit/f146613ccb1eb095ea05702bab8db085e8577daf"><code>f146613</code></a>
chore(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.1 to 0.38.2
(<a
href="https://redirect.github.com/fastify/github-action-merge-dependabot/issues/654">#654</a>)</li>
<li>See full diff in <a
href="https://github.com/fastify/github-action-merge-dependabot/compare/v3.10.2...v3.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastify/github-action-merge-dependabot&package-manager=github_actions&previous-version=3.10.2&new-version=3.11.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[semantic-release](https://github.com/semantic-release/semantic-release)
from 24.1.2 to 24.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/semantic-release/semantic-release/releases">semantic-release's
releases</a>.</em></p>
<blockquote>
<h2>v24.2.0</h2>
<h1><a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.3...v24.2.0">24.2.0</a>
(2024-10-25)</h1>
<h3>Features</h3>
<ul>
<li>clarify branch existence requirement in error messages (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3462">#3462</a>)
(<a
href="https://github.com/semantic-release/semantic-release/commit/05a2ea9a060e6508abf92087e8c8cc4a7a85604f">05a2ea9</a>)</li>
</ul>
<h2>v24.1.3</h2>
<h2><a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.2...v24.1.3">24.1.3</a>
(2024-10-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>branch-naming:</strong> prevent non-range versions from
being identified as maintenance branches (<a
href="https://github.com/semantic-release/semantic-release/commit/07f2672e25626b7f8c7329216496bfa962b3c6e9">07f2672</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/05a2ea9a060e6508abf92087e8c8cc4a7a85604f"><code>05a2ea9</code></a>
feat: clarify branch existence requirement in error messages (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3462">#3462</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/8940f32ccce455a01a4e32c101bb0f4a809ab00d"><code>8940f32</code></a>
ci(action): update actions/setup-node action to v4.1.0 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3489">#3489</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/789ac43192fa789f160d3bd96e75ede3a91ab70c"><code>789ac43</code></a>
chore(deps): update dependency publint to v0.2.12 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3488">#3488</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/3ba76aeb0d9d8712b08de346e394dffd4dfc0dba"><code>3ba76ae</code></a>
ci(action): update actions/checkout action to v4.2.2 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3486">#3486</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/8612ff146683886fc3fed8e8c257945aa2750fd6"><code>8612ff1</code></a>
chore(deps): update dependency npm-run-all2 to v7.0.1 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3487">#3487</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/e29a8925ebdfb92b9996e36c878553f42295e676"><code>e29a892</code></a>
ci(action): update github/codeql-action action to v3.27.0 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3485">#3485</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/98d606e8f069f2fc8d7ed39a7684ab8cfb56acac"><code>98d606e</code></a>
chore(deps): update dependency npm-run-all2 to v7 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3483">#3483</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/55938c355cc5e254e3adbc2f5a3f9fa90583a4aa"><code>55938c3</code></a>
docs(plugins): community plugin <code>semantic-release-kaniko</code> (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3450">#3450</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/2b4c86cf118d837964385b74deb39ef9e9de8906"><code>2b4c86c</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3481">#3481</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/41c95020fecb8b4dde156c65d2f503eb85b36a9f"><code>41c9502</code></a>
ci(action): update github/codeql-action action to v3.26.13 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3424">#3424</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/semantic-release/semantic-release/compare/v24.1.2...v24.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semantic-release&package-manager=npm_and_yarn&previous-version=24.1.2&new-version=24.2.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)
from 2.1.4 to 2.1.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/language-tools/releases">vue-tsc's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.10</h2>
<h3>Features</h3>
<ul>
<li><strong>language-service:</strong> auto insert <code>const props
=</code> with <code>props</code> completion (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4942">#4942</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>language-core:</strong> revert <a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a></li>
<li><strong>language-core:</strong> inject <code>as</code> assertion of
<code>useCssModule</code> into correct location (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4952">#4952</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> hold prev track id correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4961">#4961</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> generate style modules type as
needed (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4953">#4953</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> reference global types file with
relative path (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4966">#4966</a>)</li>
</ul>
<h3>Refactors</h3>
<ul>
<li><strong>vscode:</strong> rewrite with <a
href="https://kermanx.github.io/reactive-vscode/">Reactive VSCode</a>
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4945">#4945</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a
href="https://github.com/KermanX"><code>@​KermanX</code></a>!</li>
</ul>
<p>Please refer to <a
href="https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>Sponsors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md">vue-tsc's
changelog</a>.</em></p>
<blockquote>
<h2>2.1.10 <!-- raw HTML omitted -->official<!-- raw HTML omitted -->,
2.1.11 <!-- raw HTML omitted -->insiders<!-- raw HTML omitted -->
(2024-10-31)</h2>
<h3>Features</h3>
<ul>
<li><strong>language-service:</strong> auto insert <code>const props
=</code> with <code>props</code> completion (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4942">#4942</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>language-core:</strong> revert <a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a></li>
<li><strong>language-core:</strong> inject <code>as</code> assertion of
<code>useCssModule</code> into correct location (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4952">#4952</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> hold prev track id correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4961">#4961</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> generate style modules type as
needed (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4953">#4953</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> reference global types file with
relative path (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4966">#4966</a>)</li>
</ul>
<h3>Refactors</h3>
<ul>
<li><strong>vscode:</strong> rewrite with <a
href="https://kermanx.github.io/reactive-vscode/">Reactive VSCode</a>
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4945">#4945</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a
href="https://github.com/KermanX"><code>@​KermanX</code></a>!</li>
</ul>
<h2>2.1.8 <!-- raw HTML omitted -->official<!-- raw HTML omitted -->,
2.1.9 <!-- raw HTML omitted -->insiders<!-- raw HTML omitted -->
(2024-10-26)</h2>
<h3>Features</h3>
<ul>
<li><strong>vscode:</strong> reactions visualization now identifies more
use cases <!-- raw HTML omitted -->Insiders<!-- raw HTML omitted
--></li>
<li><strong>language-core:</strong> auto infer <code>$el</code> type (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4805">#4805</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> typed directive arg and modifiers
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4813">#4813</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>language-core:</strong> avoid generic type loss due to
destructured props (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4821">#4821</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> handle <code>v-for</code> with
<code>v-once</code> correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4830">#4830</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> avoid generating zero-length
mappings for interpolation edges</li>
<li><strong>language-core:</strong> don't assign <code>this</code> to
<code>__VLS_ctx</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4845">#4845</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-service:</strong> initialize scope with null
prototype object (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4855">#4855</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> inlay hints for <code>&lt;component
:is&gt;</code> and <code>&lt;slot :name&gt;</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4661">#4661</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a
href="https://github.com/so1ve"><code>@​so1ve</code></a>!</li>
<li><strong>language-core:</strong> should error when invalid syntax at
script end (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4692">#4692</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> correct type inference of
<code>defineModel</code> &amp; <code>defineEmits</code> in generic (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4823">#4823</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> inject generics of
<code>useTemplateRef</code> into correct location (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4829">#4829</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> prevent the generation of generics
in JS (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4836">#4836</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>, <a
href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a>!</li>
<li><strong>language-core:</strong> generate correct reference for
<code>v-on</code> on <code>&lt;slot&gt;</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4864">#4864</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> match classname before
<code>)</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4887">#4887</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-service:</strong> handle internal item key with
leading slash correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4894">#4894</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> correctly obtain the index of style
modules (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4907">#4907</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> refer absolute path of global types
file (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4924">#4924</a>)
- Thanks to <a
href="https://github.com/depressedX"><code>@​depressedX</code></a>!</li>
<li><strong>component-meta:</strong> error when signatures is undefined
(<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4930">#4930</a>)
- Thanks to <a
href="https://github.com/Hannesrasmussen"><code>@​Hannesrasmussen</code></a>!</li>
<li><strong>language-core:</strong> intersect props of generic component
with attrs (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4886">#4886</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> fix incorrect syntax for class
component virtual code</li>
<li><strong>language-core:</strong> generate <code>value</code> instead
of model name into tuple (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4892">#4892</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> infer template ref's type of native
elements with <code>v-for</code> correctly (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4933">#4933</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
<li><strong>language-core:</strong> should wrap item with
<code>Reactive</code> on <code>v-for</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a>)
- Thanks to <a
href="https://github.com/KazariEX"><code>@​KazariEX</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/language-tools/commit/3f3a4b874fa3190aef1c311251591d3b7d86036c"><code>3f3a4b8</code></a>
v2.1.10 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4968">#4968</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/57d6d8631f9f9b37aadafd2f2624f77b5d1cd1e1"><code>57d6d86</code></a>
revert: <a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a></li>
<li><a
href="https://github.com/vuejs/language-tools/commit/13a9e2f3ec9e5234d258b08ae7da49a68a1d2f3e"><code>13a9e2f</code></a>
v2.1.8 (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4946">#4946</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/ae1d696a829e1ec846c3e1f3d24be6d666988173"><code>ae1d696</code></a>
chore: bump Volar</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/8c1672f04c8c0837cf79ca3304aa39d1ae17bd3f"><code>8c1672f</code></a>
fix(language-core): should wrap item with <code>Reactive</code> on
<code>v-for</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4902">#4902</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/06f6f02d30cd20d34c00319128140810d2dc9e0b"><code>06f6f02</code></a>
fix(language-core): generate <code>value</code> instead of model name
into tuple (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4892">#4892</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/994ccd0bc043c732827bbc5bb7469053ee330ae3"><code>994ccd0</code></a>
chore(vscode): switch to <code>&quot;module&quot;:
&quot;CommonJS&quot;</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4944">#4944</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/baa1319e37fd881967791e7ea84be73e02f8a0b3"><code>baa1319</code></a>
fix(language-core): intersect props of generic component with attrs (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4886">#4886</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/c47d53ffbd0464da1bb9081f6cc6957bd149d40c"><code>c47d53f</code></a>
chore: remove <code>importsNotUsedAsValues</code> (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4897">#4897</a>)</li>
<li><a
href="https://github.com/vuejs/language-tools/commit/acddb02ace52947f2cb644333a8364987fcf64a2"><code>acddb02</code></a>
fix(language-core): should error when invalid syntax at script end (<a
href="https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc/issues/4692">#4692</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/language-tools/commits/v2.1.10/packages/tsc">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-tsc&package-manager=npm_and_yarn&previous-version=2.1.4&new-version=2.1.10)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.5.2 to 22.8.6.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.5.2&new-version=22.8.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 5.4.8 to 5.4.10.
<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>v5.4.10</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v5.4.9</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v5.4.9/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/v5.4.10/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.10 (2024-10-23)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18367">#18367</a>,augment
hash for CSS files to prevent chromium erroring by loading previous fil
(<a
href="https://github.com/vitejs/vite/commit/7d1a3bcc436e1697b314bdc9d24c948664a1afb7">7d1a3bc</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18367">#18367</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18412">#18412</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.9 (2024-10-14)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: bump launch-editor-middleware to v2.9.1 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18348">#18348</a>)
(<a
href="https://github.com/vitejs/vite/commit/508d9ab83412c36e33f4c4ca57b891171429cdd3">508d9ab</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18348">#18348</a></li>
<li>fix(css): fix lightningcss dep url resolution with custom root (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18125">#18125</a>)
(<a
href="https://github.com/vitejs/vite/commit/eae00b561e04f1fe1679d3acf4f88b3c42019e4d">eae00b5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18125">#18125</a></li>
<li>fix(data-uri): only match ids starting with <code>data:</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18241">#18241</a>)
(<a
href="https://github.com/vitejs/vite/commit/96084d6e752c03332d101a50bce161a8e3f311cc">96084d6</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18241">#18241</a></li>
<li>fix(deps): bump tsconfck (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18322">#18322</a>)
(<a
href="https://github.com/vitejs/vite/commit/dc5434ce8781d206bcc4b55e90201691125e662c">dc5434c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18322">#18322</a></li>
<li>fix(hmr): don't try to rewrite imports for direct CSS soft
invalidation (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18252">#18252</a>)
(<a
href="https://github.com/vitejs/vite/commit/851b258c346fdddd4467a12f41189b7855df8c43">851b258</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18252">#18252</a></li>
<li>fix(ssr): (backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18150">#18150</a>)
fix source map remapping with multiple sources (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18204">#18204</a>)
(<a
href="https://github.com/vitejs/vite/commit/262a8796d4be2c4b9c812f203ea9177f42360b13">262a879</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18204">#18204</a></li>
<li>chore: update all url references of vitejs.dev to vite.dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18276">#18276</a>)
(<a
href="https://github.com/vitejs/vite/commit/c23558a7af341d13f0c9da691047713965bc7e7d">c23558a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18276">#18276</a></li>
<li>chore: update license copyright (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18278">#18278</a>)
(<a
href="https://github.com/vitejs/vite/commit/1864eb17b21ef21564bd66c6f6a30c2c495e2d4e">1864eb1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18278">#18278</a></li>
<li>docs: update homepage (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18274">#18274</a>)
(<a
href="https://github.com/vitejs/vite/commit/ae4416349e1a373023d0e9e05955d96ae5fa9ab2">ae44163</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18274">#18274</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/5f52bc8b9e4090cdcaf3f704278db30dafc825cc"><code>5f52bc8</code></a>
release: v5.4.10</li>
<li><a
href="https://github.com/vitejs/vite/commit/7d1a3bcc436e1697b314bdc9d24c948664a1afb7"><code>7d1a3bc</code></a>
fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18367">#18367</a>,augment
hash for CSS files to prevent chromium erroring ...</li>
<li><a
href="https://github.com/vitejs/vite/commit/898d61f94b4316993963f593644821aae221d375"><code>898d61f</code></a>
release: v5.4.9</li>
<li><a
href="https://github.com/vitejs/vite/commit/508d9ab83412c36e33f4c4ca57b891171429cdd3"><code>508d9ab</code></a>
fix: bump launch-editor-middleware to v2.9.1 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18348">#18348</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/dc5434ce8781d206bcc4b55e90201691125e662c"><code>dc5434c</code></a>
fix(deps): bump tsconfck (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18322">#18322</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/851b258c346fdddd4467a12f41189b7855df8c43"><code>851b258</code></a>
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18252">#18252</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/96084d6e752c03332d101a50bce161a8e3f311cc"><code>96084d6</code></a>
fix(data-uri): only match ids starting with <code>data:</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18241">#18241</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/eae00b561e04f1fe1679d3acf4f88b3c42019e4d"><code>eae00b5</code></a>
fix(css): fix lightningcss dep url resolution with custom root (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18125">#18125</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/c23558a7af341d13f0c9da691047713965bc7e7d"><code>c23558a</code></a>
chore: update all url references of vitejs.dev to vite.dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18276">#18276</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/1864eb17b21ef21564bd66c6f6a30c2c495e2d4e"><code>1864eb1</code></a>
chore: update license copyright (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18278">#18278</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.4.10/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.8&new-version=5.4.10)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.3.4 to
1.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/releases">vitepress's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.3</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v1.4.2</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v1.4.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v1.4.0</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/vitepress/compare/v1.4.2...v1.4.3">1.4.3</a>
(2024-10-31)</h2>
<h3>Performance Improvements</h3>
<ul>
<li>lazy load shiki languages (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4326">#4326</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/829977876a21da4f0af5d27593a2d81eb9af0c33">8299778</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/vitepress/compare/v1.4.1...v1.4.2">1.4.2</a>
(2024-10-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>cache markdown-it instance and properly dispose shiki on config
reload (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4321">#4321</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/45968cdc509e04f8e191d28ba7d8d97b08fc578e">45968cd</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/acfe97f60872d251c75c5985ca9841f84392850d">acfe97f</a>)</li>
<li><strong>regression:</strong> hmr not working with markdown includes
due to wrong cache key (<a
href="https://github.com/vuejs/vitepress/commit/615aed5df700ad98f82a74fbc785d290d1c5a018">615aed5</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4289">#4289</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/4303">#4303</a></li>
<li>remove explicit chinese fonts (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4286">#4286</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/668e9f7050f236d571fe2fc2f41e5548d974b503">668e9f7</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/b8935502fbb590449e7d094bdde9c9ae1ac67d0c">b893550</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4286">#4286</a></li>
<li><strong>theme/a11y:</strong> don't select search result unless mouse
is actually moved (<a
href="https://github.com/vuejs/vitepress/commit/e638d855cfc8e4e0c9b95c284548ae31233139f5">e638d85</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4297">#4297</a></li>
<li><strong>theme:</strong> add types for <code>VPLink</code>,
<code>VPSocialLink</code> and <code>VPSocialLinks</code> exports (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4284">#4284</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/fcae4d5554df2130b9a7e5ad8e0cc83eccf88bec">fcae4d5</a>)</li>
<li><strong>theme:</strong> don't escape html in <code>siteTitle</code>
(<a
href="https://redirect.github.com/vuejs/vitepress/issues/4308">#4308</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/bd690d6a9b895f15d5906d245b404f02cfce7489">bd690d6</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/vitepress/compare/v1.4.0...v1.4.1">1.4.1</a>
(2024-10-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>broken rewrites on windows (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4268">#4268</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/b46d6d3a204f5ce347647bfd1ab8073bf313afd6">b46d6d3</a>)</li>
<li><strong>client:</strong> use <code>usePreferredDark</code> with
<code>appearance: &quot;force-auto&quot;</code> (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4263">#4263</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/3e8fc40c3621da1ef35645d376dab7765b35bb40">3e8fc40</a>)</li>
<li><strong>client:</strong> wrong script async check (<a
href="https://github.com/vuejs/vitepress/commit/461a5b001d29f95169f60fe28bc610e3f6e8fd66">461a5b0</a>)</li>
<li><strong>theme:</strong> bind missing no icon prop in the menu link
component <a
href="https://redirect.github.com/vuejs/vitepress/issues/4260">#4260</a>
(<a
href="https://github.com/vuejs/vitepress/commit/b96712c0744f9ac7ebd65cf4087b2e9fd0d6762b">b96712c</a>)</li>
<li><strong>theme:</strong> improve local search input a11y (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4066">#4066</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/92b92aefcab9fbb28b51da70ee8ab21724098277">92b92ae</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>experimental:</strong> support passing function for rewrites
(<a
href="https://redirect.github.com/vuejs/vitepress/issues/4274">#4274</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/8436472c7874cb16caf9432660b395ca9ba68f9d">8436472</a>)</li>
</ul>
<h1><a
href="https://github.com/vuejs/vitepress/compare/v1.3.4...v1.4.0">1.4.0</a>
(2024-10-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><code>vueRE</code> conflicting with <code>lineNoRE</code> (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4247">#4247</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/2ac64b8d4180f2a7c54fda57df7f3a0a52488d62">2ac64b8</a>)</li>
<li>hmr not updating page data in rewritten paths and file path is wrong
in mdit for dynamic routes (<a
href="https://github.com/vuejs/vitepress/commit/c46e4b784ddb9ce3bd1cfcc3de1d1d676535cb5b">c46e4b7</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4172">#4172</a></li>
<li>remove font synthesis in webfont mode, google fonts now support
italic axis in inter (<a
href="https://github.com/vuejs/vitepress/commit/1628918f30b5602b83c51a2a8f4ec5e773cf7445">1628918</a>)</li>
<li><strong>theme:</strong> change the order of CSS rules of
<code>VPFlyout</code> (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4225">#4225</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/68150a6f3349c1741ed5683e3010d9ecea02f3a8">68150a6</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4224">#4224</a></li>
<li><strong>theme:</strong> respect custom tag prop in VPButton
component (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4185">#4185</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/9c5d348c034eb6773562c93cad699d287051aa7b">9c5d348</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>data-title</code> attribute for code group label tag (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4152">#4152</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/bc7271d258047feb8a39c97ebc5e2a16bf899bb5">bc7271d</a>)</li>
<li>allow ignoring certain headers and their subtrees completely in
outline (<a
href="https://github.com/vuejs/vitepress/commit/3e11b6abf5fbe80c2bc733f590ab57c7b2cc06f2">3e11b6a</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4171">#4171</a></li>
<li><strong>client:</strong> add <code>onAfterPageLoad</code> hook in
router (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4126">#4126</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/315c22004993f6f1cbdbb59178e46745d8e505a6">315c220</a>)</li>
<li>support adding extra attributes to snippet imports (useful for
twoslash) (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4100">#4100</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/e8f7dd16f6139fdfd129b86caff4b6613dd1e887">e8f7dd1</a>)</li>
<li><strong>theme:</strong> expose theme default VPLink &amp;
VPSocialLink(s) component (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4178">#4178</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/615e33bb24d5005574af971ffcf1f41d751a855c">615e33b</a>)</li>
<li>trigger <code>onContentUpdated</code> on frontmatter-only changes
too (<a
href="https://github.com/vuejs/vitepress/commit/0db269a4c5d90ecf69f0219982cdf8f335e787ce">0db269a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/vitepress/commit/2b3cd95ab112ffce3a168b41c8cca1446d3fb920"><code>2b3cd95</code></a>
release: v1.4.3</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/8f052753deee4645e527797d7ca9b664e3c5d34e"><code>8f05275</code></a>
chore: adjust type cast</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/829977876a21da4f0af5d27593a2d81eb9af0c33"><code>8299778</code></a>
perf: lazy load shiki languages (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4326">#4326</a>)</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/c61775a54f1742a181dd685d92dc29bd60de6440"><code>c61775a</code></a>
docs(ru): update translations (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4323">#4323</a>)</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/67b7d5d87814ecf55cf39536de74272b1b76ff6d"><code>67b7d5d</code></a>
release: v1.4.2</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/615aed5df700ad98f82a74fbc785d290d1c5a018"><code>615aed5</code></a>
fix(regression): hmr not working with markdown includes due to wrong
cache key</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/acfe97f60872d251c75c5985ca9841f84392850d"><code>acfe97f</code></a>
fix: dispose mdit instance on manual restart too</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/45968cdc509e04f8e191d28ba7d8d97b08fc578e"><code>45968cd</code></a>
fix: cache markdown it instance and properly dispose shiki on config
reload (...</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/81fc1481989b49eaa3fb1740ffff997755ca6e37"><code>81fc148</code></a>
style(theme): do not copy <code>lang</code> when copying text (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4316">#4316</a>)</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/bd690d6a9b895f15d5906d245b404f02cfce7489"><code>bd690d6</code></a>
feat(theme): don't escape <code>siteTitle</code> (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4308">#4308</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/vitepress/compare/v1.3.4...v1.4.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitepress&package-manager=npm_and_yarn&previous-version=1.3.4&new-version=1.4.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
from 9.27.0 to 9.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue's
releases</a>.</em></p>
<blockquote>
<h2>v9.32.0</h2>
<h2>✨ Enhancements</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2598">#2598</a>
Added <code>checkMultiRootNodes</code> option to <a
href="https://eslint.vuejs.org/rules/no-duplicate-attr-inheritance.html"><code>vue/no-duplicate-attr-inheritance</code></a>
rule and changed to ignore multi-root components by default.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2610">#2610</a>
Added <code>ignoreElementNamespaces</code> option to <a
href="https://eslint.vuejs.org/rules/no-v-text-v-html-on-component.html"><code>vue/no-v-text-v-html-on-component</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2609">#2609</a>
Added <code>ignoreTags</code> option to <a
href="https://eslint.vuejs.org/rules/attribute-hyphenation.html"><code>vue/attribute-hyphenation</code></a>
rule and <a
href="https://eslint.vuejs.org/rules/v-on-event-hyphenation.html"><code>vue/v-on-event-hyphenation</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2611">#2611</a>
Added <a
href="https://eslint.vuejs.org/rules/restricted-component-names.html"><code>vue/restricted-component-names</code></a>
rule that enforces using only specific component names.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2620">#2620</a>
Added <a
href="https://eslint.vuejs.org/rules/slot-name-casing.html"><code>vue/slot-name-casing</code></a>
rule that enforces specific casing for slot names.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2617">#2617</a>
Added support for type references in <a
href="https://eslint.vuejs.org/rules/require-explicit-slots.html"><code>vue/require-explicit-slots</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2608">#2608</a>
Added support for <code>shallowRef</code> in <a
href="https://eslint.vuejs.org/rules/prefer-use-template-ref.html"><code>vue/prefer-use-template-ref</code></a>
rule.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2612">#2612</a>
Changed <a
href="https://eslint.vuejs.org/rules/prefer-use-template-ref.html"><code>vue/prefer-use-template-ref</code></a>
rule to only check root-level variables.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0</a></p>
<h2>v9.31.0</h2>
<h2>✨ Enhancements</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2594">#2594</a>
Added <code>caseSensitive</code> option to <a
href="https://eslint.vuejs.org/rules/no-reserved-component-names.html"><code>vue/no-reserved-component-names</code></a>
rule.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2554">#2554</a>
Added <a
href="https://eslint.vuejs.org/rules/prefer-use-template-ref.html"><code>vue/prefer-use-template-ref</code></a>
rule that requires using <a
href="https://vuejs.org/api/composition-api-helpers.html#usetemplateref"><code>useTemplateRef()</code></a>
instead of <code>ref()</code> for template refs.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2595">#2595</a>
Made <a
href="https://eslint.vuejs.org/rules/no-empty-component-block.html"><code>vue/no-empty-component-block</code></a>
rule auto-fixable.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2591">#2591</a>
Fixed false positives for <code>v-bind:name</code> in <a
href="https://eslint.vuejs.org/rules/require-explicit-slots.html"><code>vue/require-explicit-slots</code></a>
rule.</li>
</ul>
<h2>⚙️ Updates</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2593">#2593</a>
Updated <a
href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a>
rule to skip TypeScript <code>declare</code> statements.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0</a></p>
<h2>v9.30.0</h2>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2585">#2585</a>
Fixed <a
href="https://eslint.vuejs.org/rules/custom-event-name-casing.html"><code>vue/custom-event-name-casing</code></a>
rule to check <code>defineEmits()</code> variable and
<code>$emit()</code> in <code>\&lt;template&gt;</code>.</li>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2586">#2586</a>
Fixed false negatives and false positives in <a
href="https://eslint.vuejs.org/rules/require-valid-default-prop.html"><code>vue/require-valid-default-prop</code></a>
rule.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0</a></p>
<h2>v9.29.1</h2>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2572">#2572</a>
Fixed index.d.ts</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1</a></p>
<h2>v9.29.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/4cbcad602c8e4ad534ab779a340654f6b3bc5600"><code>4cbcad6</code></a>
9.32.0</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/dc0653520db30b804108c9ffd7202a3a840a9b4a"><code>dc06535</code></a>
docs: add example config with typescript-eslint and Prettier (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2522">#2522</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/618f49c147490f813a3460c86db79b6ccdc19e9c"><code>618f49c</code></a>
fix(require-explicit-slots): add support for type references (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2617">#2617</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/a270df82fef9d3f0e421b2ed27edd42afb25a0a6"><code>a270df8</code></a>
feat: add slot-name-casing rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2620">#2620</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/fdfffd639c21559ea8b7e005420f5f5435c4235b"><code>fdfffd6</code></a>
fix(prefer-use-template-ref): only check root-level variables (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2612">#2612</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/39b353a4bcc6559623369fefd9a1c97746339acc"><code>39b353a</code></a>
Chore: workaround for ESLint Stylistic issue (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2623">#2623</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/bed816bdb803c93c6a1140773c634e59a4cb3452"><code>bed816b</code></a>
feat: add <code>restricted-component-names</code> rule (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2611">#2611</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/9ddf3e5a6d8d38ee3e7c07ee692740218bf1be8e"><code>9ddf3e5</code></a>
feat: add <code>ignoreTags</code> option (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2609">#2609</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/bea53c0aeb4da6e0b3c9e721e1efc905dea188c5"><code>bea53c0</code></a>
feat(no-v-text-v-html-on-component): add ignore namespace option (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2610">#2610</a>)</li>
<li><a
href="https://github.com/vuejs/eslint-plugin-vue/commit/86a813887db9ed7b796b9394e96a6c7ea4d00a8e"><code>86a8138</code></a>
feat(no-duplicate-attr-inheritance): ignore multi root (<a
href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2598">#2598</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.32.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=9.27.0&new-version=9.32.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components)
from 0.27.4 to 0.27.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/unplugin/unplugin-vue-components/releases">unplugin-vue-components's
releases</a>.</em></p>
<blockquote>
<h2>v0.27.5</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Expose new ionic v8 components  -  by <a
href="https://github.com/reslear"><code>@​reslear</code></a> in <a
href="https://redirect.github.com/unplugin/unplugin-vue-components/issues/750">unplugin/unplugin-vue-components#750</a>
<a
href="https://github.com/unplugin/unplugin-vue-components/commit/f107f50"><!--
raw HTML omitted -->(f107f)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/unplugin/unplugin-vue-components/compare/v0.27.4...v0.27.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unplugin/unplugin-vue-components/commit/c1246c143f42c4e38e621b48a3f7f3f697b37a00"><code>c1246c1</code></a>
chore: release v0.27.5</li>
<li><a
href="https://github.com/unplugin/unplugin-vue-components/commit/f107f50d98926049229a0704083c10ca081194ce"><code>f107f50</code></a>
fix: expose new ionic v8 components (<a
href="https://redirect.github.com/unplugin/unplugin-vue-components/issues/750">#750</a>)</li>
<li><a
href="https://github.com/unplugin/unplugin-vue-components/commit/acc3b78fa87ba87613b60de91ea6320c89887e01"><code>acc3b78</code></a>
chore: update deps</li>
<li><a
href="https://github.com/unplugin/unplugin-vue-components/commit/22a8364a57ccd21b34e131667429320e10c0eba6"><code>22a8364</code></a>
chore: update deps</li>
<li><a
href="https://github.com/unplugin/unplugin-vue-components/commit/9d5ad2d1105a363eab1176266a949132fcbaae8a"><code>9d5ad2d</code></a>
docs: add vant and varlet's own auto-import resolver (<a
href="https://redirect.github.com/unplugin/unplugin-vue-components/issues/797">#797</a>)</li>
<li>See full diff in <a
href="https://github.com/unplugin/unplugin-vue-components/compare/v0.27.4...v0.27.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unplugin-vue-components&package-manager=npm_and_yarn&previous-version=0.27.4&new-version=0.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [sass](https://github.com/sass/dart-sass) from 1.79.4 to 1.81.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.81.0</h2>
<p>To install Sass 1.81.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>
<p>Fix a few cases where deprecation warnings weren't being emitted for
global built-in functions whose names overlap with CSS calculations.</p>
</li>
<li>
<p>Add support for the CSS <code>round()</code> calculation with a
single argument, as long as that argument might be a unitless
number.</p>
</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1810">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.80.7</h2>
<p>To install Sass 1.80.7, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<h3>Embedded Host</h3>
<ul>
<li>Don't treat <code>0</code> as <code>undefined</code> for the
<code>green</code> and <code>blue</code> channels in the
<code>LegacyColor</code> constructor.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1807">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.80.6</h2>
<p>To install Sass 1.80.6, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<h3>Command-Line Interface</h3>
<ul>
<li>Make <code>@parcel/watcher</code> an optional dependency so this can
still be installed on operating systems where it's unavailable.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1806">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.80.5</h2>
<p>To install Sass 1.80.5, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.81.0</h2>
<ul>
<li>
<p>Fix a few cases where deprecation warnings weren't being emitted for
global
built-in functions whose names overlap with CSS calculations.</p>
</li>
<li>
<p>Add support for the CSS <code>round()</code> calculation with a
single argument, as long
as that argument might be a unitless number.</p>
</li>
</ul>
<h2>1.80.7</h2>
<h3>Embedded Host</h3>
<ul>
<li>Don't treat <code>0</code> as <code>undefined</code> for the
<code>green</code> and <code>blue</code> channels in the
<code>LegacyColor</code> constructor.</li>
</ul>
<h2>1.80.6</h2>
<h3>Command-Line Interface</h3>
<ul>
<li>Make <code>@parcel/watcher</code> an optional dependency so this can
still be installed
on operating systems where it's unavailable.</li>
</ul>
<h2>1.80.5</h2>
<h3>Embedded Host</h3>
<ul>
<li>Don't produce phantom <code>@import</code> deprecations when using
an importer with the
legacy API.</li>
</ul>
<h2>1.80.4</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.80.3</h2>
<ul>
<li>
<p>Fix a bug where <code>@import url(&quot;...&quot;)</code> would crash
in plain CSS files.</p>
</li>
<li>
<p>Improve consistency of how warnings are emitted by different parts of
the
compiler. This should result in minimal user-visible changes, but
different
types of warnings should now respond more reliably to flags like
<code>--quiet</code>,
<code>--verbose</code>, and <code>--silence-deprecation</code>.</p>
</li>
</ul>
<h2>1.80.2</h2>
<ul>
<li>Fix a bug where deprecation warnings were incorrectly emitted for
the
plain-CSS <code>invert()</code> function.</li>
</ul>
<h2>1.80.1</h2>
<ul>
<li>Fix a bug where repeated deprecation warnings were not automatically
limited.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sass/dart-sass/commit/57a6853e4301148754dc61b201aec166667055b8"><code>57a6853</code></a>
Add support for CSS <code>round()</code> with one unitless argument (<a
href="https://redirect.github.com/sass/dart-sass/issues/2436">#2436</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/e400bddd3e74ec30da7088ed17a75ba139062c87"><code>e400bdd</code></a>
Support <code>@forward</code> in sass-parser (<a
href="https://redirect.github.com/sass/dart-sass/issues/2435">#2435</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/d1fefb6239b18cb27c8ec5bd88f043c5062f1b94"><code>d1fefb6</code></a>
Add a changelog entry for <a
href="https://redirect.github.com/sass/embedded-host-node/issues/349">sass/embedded-host-node#349</a>
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2434">#2434</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/871aefa87a129e4df3db3c4ef54dae3e44b30393"><code>871aefa</code></a>
Bump immutable from 4.3.7 to 5.0.2 in /package (<a
href="https://redirect.github.com/sass/dart-sass/issues/2432">#2432</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/3bc84266dbd6a416a7329bef87852c8df67e6825"><code>3bc8426</code></a>
Bump immutable from 4.3.7 to 5.0.2 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2431">#2431</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/01a2148805f824808292e5500e99db0ca0404140"><code>01a2148</code></a>
Bump bufbuild/buf-setup-action in /.github/util/initialize (<a
href="https://redirect.github.com/sass/dart-sass/issues/2427">#2427</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/39d372615442ded14e6c17ef5440372bc647d70f"><code>39d3726</code></a>
Lazy load <code>@​parcel/watcher</code> and fallback to chokidar (<a
href="https://redirect.github.com/sass/dart-sass/issues/2414">#2414</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/a9254dfad36f90714c01fd43b75ca2b125935692"><code>a9254df</code></a>
Add sass-parser support for the <code>@while</code> rule (<a
href="https://redirect.github.com/sass/dart-sass/issues/2410">#2410</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/df77b66b5d4a09b67cc56d2289bbdaa8ddfd77bb"><code>df77b66</code></a>
Bump gts from 5.3.1 to 6.0.2 in /pkg/sass-parser (<a
href="https://redirect.github.com/sass/dart-sass/issues/2415">#2415</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/be0b42a959e6602251f53c8222735b3e594e0b46"><code>be0b42a</code></a>
Remove a weird newline in analysis/README.md (<a
href="https://redirect.github.com/sass/dart-sass/issues/2416">#2416</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.79.4...1.81.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.79.4&new-version=1.81.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)
from 5.1.4 to 5.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@​vitejs/plugin-vue</code>'s
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/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-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@​vitejs/plugin-vue</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.2.1 (2024-11-26)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: add vite 6 peer dep (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/481">#481</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/4288652">4288652</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/481">#481</a></li>
<li>chore: fix lint (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/378aea3">378aea3</a>)</li>
<li>chore(deps): update dependency rollup to ^4.27.2 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/476">#476</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/b2df95e">b2df95e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/476">#476</a></li>
</ul>
<h2>5.2.0 (2024-11-13)</h2>
<ul>
<li>feat: add a feature option to support custom component id generator
(<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/461">#461</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/7a1fc4c">7a1fc4c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/461">#461</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.1.5 (2024-11-11)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: fix typo (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/464">#464</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/4a811b0">4a811b0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/464">#464</a></li>
<li>chore(deps): update dependency rollup to ^4.24.0 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/448">#448</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/0fc9cd0">0fc9cd0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/448">#448</a></li>
<li>chore(deps): update dependency rollup to ^4.25.0 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/472">#472</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/91210cc">91210cc</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/472">#472</a></li>
<li>chore(deps): update upstream (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/462">#462</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/5625fc9">5625fc9</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/462">#462</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/439">#439</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/e432bcb">e432bcb</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/439">#439</a></li>
<li>fix(hmr): re-resolve script after type dep changed (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/446">#446</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/8f9c624">8f9c624</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/446">#446</a></li>
<li>fix(hmr): should reload if relies file changed after re-render (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/471">#471</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/62b17f3">62b17f3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/471">#471</a></li>
<li>perf: use <code>hash</code> to replace <code>createHash</code> (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/460">#460</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/de88394">de88394</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/460">#460</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/d156ad76822a9cbabaab8ad50eab5c330b1a60e4"><code>d156ad7</code></a>
release: [email protected]</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/4288652649ab19161420aff458fc14c677031d35"><code>4288652</code></a>
chore: add vite 6 peer dep (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/481">#481</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/b2df95ef4876089500543492c3bf74e3c61dfee3"><code>b2df95e</code></a>
chore(deps): update dependency rollup to ^4.27.2 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/476">#476</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/378aea3c8c1161353bf7e615ec61ca9a1388e244"><code>378aea3</code></a>
chore: fix lint</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/7edc3d9d1a0d00acfb068456fb731b276219ac7b"><code>7edc3d9</code></a>
release: [email protected]</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/7a1fc4c3a5e45d7c492b58b8eb2631aa9307051c"><code>7a1fc4c</code></a>
feat: add a feature option to support custom component id generator (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/461">#461</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/7d081cc139d718d7bc23051d9a61deb2a1a82344"><code>7d081cc</code></a>
release: [email protected]</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/91210cc69c5b148c6ada53f0be5e3402d26deb96"><code>91210cc</code></a>
chore(deps): update dependency rollup to ^4.25.0 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/472">#472</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/e432bcb0326b1a559499d8e48749d6e123986442"><code>e432bcb</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/439">#439</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/62b17f3eaf839a9bdaadde5c24e84e4dbf04bbfc"><code>62b17f3</code></a>
fix(hmr): should reload if relies file changed after re-render (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/471">#471</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitejs/plugin-vue&package-manager=npm_and_yarn&previous-version=5.1.4&new-version=5.2.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<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>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/[email protected]/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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.81.0 to 1.83.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.83.0</h2>
<p>To install Sass 1.83.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1830">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.82.0</h2>
<p>To install Sass 1.82.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<h3>Command-Line Interface</h3>
<ul>
<li>
<p>Improve <code>--watch</code> mode reliability when making multiple
changes at once, such as checking out a different Git branch.</p>
</li>
<li>
<p>Parse the <code>calc-size()</code> function as a calculation now that
it's supported in some browsers.</p>
</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Add a <code>SassCalculation.calcSize()</code> function.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1820">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.81.1</h2>
<p>To install Sass 1.81.1, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>No user-visible changes.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1811">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.83.0</h2>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
<h2>1.82.0</h2>
<h3>Command-Line Interface</h3>
<ul>
<li>
<p>Improve <code>--watch</code> mode reliability when making multiple
changes at once, such
as checking out a different Git branch.</p>
</li>
<li>
<p>Parse the <code>calc-size()</code> function as a calculation now that
it's supported in
some browsers.</p>
</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Add a <code>SassCalculation.calcSize()</code> function.</li>
</ul>
<h2>1.81.1</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sass/dart-sass/commit/f38dbb00db942592c64a259bdfd9f961316597f6"><code>f38dbb0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2464">#2464</a>
from sass/rest-param-comma</li>
<li><a
href="https://github.com/sass/dart-sass/commit/0230ccf8518064c62c7b68c6808049764390a59c"><code>0230ccf</code></a>
Update pkg/sass_api/CHANGELOG.md</li>
<li><a
href="https://github.com/sass/dart-sass/commit/dd9b106e7e56201948204d648434ad9f515c25fc"><code>dd9b106</code></a>
Rename ArgumentInvocation and ArgumentDeclaration</li>
<li><a
href="https://github.com/sass/dart-sass/commit/c45bc70b39480c35ea61cf05d27444d87cbb5947"><code>c45bc70</code></a>
Allow a trailing comma after rest parameters and arguments</li>
<li><a
href="https://github.com/sass/dart-sass/commit/219fe67817a1efc769e6ff2a80a59e6ac83def9b"><code>219fe67</code></a>
Fix static analysis issues for dart 3.6 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2462">#2462</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/f9eef8105c898e463b6f661ab82f374616da6f2a"><code>f9eef81</code></a>
Fix links to importers in the internal documentation (<a
href="https://redirect.github.com/sass/dart-sass/issues/2458">#2458</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/1b3c7de8d3b1789ca8d471a0d75241d356a80097"><code>1b3c7de</code></a>
Represent rest parameters as properties on Parameter (<a
href="https://redirect.github.com/sass/dart-sass/issues/2454">#2454</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/7a6722cf29cf3675b3bc4ad9ff32a552ecf00dc3"><code>7a6722c</code></a>
Fix the declaration of ReturnRule._returnExpression (<a
href="https://redirect.github.com/sass/dart-sass/issues/2455">#2455</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/1536dc014637b5676c650e49dcb75a145361fc3b"><code>1536dc0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2453">#2453</a>
from sass/return</li>
<li><a
href="https://github.com/sass/dart-sass/commit/a74f9c301b2ac08c38de7590b6fec7e47caab0aa"><code>a74f9c3</code></a>
Enable useDefineForClassFields and fix affected TS files. (<a
href="https://redirect.github.com/sass/dart-sass/issues/2447">#2447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.81.0...1.83.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.81.0&new-version=1.83.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.8.6 to 22.10.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.8.6&new-version=22.10.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.4.3 to
1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/releases">vitepress's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.0</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v1.4.5</h2>
<p>Please refer to <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/vuejs/vitepress/compare/v1.4.5...v1.5.0">1.5.0</a>
(2024-11-04)</h1>
<h3>Features</h3>
<ul>
<li>on-demand social icons (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4339">#4339</a>)
(<a
href="https://github.com/vuejs/vitepress/commit/05f2f0d26153ace74b6c023184224d4fada137c2">05f2f0d</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4256">#4256</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/4135">#4135</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/4076">#4076</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/3809">#3809</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/3750">#3750</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/1214">#1214</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/2768">#2768</a>
<a
href="https://redirect.github.com/vuejs/vitepress/issues/2861">#2861</a></li>
</ul>
<h2><a
href="https://github.com/vuejs/vitepress/compare/v1.4.4...v1.4.5">1.4.5</a>
(2024-11-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>lang lazy load not working with twoslash (<a
href="https://github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb">fc92a77</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4334">#4334</a></li>
<li>typo in missing language check (<a
href="https://github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172">dcb8450</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/vitepress/commit/867b256e14858df7a8cf9935e45e5bf233782be5"><code>867b256</code></a>
release: v1.5.0</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/05f2f0d26153ace74b6c023184224d4fada137c2"><code>05f2f0d</code></a>
feat: on demand social icons (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4339">#4339</a>)</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/602ae7ba9d27dfc6a55793e62efc936fd0859c2e"><code>602ae7b</code></a>
chore: remove redundant spaces in theme template css (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4337">#4337</a>)</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/1e4917eb309a69c99022d6b56c8ec08d64f2e995"><code>1e4917e</code></a>
release: v1.4.5</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb"><code>fc92a77</code></a>
fix: lazy load language definition on twoslash too</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/11eb13756506e021f14b20005813b899bde9e19e"><code>11eb137</code></a>
release: v1.4.4</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/4dac35fc9ec3eecb4371befa619626ee4db1ba58"><code>4dac35f</code></a>
fix: (temporary patch) lang lazy load not working with twoslash</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172"><code>dcb8450</code></a>
fix: typo in missing language check</li>
<li><a
href="https://github.com/vuejs/vitepress/commit/08a88440ba66c0b50324430373ed9d2b0f69db3f"><code>08a8844</code></a>
Translation fix (<a
href="https://redirect.github.com/vuejs/vitepress/issues/4328">#4328</a>)</li>
<li>See full diff in <a
href="https://github.com/vuejs/vitepress/compare/v1.4.3...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitepress&package-manager=npm_and_yarn&previous-version=1.4.3&new-version=1.5.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adds a new feature which shows events which span midnight to be shown on
both of the day columns in "week" mode.
@vicdotexe vicdotexe merged commit 8a280e3 into main Jan 13, 2025
12 checks passed
@vicdotexe
Copy link
Owner Author

🎉 This PR is included in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@vicdotexe
Copy link
Owner Author

🎉 This PR is included in version 0.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant