Files
SukiSU-Ultra/website/yarn.lock
dependabot[bot] 83d7db0fbe build(deps): bump the npm group across 1 directory with 23 updates (#2287)
Bumps the npm group with 18 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
|
[@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser)
| `7.26.2` | `7.26.3` |
| [@docsearch/css](https://github.com/algolia/docsearch) | `3.6.2` |
`3.8.0` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) |
`1.2.12` | `1.2.15` |
|
[@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers)
| `1.23.1` | `1.24.2` |
| [@shikijs/vscode-textmate](https://github.com/shikijs/vscode-textmate)
| `9.3.0` | `9.3.1` |
| [@ungap/structured-clone](https://github.com/ungap/structured-clone) |
`1.2.0` | `1.2.1` |
|
[@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)
| `5.2.0` | `5.2.1` |
|
[@vue/devtools-api](https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api)
| `7.6.4` | `7.6.8` |
|
[@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core)
| `11.1.0` | `11.3.0` |
|
[algoliasearch](https://github.com/algolia/algoliasearch-client-javascript)
| `5.15.0` | `5.17.0` |
| [magic-string](https://github.com/rich-harris/magic-string) |
`0.30.13` | `0.30.15` |
| [minisearch](https://github.com/lucaong/minisearch) | `7.1.0` |
`7.1.1` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` |
| [preact](https://github.com/preactjs/preact) | `10.24.3` | `10.25.2` |
| [regex-recursion](https://github.com/slevithan/regex-recursion) |
`4.2.1` | `4.3.0` |
| [rollup](https://github.com/rollup/rollup) | `4.27.3` | `4.28.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) |
`1.23.1` | `1.24.2` |
| [superjson](https://github.com/blitz-js/superjson) | `2.2.1` | `2.2.2`
|


Updates `@babel/parser` from 7.26.2 to 7.26.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@​babel/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.26.3 (2024-12-04)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16958">#16958</a>
[preserveFormat] force semicolons when invalidating ASI (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>

<li><code>babel-helper-builder-binary-assignment-operator-visitor</code>,
<code>babel-plugin-transform-exponentiation-operator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16895">#16895</a>
Remove helper-builder-binary-assignment-operator-visitor (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16959">#16959</a>
perf: Reduce the use of temporary objects (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16923">#16923</a>
perf: Improve scope information collection performance (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16964">#16964</a>
perf: Avoid repeated traversal when creating scope (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16954">#16954</a>
perf: Remove use of <code>simplifyAccess</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Babel Bot (<a
href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.26.3 (2024-12-04)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16958">#16958</a>
[preserveFormat] force semicolons when invalidating ASI (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>

<li><code>babel-helper-builder-binary-assignment-operator-visitor</code>,
<code>babel-plugin-transform-exponentiation-operator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16895">#16895</a>
Remove helper-builder-binary-assignment-operator-visitor (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16959">#16959</a>
perf: Reduce the use of temporary objects (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16923">#16923</a>
perf: Improve scope information collection performance (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16964">#16964</a>
perf: Avoid repeated traversal when creating scope (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16954">#16954</a>
perf: Remove use of <code>simplifyAccess</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="36ca8faeb5"><code>36ca8fa</code></a>
v7.26.3</li>
<li><a
href="eb9088f35d"><code>eb9088f</code></a>
[Babel 8] Use <code>TSQualifiedName</code> for <code>namespace X.Y
{}</code>'s name (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16982">#16982</a>)</li>
<li><a
href="519c8eb44d"><code>519c8eb</code></a>
[Babel 8] Remove <code>TSModuleDeclaration.global</code> (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16952">#16952</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.26.3/packages/babel-parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `@babel/types` from 7.26.0 to 7.26.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@​babel/types</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.26.3 (2024-12-04)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16958">#16958</a>
[preserveFormat] force semicolons when invalidating ASI (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>

<li><code>babel-helper-builder-binary-assignment-operator-visitor</code>,
<code>babel-plugin-transform-exponentiation-operator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16895">#16895</a>
Remove helper-builder-binary-assignment-operator-visitor (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16959">#16959</a>
perf: Reduce the use of temporary objects (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16923">#16923</a>
perf: Improve scope information collection performance (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16964">#16964</a>
perf: Avoid repeated traversal when creating scope (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16954">#16954</a>
perf: Remove use of <code>simplifyAccess</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Babel Bot (<a
href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
<h2>v7.26.2 (2024-10-30)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16903">#16903</a>
fix: Parse placeholder for TS namespace (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16937">#16937</a>
fix: Account for offsets when creating new Position instances (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16948">#16948</a> Fix
mapping of tokens with generated nodes in between (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Babel Bot (<a
href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
<li>Dylan Piercey (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
<li>fisker Cheung (<a
href="https://github.com/fisker"><code>@​fisker</code></a>)</li>
</ul>
<h2>v7.26.1 (2024-10-25)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16936">#16936</a>
fix(parser): offset internal index locations by startIndex (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>Dylan Piercey (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/types</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.26.3 (2024-12-04)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16958">#16958</a>
[preserveFormat] force semicolons when invalidating ASI (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>

<li><code>babel-helper-builder-binary-assignment-operator-visitor</code>,
<code>babel-plugin-transform-exponentiation-operator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16895">#16895</a>
Remove helper-builder-binary-assignment-operator-visitor (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16959">#16959</a>
perf: Reduce the use of temporary objects (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16923">#16923</a>
perf: Improve scope information collection performance (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16964">#16964</a>
perf: Avoid repeated traversal when creating scope (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16954">#16954</a>
perf: Remove use of <code>simplifyAccess</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.26.2 (2024-10-30)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16903">#16903</a>
fix: Parse placeholder for TS namespace (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16937">#16937</a>
fix: Account for offsets when creating new Position instances (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16948">#16948</a> Fix
mapping of tokens with generated nodes in between (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.26.1 (2024-10-25)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16936">#16936</a>
fix(parser): offset internal index locations by startIndex (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="36ca8faeb5"><code>36ca8fa</code></a>
v7.26.3</li>
<li><a
href="eb9088f35d"><code>eb9088f</code></a>
[Babel 8] Use <code>TSQualifiedName</code> for <code>namespace X.Y
{}</code>'s name (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/16982">#16982</a>)</li>
<li><a
href="519c8eb44d"><code>519c8eb</code></a>
[Babel 8] Remove <code>TSModuleDeclaration.global</code> (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/16952">#16952</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.26.3/packages/babel-types">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docsearch/css` from 3.6.2 to 3.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/algolia/docsearch/releases"><code>@​docsearch/css</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.8.0</h2>
<h1><a
href="https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0">3.8.0</a>
(2024-11-12)</h1>
<p>This version introduces a new type <a
href="https://github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19">DocSearchTransformClient</a>
to allow the <code>transformSearchClient</code> to use either the lite
client, or the full algoliasearch client.
Users are encouraged to use the <a
href="https://www.algolia.com/doc/libraries/javascript/v5/methods/search/">lite
client</a> (<code>import { liteClient } from 'algoliasearch/lite</code>)
to reduce bundle size.</p>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> use a minimal type for transformSearchClient
(<a
href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>)
(<a
href="08d9a37807">08d9a37</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>a11y:</strong> add hotkeys to search input aria-label (<a
href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>)
(<a
href="44aa7dcf38">44aa7dc</a>)</li>
</ul>
<h2>v3.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(types): export the types folder by <a
href="https://github.com/millotp"><code>@​millotp</code></a> in <a
href="https://redirect.github.com/algolia/docsearch/pull/2332">algolia/docsearch#2332</a></li>
<li>fix: use npm for release by <a
href="https://github.com/millotp"><code>@​millotp</code></a> in <a
href="https://redirect.github.com/algolia/docsearch/pull/2339">algolia/docsearch#2339</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/phanendraguptha"><code>@​phanendraguptha</code></a>
made their first contribution in <a
href="https://redirect.github.com/algolia/docsearch/pull/2277">algolia/docsearch#2277</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0">https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0</a></p>
<h2>v3.6.3</h2>
<h2>What's Changed</h2>
<ul>
<li>docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase by
<a href="https://github.com/josh-wong"><code>@​josh-wong</code></a> in
<a
href="https://redirect.github.com/algolia/docsearch/pull/2317">algolia/docsearch#2317</a></li>
<li>fix: upgrade algoliasearch to v5 by <a
href="https://github.com/millotp"><code>@​millotp</code></a> in <a
href="https://redirect.github.com/algolia/docsearch/pull/2326">algolia/docsearch#2326</a></li>
<li>fix: use vite instead of parcel in the examples by <a
href="https://github.com/millotp"><code>@​millotp</code></a> in <a
href="https://redirect.github.com/algolia/docsearch/pull/2329">algolia/docsearch#2329</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/millotp"><code>@​millotp</code></a> made
their first contribution in <a
href="https://redirect.github.com/algolia/docsearch/pull/2326">algolia/docsearch#2326</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3">https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/algolia/docsearch/blob/main/CHANGELOG.md"><code>@​docsearch/css</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/algolia/docsearch/compare/v3.7.0...v3.8.0">3.8.0</a>
(2024-11-12)</h1>
<p>This version introduces a new type <a
href="https://github.com/algolia/docsearch/blob/main/packages/docsearch-react/src/DocSearch.tsx#L19">DocSearchTransformClient</a>
to allow the <code>transformSearchClient</code> to use either the lite
client, or the full algoliasearch client.
Users are encouraged to use the <a
href="https://www.algolia.com/doc/libraries/javascript/v5/methods/search/">lite
client</a> (<code>import { liteClient } from 'algoliasearch/lite</code>)
to reduce bundle size.</p>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> use a minimal type for transformSearchClient
(<a
href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>)
(<a
href="08d9a37807">08d9a37</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>a11y:</strong> add hotkeys to search input aria-label (<a
href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>)
(<a
href="44aa7dcf38">44aa7dc</a>)</li>
</ul>
<h1><a
href="https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0">3.7.0</a>
(2024-11-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> export the types folder (<a
href="https://redirect.github.com/algolia/docsearch/issues/2332">#2332</a>)
(<a
href="90ca5fa8ed">90ca5fa</a>)</li>
</ul>
<h2><!-- raw HTML omitted -->3.6.3 (2024-10-31)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: upgrade algoliasearch to v5 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2326">#2326</a>)
(<a
href="https://github.com/algolia/docsearch/commit/93578a4">93578a4</a>),
closes <a
href="https://redirect.github.com/algolia/docsearch/issues/2326">#2326</a></li>
<li>fix: use vite instead of parcel in the examples (<a
href="https://redirect.github.com/algolia/docsearch/issues/2329">#2329</a>)
(<a
href="https://github.com/algolia/docsearch/commit/d360855">d360855</a>),
closes <a
href="https://redirect.github.com/algolia/docsearch/issues/2329">#2329</a></li>
<li>docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase (<a
href="https://redirect.github.com/algolia/docsearch/issues/2317">#2317</a>)
(<a
href="https://github.com/algolia/docsearch/commit/90f3c6a">90f3c6a</a>),
closes <a
href="https://redirect.github.com/algolia/docsearch/issues/2317">#2317</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8e419a0d83"><code>8e419a0</code></a>
chore: release v3.8.0 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2349">#2349</a>)</li>
<li><a
href="08d9a37807"><code>08d9a37</code></a>
fix(types): use a minimal type for transformSearchClient (<a
href="https://redirect.github.com/algolia/docsearch/issues/2348">#2348</a>)</li>
<li><a
href="57eace5541"><code>57eace5</code></a>
chore(deps): dependencies 2024-11-11 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2340">#2340</a>)</li>
<li><a
href="44aa7dcf38"><code>44aa7dc</code></a>
feat(a11y): add hotkeys to search input aria-label (<a
href="https://redirect.github.com/algolia/docsearch/issues/2337">#2337</a>)</li>
<li><a
href="32ec9769fb"><code>32ec976</code></a>
fix: use npm for release (<a
href="https://redirect.github.com/algolia/docsearch/issues/2339">#2339</a>)</li>
<li><a
href="9441df4409"><code>9441df4</code></a>
chore: release v3.7.0 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2338">#2338</a>)</li>
<li><a
href="aa666deccc"><code>aa666de</code></a>
chore(deps): dependencies 2024-11-04 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2335">#2335</a>)</li>
<li><a
href="6579023a2f"><code>6579023</code></a>
chore(docs): fix grammar, improve sentence clarity (<a
href="https://redirect.github.com/algolia/docsearch/issues/2052">#2052</a>)</li>
<li><a
href="c98ae2f25b"><code>c98ae2f</code></a>
chore: updated react docs link (<a
href="https://redirect.github.com/algolia/docsearch/issues/2277">#2277</a>)</li>
<li><a
href="90ca5fa8ed"><code>90ca5fa</code></a>
fix(types): export the types folder (<a
href="https://redirect.github.com/algolia/docsearch/issues/2332">#2332</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/algolia/docsearch/compare/v3.6.2...v3.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@iconify-json/simple-icons` from 1.2.12 to 1.2.15
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/iconify/icon-sets/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `@shikijs/transformers` from 1.23.1 to 1.24.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/transformers</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.24.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>transformers</strong>: Expose
<code>transformerNotationMap</code>  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/b75d9d3e"><!-- raw HTML
omitted -->(b75d9)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.24.1...v1.24.2">View
changes on GitHub</a></h5>
<h2>v1.24.1</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Update grammars and themes  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/c9cfabb1"><!-- raw HTML
omitted -->(c9cfa)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.24.0...v1.24.1">View
changes on GitHub</a></h5>
<h2>v1.24.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Bump oniguruma-to-es for grammar support and perf  -  by <a
href="https://github.com/slevithan"><code>@​slevithan</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/842">shikijs/shiki#842</a>
<a href="https://github.com/shikijs/shiki/commit/fc87512f"><!-- raw HTML
omitted -->(fc875)<!-- raw HTML omitted --></a></li>
<li>Improve js engine support (and run tests) in pre-ES2024 envs  -  by
<a href="https://github.com/slevithan"><code>@​slevithan</code></a> in
<a
href="https://redirect.github.com/shikijs/shiki/issues/847">shikijs/shiki#847</a>
<a href="https://github.com/shikijs/shiki/commit/76cbc7ef"><!-- raw HTML
omitted -->(76cbc)<!-- raw HTML omitted --></a></li>
<li>Bump js engine dependencies to support more grammars  -  by <a
href="https://github.com/slevithan"><code>@​slevithan</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/850">shikijs/shiki#850</a>
<a href="https://github.com/shikijs/shiki/commit/991a3f08"><!-- raw HTML
omitted -->(991a3)<!-- raw HTML omitted --></a></li>
<li>Update deps, support new languages  -  by <a
href="https://github.com/antfu"><code>@​antfu</code></a> <a
href="https://github.com/shikijs/shiki/commit/38e908b5"><!-- raw HTML
omitted -->(38e90)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>monaco</strong>: Add missing theme fontStyle and background
 -  by <a
href="https://github.com/lejunyang"><code>@​lejunyang</code></a> and
<strong>lejunyang</strong> in <a
href="https://redirect.github.com/shikijs/shiki/issues/849">shikijs/shiki#849</a>
<a href="https://github.com/shikijs/shiki/commit/43ff1cf0"><!-- raw HTML
omitted -->(43ff1)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/shikijs/shiki/compare/v1.23.1...v1.24.0">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b28cf13ca3"><code>b28cf13</code></a>
chore: release v1.24.2</li>
<li><a
href="b75d9d3e9f"><code>b75d9d3</code></a>
fix(transformers): expose <code>transformerNotationMap</code></li>
<li><a
href="50f4e13454"><code>50f4e13</code></a>
chore: release v1.24.1</li>
<li><a
href="d1c87faee7"><code>d1c87fa</code></a>
chore: release v1.24.0</li>
<li>See full diff in <a
href="https://github.com/shikijs/shiki/commits/v1.24.2/packages/transformers">compare
view</a></li>
</ul>
</details>
<br />

Updates `@shikijs/vscode-textmate` from 9.3.0 to 9.3.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b2c5788111"><code>b2c5788</code></a>
chore: release v9.3.1</li>
<li><a
href="2fd5e436fa"><code>2fd5e43</code></a>
chore: update deps</li>
<li><a
href="e364f32832"><code>e364f32</code></a>
fix: package.json exports (<a
href="https://redirect.github.com/shikijs/vscode-textmate/issues/2">#2</a>)</li>
<li>See full diff in <a
href="https://github.com/shikijs/vscode-textmate/compare/v9.3.0...v9.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@ungap/structured-clone` from 1.2.0 to 1.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1a255c58e3"><code>1a255c5</code></a>
1.2.1</li>
<li><a
href="87f8247e32"><code>87f8247</code></a>
Updated dev/dependencies</li>
<li><a
href="0f1cdbd129"><code>0f1cdbd</code></a>
Merge pull request <a
href="https://redirect.github.com/ungap/structured-clone/issues/20">#20</a>
from denisx/patch-1</li>
<li><a
href="871b8fd486"><code>871b8fd</code></a>
Update package.json</li>
<li><a
href="68e41b1f89"><code>68e41b1</code></a>
1.2.0</li>
<li>See full diff in <a
href="https://github.com/ungap/structured-clone/compare/v1.2.0...v1.2.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vitejs/plugin-vue` from 5.2.0 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>plugin-vue@5.2.1</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.2.1/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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d156ad7682"><code>d156ad7</code></a>
release: plugin-vue@5.2.1</li>
<li><a
href="4288652649"><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="b2df95ef48"><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="378aea3c8c"><code>378aea3</code></a>
chore: fix lint</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.2.1/packages/plugin-vue">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/devtools-api` from 7.6.4 to 7.6.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/devtools/releases"><code>@​vue/devtools-api</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.6.8</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support <code>vite-plugin-inspect</code> for both Vite 5 and 6  - 
by <a
href="https://github.com/peterpeterparker"><code>@​peterpeterparker</code></a>
in <a
href="https://redirect.github.com/vuejs/devtools/issues/730">vuejs/devtools#730</a>
<a href="https://github.com/vuejs/devtools/commit/c8cfd6a"><!-- raw HTML
omitted -->(c8cfd)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>client</strong>: XSS vulnerability in components tab  -  by
<a href="https://github.com/xuzuodong"><code>@​xuzuodong</code></a> in
<a
href="https://redirect.github.com/vuejs/devtools/issues/726">vuejs/devtools#726</a>
<a href="https://github.com/vuejs/devtools/commit/7749435"><!-- raw HTML
omitted -->(77494)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.7...v7.6.8">View
changes on GitHub</a></h5>
<h2>v7.6.7</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>vite</strong>: Pin <code>vite-plugin-inspect</code> to be
compatible with both vite 5 &amp; 6, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api/issues/716">#716</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/716">vuejs/devtools#716</a>
<a href="https://github.com/vuejs/devtools/commit/39b21bb"><!-- raw HTML
omitted -->(39b21)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.6...v7.6.7">View
changes on GitHub</a></h5>
<h2>v7.6.6</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support vite6  -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> <a
href="https://github.com/vuejs/devtools/commit/36cebad"><!-- raw HTML
omitted -->(36ceb)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.5...v7.6.6">View
changes on GitHub</a></h5>
<h2>v7.6.5</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>client</strong>:
<ul>
<li>Add null-safety check when accessing pinia store state, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api/issues/707">#707</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/707">vuejs/devtools#707</a>
<a href="https://github.com/vuejs/devtools/commit/2fd1be8"><!-- raw HTML
omitted -->(2fd1b)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>kit</strong>:
<ul>
<li>Inspect error with top-level <code>Proxy</code> value  -  by <a
href="https://github.com/FoundTheWOUT"><code>@​FoundTheWOUT</code></a>
and <strong>Alex</strong> in <a
href="https://redirect.github.com/vuejs/devtools/issues/701">vuejs/devtools#701</a>
<a href="https://github.com/vuejs/devtools/commit/4539ee9"><!-- raw HTML
omitted -->(4539e)<!-- raw HTML omitted --></a></li>
<li>Add null-safety check for resolving matched route, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api/issues/708">#708</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/708">vuejs/devtools#708</a>
<a href="https://github.com/vuejs/devtools/commit/89127ac"><!-- raw HTML
omitted -->(89127)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.4...v7.6.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="60595325ab"><code>6059532</code></a>
chore: release v7.6.8</li>
<li><a
href="e310377f70"><code>e310377</code></a>
chore: release v7.6.7</li>
<li><a
href="00da2e8c45"><code>00da2e8</code></a>
chore: release v7.6.6</li>
<li><a
href="8d40c418c8"><code>8d40c41</code></a>
chore: release v7.6.5</li>
<li>See full diff in <a
href="https://github.com/vuejs/devtools/commits/v7.6.8/packages/devtools-api">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/devtools-kit` from 7.6.4 to 7.6.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/devtools/releases"><code>@​vue/devtools-kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.6.8</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support <code>vite-plugin-inspect</code> for both Vite 5 and 6  - 
by <a
href="https://github.com/peterpeterparker"><code>@​peterpeterparker</code></a>
in <a
href="https://redirect.github.com/vuejs/devtools/issues/730">vuejs/devtools#730</a>
<a href="https://github.com/vuejs/devtools/commit/c8cfd6a"><!-- raw HTML
omitted -->(c8cfd)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>client</strong>: XSS vulnerability in components tab  -  by
<a href="https://github.com/xuzuodong"><code>@​xuzuodong</code></a> in
<a
href="https://redirect.github.com/vuejs/devtools/issues/726">vuejs/devtools#726</a>
<a href="https://github.com/vuejs/devtools/commit/7749435"><!-- raw HTML
omitted -->(77494)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.7...v7.6.8">View
changes on GitHub</a></h5>
<h2>v7.6.7</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>vite</strong>: Pin <code>vite-plugin-inspect</code> to be
compatible with both vite 5 &amp; 6, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/716">#716</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/716">vuejs/devtools#716</a>
<a href="https://github.com/vuejs/devtools/commit/39b21bb"><!-- raw HTML
omitted -->(39b21)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.6...v7.6.7">View
changes on GitHub</a></h5>
<h2>v7.6.6</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support vite6  -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> <a
href="https://github.com/vuejs/devtools/commit/36cebad"><!-- raw HTML
omitted -->(36ceb)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.5...v7.6.6">View
changes on GitHub</a></h5>
<h2>v7.6.5</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>client</strong>:
<ul>
<li>Add null-safety check when accessing pinia store state, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/707">#707</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/707">vuejs/devtools#707</a>
<a href="https://github.com/vuejs/devtools/commit/2fd1be8"><!-- raw HTML
omitted -->(2fd1b)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>kit</strong>:
<ul>
<li>Inspect error with top-level <code>Proxy</code> value  -  by <a
href="https://github.com/FoundTheWOUT"><code>@​FoundTheWOUT</code></a>
and <strong>Alex</strong> in <a
href="https://redirect.github.com/vuejs/devtools/issues/701">vuejs/devtools#701</a>
<a href="https://github.com/vuejs/devtools/commit/4539ee9"><!-- raw HTML
omitted -->(4539e)<!-- raw HTML omitted --></a></li>
<li>Add null-safety check for resolving matched route, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/708">#708</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/708">vuejs/devtools#708</a>
<a href="https://github.com/vuejs/devtools/commit/89127ac"><!-- raw HTML
omitted -->(89127)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.4...v7.6.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="60595325ab"><code>6059532</code></a>
chore: release v7.6.8</li>
<li><a
href="77494352b3"><code>7749435</code></a>
fix(client): XSS vulnerability in components tab (<a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/726">#726</a>)</li>
<li><a
href="e310377f70"><code>e310377</code></a>
chore: release v7.6.7</li>
<li><a
href="00da2e8c45"><code>00da2e8</code></a>
chore: release v7.6.6</li>
<li><a
href="8d40c418c8"><code>8d40c41</code></a>
chore: release v7.6.5</li>
<li><a
href="4539ee9c67"><code>4539ee9</code></a>
fix(kit): inspect error with top-level <code>Proxy</code> value (<a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/701">#701</a>)</li>
<li><a
href="bd0effb054"><code>bd0effb</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/702">#702</a>)</li>
<li>See full diff in <a
href="https://github.com/vuejs/devtools/commits/v7.6.8/packages/devtools-kit">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vue/devtools-shared` from 7.6.4 to 7.6.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/devtools/releases"><code>@​vue/devtools-shared</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.6.8</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support <code>vite-plugin-inspect</code> for both Vite 5 and 6  - 
by <a
href="https://github.com/peterpeterparker"><code>@​peterpeterparker</code></a>
in <a
href="https://redirect.github.com/vuejs/devtools/issues/730">vuejs/devtools#730</a>
<a href="https://github.com/vuejs/devtools/commit/c8cfd6a"><!-- raw HTML
omitted -->(c8cfd)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>client</strong>: XSS vulnerability in components tab  -  by
<a href="https://github.com/xuzuodong"><code>@​xuzuodong</code></a> in
<a
href="https://redirect.github.com/vuejs/devtools/issues/726">vuejs/devtools#726</a>
<a href="https://github.com/vuejs/devtools/commit/7749435"><!-- raw HTML
omitted -->(77494)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.7...v7.6.8">View
changes on GitHub</a></h5>
<h2>v7.6.7</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>vite</strong>: Pin <code>vite-plugin-inspect</code> to be
compatible with both vite 5 &amp; 6, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/shared/issues/716">#716</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/716">vuejs/devtools#716</a>
<a href="https://github.com/vuejs/devtools/commit/39b21bb"><!-- raw HTML
omitted -->(39b21)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.6...v7.6.7">View
changes on GitHub</a></h5>
<h2>v7.6.6</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support vite6  -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> <a
href="https://github.com/vuejs/devtools/commit/36cebad"><!-- raw HTML
omitted -->(36ceb)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.5...v7.6.6">View
changes on GitHub</a></h5>
<h2>v7.6.5</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>client</strong>:
<ul>
<li>Add null-safety check when accessing pinia store state, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/shared/issues/707">#707</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/707">vuejs/devtools#707</a>
<a href="https://github.com/vuejs/devtools/commit/2fd1be8"><!-- raw HTML
omitted -->(2fd1b)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>kit</strong>:
<ul>
<li>Inspect error with top-level <code>Proxy</code> value  -  by <a
href="https://github.com/FoundTheWOUT"><code>@​FoundTheWOUT</code></a>
and <strong>Alex</strong> in <a
href="https://redirect.github.com/vuejs/devtools/issues/701">vuejs/devtools#701</a>
<a href="https://github.com/vuejs/devtools/commit/4539ee9"><!-- raw HTML
omitted -->(4539e)<!-- raw HTML omitted --></a></li>
<li>Add null-safety check for resolving matched route, close <a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/shared/issues/708">#708</a>
 -  by <a
href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a
href="https://redirect.github.com/vuejs/devtools/issues/708">vuejs/devtools#708</a>
<a href="https://github.com/vuejs/devtools/commit/89127ac"><!-- raw HTML
omitted -->(89127)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vuejs/devtools/compare/v7.6.4...v7.6.5">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="60595325ab"><code>6059532</code></a>
chore: release v7.6.8</li>
<li><a
href="e310377f70"><code>e310377</code></a>
chore: release v7.6.7</li>
<li><a
href="00da2e8c45"><code>00da2e8</code></a>
chore: release v7.6.6</li>
<li><a
href="36cebad541"><code>36cebad</code></a>
feat: support vite6</li>
<li><a
href="8d40c418c8"><code>8d40c41</code></a>
chore: release v7.6.5</li>
<li><a
href="bd0effb054"><code>bd0effb</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vuejs/devtools/tree/HEAD/packages/shared/issues/702">#702</a>)</li>
<li>See full diff in <a
href="https://github.com/vuejs/devtools/commits/v7.6.8/packages/shared">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vueuse/core` from 11.1.0 to 11.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vueuse/vueuse/releases"><code>@​vueuse/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v11.3.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>OnClickOutside</strong>: Support component with fragments
 -  by <a href="https://github.com/ilyaliao"><code>@​ilyaliao</code></a>
in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4313">vueuse/vueuse#4313</a>
<a href="https://github.com/vueuse/vueuse/commit/fe322bd9"><!-- raw HTML
omitted -->(fe322)<!-- raw HTML omitted --></a></li>
<li><strong>router</strong>: Transform get / set  -  by <a
href="https://github.com/Akryum"><code>@​Akryum</code></a>,
<strong>Anthony Fu</strong> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4326">vueuse/vueuse#4326</a>
<a href="https://github.com/vueuse/vueuse/commit/65aa0765"><!-- raw HTML
omitted -->(65aa0)<!-- raw HTML omitted --></a></li>
<li><strong>useFetch</strong>: Infer 'json' type for array payloads  - 
by <a href="https://github.com/WingSMC"><code>@​WingSMC</code></a>,
<strong>Gergely Dremak</strong> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4329">vueuse/vueuse#4329</a>
<a href="https://github.com/vueuse/vueuse/commit/3d29c16e"><!-- raw HTML
omitted -->(3d29c)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>useFetch</strong>: Ensure single slash  -  by <a
href="https://github.com/mrchar"><code>@​mrchar</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4296">vueuse/vueuse#4296</a>
<a href="https://github.com/vueuse/vueuse/commit/3de68720"><!-- raw HTML
omitted -->(3de68)<!-- raw HTML omitted --></a></li>
<li><strong>useMouse</strong>: Record the previous scroll value  -  by
<a href="https://github.com/pkc918"><code>@​pkc918</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4244">vueuse/vueuse#4244</a>
<a href="https://github.com/vueuse/vueuse/commit/e8d11892"><!-- raw HTML
omitted -->(e8d11)<!-- raw HTML omitted --></a></li>
<li><strong>useMouse</strong>: Correct spelling error  -  by <a
href="https://github.com/pkc918"><code>@​pkc918</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4348">vueuse/vueuse#4348</a>
<a href="https://github.com/vueuse/vueuse/commit/cceebf46"><!-- raw HTML
omitted -->(cceeb)<!-- raw HTML omitted --></a></li>
<li><strong>useRouteParams, useRouteQuery</strong>: Effect triggers
twice with object getter as watch source  -  by <a
href="https://github.com/jack-allocate"><code>@​jack-allocate</code></a>
and <strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4283">vueuse/vueuse#4283</a>
<a href="https://github.com/vueuse/vueuse/commit/44772a44"><!-- raw HTML
omitted -->(44772)<!-- raw HTML omitted --></a></li>
<li><strong>useSortable</strong>: Wrong order of elements  -  by <a
href="https://github.com/ilyaliao"><code>@​ilyaliao</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4332">vueuse/vueuse#4332</a>
<a href="https://github.com/vueuse/vueuse/commit/9e78eda0"><!-- raw HTML
omitted -->(9e78e)<!-- raw HTML omitted --></a></li>
<li><strong>useSwipe</strong>: Allow vertical scrolling during swipe  - 
by <a href="https://github.com/ilyaliao"><code>@​ilyaliao</code></a> in
<a
href="https://redirect.github.com/vueuse/vueuse/issues/4323">vueuse/vueuse#4323</a>
<a href="https://github.com/vueuse/vueuse/commit/1bb547e0"><!-- raw HTML
omitted -->(1bb54)<!-- raw HTML omitted --></a></li>
<li><strong>useUrlSearchParams</strong>: <code>hash</code> mode missing
<code>location.search</code>  -  by <a
href="https://github.com/Huodoo"><code>@​Huodoo</code></a>,
<strong>霍冬冬</strong> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4340">vueuse/vueuse#4340</a>
<a href="https://github.com/vueuse/vueuse/commit/e77cab13"><!-- raw HTML
omitted -->(e77ca)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vueuse/vueuse/compare/v11.2.0...v11.3.0">View
changes on GitHub</a></h5>
<h2>v11.2.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>useBreakpoints</strong>: Add breakpoints for
ElementUI/ElementPlus  -  by <a
href="https://github.com/AAABingBing"><code>@​AAABingBing</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4238">vueuse/vueuse#4238</a>
<a href="https://github.com/vueuse/vueuse/commit/f71e5138"><!-- raw HTML
omitted -->(f71e5)<!-- raw HTML omitted --></a></li>
<li><strong>useMediaControls</strong>: Add playback error event  -  by
<a href="https://github.com/DarrenSG"><code>@​DarrenSG</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4253">vueuse/vueuse#4253</a>
<a href="https://github.com/vueuse/vueuse/commit/e11699d2"><!-- raw HTML
omitted -->(e1169)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>useArrayReduce</strong>: InitialValue can be a function  - 
by <a href="https://github.com/Mutter45"><code>@​Mutter45</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4243">vueuse/vueuse#4243</a>
<a href="https://github.com/vueuse/vueuse/commit/ae542c6b"><!-- raw HTML
omitted -->(ae542)<!-- raw HTML omitted --></a></li>
<li><strong>useDevicesList</strong>: Handle NotAllowedError on
reject/close  -  by <a
href="https://github.com/espensgr"><code>@​espensgr</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4246">vueuse/vueuse#4246</a>
<a href="https://github.com/vueuse/vueuse/commit/bf0f249e"><!-- raw HTML
omitted -->(bf0f2)<!-- raw HTML omitted --></a></li>
<li><strong>useDropZone</strong>: Remove file kind restriction  -  by <a
href="https://github.com/jackcodetw"><code>@​jackcodetw</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4305">vueuse/vueuse#4305</a>
<a href="https://github.com/vueuse/vueuse/commit/1d661f9d"><!-- raw HTML
omitted -->(1d661)<!-- raw HTML omitted --></a></li>
<li><strong>useIntervalFn</strong>: Prevent timer being set after pause
is called in cb  -  by <a
href="https://github.com/laporchen"><code>@​laporchen</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4258">vueuse/vueuse#4258</a>
<a href="https://github.com/vueuse/vueuse/commit/59f8c944"><!-- raw HTML
omitted -->(59f8c)<!-- raw HTML omitted --></a></li>
<li><strong>useManualRefHistory</strong>: <code>canUndo</code> and
<code>canRedo</code> typing to be computed ref  -  by <a
href="https://github.com/roydukkey"><code>@​roydukkey</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4261">vueuse/vueuse#4261</a>
<a href="https://github.com/vueuse/vueuse/commit/b46d2a0e"><!-- raw HTML
omitted -->(b46d2)<!-- raw HTML omitted --></a></li>
<li><strong>useWebSocket</strong>: Autoreconnect when ws close  -  by <a
href="https://github.com/jackcodetw"><code>@​jackcodetw</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4314">vueuse/vueuse#4314</a>
<a href="https://github.com/vueuse/vueuse/commit/08412e8c"><!-- raw HTML
omitted -->(08412)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vueuse/vueuse/compare/v11.1.0...v11.2.0">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e722a2ebf3"><code>e722a2e</code></a>
chore: release v11.3.0</li>
<li><a
href="1d5e978d73"><code>1d5e978</code></a>
docs(useUserMedia): fix examples (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4322">#4322</a>)</li>
<li><a
href="e14618c268"><code>e14618c</code></a>
docs(useIntersectionObserver): update syntax to handle stricter types
(<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4333">#4333</a>)</li>
<li><a
href="fe322bd965"><code>fe322bd</code></a>
feat(OnClickOutside): support component with fragments (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4313">#4313</a>)</li>
<li><a
href="1bb547e0d6"><code>1bb547e</code></a>
fix(useSwipe): allow vertical scrolling during swipe (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4323">#4323</a>)</li>
<li><a
href="3d29c16e48"><code>3d29c16</code></a>
feat(useFetch): infer 'json' type for array payloads (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4329">#4329</a>)</li>
<li><a
href="cceebf4679"><code>cceebf4</code></a>
fix(useMouse): correct spelling error (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4348">#4348</a>)</li>
<li><a
href="e77cab1322"><code>e77cab1</code></a>
fix(useUrlSearchParams): <code>hash</code> mode missing
<code>location.search</code> (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4340">#4340</a>)</li>
<li><a
href="3de68720f4"><code>3de6872</code></a>
fix(useFetch): ensure single slash (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4296">#4296</a>)</li>
<li><a
href="e8d1189283"><code>e8d1189</code></a>
fix(useMouse): record the previous scroll value (<a
href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/4244">#4244</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vueuse/vueuse/commits/v11.3.0/packages/core">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vueuse/metadata` from 11.1.0 to 11.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vueuse/vueuse/releases"><code>@​vueuse/metadata</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v11.3.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>OnClickOutside</strong>: Support component with fragments
 -  by <a href="https://github.com/ilyaliao"><code>@​ilyaliao</code></a>
in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4313">vueuse/vueuse#4313</a>
<a href="https://github.com/vueuse/vueuse/commit/fe322bd9"><!-- raw HTML
omitted -->(fe322)<!-- raw HTML omitted --></a></li>
<li><strong>router</strong>: Transform get / set  -  by <a
href="https://github.com/Akryum"><code>@​Akryum</code></a>,
<strong>Anthony Fu</strong> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4326">vueuse/vueuse#4326</a>
<a href="https://github.com/vueuse/vueuse/commit/65aa0765"><!-- raw HTML
omitted -->(65aa0)<!-- raw HTML omitted --></a></li>
<li><strong>useFetch</strong>: Infer 'json' type for array payloads  - 
by <a href="https://github.com/WingSMC"><code>@​WingSMC</code></a>,
<strong>Gergely Dremak</strong> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4329">vueuse/vueuse#4329</a>
<a href="https://github.com/vueuse/vueuse/commit/3d29c16e"><!-- raw HTML
omitted -->(3d29c)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>useFetch</strong>: Ensure single slash  -  by <a
href="https://github.com/mrchar"><code>@​mrchar</code></a> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4296">vueuse/vueuse#4296</a>
<a href="https://github.com/vueuse/vueuse/commit/3de68720"><!-- raw HTML
omitted -->(3de68)<!-- raw HTML omitted --></a></li>
<li><strong>useMouse</strong>: Record the previous scroll value  -  by
<a href="https://github.com/pkc918"><code>@​pkc918</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4244">vueuse/vueuse#4244</a>
<a href="https://github.com/vueuse/vueuse/commit/e8d11892"><!-- raw HTML
omitted -->(e8d11)<!-- raw HTML omitted --></a></li>
<li><strong>useMouse</strong>: Correct spelling error  -  by <a
href="https://github.com/pkc918"><code>@​pkc918</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4348">vueuse/vueuse#4348</a>
<a href="https://github.com/vueuse/vueuse/commit/cceebf46"><!-- raw HTML
omitted -->(cceeb)<!-- raw HTML omitted --></a></li>
<li><strong>useRouteParams, useRouteQuery</strong>: Effect triggers
twice with object getter as watch source  -  by <a
href="https://github.com/jack-allocate"><code>@​jack-allocate</code></a>
and <strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4283">vueuse/vueuse#4283</a>
<a href="https://github.com/vueuse/vueuse/commit/44772a44"><!-- raw HTML
omitted -->(44772)<!-- raw HTML omitted --></a></li>
<li><strong>useSortable</strong>: Wrong order of elements  -  by <a
href="https://github.com/ilyaliao"><code>@​ilyaliao</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4332">vueuse/vueuse#4332</a>
<a href="https://github.com/vueuse/vueuse/commit/9e78eda0"><!-- raw HTML
omitted -->(9e78e)<!-- raw HTML omitted --></a></li>
<li><strong>useSwipe</strong>: Allow vertical scrolling during swipe  - 
by <a href="https://github.com/ilyaliao"><code>@​ilyaliao</code></a> in
<a
href="https://redirect.github.com/vueuse/vueuse/issues/4323">vueuse/vueuse#4323</a>
<a href="https://github.com/vueuse/vueuse/commit/1bb547e0"><!-- raw HTML
omitted -->(1bb54)<!-- raw HTML omitted --></a></li>
<li><strong>useUrlSearchParams</strong>: <code>hash</code> mode missing
<code>location.search</code>  -  by <a
href="https://github.com/Huodoo"><code>@​Huodoo</code></a>,
<strong>霍冬冬</strong> and <a
href="https://github.com/antfu"><code>@​antfu</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4340">vueuse/vueuse#4340</a>
<a href="https://github.com/vueuse/vueuse/commit/e77cab13"><!-- raw HTML
omitted -->(e77ca)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vueuse/vueuse/compare/v11.2.0...v11.3.0">View
changes on GitHub</a></h5>
<h2>v11.2.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>useBreakpoints</strong>: Add breakpoints for
ElementUI/ElementPlus  -  by <a
href="https://github.com/AAABingBing"><code>@​AAABingBing</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4238">vueuse/vueuse#4238</a>
<a href="https://github.com/vueuse/vueuse/commit/f71e5138"><!-- raw HTML
omitted -->(f71e5)<!-- raw HTML omitted --></a></li>
<li><strong>useMediaControls</strong>: Add playback error event  -  by
<a href="https://github.com/DarrenSG"><code>@​DarrenSG</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4253">vueuse/vueuse#4253</a>
<a href="https://github.com/vueuse/vueuse/commit/e11699d2"><!-- raw HTML
omitted -->(e1169)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>useArrayReduce</strong>: InitialValue can be a function  - 
by <a href="https://github.com/Mutter45"><code>@​Mutter45</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4243">vueuse/vueuse#4243</a>
<a href="https://github.com/vueuse/vueuse/commit/ae542c6b"><!-- raw HTML
omitted -->(ae542)<!-- raw HTML omitted --></a></li>
<li><strong>useDevicesList</strong>: Handle NotAllowedError on
reject/close  -  by <a
href="https://github.com/espensgr"><code>@​espensgr</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4246">vueuse/vueuse#4246</a>
<a href="https://github.com/vueuse/vueuse/commit/bf0f249e"><!-- raw HTML
omitted -->(bf0f2)<!-- raw HTML omitted --></a></li>
<li><strong>useDropZone</strong>: Remove file kind restriction  -  by <a
href="https://github.com/jackcodetw"><code>@​jackcodetw</code></a> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4305">vueuse/vueuse#4305</a>
<a href="https://github.com/vueuse/vueuse/commit/1d661f9d"><!-- raw HTML
omitted -->(1d661)<!-- raw HTML omitted --></a></li>
<li><strong>useIntervalFn</strong>: Prevent timer being set after pause
is called in cb  -  by <a
href="https://github.com/laporchen"><code>@​laporchen</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4258">vueuse/vueuse#4258</a>
<a href="https://github.com/vueuse/vueuse/commit/59f8c944"><!-- raw HTML
omitted -->(59f8c)<!-- raw HTML omitted --></a></li>
<li><strong>useManualRefHistory</strong>: <code>canUndo</code> and
<code>canRedo</code> typing to be computed ref  -  by <a
href="https://github.com/roydukkey"><code>@​roydukkey</code></a> and
<strong>Anthony Fu</strong> in <a
href="https://redirect.github.com/vueuse/vueuse/issues/4261">vueuse/vueuse#4261</a>
<a href="https://github.com/vueuse/vueuse/commit/b46d2a0e"><!-- raw HTML
omitted -->(b46d2)<!-- raw HTML omitted --></a></li>
<li><strong>useWebSocket</strong>: Autoreconnect when ws close  -  by <a
href="https://...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 12:22:48 +08:00

1201 lines
58 KiB
YAML

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@algolia/autocomplete-core@1.17.7":
version "1.17.7"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz#2c410baa94a47c5c5f56ed712bb4a00ebe24088b"
integrity sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==
dependencies:
"@algolia/autocomplete-plugin-algolia-insights" "1.17.7"
"@algolia/autocomplete-shared" "1.17.7"
"@algolia/autocomplete-plugin-algolia-insights@1.17.7":
version "1.17.7"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz#7d2b105f84e7dd8f0370aa4c4ab3b704e6760d82"
integrity sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==
dependencies:
"@algolia/autocomplete-shared" "1.17.7"
"@algolia/autocomplete-preset-algolia@1.17.7":
version "1.17.7"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz#c9badc0d73d62db5bf565d839d94ec0034680ae9"
integrity sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==
dependencies:
"@algolia/autocomplete-shared" "1.17.7"
"@algolia/autocomplete-shared@1.17.7":
version "1.17.7"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz#105e84ad9d1a31d3fb86ba20dc890eefe1a313a0"
integrity sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==
"@algolia/client-abtesting@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/client-abtesting/-/client-abtesting-5.17.0.tgz#9f1e3edb9ccd256ebad75490390b8c16bbb4cddd"
integrity sha512-6+7hPdOEPfJqjWNYPRaVcttLLAtVqQyp1U7xBA1e1uSya1ivIr9FtS/GBr31mfvwk2N2yxV4W7itxuBtST8SWg==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/client-analytics@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-5.17.0.tgz#8d3fdd97ac48940f47cb392ae9be27b15c707197"
integrity sha512-nhJ+elL8h0Fts3xD9261zE2NvTs7nPMe9/SfAgMnWnbvxmuhJn7ZymnBsfm2VkTDb4Dy810ZAdBfzYEk7PjlAw==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/client-common@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.17.0.tgz#000a8cfadbda56e90563d2cf0872de98940ff153"
integrity sha512-9eC8i41/4xcQ/wI6fVM4LwC/ZGcDl3mToqjM0wTZzePWhXgRrdzOzqy/XgP+L1yYCDfkMFBZZsruNL5U8aEOag==
"@algolia/client-insights@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.17.0.tgz#b2d869e24914ea1b31fa8b79ead57c92ec83c809"
integrity sha512-JL/vWNPUIuScsJubyC4aPHkpMftlK2qGqMiR2gy0rGvrh8v0w+ec6Ebq+efoFgE8wO55HJPTxiKeerE1DaQgvA==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/client-personalization@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-5.17.0.tgz#99884afab8c30c6079cc737b0eb4cc206e492462"
integrity sha512-PkMUfww8QiRpyLkW4kzmc7IJDcW90sfUpnTgUOVlug5zEE2iv1ruHrJxdcNRTXkA0fgVpHu3oxXmCQL/ie2p7A==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/client-query-suggestions@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/client-query-suggestions/-/client-query-suggestions-5.17.0.tgz#748fcd97192b7c208e42c855faf2528ff26e1eca"
integrity sha512-bokfgPN2whetLuiX9NB6C6d7Eke+dvHuASOPiB+jdI8Z6hacLHkcJjYeZY4Mppj0/oJ1KlyNivj+8WNpZeGhYA==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/client-search@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.17.0.tgz#ee666d847d9753e7962c06f0a00036779c735767"
integrity sha512-alY3U79fiEvlR/0optgt1LZp9MfthXFnuEA4GYS81svozDOF61gdvxgBjt6SYtmskmTQQZDWVgakvUvvHrDzMw==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/ingestion@1.17.0":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@algolia/ingestion/-/ingestion-1.17.0.tgz#a6d2ebb9feb7ef7e5ef206c05575743cbc350587"
integrity sha512-9+mO+FbIpWz6izh1lXzON9BcenBKx4K3qVjSWiFFmL8nv+7b7zpGq++LXWr/Lxv/bZ9+D71Go6QVL6AZQhFOmg==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/monitoring@1.17.0":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@algolia/monitoring/-/monitoring-1.17.0.tgz#c89c2277a91d5bf5e36385dd9cc363e90206e60c"
integrity sha512-Db7Qh51zVchmHa8d9nQFzTz2Ta6H2D4dpCnPj1giC/LE6UG/6e3iOnRxUzV+9ZR7etHKIrri2hbnkyNrvbqA9A==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/recommend@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-5.17.0.tgz#dd770f09eee811b2bdb9f9535fa7dba425d77e68"
integrity sha512-7vM4+mfuLYbslj8+RNsP/ISwY7izu5HcQqQhA0l+q3EZRHF+PBeRaJXc3S1N0fTRxj8ystvwXWZPmjssB/xMLw==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
"@algolia/requester-browser-xhr@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.17.0.tgz#9bdf1e4b0b734a0f56fc102f08bc2052b37b49b7"
integrity sha512-bXSiPL2R08s4e9qvNZsJA0bXZeyWH2A5D4shS8kRT22b8GgjtnGTuoZmi6MxtKOEaN0lpHPbjvjXAO7UIOhDog==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-fetch@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.17.0.tgz#0b6e08047d20c719925083d29613855cbbc42034"
integrity sha512-mjJ6Xv7TlDDoZ6RLKrEzH1ved3g2GAq3YJjb94bA639INfxK1HM8A/wCAFSZ8ye+QM/jppwauDXe1PENkuareQ==
dependencies:
"@algolia/client-common" "5.17.0"
"@algolia/requester-node-http@5.17.0":
version "5.17.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.17.0.tgz#9693ed6aa683c68f9ffab29d644cb2093f4885d3"
integrity sha512-Z2BXTR7BctlGPNig21k2wf/5nlH+96lU2UElzXTKiptyn2iM8lDU8zdO+dRll0AxQUxUGWEnkBysst9xL3S2cg==
dependencies:
"@algolia/client-common" "5.17.0"
"@babel/helper-string-parser@^7.25.9":
version "7.25.9"
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
"@babel/helper-validator-identifier@^7.25.9":
version "7.25.9"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
"@babel/parser@^7.25.3":
version "7.26.3"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.3.tgz#8c51c5db6ddf08134af1ddbacf16aaab48bac234"
integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==
dependencies:
"@babel/types" "^7.26.3"
"@babel/types@^7.26.3":
version "7.26.3"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.3.tgz#37e79830f04c2b5687acc77db97fbc75fb81f3c0"
integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==
dependencies:
"@babel/helper-string-parser" "^7.25.9"
"@babel/helper-validator-identifier" "^7.25.9"
"@docsearch/css@3.8.0", "@docsearch/css@^3.6.2":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.8.0.tgz#c70a1a326249d878ab7c630d7a908c6769a38db3"
integrity sha512-pieeipSOW4sQ0+bE5UFC51AOZp9NGxg89wAlZ1BAQFaiRAGK1IKUaPQ0UGZeNctJXyqZ1UvBtOQh2HH+U5GtmA==
"@docsearch/js@^3.6.2":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@docsearch/js/-/js-3.8.0.tgz#978853b44909f0d82782f3af72bb995b68349c00"
integrity sha512-PVuV629f5UcYRtBWqK7ID6vNL5647+2ADJypwTjfeBIrJfwPuHtzLy39hMGMfFK+0xgRyhTR0FZ83EkdEraBlg==
dependencies:
"@docsearch/react" "3.8.0"
preact "^10.0.0"
"@docsearch/react@3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.8.0.tgz#c32165e34fadea8a0283c8b61cd73e6e1844797d"
integrity sha512-WnFK720+iwTVt94CxY3u+FgX6exb3BfN5kE9xUY6uuAH/9W/UFboBZFLlrw/zxFRHoHZCOXRtOylsXF+6LHI+Q==
dependencies:
"@algolia/autocomplete-core" "1.17.7"
"@algolia/autocomplete-preset-algolia" "1.17.7"
"@docsearch/css" "3.8.0"
algoliasearch "^5.12.0"
"@esbuild/aix-ppc64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
integrity sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==
"@esbuild/android-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052"
integrity sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==
"@esbuild/android-arm@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28"
integrity sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==
"@esbuild/android-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e"
integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==
"@esbuild/darwin-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a"
integrity sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==
"@esbuild/darwin-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22"
integrity sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==
"@esbuild/freebsd-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e"
integrity sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==
"@esbuild/freebsd-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261"
integrity sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==
"@esbuild/linux-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b"
integrity sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==
"@esbuild/linux-arm@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9"
integrity sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==
"@esbuild/linux-ia32@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2"
integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==
"@esbuild/linux-loong64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df"
integrity sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==
"@esbuild/linux-mips64el@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe"
integrity sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==
"@esbuild/linux-ppc64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4"
integrity sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==
"@esbuild/linux-riscv64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc"
integrity sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==
"@esbuild/linux-s390x@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de"
integrity sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==
"@esbuild/linux-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0"
integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==
"@esbuild/netbsd-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047"
integrity sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==
"@esbuild/openbsd-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70"
integrity sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==
"@esbuild/sunos-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b"
integrity sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==
"@esbuild/win32-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d"
integrity sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==
"@esbuild/win32-ia32@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b"
integrity sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==
"@esbuild/win32-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
"@iconify-json/simple-icons@^1.2.10":
version "1.2.15"
resolved "https://registry.yarnpkg.com/@iconify-json/simple-icons/-/simple-icons-1.2.15.tgz#6e0070fc71a15ac115394119456ebc3ec65bc15b"
integrity sha512-4vxMQwkjsbjVIVGsPjKBnLMqAXu4wSlHmeN35KaJLK0UJNUj/ef6ES5c4bT/U4bSZjD2oZqOjOWTPD+HCrSUkg==
dependencies:
"@iconify/types" "*"
"@iconify/types@*":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
"@jridgewell/sourcemap-codec@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
"@rollup/rollup-android-arm-eabi@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.28.1.tgz#7f4c4d8cd5ccab6e95d6750dbe00321c1f30791e"
integrity sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==
"@rollup/rollup-android-arm64@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.28.1.tgz#17ea71695fb1518c2c324badbe431a0bd1879f2d"
integrity sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==
"@rollup/rollup-darwin-arm64@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.28.1.tgz#dac0f0d0cfa73e7d5225ae6d303c13c8979e7999"
integrity sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==
"@rollup/rollup-darwin-x64@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.28.1.tgz#8f63baa1d31784904a380d2e293fa1ddf53dd4a2"
integrity sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==
"@rollup/rollup-freebsd-arm64@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.28.1.tgz#30ed247e0df6e8858cdc6ae4090e12dbeb8ce946"
integrity sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==
"@rollup/rollup-freebsd-x64@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.28.1.tgz#57846f382fddbb508412ae07855b8a04c8f56282"
integrity sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==
"@rollup/rollup-linux-arm-gnueabihf@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.28.1.tgz#378ca666c9dae5e6f94d1d351e7497c176e9b6df"
integrity sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==
"@rollup/rollup-linux-arm-musleabihf@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.28.1.tgz#a692eff3bab330d5c33a5d5813a090c15374cddb"
integrity sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==
"@rollup/rollup-linux-arm64-gnu@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.28.1.tgz#6b1719b76088da5ac1ae1feccf48c5926b9e3db9"
integrity sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==
"@rollup/rollup-linux-arm64-musl@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.28.1.tgz#865baf5b6f5ff67acb32e5a359508828e8dc5788"
integrity sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==
"@rollup/rollup-linux-loongarch64-gnu@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.28.1.tgz#23c6609ba0f7fa7a7f2038b6b6a08555a5055a87"
integrity sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==
"@rollup/rollup-linux-powerpc64le-gnu@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.28.1.tgz#652ef0d9334a9f25b9daf85731242801cb0fc41c"
integrity sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==
"@rollup/rollup-linux-riscv64-gnu@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.28.1.tgz#1eb6651839ee6ebca64d6cc64febbd299e95e6bd"
integrity sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==
"@rollup/rollup-linux-s390x-gnu@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.28.1.tgz#015c52293afb3ff2a293cf0936b1d43975c1e9cd"
integrity sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==
"@rollup/rollup-linux-x64-gnu@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz#b83001b5abed2bcb5e2dbeec6a7e69b194235c1e"
integrity sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==
"@rollup/rollup-linux-x64-musl@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.28.1.tgz#6cc7c84cd4563737f8593e66f33b57d8e228805b"
integrity sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==
"@rollup/rollup-win32-arm64-msvc@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.28.1.tgz#631ffeee094d71279fcd1fe8072bdcf25311bc11"
integrity sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==
"@rollup/rollup-win32-ia32-msvc@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.28.1.tgz#06d1d60d5b9f718e8a6c4a43f82e3f9e3254587f"
integrity sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==
"@rollup/rollup-win32-x64-msvc@4.28.1":
version "4.28.1"
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.28.1.tgz#4dff5c4259ebe6c5b4a8f2c5bc3829b7a8447ff0"
integrity sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==
"@shikijs/core@1.24.2":
version "1.24.2"
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.24.2.tgz#6308697f84a5029983885d0a7651d1667444bbce"
integrity sha512-BpbNUSKIwbKrRRA+BQj0BEWSw+8kOPKDJevWeSE/xIqGX7K0xrCZQ9kK0nnEQyrzsUoka1l81ZtJ2mGaCA32HQ==
dependencies:
"@shikijs/engine-javascript" "1.24.2"
"@shikijs/engine-oniguruma" "1.24.2"
"@shikijs/types" "1.24.2"
"@shikijs/vscode-textmate" "^9.3.0"
"@types/hast" "^3.0.4"
hast-util-to-html "^9.0.3"
"@shikijs/core@^1.22.2":
version "1.23.1"
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.23.1.tgz#911473e672e4f2d15ca36b28b28179c0959aa7af"
integrity sha512-NuOVgwcHgVC6jBVH5V7iblziw6iQbWWHrj5IlZI3Fqu2yx9awH7OIQkXIcsHsUmY19ckwSgUMgrqExEyP5A0TA==
dependencies:
"@shikijs/engine-javascript" "1.23.1"
"@shikijs/engine-oniguruma" "1.23.1"
"@shikijs/types" "1.23.1"
"@shikijs/vscode-textmate" "^9.3.0"
"@types/hast" "^3.0.4"
hast-util-to-html "^9.0.3"
"@shikijs/engine-javascript@1.23.1":
version "1.23.1"
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-1.23.1.tgz#0f634bea22cb14f471835b7b5f1da66bc34bd359"
integrity sha512-i/LdEwT5k3FVu07SiApRFwRcSJs5QM9+tod5vYCPig1Ywi8GR30zcujbxGQFJHwYD7A5BUqagi8o5KS+LEVgBg==
dependencies:
"@shikijs/types" "1.23.1"
"@shikijs/vscode-textmate" "^9.3.0"
oniguruma-to-es "0.4.1"
"@shikijs/engine-javascript@1.24.2":
version "1.24.2"
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-1.24.2.tgz#af5920fdd76765d04dc5ec1a65cc77e355d6ceed"
integrity sha512-EqsmYBJdLEwEiO4H+oExz34a5GhhnVp+jH9Q/XjPjmBPc6TE/x4/gD0X3i0EbkKKNqXYHHJTJUpOLRQNkEzS9Q==
dependencies:
"@shikijs/types" "1.24.2"
"@shikijs/vscode-textmate" "^9.3.0"
oniguruma-to-es "0.7.0"
"@shikijs/engine-oniguruma@1.23.1":
version "1.23.1"
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.23.1.tgz#c6c34c9152cf90c1ee75fcdbd124253c8ad0635f"
integrity sha512-KQ+lgeJJ5m2ISbUZudLR1qHeH3MnSs2mjFg7bnencgs5jDVPeJ2NVDJ3N5ZHbcTsOIh0qIueyAJnwg7lg7kwXQ==
dependencies:
"@shikijs/types" "1.23.1"
"@shikijs/vscode-textmate" "^9.3.0"
"@shikijs/engine-oniguruma@1.24.2":
version "1.24.2"
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.24.2.tgz#90924001a17a2551a2a9073aed4af3767ce68b1b"
integrity sha512-ZN6k//aDNWRJs1uKB12pturKHh7GejKugowOFGAuG7TxDRLod1Bd5JhpOikOiFqPmKjKEPtEA6mRCf7q3ulDyQ==
dependencies:
"@shikijs/types" "1.24.2"
"@shikijs/vscode-textmate" "^9.3.0"
"@shikijs/transformers@^1.22.2":
version "1.24.2"
resolved "https://registry.yarnpkg.com/@shikijs/transformers/-/transformers-1.24.2.tgz#60f99f0e45a2478df0874514ebc2497ad8e17ad5"
integrity sha512-cIwn8YSwO3bsWKJ+pezcXY1Vq0BVwvuLes1TZSC5+Awi6Tsfqhf3vBahOIqZK1rraMKOti2VEAEF/95oXMig1w==
dependencies:
shiki "1.24.2"
"@shikijs/types@1.23.1", "@shikijs/types@^1.22.2":
version "1.23.1"
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.23.1.tgz#2386d49258be03e7b40fea1f28fda952739ad93d"
integrity sha512-98A5hGyEhzzAgQh2dAeHKrWW4HfCMeoFER2z16p5eJ+vmPeF6lZ/elEne6/UCU551F/WqkopqRsr1l2Yu6+A0g==
dependencies:
"@shikijs/vscode-textmate" "^9.3.0"
"@types/hast" "^3.0.4"
"@shikijs/types@1.24.2":
version "1.24.2"
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.24.2.tgz#770313a0072a7c14ab1a130a36d02df7e4d87375"
integrity sha512-bdeWZiDtajGLG9BudI0AHet0b6e7FbR0EsE4jpGaI0YwHm/XJunI9+3uZnzFtX65gsyJ6ngCIWUfA4NWRPnBkQ==
dependencies:
"@shikijs/vscode-textmate" "^9.3.0"
"@types/hast" "^3.0.4"
"@shikijs/vscode-textmate@^9.3.0":
version "9.3.1"
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.3.1.tgz#afda31f8f42cab70a26f3603f52eae3f1c35d2f7"
integrity sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==
"@types/estree@1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
dependencies:
"@types/unist" "*"
"@types/linkify-it@^5":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76"
integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==
"@types/markdown-it@^14.1.2":
version "14.1.2"
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.1.2.tgz#57f2532a0800067d9b934f3521429a2e8bfb4c61"
integrity sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==
dependencies:
"@types/linkify-it" "^5"
"@types/mdurl" "^2"
"@types/mdast@^4.0.0":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6"
integrity sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==
dependencies:
"@types/unist" "*"
"@types/mdurl@^2":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd"
integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==
"@types/unist@*", "@types/unist@^3.0.0":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
"@types/web-bluetooth@^0.0.20":
version "0.0.20"
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597"
integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==
"@ungap/structured-clone@^1.0.0":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.1.tgz#28fa185f67daaf7b7a1a8c1d445132c5d979f8bd"
integrity sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==
"@vitejs/plugin-vue@^5.1.4":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz#d1491f678ee3af899f7ae57d9c21dc52a65c7133"
integrity sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==
"@vue/compiler-core@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz#b0ae6c4347f60c03e849a05d34e5bf747c9bda05"
integrity sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==
dependencies:
"@babel/parser" "^7.25.3"
"@vue/shared" "3.5.13"
entities "^4.5.0"
estree-walker "^2.0.2"
source-map-js "^1.2.0"
"@vue/compiler-dom@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz#bb1b8758dbc542b3658dda973b98a1c9311a8a58"
integrity sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==
dependencies:
"@vue/compiler-core" "3.5.13"
"@vue/shared" "3.5.13"
"@vue/compiler-sfc@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz#461f8bd343b5c06fac4189c4fef8af32dea82b46"
integrity sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==
dependencies:
"@babel/parser" "^7.25.3"
"@vue/compiler-core" "3.5.13"
"@vue/compiler-dom" "3.5.13"
"@vue/compiler-ssr" "3.5.13"
"@vue/shared" "3.5.13"
estree-walker "^2.0.2"
magic-string "^0.30.11"
postcss "^8.4.48"
source-map-js "^1.2.0"
"@vue/compiler-ssr@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz#e771adcca6d3d000f91a4277c972a996d07f43ba"
integrity sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==
dependencies:
"@vue/compiler-dom" "3.5.13"
"@vue/shared" "3.5.13"
"@vue/devtools-api@^7.5.4":
version "7.6.8"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.6.8.tgz#8cd39eb9846d81eccbffe41c1f1ca33ad195d691"
integrity sha512-ma6dY/sZR36zALVsV1W7eC57c6IJPXsy8SNgZn1PLVWU4z4dPn5TIBmnF4stmdJ4sQcixqKaQ8pwjbMPzEZwiA==
dependencies:
"@vue/devtools-kit" "^7.6.8"
"@vue/devtools-kit@^7.6.8":
version "7.6.8"
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.6.8.tgz#c9e98470f327d93d8d6cec8aa34cf071a1ad949b"
integrity sha512-JhJ8M3sPU+v0P2iZBF2DkdmR9L0dnT5RXJabJqX6o8KtFs3tebdvfoXV2Dm3BFuqeECuMJIfF1aCzSt+WQ4wrw==
dependencies:
"@vue/devtools-shared" "^7.6.8"
birpc "^0.2.19"
hookable "^5.5.3"
mitt "^3.0.1"
perfect-debounce "^1.0.0"
speakingurl "^14.0.1"
superjson "^2.2.1"
"@vue/devtools-shared@^7.6.8":
version "7.6.8"
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.6.8.tgz#ddff5e3678353a286c733df5b26d058479d521f1"
integrity sha512-9MBPO5Z3X1nYGFqTJyohl6Gmf/J7UNN1oicHdyzBVZP4jnhZ4c20MgtaHDIzWmHDHCMYVS5bwKxT3jxh7gOOKA==
dependencies:
rfdc "^1.4.1"
"@vue/reactivity@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.13.tgz#b41ff2bb865e093899a22219f5b25f97b6fe155f"
integrity sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==
dependencies:
"@vue/shared" "3.5.13"
"@vue/runtime-core@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz#1fafa4bf0b97af0ebdd9dbfe98cd630da363a455"
integrity sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==
dependencies:
"@vue/reactivity" "3.5.13"
"@vue/shared" "3.5.13"
"@vue/runtime-dom@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz#610fc795de9246300e8ae8865930d534e1246215"
integrity sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==
dependencies:
"@vue/reactivity" "3.5.13"
"@vue/runtime-core" "3.5.13"
"@vue/shared" "3.5.13"
csstype "^3.1.3"
"@vue/server-renderer@3.5.13":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz#429ead62ee51de789646c22efe908e489aad46f7"
integrity sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==
dependencies:
"@vue/compiler-ssr" "3.5.13"
"@vue/shared" "3.5.13"
"@vue/shared@3.5.13", "@vue/shared@^3.5.12":
version "3.5.13"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f"
integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==
"@vueuse/core@11.3.0", "@vueuse/core@^11.1.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.3.0.tgz#bb0bd1f0edd5435d20694dbe51091cf548653a4d"
integrity sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==
dependencies:
"@types/web-bluetooth" "^0.0.20"
"@vueuse/metadata" "11.3.0"
"@vueuse/shared" "11.3.0"
vue-demi ">=0.14.10"
"@vueuse/integrations@^11.1.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-11.3.0.tgz#2df4468ca3e2f8182ebe2cf7f5b9d768dc7baeb1"
integrity sha512-5fzRl0apQWrDezmobchoiGTkGw238VWESxZHazfhP3RM7pDSiyXy18QbfYkILoYNTd23HPAfQTJpkUc5QbkwTw==
dependencies:
"@vueuse/core" "11.3.0"
"@vueuse/shared" "11.3.0"
vue-demi ">=0.14.10"
"@vueuse/metadata@11.3.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.3.0.tgz#be7ac12e3016c0353a3667b372a73aeeee59194e"
integrity sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==
"@vueuse/shared@11.3.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.3.0.tgz#086a4f35bf5bcec5655a03b80eae582605a4b21d"
integrity sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==
dependencies:
vue-demi ">=0.14.10"
algoliasearch@^5.12.0:
version "5.17.0"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.17.0.tgz#794b25bc386ba688a6f790e414db44940398f5df"
integrity sha512-BpuFprDFc3Pe9a1ZXLzLeqZ+l8Ur37AfzBswkOB4LwikqnRPbIGdluT/nFc/Xk+u/QMxMzUlTN+izqQJVb5vYA==
dependencies:
"@algolia/client-abtesting" "5.17.0"
"@algolia/client-analytics" "5.17.0"
"@algolia/client-common" "5.17.0"
"@algolia/client-insights" "5.17.0"
"@algolia/client-personalization" "5.17.0"
"@algolia/client-query-suggestions" "5.17.0"
"@algolia/client-search" "5.17.0"
"@algolia/ingestion" "1.17.0"
"@algolia/monitoring" "1.17.0"
"@algolia/recommend" "5.17.0"
"@algolia/requester-browser-xhr" "5.17.0"
"@algolia/requester-fetch" "5.17.0"
"@algolia/requester-node-http" "5.17.0"
birpc@^0.2.19:
version "0.2.19"
resolved "https://registry.yarnpkg.com/birpc/-/birpc-0.2.19.tgz#cdd183a4a70ba103127d49765b4a71349da5a0ca"
integrity sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==
ccount@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
character-entities-html4@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
integrity sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==
character-entities-legacy@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz#76bc83a90738901d7bc223a9e93759fdd560125b"
integrity sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==
comma-separated-tokens@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee"
integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
copy-anything@^3.0.2:
version "3.0.5"
resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-3.0.5.tgz#2d92dce8c498f790fa7ad16b01a1ae5a45b020a0"
integrity sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==
dependencies:
is-what "^4.1.8"
csstype@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
dequal@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
devlop@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/devlop/-/devlop-1.1.0.tgz#4db7c2ca4dc6e0e834c30be70c94bbc976dc7018"
integrity sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==
dependencies:
dequal "^2.0.0"
emoji-regex-xs@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz#e8af22e5d9dbd7f7f22d280af3d19d2aab5b0724"
integrity sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==
entities@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
esbuild@^0.21.3:
version "0.21.5"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d"
integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
optionalDependencies:
"@esbuild/aix-ppc64" "0.21.5"
"@esbuild/android-arm" "0.21.5"
"@esbuild/android-arm64" "0.21.5"
"@esbuild/android-x64" "0.21.5"
"@esbuild/darwin-arm64" "0.21.5"
"@esbuild/darwin-x64" "0.21.5"
"@esbuild/freebsd-arm64" "0.21.5"
"@esbuild/freebsd-x64" "0.21.5"
"@esbuild/linux-arm" "0.21.5"
"@esbuild/linux-arm64" "0.21.5"
"@esbuild/linux-ia32" "0.21.5"
"@esbuild/linux-loong64" "0.21.5"
"@esbuild/linux-mips64el" "0.21.5"
"@esbuild/linux-ppc64" "0.21.5"
"@esbuild/linux-riscv64" "0.21.5"
"@esbuild/linux-s390x" "0.21.5"
"@esbuild/linux-x64" "0.21.5"
"@esbuild/netbsd-x64" "0.21.5"
"@esbuild/openbsd-x64" "0.21.5"
"@esbuild/sunos-x64" "0.21.5"
"@esbuild/win32-arm64" "0.21.5"
"@esbuild/win32-ia32" "0.21.5"
"@esbuild/win32-x64" "0.21.5"
estree-walker@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
focus-trap@^7.6.0:
version "7.6.2"
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.6.2.tgz#a501988821ca23d0150a7229eb7a20a3695bdf0e"
integrity sha512-9FhUxK1hVju2+AiQIDJ5Dd//9R2n2RAfJ0qfhF4IHGHgcoEUTMpbTeG/zbEuwaiYXfuAH6XE0/aCyxDdRM+W5w==
dependencies:
tabbable "^6.2.0"
fsevents@~2.3.2, fsevents@~2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
hast-util-to-html@^9.0.3:
version "9.0.3"
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz#a9999a0ba6b4919576a9105129fead85d37f302b"
integrity sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==
dependencies:
"@types/hast" "^3.0.0"
"@types/unist" "^3.0.0"
ccount "^2.0.0"
comma-separated-tokens "^2.0.0"
hast-util-whitespace "^3.0.0"
html-void-elements "^3.0.0"
mdast-util-to-hast "^13.0.0"
property-information "^6.0.0"
space-separated-tokens "^2.0.0"
stringify-entities "^4.0.0"
zwitch "^2.0.4"
hast-util-whitespace@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz#7778ed9d3c92dd9e8c5c8f648a49c21fc51cb621"
integrity sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==
dependencies:
"@types/hast" "^3.0.0"
hookable@^5.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/hookable/-/hookable-5.5.3.tgz#6cfc358984a1ef991e2518cb9ed4a778bbd3215d"
integrity sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==
html-void-elements@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
is-what@^4.1.8:
version "4.1.16"
resolved "https://registry.yarnpkg.com/is-what/-/is-what-4.1.16.tgz#1ad860a19da8b4895ad5495da3182ce2acdd7a6f"
integrity sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==
magic-string@^0.30.11:
version "0.30.15"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.15.tgz#d5474a2c4c5f35f041349edaba8a5cb02733ed3c"
integrity sha512-zXeaYRgZ6ldS1RJJUrMrYgNJ4fdwnyI6tVqoiIhyCyv5IVTK9BU8Ic2l253GGETQHxI4HNUwhJ3fjDhKqEoaAw==
dependencies:
"@jridgewell/sourcemap-codec" "^1.5.0"
mark.js@8.11.1:
version "8.11.1"
resolved "https://registry.yarnpkg.com/mark.js/-/mark.js-8.11.1.tgz#180f1f9ebef8b0e638e4166ad52db879beb2ffc5"
integrity sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==
mdast-util-to-hast@^13.0.0:
version "13.2.0"
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz#5ca58e5b921cc0a3ded1bc02eed79a4fe4fe41f4"
integrity sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==
dependencies:
"@types/hast" "^3.0.0"
"@types/mdast" "^4.0.0"
"@ungap/structured-clone" "^1.0.0"
devlop "^1.0.0"
micromark-util-sanitize-uri "^2.0.0"
trim-lines "^3.0.0"
unist-util-position "^5.0.0"
unist-util-visit "^5.0.0"
vfile "^6.0.0"
micromark-util-character@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz#2f987831a40d4c510ac261e89852c4e9703ccda6"
integrity sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==
dependencies:
micromark-util-symbol "^2.0.0"
micromark-util-types "^2.0.0"
micromark-util-encode@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz#0d51d1c095551cfaac368326963cf55f15f540b8"
integrity sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==
micromark-util-sanitize-uri@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz#ab89789b818a58752b73d6b55238621b7faa8fd7"
integrity sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==
dependencies:
micromark-util-character "^2.0.0"
micromark-util-encode "^2.0.0"
micromark-util-symbol "^2.0.0"
micromark-util-symbol@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz#e5da494e8eb2b071a0d08fb34f6cefec6c0a19b8"
integrity sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==
micromark-util-types@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.1.tgz#a3edfda3022c6c6b55bfb049ef5b75d70af50709"
integrity sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==
minisearch@^7.1.0:
version "7.1.1"
resolved "https://registry.yarnpkg.com/minisearch/-/minisearch-7.1.1.tgz#901d0367f078233cdc7a10be7264e09c6248cf5f"
integrity sha512-b3YZEYCEH4EdCAtYP7OlDyx7FdPwNzuNwLQ34SfJpM9dlbBZzeXndGavTrC+VCiRWomL21SWfMc6SCKO/U2ZNw==
mitt@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1"
integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==
nanoid@^3.3.7:
version "3.3.8"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
oniguruma-to-es@0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/oniguruma-to-es/-/oniguruma-to-es-0.4.1.tgz#112fbcd5fafe4f635983425a6db88f3e2de37107"
integrity sha512-rNcEohFz095QKGRovP/yqPIKc+nP+Sjs4YTHMv33nMePGKrq/r2eu9Yh4646M5XluGJsUnmwoXuiXE69KDs+fQ==
dependencies:
emoji-regex-xs "^1.0.0"
regex "^5.0.0"
regex-recursion "^4.2.1"
oniguruma-to-es@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/oniguruma-to-es/-/oniguruma-to-es-0.7.0.tgz#999fe7df1e6acae4507e2d77afc6de4fc8533116"
integrity sha512-HRaRh09cE0gRS3+wi2zxekB+I5L8C/gN60S+vb11eADHUaB/q4u8wGGOX3GvwvitG8ixaeycZfeoyruKQzUgNg==
dependencies:
emoji-regex-xs "^1.0.0"
regex "^5.0.2"
regex-recursion "^4.3.0"
perfect-debounce@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz#9c2e8bc30b169cc984a58b7d5b28049839591d2a"
integrity sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==
picocolors@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
postcss@^8.4.43, postcss@^8.4.48:
version "8.4.49"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
dependencies:
nanoid "^3.3.7"
picocolors "^1.1.1"
source-map-js "^1.2.1"
preact@^10.0.0:
version "10.25.2"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.25.2.tgz#e141e18a547ae0082dae48d044e0d8267e2547d2"
integrity sha512-GEts1EH3oMnqdOIeXhlbBSddZ9nrINd070WBOiPO2ous1orrKGUM4SMDbwyjSWD1iMS2dBvaDjAa5qUhz3TXqw==
property-information@^6.0.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec"
integrity sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==
regex-recursion@^4.2.1, regex-recursion@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/regex-recursion/-/regex-recursion-4.3.0.tgz#32c3a42a57d78bf2d0c83875074c2f7ebaf2a4f6"
integrity sha512-5LcLnizwjcQ2ALfOj95MjcatxyqF5RPySx9yT+PaXu3Gox2vyAtLDjHB8NTJLtMGkvyau6nI3CfpwFCjPUIs/A==
dependencies:
regex-utilities "^2.3.0"
regex-utilities@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/regex-utilities/-/regex-utilities-2.3.0.tgz#87163512a15dce2908cf079c8960d5158ff43280"
integrity sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==
regex@^5.0.0, regex@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/regex/-/regex-5.0.2.tgz#291d960467e6499a79ceec022d20a4e0df67c54f"
integrity sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ==
dependencies:
regex-utilities "^2.3.0"
rfdc@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
rollup@^4.20.0:
version "4.28.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.28.1.tgz#7718ba34d62b449dfc49adbfd2f312b4fe0df4de"
integrity sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==
dependencies:
"@types/estree" "1.0.6"
optionalDependencies:
"@rollup/rollup-android-arm-eabi" "4.28.1"
"@rollup/rollup-android-arm64" "4.28.1"
"@rollup/rollup-darwin-arm64" "4.28.1"
"@rollup/rollup-darwin-x64" "4.28.1"
"@rollup/rollup-freebsd-arm64" "4.28.1"
"@rollup/rollup-freebsd-x64" "4.28.1"
"@rollup/rollup-linux-arm-gnueabihf" "4.28.1"
"@rollup/rollup-linux-arm-musleabihf" "4.28.1"
"@rollup/rollup-linux-arm64-gnu" "4.28.1"
"@rollup/rollup-linux-arm64-musl" "4.28.1"
"@rollup/rollup-linux-loongarch64-gnu" "4.28.1"
"@rollup/rollup-linux-powerpc64le-gnu" "4.28.1"
"@rollup/rollup-linux-riscv64-gnu" "4.28.1"
"@rollup/rollup-linux-s390x-gnu" "4.28.1"
"@rollup/rollup-linux-x64-gnu" "4.28.1"
"@rollup/rollup-linux-x64-musl" "4.28.1"
"@rollup/rollup-win32-arm64-msvc" "4.28.1"
"@rollup/rollup-win32-ia32-msvc" "4.28.1"
"@rollup/rollup-win32-x64-msvc" "4.28.1"
fsevents "~2.3.2"
shiki@1.24.2, shiki@^1.22.2:
version "1.24.2"
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.24.2.tgz#9db5b2ebe452d24769377c733ae1944f996ad584"
integrity sha512-TR1fi6mkRrzW+SKT5G6uKuc32Dj2EEa7Kj0k8kGqiBINb+C1TiflVOiT9ta6GqOJtC4fraxO5SLUaKBcSY38Fg==
dependencies:
"@shikijs/core" "1.24.2"
"@shikijs/engine-javascript" "1.24.2"
"@shikijs/engine-oniguruma" "1.24.2"
"@shikijs/types" "1.24.2"
"@shikijs/vscode-textmate" "^9.3.0"
"@types/hast" "^3.0.4"
source-map-js@^1.2.0, source-map-js@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
space-separated-tokens@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
speakingurl@^14.0.1:
version "14.0.1"
resolved "https://registry.yarnpkg.com/speakingurl/-/speakingurl-14.0.1.tgz#f37ec8ddc4ab98e9600c1c9ec324a8c48d772a53"
integrity sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==
stringify-entities@^4.0.0:
version "4.0.4"
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.4.tgz#b3b79ef5f277cc4ac73caeb0236c5ba939b3a4f3"
integrity sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==
dependencies:
character-entities-html4 "^2.0.0"
character-entities-legacy "^3.0.0"
superjson@^2.2.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.2.tgz#9d52bf0bf6b5751a3c3472f1292e714782ba3173"
integrity sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==
dependencies:
copy-anything "^3.0.2"
tabbable@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"
integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==
trim-lines@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-3.0.1.tgz#d802e332a07df861c48802c04321017b1bd87338"
integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==
unist-util-is@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-6.0.0.tgz#b775956486aff107a9ded971d996c173374be424"
integrity sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==
dependencies:
"@types/unist" "^3.0.0"
unist-util-position@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-5.0.0.tgz#678f20ab5ca1207a97d7ea8a388373c9cf896be4"
integrity sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==
dependencies:
"@types/unist" "^3.0.0"
unist-util-stringify-position@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz#449c6e21a880e0855bf5aabadeb3a740314abac2"
integrity sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==
dependencies:
"@types/unist" "^3.0.0"
unist-util-visit-parents@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz#4d5f85755c3b8f0dc69e21eca5d6d82d22162815"
integrity sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==
dependencies:
"@types/unist" "^3.0.0"
unist-util-is "^6.0.0"
unist-util-visit@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz#a7de1f31f72ffd3519ea71814cccf5fd6a9217d6"
integrity sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==
dependencies:
"@types/unist" "^3.0.0"
unist-util-is "^6.0.0"
unist-util-visit-parents "^6.0.0"
vfile-message@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-4.0.2.tgz#c883c9f677c72c166362fd635f21fc165a7d1181"
integrity sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==
dependencies:
"@types/unist" "^3.0.0"
unist-util-stringify-position "^4.0.0"
vfile@^6.0.0:
version "6.0.3"
resolved "https://registry.yarnpkg.com/vfile/-/vfile-6.0.3.tgz#3652ab1c496531852bf55a6bac57af981ebc38ab"
integrity sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==
dependencies:
"@types/unist" "^3.0.0"
vfile-message "^4.0.0"
vite@^5.4.10:
version "5.4.11"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5"
integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==
dependencies:
esbuild "^0.21.3"
postcss "^8.4.43"
rollup "^4.20.0"
optionalDependencies:
fsevents "~2.3.3"
vitepress@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.5.0.tgz#61870b27dc9a580e46cea92989f64cdcb550dc23"
integrity sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==
dependencies:
"@docsearch/css" "^3.6.2"
"@docsearch/js" "^3.6.2"
"@iconify-json/simple-icons" "^1.2.10"
"@shikijs/core" "^1.22.2"
"@shikijs/transformers" "^1.22.2"
"@shikijs/types" "^1.22.2"
"@types/markdown-it" "^14.1.2"
"@vitejs/plugin-vue" "^5.1.4"
"@vue/devtools-api" "^7.5.4"
"@vue/shared" "^3.5.12"
"@vueuse/core" "^11.1.0"
"@vueuse/integrations" "^11.1.0"
focus-trap "^7.6.0"
mark.js "8.11.1"
minisearch "^7.1.0"
shiki "^1.22.2"
vite "^5.4.10"
vue "^3.5.12"
vue-demi@>=0.14.10:
version "0.14.10"
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04"
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==
vue@^3.5.12, vue@^3.5.13:
version "3.5.13"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.13.tgz#9f760a1a982b09c0c04a867903fc339c9f29ec0a"
integrity sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==
dependencies:
"@vue/compiler-dom" "3.5.13"
"@vue/compiler-sfc" "3.5.13"
"@vue/runtime-dom" "3.5.13"
"@vue/server-renderer" "3.5.13"
"@vue/shared" "3.5.13"
zwitch@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==