Skip to content

Commit

Permalink
build(deps): bump the npm group across 1 directory with 23 updates (#…
Browse files Browse the repository at this point in the history
…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: 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>:house: 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>:running_woman: 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: 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>:house: 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>:running_woman: 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="https://github.com/babel/babel/commit/36ca8faeb52245fe268fb33b235f61ace073b2cc"><code>36ca8fa</code></a>
v7.26.3</li>
<li><a
href="https://github.com/babel/babel/commit/eb9088f35d701ff70a0986c5163f7716a8ff3ca8"><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="https://github.com/babel/babel/commit/519c8eb44d26531fea93b254285aa43386160fff"><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: 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>:house: 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>:running_woman: 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: 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: 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: 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>:house: 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>:running_woman: 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: 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: 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="https://github.com/babel/babel/commit/36ca8faeb52245fe268fb33b235f61ace073b2cc"><code>36ca8fa</code></a>
v7.26.3</li>
<li><a
href="https://github.com/babel/babel/commit/eb9088f35d701ff70a0986c5163f7716a8ff3ca8"><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="https://github.com/babel/babel/commit/519c8eb44d26531fea93b254285aa43386160fff"><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="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf">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="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8">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="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf">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="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8">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="https://github.com/algolia/docsearch/commit/90ca5fa8ed73d01d4ca22ed0de0e38652e56b5bb">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="https://github.com/algolia/docsearch/commit/8e419a0d83f2a6207401acf0c9fd78e900905cff"><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="https://github.com/algolia/docsearch/commit/08d9a37807a136da99ca2dd39f4cbc86ade9c5bf"><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="https://github.com/algolia/docsearch/commit/57eace554121af83d9708f0cd2201b732c2ce4a8"><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="https://github.com/algolia/docsearch/commit/44aa7dcf3831b533d9546c95a916d6acdee9d6d8"><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="https://github.com/algolia/docsearch/commit/32ec9769fba16b14c57122299f6abe98eea33e1b"><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="https://github.com/algolia/docsearch/commit/9441df4409d9ddf27bcde068ed8fde51a5be612e"><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="https://github.com/algolia/docsearch/commit/aa666decccb465a56d458d09379837342b520d73"><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="https://github.com/algolia/docsearch/commit/6579023a2f37c159d04fabf29cec214a91a00be4"><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="https://github.com/algolia/docsearch/commit/c98ae2f25b5c6bf58ab19c6f80ae7389fea701e8"><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="https://github.com/algolia/docsearch/commit/90ca5fa8ed73d01d4ca22ed0de0e38652e56b5bb"><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="https://github.com/shikijs/shiki/commit/b28cf13ca311bb83667bad02dd652035b37bf409"><code>b28cf13</code></a>
chore: release v1.24.2</li>
<li><a
href="https://github.com/shikijs/shiki/commit/b75d9d3e9ff3a68f646f5deb07b740a819182571"><code>b75d9d3</code></a>
fix(transformers): expose <code>transformerNotationMap</code></li>
<li><a
href="https://github.com/shikijs/shiki/commit/50f4e13454b6b9fd4e7a5d27656d2936470aac2c"><code>50f4e13</code></a>
chore: release v1.24.1</li>
<li><a
href="https://github.com/shikijs/shiki/commit/d1c87faee7b65de788053fea8edc73a9ef0eee6d"><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="https://github.com/shikijs/vscode-textmate/commit/b2c5788111c405617e13fdb011c6b38b14a391ef"><code>b2c5788</code></a>
chore: release v9.3.1</li>
<li><a
href="https://github.com/shikijs/vscode-textmate/commit/2fd5e436faa5a035608dbb71278ec903e2c26352"><code>2fd5e43</code></a>
chore: update deps</li>
<li><a
href="https://github.com/shikijs/vscode-textmate/commit/e364f3283219c64f8eb3e03ad6af94884ad322bd"><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="https://github.com/ungap/structured-clone/commit/1a255c58e32387d03c95574ee9d2f4dc89a06061"><code>1a255c5</code></a>
1.2.1</li>
<li><a
href="https://github.com/ungap/structured-clone/commit/87f8247e32add94e1df5931f516ca6f3150f5c28"><code>87f8247</code></a>
Updated dev/dependencies</li>
<li><a
href="https://github.com/ungap/structured-clone/commit/0f1cdbd129db0493fd33ec5c2d6fa6a79eec55a6"><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="https://github.com/ungap/structured-clone/commit/871b8fd486e0c81aba9dad6e725394f70b7c20ee"><code>871b8fd</code></a>
Update package.json</li>
<li><a
href="https://github.com/ungap/structured-clone/commit/68e41b1f898343db1bd6b681e947e08cb7500299"><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>[email protected]</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@​vitejs/plugin-vue</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.2.1 (2024-11-26)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: add vite 6 peer dep (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/481">#481</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/4288652">4288652</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/481">#481</a></li>
<li>chore: fix lint (<a
href="https://github.com/vitejs/vite-plugin-vue/commit/378aea3">378aea3</a>)</li>
<li>chore(deps): update dependency rollup to ^4.27.2 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/476">#476</a>)
(<a
href="https://github.com/vitejs/vite-plugin-vue/commit/b2df95e">b2df95e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/476">#476</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/d156ad76822a9cbabaab8ad50eab5c330b1a60e4"><code>d156ad7</code></a>
release: [email protected]</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/4288652649ab19161420aff458fc14c677031d35"><code>4288652</code></a>
chore: add vite 6 peer dep (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/481">#481</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/b2df95ef4876089500543492c3bf74e3c61dfee3"><code>b2df95e</code></a>
chore(deps): update dependency rollup to ^4.27.2 (<a
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/476">#476</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-vue/commit/378aea3c8c1161353bf7e615ec61ca9a1388e244"><code>378aea3</code></a>
chore: fix lint</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue">compare
view</a></li>
</ul>
</details>
<br />

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="https://github.com/vuejs/devtools/commit/60595325ab1abf0e2d1bcd7f24556c1f3fbe3f96"><code>6059532</code></a>
chore: release v7.6.8</li>
<li><a
href="https://github.com/vuejs/devtools/commit/e310377f70518e8cc4638124e140f0714f628137"><code>e310377</code></a>
chore: release v7.6.7</li>
<li><a
href="https://github.com/vuejs/devtools/commit/00da2e8c4516b4445c945a70b92e954badf38023"><code>00da2e8</code></a>
chore: release v7.6.6</li>
<li><a
href="https://github.com/vuejs/devtools/commit/8d40c418c875a2612d7efc1155bd02f3f7f8d130"><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="https://github.com/vuejs/devtools/commit/60595325ab1abf0e2d1bcd7f24556c1f3fbe3f96"><code>6059532</code></a>
chore: release v7.6.8</li>
<li><a
href="https://github.com/vuejs/devtools/commit/77494352b37ac19d72dead210e1169ca8129d945"><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="https://github.com/vuejs/devtools/commit/e310377f70518e8cc4638124e140f0714f628137"><code>e310377</code></a>
chore: release v7.6.7</li>
<li><a
href="https://github.com/vuejs/devtools/commit/00da2e8c4516b4445c945a70b92e954badf38023"><code>00da2e8</code></a>
chore: release v7.6.6</li>
<li><a
href="https://github.com/vuejs/devtools/commit/8d40c418c875a2612d7efc1155bd02f3f7f8d130"><code>8d40c41</code></a>
chore: release v7.6.5</li>
<li><a
href="https://github.com/vuejs/devtools/commit/4539ee9c67ba82d36f45ff800788aa57bf8d6c8e"><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="https://github.com/vuejs/devtools/commit/bd0effb05466b52feb4a20a97bae9ea8ec004c95"><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="https://github.com/vuejs/devtools/commit/60595325ab1abf0e2d1bcd7f24556c1f3fbe3f96"><code>6059532</code></a>
chore: release v7.6.8</li>
<li><a
href="https://github.com/vuejs/devtools/commit/e310377f70518e8cc4638124e140f0714f628137"><code>e310377</code></a>
chore: release v7.6.7</li>
<li><a
href="https://github.com/vuejs/devtools/commit/00da2e8c4516b4445c945a70b92e954badf38023"><code>00da2e8</code></a>
chore: release v7.6.6</li>
<li><a
href="https://github.com/vuejs/devtools/commit/36cebad541bdc8f81049815c13d730da88ffd82f"><code>36cebad</code></a>
feat: support vite6</li>
<li><a
href="https://github.com/vuejs/devtools/commit/8d40c418c875a2612d7efc1155bd02f3f7f8d130"><code>8d40c41</code></a>
chore: release v7.6.5</li>
<li><a
href="https://github.com/vuejs/devtools/commit/bd0effb05466b52feb4a20a97bae9ea8ec004c95"><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="https://github.com/vueuse/vueuse/commit/e722a2ebf3d01e2230111596d49c8762e14c545c"><code>e722a2e</code></a>
chore: release v11.3.0</li>
<li><a
href="https://github.com/vueuse/vueuse/commit/1d5e978d7344d30dc713faad3edcc8943073c907"><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="https://github.com/vueuse/vueuse/commit/e14618c268cc013460b9c73e0392d9e937ee7e6b"><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="https://github.com/vueuse/vueuse/commit/fe322bd9655a506b8c6079335ee283b98cedc59c"><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="https://github.com/vueuse/vueuse/commit/1bb547e0d6490c8e15553372bdc29ca58f4b8113"><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="https://github.com/vueuse/vueuse/commit/3d29c16e48617e38fb28a3fa692fa846dc4009aa"><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="https://github.com/vueuse/vueuse/commit/cceebf46795fa7c8dda35858b62a5e12110864ad"><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="https://github.com/vueuse/vueuse/commit/e77cab13222d4cca5450d6aa1ac38d8bb80f6839"><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="https://github.com/vueuse/vueuse/commit/3de68720f43157ca39358bbecbc51ea72d1ac7f5"><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="https://github.com/vueuse/vueuse/commit/e8d1189283c6daa5152ec678efa7bff82115c13c"><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/…
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent a634ec2 commit 83d7db0
Showing 1 changed file with 363 additions and 338 deletions.
Loading

0 comments on commit 83d7db0

Please sign in to comment.