KernelSU/website/package.json

19 lines
467 B
JSON
Raw Permalink Normal View History

2023-01-14 23:18:11 +08:00
{
"name": "KernelSU_website",
"version": "1.0.0",
"description": "KernelSU official website: https://kernelsu.org",
"main": "index.js",
"repository": "https://kernelsu.org",
"author": "weishu",
"license": "MIT",
"devDependencies": {
build(deps): bump the npm group across 1 directory with 45 updates (#2372) Bumps the npm group with 6 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [vitepress](https://github.com/vuejs/vitepress) | `1.5.0` | `1.6.3` | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.3` | `7.26.5` | | [magic-string](https://github.com/rich-harris/magic-string) | `0.30.15` | `0.30.17` | | [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` | | [preact](https://github.com/preactjs/preact) | `10.25.2` | `10.25.4` | | [rollup](https://github.com/rollup/rollup) | `4.28.1` | `4.31.0` | Updates `vitepress` from 1.5.0 to 1.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/releases">vitepress's releases</a>.</em></p> <blockquote> <h2>v1.6.3</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.6.2</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.6.1</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.6.0</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.6.2...v1.6.3">1.6.3</a> (2025-01-22)</h2> <h3>Bug Fixes</h3> <ul> <li>docsearch not rendering properly (<a href="https://github.com/vuejs/vitepress/commit/3e4120e94805156bf63587fd633162433dbaf260">3e4120e</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.6.1...v1.6.2">1.6.2</a> (2025-01-22)</h2> <h3>Bug Fixes</h3> <ul> <li>fix static content removal for lean chunks due to Vue 3.5 changes (<a href="https://redirect.github.com/vuejs/vitepress/issues/4508">#4508</a>) (<a href="https://github.com/vuejs/vitepress/commit/8214cae21bb16842d8870d5867e974146c51fd61">8214cae</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.6.0...v1.6.1">1.6.1</a> (2025-01-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> escape <code>$</code> in replace pattern in dynamic routes plugin (<a href="https://github.com/vuejs/vitepress/commit/e8129167c76104d59d31a77b16dff3458e6af5eb">e812916</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4499">#4499</a></li> <li><strong>theme/regression:</strong> broken hero heading at certain viewports (<a href="https://github.com/vuejs/vitepress/commit/37dbe895d4cf813e6eb1289f24c637945eec0d1f">37dbe89</a>)</li> </ul> <h1><a href="https://github.com/vuejs/vitepress/compare/v1.5.0...v1.6.0">1.6.0</a> (2025-01-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> out of order css in prod builds (<a href="https://github.com/vuejs/vitepress/commit/241d17d9839f06b17c3898b1a8ba0f9fa12da0d1">241d17d</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4098">#4098</a></li> <li><strong>build:</strong> properly strip vpi-social css declaration in debug mode (<a href="https://github.com/vuejs/vitepress/commit/c61182ab278350699b5d50461788478a340790aa">c61182a</a>)</li> <li><strong>build:</strong> respect <code>vite.clearScreen</code> in build (<a href="https://github.com/vuejs/vitepress/commit/8ea776addc2c3bcabf3c707a9a81d6e0080a8fcb">8ea776a</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4468">#4468</a></li> <li><strong>build:</strong> specify mode for iconify (<a href="https://github.com/vuejs/vitepress/commit/8a5e8ea4f5b7cba0a6c909d8949f0c20426104a6">8a5e8ea</a>)</li> <li><strong>theme:</strong> apply <code>externalLinkIcon</code> option on <code>VPHome</code> (<a href="https://redirect.github.com/vuejs/vitepress/issues/4492">#4492</a>) (<a href="https://github.com/vuejs/vitepress/commit/fe48943640895d859811b81f86d78c3e510dbe54">fe48943</a>)</li> <li><strong>theme:</strong> don't show external link icon for images (<a href="https://github.com/vuejs/vitepress/commit/096bba19fb61c4b2f8f527046b4b0fe2e91c6bd6">096bba1</a>)</li> <li><strong>theme:</strong> ignore footnote-ref for outline (<a href="https://github.com/vuejs/vitepress/commit/183261753b04c2c96ddb8c10e520c748c6d3e613">1832617</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4402">#4402</a></li> <li><strong>theme:</strong> includes text to h1 tag for hero page (<a href="https://redirect.github.com/vuejs/vitepress/issues/4472">#4472</a>) (<a href="https://github.com/vuejs/vitepress/commit/bd896c638f8046f6546b5b32e8f98f3707aa8d05">bd896c6</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4453">#4453</a></li> </ul> <h3>Features</h3> <ul> <li><strong>build:</strong> export normalize function from shared chunk (<a href="https://github.com/vuejs/vitepress/commit/616f63f5f08a57347f2800e2d147d5bcd1cd072d">616f63f</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4401">#4401</a></li> <li><strong>theme:</strong> allow customizing skip to content label (<a href="https://github.com/vuejs/vitepress/commit/ff254dcbe6f2bcc89c34d2d2f4050229dc094400">ff254dc</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4288">#4288</a></li> <li><strong>theme:</strong> export VPNavBarSearch (<a href="https://github.com/vuejs/vitepress/commit/23522ab83ff33802d382fa066578dd87eb06789d">23522ab</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4476">#4476</a></li> <li><strong>theme:</strong> export VPFeatures (<a href="https://redirect.github.com/vuejs/vitepress/issues/4356">#4356</a>) (<a href="https://github.com/vuejs/vitepress/commit/6442e174838aec9668325bb1199419908e7dd728">6442e17</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li><strong>build:</strong> shiki transformers now use v3 <a href="https://shiki.style/packages/transformers#matching-algorithm">matching algorithm</a> (<a href="https://github.com/vuejs/vitepress/commit/373f9b933ee44f33a15ebdcfcb6db6dfac52f739">373f9b9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/ba9f50f829f8b56f71466e2af4aed9d6b4260e94"><code>ba9f50f</code></a> release: v1.6.3</li> <li><a href="https://github.com/vuejs/vitepress/commit/3e4120e94805156bf63587fd633162433dbaf260"><code>3e4120e</code></a> fix: docsearch not rendering properly</li> <li><a href="https://github.com/vuejs/vitepress/commit/65dc73d426f25ba0818731e2e32df2ba3a22eafd"><code>65dc73d</code></a> release: v1.6.2</li> <li><a href="https://github.com/vuejs/vitepress/commit/e9e29a701f1e5b5ee977d739b71196b03c025f45"><code>e9e29a7</code></a> chore: bump deps</li> <li><a href="https://github.com/vuejs/vitepress/commit/8214cae21bb16842d8870d5867e974146c51fd61"><code>8214cae</code></a> fix: fix static content removal for lean chunks due to Vue 3.5 changes (<a href="https://redirect.github.com/vuejs/vitepress/issues/4508">#4508</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/2e54970f7195c67b63908964575f589ce24b6d29"><code>2e54970</code></a> release: v1.6.1</li> <li><a href="https://github.com/vuejs/vitepress/commit/37dbe895d4cf813e6eb1289f24c637945eec0d1f"><code>37dbe89</code></a> fix(theme): broken hero heading in certain viewports</li> <li><a href="https://github.com/vuejs/vitepress/commit/e8129167c76104d59d31a77b16dff3458e6af5eb"><code>e812916</code></a> fix(build): escape <code>$</code> in replace pattern in dynamic routes plugin</li> <li><a href="https://github.com/vuejs/vitepress/commit/36eb751ed7d7b9ddcdc2cd342595632963909799"><code>36eb751</code></a> release: v1.6.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/373f9b933ee44f33a15ebdcfcb6db6dfac52f739"><code>373f9b9</code></a> chore!: bump shiki to v2</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.5.0...v1.6.3">compare view</a></li> </ul> </details> <br /> Updates `@algolia/client-abtesting` from 5.17.0 to 5.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases"><code>@​algolia/client-abtesting</code>'s releases</a>.</em></p> <blockquote> <h2>5.20.0</h2> <h1>New <strong>major</strong> version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/5aa57630d6">5aa57630d6</a> feat(specs): only use shortname in the source input (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4287">#4287</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/1e847f4caf">1e847f4caf</a> fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4324">#4324</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/13742383ab">13742383ab</a> chore(deps): dependencies 2025-01-13 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4325">#4325</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/58cc5449f5">58cc5449f5</a> fix(specs): optionalFilters additional explanation (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4353">#4353</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/3b129e01df">3b129e01df</a> fix(specs): ingestion expected and received events type (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4356">#4356</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/22167b8e68">22167b8e68</a> fix(specs): extend Analytics descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4360">#4360</a>) by <a href="https://github.com/gazconroy/"><code>@​gazconroy</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5b14906c1e">5b14906c1e</a> fix(specs): remove the processing outcome (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4359">#4359</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/952639f0fb">952639f0fb</a> fix(specs): adjust style for banner descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4362">#4362</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/4ae9ccd89f">4ae9ccd89f</a> chore(deps): dependencies 2025-01-20 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4365">#4365</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/83f188d333">83f188d333</a> feat(specs): rename composition to composition-full (private) and add composition (public) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4357">#4357</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e842e63d4e">e842e63d4e</a> fix(javascript): use beta version (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4385">#4385</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/undefined...5.20.0">https://github.com/algolia/algoliasearch-client-javascript/compare/undefined...5.20.0</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> <h2>5.18.0</h2> <h1>New version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/966fe05ae6">966fe05ae6</a> chore(deps): dependencies 2024-12-16 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4235">#4235</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/0481473fe0">0481473fe0</a> chore: trigger auto close pr (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4250">#4250</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/d6f48a40ce">d6f48a40ce</a> feat(javascript): add <code>worker</code> build (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4249">#4249</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/679a8cdb60">679a8cdb60</a> fix(specs): endpoint level timeout for ingestion (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4251">#4251</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/448aad70ee">448aad70ee</a> feat(specs): update composition specs according to upcoming API changes (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4234">#4234</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0">https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> <h2>5.17.1</h2> <h1>New version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/cd59f445e">cd59f445e</a> fix(specs): enable watcher for push (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4229">#4229</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/baf7d6f4d">baf7d6f4d</a> fix(specs): add <code>ignoreConjugations</code> to <code>AlternativesAsExact</code> (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4230">#4230</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1">https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md"><code>@​algolia/client-abtesting</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.19.0...5.20.0">5.20.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/5aa57630d6">5aa57630d6</a> feat(specs): only use shortname in the source input (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4287">#4287</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/1e847f4caf">1e847f4caf</a> fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4324">#4324</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/13742383ab">13742383ab</a> chore(deps): dependencies 2025-01-13 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4325">#4325</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/58cc5449f5">58cc5449f5</a> fix(specs): optionalFilters additional explanation (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4353">#4353</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/3b129e01df">3b129e01df</a> fix(specs): ingestion expected and received events type (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4356">#4356</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/22167b8e68">22167b8e68</a> fix(specs): extend Analytics descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4360">#4360</a>) by <a href="https://github.com/gazconroy/"><code>@​gazconroy</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5b14906c1e">5b14906c1e</a> fix(specs): remove the processing outcome (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4359">#4359</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/952639f0fb">952639f0fb</a> fix(specs): adjust style for banner descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4362">#4362</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/4ae9ccd89f">4ae9ccd89f</a> chore(deps): dependencies 2025-01-20 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4365">#4365</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/83f188d333">83f188d333</a> feat(specs): rename composition to composition-full (private) and add composition (public) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4357">#4357</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e842e63d4e">e842e63d4e</a> fix(javascript): use beta version (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4385">#4385</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.18.0...5.19.0">5.19.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/f9d890bbc4">f9d890bbc4</a> chore(deps): dependencies 2024-12-23 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4258">#4258</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/b569646304">b569646304</a> fix(specs): drop singer from ingestion specs (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4281">#4281</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e972f9b28c">e972f9b28c</a> feat(javascript): expose current apiKey on the client instance (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4285">#4285</a>) by <a href="https://github.com/Haroenv/"><code>@​Haroenv</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/b2b5acddab">b2b5acddab</a> chore(deps): dependencies 2024-12-30 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4286">#4286</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/37223c9779">37223c9779</a> feat(clients): cleanup after replaceAllObjects failure (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/3824">#3824</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/47b567fd0d">47b567fd0d</a> chore(deps): dependencies 2025-01-06 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4299">#4299</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/784e40ac53">784e40ac53</a> feat(specs): improve Composition Client searchResponse specs (matches SearchClient more closely for IS) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4300">#4300</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5328ce8333">5328ce8333</a> feat(specs): add notification settings to tasks (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4297">#4297</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e7b3898f06">e7b3898f06</a> feat(clients): add optionnal scopes to replaceAllObjects (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4296">#4296</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/47193ad3d1">47193ad3d1</a> chore: revert release (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4314">#4314</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0">5.18.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/966fe05ae6">966fe05ae6</a> chore(deps): dependencies 2024-12-16 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4235">#4235</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/0481473fe0">0481473fe0</a> chore: trigger auto close pr (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4250">#4250</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/d6f48a40ce">d6f48a40ce</a> feat(javascript): add <code>worker</code> build (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4249">#4249</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/679a8cdb60">679a8cdb60</a> fix(specs): endpoint level timeout for ingestion (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4251">#4251</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/448aad70ee">448aad70ee</a> feat(specs): update composition specs according to upcoming API changes (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4234">#4234</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1">5.17.1</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/cd59f445e">cd59f445e</a> fix(specs): enable watcher for push (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4229">#4229</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/baf7d6f4d">baf7d6f4d</a> fix(specs): add <code>ignoreConjugations</code> to <code>AlternativesAsExact</code> (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4230">#4230</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/cf1a259dc808b51e6944188104a60c01a6776018"><code>cf1a259</code></a> chore: release 5.20.0</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/95b4c7ddecd22618b95ef25b04c46a5548111efe"><code>95b4c7d</code></a> fix(javascript): use beta version (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/2ac2f2f6f5dae25707fef8a1de5e25abb848e129"><code>2ac2f2f</code></a> feat(specs): rename composition to composition-full (private) and add composi...</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/c14cef09c01992125b8e2fc0eb744b95ef7bbcc9"><code>c14cef0</code></a> chore(deps): dependencies 2025-01-20 (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/b936532b87702afb473d4b11c929290ad28adcc9"><code>b936532</code></a> fix(specs): adjust style for banner descriptions (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/28f7703ea3070cefa221e0a161b7ae24b399d3b0"><code>28f7703</code></a> fix(specs): remove the processing outcome (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/2d621ef70464c9ba3022f92580e14b651f7b1b5e"><code>2d621ef</code></a> fix(specs): extend Analytics descriptions (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/7fa7800d830204089ab7c2b99c017bfbbd3ca0c0"><code>7fa7800</code></a> fix(specs): ingestion expected and received events type [skip-bc] (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/8baf6c815220b4b90b17daf5fe5a5cb6221a0db3"><code>8baf6c8</code></a> fix(specs): optionalFilters additional explanation [skip-bc] (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/215eabbfe9259211a28c52b51969f749dd0be011"><code>215eabb</code></a> chore(deps): dependencies 2025-01-13 [skip-bc] (generated)</li> <li>Additional commits viewable in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.20.0">compare view</a></li> </ul> </details> <br /> Updates `@algolia/client-analytics` from 5.17.0 to 5.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases"><code>@​algolia/client-analytics</code>'s releases</a>.</em></p> <blockquote> <h2>5.20.0</h2> <h1>New <strong>major</strong> version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/5aa57630d6">5aa57630d6</a> feat(specs): only use shortname in the source input (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4287">#4287</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/1e847f4caf">1e847f4caf</a> fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4324">#4324</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/13742383ab">13742383ab</a> chore(deps): dependencies 2025-01-13 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4325">#4325</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/58cc5449f5">58cc5449f5</a> fix(specs): optionalFilters additional explanation (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4353">#4353</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/3b129e01df">3b129e01df</a> fix(specs): ingestion expected and received events type (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4356">#4356</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/22167b8e68">22167b8e68</a> fix(specs): extend Analytics descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4360">#4360</a>) by <a href="https://github.com/gazconroy/"><code>@​gazconroy</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5b14906c1e">5b14906c1e</a> fix(specs): remove the processing outcome (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4359">#4359</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/952639f0fb">952639f0fb</a> fix(specs): adjust style for banner descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4362">#4362</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/4ae9ccd89f">4ae9ccd89f</a> chore(deps): dependencies 2025-01-20 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4365">#4365</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/83f188d333">83f188d333</a> feat(specs): rename composition to composition-full (private) and add composition (public) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4357">#4357</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e842e63d4e">e842e63d4e</a> fix(javascript): use beta version (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4385">#4385</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/undefined...5.20.0">https://github.com/algolia/algoliasearch-client-javascript/compare/undefined...5.20.0</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> <h2>5.18.0</h2> <h1>New version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/966fe05ae6">966fe05ae6</a> chore(deps): dependencies 2024-12-16 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4235">#4235</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/0481473fe0">0481473fe0</a> chore: trigger auto close pr (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4250">#4250</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/d6f48a40ce">d6f48a40ce</a> feat(javascript): add <code>worker</code> build (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4249">#4249</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/679a8cdb60">679a8cdb60</a> fix(specs): endpoint level timeout for ingestion (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4251">#4251</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/448aad70ee">448aad70ee</a> feat(specs): update composition specs according to upcoming API changes (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4234">#4234</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0">https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> <h2>5.17.1</h2> <h1>New version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/cd59f445e">cd59f445e</a> fix(specs): enable watcher for push (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4229">#4229</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/baf7d6f4d">baf7d6f4d</a> fix(specs): add <code>ignoreConjugations</code> to <code>AlternativesAsExact</code> (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4230">#4230</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1">https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md"><code>@​algolia/client-analytics</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.19.0...5.20.0">5.20.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/5aa57630d6">5aa57630d6</a> feat(specs): only use shortname in the source input (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4287">#4287</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/1e847f4caf">1e847f4caf</a> fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4324">#4324</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/13742383ab">13742383ab</a> chore(deps): dependencies 2025-01-13 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4325">#4325</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/58cc5449f5">58cc5449f5</a> fix(specs): optionalFilters additional explanation (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4353">#4353</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/3b129e01df">3b129e01df</a> fix(specs): ingestion expected and received events type (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4356">#4356</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/22167b8e68">22167b8e68</a> fix(specs): extend Analytics descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4360">#4360</a>) by <a href="https://github.com/gazconroy/"><code>@​gazconroy</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5b14906c1e">5b14906c1e</a> fix(specs): remove the processing outcome (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4359">#4359</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/952639f0fb">952639f0fb</a> fix(specs): adjust style for banner descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4362">#4362</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/4ae9ccd89f">4ae9ccd89f</a> chore(deps): dependencies 2025-01-20 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4365">#4365</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/83f188d333">83f188d333</a> feat(specs): rename composition to composition-full (private) and add composition (public) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4357">#4357</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e842e63d4e">e842e63d4e</a> fix(javascript): use beta version (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4385">#4385</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.18.0...5.19.0">5.19.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/f9d890bbc4">f9d890bbc4</a> chore(deps): dependencies 2024-12-23 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4258">#4258</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/b569646304">b569646304</a> fix(specs): drop singer from ingestion specs (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4281">#4281</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e972f9b28c">e972f9b28c</a> feat(javascript): expose current apiKey on the client instance (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4285">#4285</a>) by <a href="https://github.com/Haroenv/"><code>@​Haroenv</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/b2b5acddab">b2b5acddab</a> chore(deps): dependencies 2024-12-30 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4286">#4286</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/37223c9779">37223c9779</a> feat(clients): cleanup after replaceAllObjects failure (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/3824">#3824</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/47b567fd0d">47b567fd0d</a> chore(deps): dependencies 2025-01-06 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4299">#4299</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/784e40ac53">784e40ac53</a> feat(specs): improve Composition Client searchResponse specs (matches SearchClient more closely for IS) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4300">#4300</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5328ce8333">5328ce8333</a> feat(specs): add notification settings to tasks (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4297">#4297</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e7b3898f06">e7b3898f06</a> feat(clients): add optionnal scopes to replaceAllObjects (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4296">#4296</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/47193ad3d1">47193ad3d1</a> chore: revert release (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4314">#4314</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0">5.18.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/966fe05ae6">966fe05ae6</a> chore(deps): dependencies 2024-12-16 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4235">#4235</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/0481473fe0">0481473fe0</a> chore: trigger auto close pr (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4250">#4250</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/d6f48a40ce">d6f48a40ce</a> feat(javascript): add <code>worker</code> build (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4249">#4249</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/679a8cdb60">679a8cdb60</a> fix(specs): endpoint level timeout for ingestion (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4251">#4251</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/448aad70ee">448aad70ee</a> feat(specs): update composition specs according to upcoming API changes (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4234">#4234</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1">5.17.1</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/cd59f445e">cd59f445e</a> fix(specs): enable watcher for push (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4229">#4229</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/baf7d6f4d">baf7d6f4d</a> fix(specs): add <code>ignoreConjugations</code> to <code>AlternativesAsExact</code> (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4230">#4230</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/cf1a259dc808b51e6944188104a60c01a6776018"><code>cf1a259</code></a> chore: release 5.20.0</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/95b4c7ddecd22618b95ef25b04c46a5548111efe"><code>95b4c7d</code></a> fix(javascript): use beta version (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/2ac2f2f6f5dae25707fef8a1de5e25abb848e129"><code>2ac2f2f</code></a> feat(specs): rename composition to composition-full (private) and add composi...</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/c14cef09c01992125b8e2fc0eb744b95ef7bbcc9"><code>c14cef0</code></a> chore(deps): dependencies 2025-01-20 (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/b936532b87702afb473d4b11c929290ad28adcc9"><code>b936532</code></a> fix(specs): adjust style for banner descriptions (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/28f7703ea3070cefa221e0a161b7ae24b399d3b0"><code>28f7703</code></a> fix(specs): remove the processing outcome (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/2d621ef70464c9ba3022f92580e14b651f7b1b5e"><code>2d621ef</code></a> fix(specs): extend Analytics descriptions (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/7fa7800d830204089ab7c2b99c017bfbbd3ca0c0"><code>7fa7800</code></a> fix(specs): ingestion expected and received events type [skip-bc] (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/8baf6c815220b4b90b17daf5fe5a5cb6221a0db3"><code>8baf6c8</code></a> fix(specs): optionalFilters additional explanation [skip-bc] (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/215eabbfe9259211a28c52b51969f749dd0be011"><code>215eabb</code></a> chore(deps): dependencies 2025-01-13 [skip-bc] (generated)</li> <li>Additional commits viewable in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.20.0">compare view</a></li> </ul> </details> <br /> Updates `@algolia/client-common` from 5.17.0 to 5.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases"><code>@​algolia/client-common</code>'s releases</a>.</em></p> <blockquote> <h2>5.20.0</h2> <h1>New <strong>major</strong> version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/5aa57630d6">5aa57630d6</a> feat(specs): only use shortname in the source input (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4287">#4287</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/1e847f4caf">1e847f4caf</a> fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4324">#4324</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/13742383ab">13742383ab</a> chore(deps): dependencies 2025-01-13 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4325">#4325</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/58cc5449f5">58cc5449f5</a> fix(specs): optionalFilters additional explanation (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4353">#4353</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/3b129e01df">3b129e01df</a> fix(specs): ingestion expected and received events type (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4356">#4356</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/22167b8e68">22167b8e68</a> fix(specs): extend Analytics descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4360">#4360</a>) by <a href="https://github.com/gazconroy/"><code>@​gazconroy</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5b14906c1e">5b14906c1e</a> fix(specs): remove the processing outcome (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4359">#4359</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/952639f0fb">952639f0fb</a> fix(specs): adjust style for banner descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4362">#4362</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/4ae9ccd89f">4ae9ccd89f</a> chore(deps): dependencies 2025-01-20 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4365">#4365</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/83f188d333">83f188d333</a> feat(specs): rename composition to composition-full (private) and add composition (public) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4357">#4357</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e842e63d4e">e842e63d4e</a> fix(javascript): use beta version (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4385">#4385</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/undefined...5.20.0">https://github.com/algolia/algoliasearch-client-javascript/compare/undefined...5.20.0</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> <h2>5.18.0</h2> <h1>New version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/966fe05ae6">966fe05ae6</a> chore(deps): dependencies 2024-12-16 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4235">#4235</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/0481473fe0">0481473fe0</a> chore: trigger auto close pr (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4250">#4250</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/d6f48a40ce">d6f48a40ce</a> feat(javascript): add <code>worker</code> build (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4249">#4249</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/679a8cdb60">679a8cdb60</a> fix(specs): endpoint level timeout for ingestion (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4251">#4251</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/448aad70ee">448aad70ee</a> feat(specs): update composition specs according to upcoming API changes (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4234">#4234</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0">https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> <h2>5.17.1</h2> <h1>New version released!</h1> <h2>What's Changed</h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/cd59f445e">cd59f445e</a> fix(specs): enable watcher for push (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4229">#4229</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/baf7d6f4d">baf7d6f4d</a> fix(specs): add <code>ignoreConjugations</code> to <code>AlternativesAsExact</code> (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4230">#4230</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1">https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1</a></p> <p>→ <a href="https://www.algolia.com/doc/libraries/javascript">Browse the Algolia documentation</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md"><code>@​algolia/client-common</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.19.0...5.20.0">5.20.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/5aa57630d6">5aa57630d6</a> feat(specs): only use shortname in the source input (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4287">#4287</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/1e847f4caf">1e847f4caf</a> fix(specs): move customRanking and keepDiacriticsOnCharacters to indexSettings (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4324">#4324</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/13742383ab">13742383ab</a> chore(deps): dependencies 2025-01-13 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4325">#4325</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/58cc5449f5">58cc5449f5</a> fix(specs): optionalFilters additional explanation (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4353">#4353</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/3b129e01df">3b129e01df</a> fix(specs): ingestion expected and received events type (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4356">#4356</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/22167b8e68">22167b8e68</a> fix(specs): extend Analytics descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4360">#4360</a>) by <a href="https://github.com/gazconroy/"><code>@​gazconroy</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5b14906c1e">5b14906c1e</a> fix(specs): remove the processing outcome (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4359">#4359</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/952639f0fb">952639f0fb</a> fix(specs): adjust style for banner descriptions (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4362">#4362</a>) by <a href="https://github.com/kai687/"><code>@​kai687</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/4ae9ccd89f">4ae9ccd89f</a> chore(deps): dependencies 2025-01-20 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4365">#4365</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/83f188d333">83f188d333</a> feat(specs): rename composition to composition-full (private) and add composition (public) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4357">#4357</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e842e63d4e">e842e63d4e</a> fix(javascript): use beta version (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4385">#4385</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.18.0...5.19.0">5.19.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/f9d890bbc4">f9d890bbc4</a> chore(deps): dependencies 2024-12-23 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4258">#4258</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/b569646304">b569646304</a> fix(specs): drop singer from ingestion specs (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4281">#4281</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e972f9b28c">e972f9b28c</a> feat(javascript): expose current apiKey on the client instance (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4285">#4285</a>) by <a href="https://github.com/Haroenv/"><code>@​Haroenv</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/b2b5acddab">b2b5acddab</a> chore(deps): dependencies 2024-12-30 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4286">#4286</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/37223c9779">37223c9779</a> feat(clients): cleanup after replaceAllObjects failure (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/3824">#3824</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/47b567fd0d">47b567fd0d</a> chore(deps): dependencies 2025-01-06 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4299">#4299</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/784e40ac53">784e40ac53</a> feat(specs): improve Composition Client searchResponse specs (matches SearchClient more closely for IS) (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4300">#4300</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/5328ce8333">5328ce8333</a> feat(specs): add notification settings to tasks (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4297">#4297</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/e7b3898f06">e7b3898f06</a> feat(clients): add optionnal scopes to replaceAllObjects (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4296">#4296</a>) by <a href="https://github.com/millotp/"><code>@​millotp</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/47193ad3d1">47193ad3d1</a> chore: revert release (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4314">#4314</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.1...5.18.0">5.18.0</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/966fe05ae6">966fe05ae6</a> chore(deps): dependencies 2024-12-16 (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4235">#4235</a>) by <a href="https://github.com/algolia-bot/"><code>@​algolia-bot</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/0481473fe0">0481473fe0</a> chore: trigger auto close pr (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4250">#4250</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/d6f48a40ce">d6f48a40ce</a> feat(javascript): add <code>worker</code> build (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4249">#4249</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/679a8cdb60">679a8cdb60</a> fix(specs): endpoint level timeout for ingestion (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4251">#4251</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/448aad70ee">448aad70ee</a> feat(specs): update composition specs according to upcoming API changes (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4234">#4234</a>) by <a href="https://github.com/e-krebs/"><code>@​e-krebs</code></a></li> </ul> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.17.1">5.17.1</a></h2> <ul> <li><a href="https://github.com/algolia/api-clients-automation/commit/cd59f445e">cd59f445e</a> fix(specs): enable watcher for push (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4229">#4229</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> <li><a href="https://github.com/algolia/api-clients-automation/commit/baf7d6f4d">baf7d6f4d</a> fix(specs): add <code>ignoreConjugations</code> to <code>AlternativesAsExact</code> (<a href="https://redirect.github.com/algolia/api-clients-automation/pull/4230">#4230</a>) by <a href="https://github.com/shortcuts/"><code>@​shortcuts</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/cf1a259dc808b51e6944188104a60c01a6776018"><code>cf1a259</code></a> chore: release 5.20.0</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/95b4c7ddecd22618b95ef25b04c46a5548111efe"><code>95b4c7d</code></a> fix(javascript): use beta version (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/2ac2f2f6f5dae25707fef8a1de5e25abb848e129"><code>2ac2f2f</code></a> feat(specs): rename composition to composition-full (private) and add composi...</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/c14cef09c01992125b8e2fc0eb744b95ef7bbcc9"><code>c14cef0</code></a> chore(deps): dependencies 2025-01-20 (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/b936532b87702afb473d4b11c929290ad28adcc9"><code>b936532</code></a> fix(specs): adjust style for banner descriptions (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/28f7703ea3070cefa221e0a161b7ae24b399d3b0"><code>28f7703</code></a> fix(specs): remove the processing outcome (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/2d621ef70464c9ba3022f92580e14b651f7b1b5e"><code>2d621ef</code></a> fix(specs): extend Analytics descriptions (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/7fa7800d830204089ab7c2b99c017bfbbd3ca0c0"><code>7fa7800</code></a> fix(specs): ingestion expected and received events type [skip-bc] (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/8baf6c815220b4b90b17daf5fe5a5cb6221a0db3"><code>8baf6c8</code></a> fix(specs): optionalFilters additional explanation [skip-bc] (generated)</li> <li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/215eabbfe9259211a28c52b51969f749dd0be011"><code>215eabb</code></a> chore(deps): dependencies 2025-01-13 [skip-bc] (generated)</li> <li>Additional commits viewable in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/5.17.0...5.20.0">compare view</a></li> </ul> </details> <br /> Updates `@algolia/client-insights` from 5.17.0 to 5.20.0 <de... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 19:33:22 +08:00
"vitepress": "^1.6.3",
build(deps): bump the npm group across 1 directory with 37 updates (#2227) Bumps the npm group with 15 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [vitepress](https://github.com/vuejs/vitepress) | `1.4.1` | `1.5.0` | | [vue](https://github.com/vuejs/core) | `3.5.12` | `3.5.13` | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.1` | `7.26.2` | | [@docsearch/js](https://github.com/algolia/docsearch) | `3.6.2` | `3.8.0` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.2.0` | | [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.1.0` | `11.3.0` | | [focus-trap](https://github.com/focus-trap/focus-trap) | `7.6.0` | `7.6.2` | | [magic-string](https://github.com/rich-harris/magic-string) | `0.30.12` | `0.30.13` | | [micromark-util-character](https://github.com/micromark/micromark) | `2.1.0` | `2.1.1` | | [micromark-util-encode](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [micromark-util-sanitize-uri](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [micromark-util-symbol](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [micromark-util-types](https://github.com/micromark/micromark) | `2.0.0` | `2.0.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` | | [rollup](https://github.com/rollup/rollup) | `4.24.2` | `4.27.3` | Updates `vitepress` from 1.4.1 to 1.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/releases">vitepress's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.4.5</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.4.3</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.4.2</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/vuejs/vitepress/compare/v1.4.5...v1.5.0">1.5.0</a> (2024-11-04)</h1> <h3>Features</h3> <ul> <li>on-demand social icons (<a href="https://redirect.github.com/vuejs/vitepress/issues/4339">#4339</a>) (<a href="https://github.com/vuejs/vitepress/commit/05f2f0d26153ace74b6c023184224d4fada137c2">05f2f0d</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4256">#4256</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/4135">#4135</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/4076">#4076</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/3809">#3809</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/3750">#3750</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/1214">#1214</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/2768">#2768</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/2861">#2861</a></li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.4.4...v1.4.5">1.4.5</a> (2024-11-03)</h2> <h3>Bug Fixes</h3> <ul> <li>lang lazy load not working with twoslash (<a href="https://github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb">fc92a77</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4334">#4334</a></li> <li>typo in missing language check (<a href="https://github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172">dcb8450</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.4.2...v1.4.3">1.4.3</a> (2024-10-31)</h2> <h3>Performance Improvements</h3> <ul> <li>lazy load shiki languages (<a href="https://redirect.github.com/vuejs/vitepress/issues/4326">#4326</a>) (<a href="https://github.com/vuejs/vitepress/commit/829977876a21da4f0af5d27593a2d81eb9af0c33">8299778</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.4.1...v1.4.2">1.4.2</a> (2024-10-29)</h2> <h3>Bug Fixes</h3> <ul> <li>cache markdown-it instance and properly dispose shiki on config reload (<a href="https://redirect.github.com/vuejs/vitepress/issues/4321">#4321</a>) (<a href="https://github.com/vuejs/vitepress/commit/45968cdc509e04f8e191d28ba7d8d97b08fc578e">45968cd</a>) (<a href="https://github.com/vuejs/vitepress/commit/acfe97f60872d251c75c5985ca9841f84392850d">acfe97f</a>)</li> <li><strong>regression:</strong> hmr not working with markdown includes due to wrong cache key (<a href="https://github.com/vuejs/vitepress/commit/615aed5df700ad98f82a74fbc785d290d1c5a018">615aed5</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4289">#4289</a> <a href="https://redirect.github.com/vuejs/vitepress/issues/4303">#4303</a></li> <li>remove explicit chinese fonts (<a href="https://redirect.github.com/vuejs/vitepress/issues/4286">#4286</a>) (<a href="https://github.com/vuejs/vitepress/commit/668e9f7050f236d571fe2fc2f41e5548d974b503">668e9f7</a>) (<a href="https://github.com/vuejs/vitepress/commit/b8935502fbb590449e7d094bdde9c9ae1ac67d0c">b893550</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4286">#4286</a></li> <li><strong>theme/a11y:</strong> don't select search result unless mouse is actually moved (<a href="https://github.com/vuejs/vitepress/commit/e638d855cfc8e4e0c9b95c284548ae31233139f5">e638d85</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/4297">#4297</a></li> <li><strong>theme:</strong> add types for <code>VPLink</code>, <code>VPSocialLink</code> and <code>VPSocialLinks</code> exports (<a href="https://redirect.github.com/vuejs/vitepress/issues/4284">#4284</a>) (<a href="https://github.com/vuejs/vitepress/commit/fcae4d5554df2130b9a7e5ad8e0cc83eccf88bec">fcae4d5</a>)</li> <li><strong>theme:</strong> don't escape html in <code>siteTitle</code> (<a href="https://redirect.github.com/vuejs/vitepress/issues/4308">#4308</a>) (<a href="https://github.com/vuejs/vitepress/commit/bd690d6a9b895f15d5906d245b404f02cfce7489">bd690d6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/867b256e14858df7a8cf9935e45e5bf233782be5"><code>867b256</code></a> release: v1.5.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/05f2f0d26153ace74b6c023184224d4fada137c2"><code>05f2f0d</code></a> feat: on demand social icons (<a href="https://redirect.github.com/vuejs/vitepress/issues/4339">#4339</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/602ae7ba9d27dfc6a55793e62efc936fd0859c2e"><code>602ae7b</code></a> chore: remove redundant spaces in theme template css (<a href="https://redirect.github.com/vuejs/vitepress/issues/4337">#4337</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/1e4917eb309a69c99022d6b56c8ec08d64f2e995"><code>1e4917e</code></a> release: v1.4.5</li> <li><a href="https://github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb"><code>fc92a77</code></a> fix: lazy load language definition on twoslash too</li> <li><a href="https://github.com/vuejs/vitepress/commit/11eb13756506e021f14b20005813b899bde9e19e"><code>11eb137</code></a> release: v1.4.4</li> <li><a href="https://github.com/vuejs/vitepress/commit/4dac35fc9ec3eecb4371befa619626ee4db1ba58"><code>4dac35f</code></a> fix: (temporary patch) lang lazy load not working with twoslash</li> <li><a href="https://github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172"><code>dcb8450</code></a> fix: typo in missing language check</li> <li><a href="https://github.com/vuejs/vitepress/commit/08a88440ba66c0b50324430373ed9d2b0f69db3f"><code>08a8844</code></a> Translation fix (<a href="https://redirect.github.com/vuejs/vitepress/issues/4328">#4328</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/2b3cd95ab112ffce3a168b41c8cca1446d3fb920"><code>2b3cd95</code></a> release: v1.4.3</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.4.1...v1.5.0">compare view</a></li> </ul> </details> <br /> Updates `vue` from 3.5.12 to 3.5.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.5.13</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.12...v3.5.13">3.5.13</a> (2024-11-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle v-memo + v-for with functional key (<a href="https://redirect.github.com/vuejs/core/issues/12014">#12014</a>) (<a href="https://github.com/vuejs/core/commit/99009eee0efc238392daba93792d478525b21afa">99009ee</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12013">#12013</a></li> <li><strong>compiler-dom:</strong> properly stringify template string style (<a href="https://redirect.github.com/vuejs/core/issues/12392">#12392</a>) (<a href="https://github.com/vuejs/core/commit/2d78539da35322aea5f821b3cf9b02d006abac72">2d78539</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12391">#12391</a></li> <li><strong>custom-element:</strong> avoid triggering mutationObserver when relecting props (<a href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0">352bc88</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12214">#12214</a> <a href="https://redirect.github.com/vuejs/core/issues/12215">#12215</a></li> <li><strong>deps:</strong> update dependency postcss to ^8.4.48 (<a href="https://redirect.github.com/vuejs/core/issues/12356">#12356</a>) (<a href="https://github.com/vuejs/core/commit/b5ff930089985a58c3553977ef999cec2a6708a4">b5ff930</a>)</li> <li><strong>hydration:</strong> the component vnode's el should be updated when a mismatch occurs. (<a href="https://redirect.github.com/vuejs/core/issues/12255">#12255</a>) (<a href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a">a20a4cb</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12253">#12253</a></li> <li><strong>reactiivty:</strong> avoid unnecessary watcher effect removal from inactive scope (<a href="https://github.com/vuejs/core/commit/21932840eae72ffcd357a62ec596aaecc7ec224a">2193284</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5783">#5783</a> <a href="https://redirect.github.com/vuejs/core/issues/5806">#5806</a></li> <li><strong>reactivity:</strong> release nested effects/scopes on effect scope stop (<a href="https://redirect.github.com/vuejs/core/issues/12373">#12373</a>) (<a href="https://github.com/vuejs/core/commit/bee2f5ee62dc0cd04123b737779550726374dd0a">bee2f5e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12370">#12370</a></li> <li><strong>runtime-dom:</strong> set css vars before user onMounted hooks (<a href="https://github.com/vuejs/core/commit/2d5c5e25e9b7a56e883674fb434135ac514429b5">2d5c5e2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11533">#11533</a></li> <li><strong>runtime-dom:</strong> set css vars on update to handle child forcing reflow in onMount (<a href="https://redirect.github.com/vuejs/core/issues/11561">#11561</a>) (<a href="https://github.com/vuejs/core/commit/c4312f9c715c131a09e552ba46e9beb4b36d55e6">c4312f9</a>)</li> <li><strong>ssr:</strong> avoid updating subtree of async component if it is resolved (<a href="https://redirect.github.com/vuejs/core/issues/12363">#12363</a>) (<a href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095">da7ad5e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12362">#12362</a></li> <li><strong>ssr:</strong> ensure v-text updates correctly with custom directives in SSR output (<a href="https://redirect.github.com/vuejs/core/issues/12311">#12311</a>) (<a href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893">1f75d4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12309">#12309</a></li> <li><strong>ssr:</strong> handle initial selected state for select with v-model + v-for option (<a href="https://redirect.github.com/vuejs/core/issues/12399">#12399</a>) (<a href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22">4f8d807</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12395">#12395</a></li> <li><strong>teleport:</strong> handle deferred teleport update before mounted (<a href="https://redirect.github.com/vuejs/core/issues/12168">#12168</a>) (<a href="https://github.com/vuejs/core/commit/8bff142f99b646e9dd15897ec75368fbf34f1534">8bff142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12161">#12161</a></li> <li><strong>templateRef:</strong> set ref on cached async component which wrapped in KeepAlive (<a href="https://redirect.github.com/vuejs/core/issues/12290">#12290</a>) (<a href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d">983eb50</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4999">#4999</a> <a href="https://redirect.github.com/vuejs/core/issues/5004">#5004</a></li> <li><strong>test:</strong> update snapshot (<a href="https://redirect.github.com/vuejs/core/issues/12169">#12169</a>) (<a href="https://github.com/vuejs/core/commit/828d4a443919fa2aa4e2e92fbd03a5f04b258eea">828d4a4</a>)</li> <li><strong>Transition:</strong> fix transition memory leak edge case (<a href="https://redirect.github.com/vuejs/core/issues/12182">#12182</a>) (<a href="https://github.com/vuejs/core/commit/660132df6c6a8c14bf75e593dc47d2fdada30322">660132d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12181">#12181</a></li> <li><strong>transition:</strong> reflow before leave-active class after leave-from (<a href="https://redirect.github.com/vuejs/core/issues/12288">#12288</a>) (<a href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1">4b479db</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/2593">#2593</a></li> <li><strong>types:</strong> defineEmits w/ interface declaration (<a href="https://redirect.github.com/vuejs/core/issues/12343">#12343</a>) (<a href="https://github.com/vuejs/core/commit/1022eabaa1aaf8436876f5ec5573cb1e4b3959a6">1022eab</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8457">#8457</a></li> <li><strong>v-once:</strong> setting hasOnce to current block only when in v-once (<a href="https://redirect.github.com/vuejs/core/issues/12374">#12374</a>) (<a href="https://github.com/vuejs/core/commit/37300fc26190a7299efddbf98800ffd96d5cad96">37300fc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12371">#12371</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>reactivity:</strong> do not track inner key `__v_skip`` (<a href="https://redirect.github.com/vuejs/core/issues/11690">#11690</a>) (<a href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1">d637bd6</a>)</li> <li><strong>runtime-core:</strong> use feature flag for call to resolveMergedOptions (<a href="https://redirect.github.com/vuejs/core/issues/12163">#12163</a>) (<a href="https://github.com/vuejs/core/commit/1755ac0a108ba3486bd8397e56d3bdcd69196594">1755ac0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/6eb29d345aa73746207f80c89ee8b37ff7b949c9"><code>6eb29d3</code></a> release: v3.5.13</li> <li><a href="https://github.com/vuejs/core/commit/4f8d8078221ee52deed266677a227ad2a6d8dd22"><code>4f8d807</code></a> fix(ssr): handle initial selected state for select with v-model + v-for optio...</li> <li><a href="https://github.com/vuejs/core/commit/983eb50a17eac76f1bba4394ad0316c62b72191d"><code>983eb50</code></a> fix(templateRef): set ref on cached async component which wrapped in KeepAliv...</li> <li><a href="https://github.com/vuejs/core/commit/da7ad5e3d24f3e108401188d909d27a4910da095"><code>da7ad5e</code></a> fix(ssr): avoid updating subtree of async component if it is resolved (<a href="https://redirect.github.com/vuejs/core/issues/12363">#12363</a>)</li> <li><a href="https://github.com/vuejs/core/commit/1f75d4e6dfe18121ebe443cd3e8105d54f727893"><code>1f75d4e</code></a> fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...</li> <li><a href="https://github.com/vuejs/core/commit/4b479db61d233b054561402ae94ef08550073ea1"><code>4b479db</code></a> fix(transition): reflow before leave-active class after leave-from (<a href="https://redirect.github.com/vuejs/core/issues/12288">#12288</a>)</li> <li><a href="https://github.com/vuejs/core/commit/a20a4cb36a3e717d1f8f259d0d59f133f508ff0a"><code>a20a4cb</code></a> fix(hydration): the component vnode's el should be updated when a mismatch oc...</li> <li><a href="https://github.com/vuejs/core/commit/352bc88c1bd2fda09c61ab17ea1a5967ffcd7bc0"><code>352bc88</code></a> fix(custom-element): avoid triggering mutationObserver when relecting props</li> <li><a href="https://github.com/vuejs/core/commit/10ab8c0e7b6a2c0794d73d0d9d3b0bcd3b0cc175"><code>10ab8c0</code></a> chore(playground): reset version when opening local playground from reproduction</li> <li><a href="https://github.com/vuejs/core/commit/d637bd6c0164c2883e6eabd3c2f1f8c258dedfb1"><code>d637bd6</code></a> perf(reactivity): do not track inner key `__v_skip`` (<a href="https://redirect.github.com/vuejs/core/issues/11690">#11690</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.12...v3.5.13">compare view</a></li> </ul> </details> <br /> Updates `@babel/parser` from 7.26.1 to 7.26.2 <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.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> </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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/a39ef1adf352dcf4c796ca6e7d645bbef5c93234"><code>a39ef1a</code></a> v7.26.2</li> <li><a href="https://github.com/babel/babel/commit/29242d577d275e1cd841b57aaeb6536adcebbbfb"><code>29242d5</code></a> fix: Parse placeholder for TS namespace (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16903">#16903</a>)</li> <li><a href="https://github.com/babel/babel/commit/d8ed865c58847e8a7661461552c29d393a4f891d"><code>d8ed865</code></a> fix: Account for offsets when creating new Position instances (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16937">#16937</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.26.2/packages/babel-parser">compare view</a></li> </ul> </details> <br /> Updates `@docsearch/js` 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/js</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/js</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 `@docsearch/react` 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/react</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/react</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 `@shikijs/core` from 1.22.1 to 1.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/core</code>'s releases</a>.</em></p> <blockquote> <h2>v1.23.1</h2> <h3>   🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3>   🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package  -  by <a href="https://github.com/MichaelMakesGames"><code>@​MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance  -  by <a href="https://github.com/nakasyou"><code>@​nakasyou</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded  -  by <a href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/33b8b49396766031dc6c4699bff1aef830c37f34"><code>33b8b49</code></a> feat: Use Oniguruma-To-ES in the JS engine (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/828">#828</a>) (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/832">#832</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li><a href="https://github.com/shikijs/shiki/commit/e26920a5def2ea60f4d34a09a4553c78477562d0"><code>e26920a</code></a> fix(core): <code>createdBundledHighlighter</code> cause wasm engine to be loaded (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/819">#819</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-javascript` from 1.22.1 to 1.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/engine-javascript</code>'s releases</a>.</em></p> <blockquote> <h2>v1.23.1</h2> <h3>   🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3>   🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package  -  by <a href="https://github.com/MichaelMakesGames"><code>@​MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance  -  by <a href="https://github.com/nakasyou"><code>@​nakasyou</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded  -  by <a href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/4a9cd8a1a9dac7e33c4d54c19e73990b90d4b23d"><code>4a9cd8a</code></a> feat: bump Oniguruma-To-ES dep to support more grammars and simplify (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/836">#836</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/33b8b49396766031dc6c4699bff1aef830c37f34"><code>33b8b49</code></a> feat: Use Oniguruma-To-ES in the JS engine (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/828">#828</a>) (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/832">#832</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/c08a33295a04c42f84a6292dfc9ca30f1dd224e1"><code>c08a332</code></a> chore: update snapshot</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/engine-javascript">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-oniguruma` from 1.22.1 to 1.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/engine-oniguruma</code>'s releases</a>.</em></p> <blockquote> <h2>v1.23.1</h2> <h3>   🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3>   🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package  -  by <a href="https://github.com/MichaelMakesGames"><code>@​MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance  -  by <a href="https://github.com/nakasyou"><code>@​nakasyou</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded  -  by <a href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/engine-oniguruma">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/transformers` from 1.22.1 to 1.23.1 <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.23.1</h2> <h3>   🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3>   🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package  -  by <a href="https://github.com/MichaelMakesGames"><code>@​MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance  -  by <a href="https://github.com/nakasyou"><code>@​nakasyou</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded  -  by <a href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/48d6c57994cd5dda1f4887d1d17bd572f60f0d66"><code>48d6c57</code></a> feat(transformers): add Style to Class transformer (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/transformers/issues/826">#826</a>)</li> <li><a href="https://github.com/shikijs/shiki/commit/9b55bf8f9583cbeac6d67779533807e187dfe306"><code>9b55bf8</code></a> refactor: rename files</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/transformers">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/types` from 1.22.1 to 1.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@​shikijs/types</code>'s releases</a>.</em></p> <blockquote> <h2>v1.23.1</h2> <h3>   🚀 Features</h3> <ul> <li>Bump Oniguruma-To-ES dep to support more grammars and simplify  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/836">shikijs/shiki#836</a> <a href="https://github.com/shikijs/shiki/commit/4a9cd8a1"><!-- raw HTML omitted -->(4a9cd)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.23.0...v1.23.1">View changes on GitHub</a></h5> <h2>v1.23.0</h2> <h3>   🚀 Features</h3> <ul> <li>Port <code>@michael-makes/shiki-colorized-brackets</code> JSR package  -  by <a href="https://github.com/MichaelMakesGames"><code>@​MichaelMakesGames</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/831">shikijs/shiki#831</a> <a href="https://github.com/shikijs/shiki/commit/94cc6d8f"><!-- raw HTML omitted -->(94cc6)<!-- raw HTML omitted --></a></li> <li>Use Oniguruma-To-ES in the JS engine  -  by <a href="https://github.com/slevithan"><code>@​slevithan</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/828">shikijs/shiki#828</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/832">shikijs/shiki#832</a> <a href="https://github.com/shikijs/shiki/commit/33b8b493"><!-- raw HTML omitted -->(33b8b)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Add Style to Class transformer  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/826">shikijs/shiki#826</a> <a href="https://github.com/shikijs/shiki/commit/48d6c579"><!-- raw HTML omitted -->(48d6c)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Cache type informations to improve performance  -  by <a href="https://github.com/nakasyou"><code>@​nakasyou</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/798">shikijs/shiki#798</a> <a href="https://github.com/shikijs/shiki/commit/45fd3ada"><!-- raw HTML omitted -->(45fd3)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.2...v1.23.0">View changes on GitHub</a></h5> <h2>v1.22.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Multiple fontStyle  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/c9acd17b"><!-- raw HTML omitted -->(c9acd)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: <code>createdBundledHighlighter</code> cause wasm engine to be loaded  -  by <a href="https://github.com/fuma-nama"><code>@​fuma-nama</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/819">shikijs/shiki#819</a> <a href="https://github.com/shikijs/shiki/commit/e26920a5"><!-- raw HTML omitted -->(e2692)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v1.22.1...v1.22.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/1da0bc8a12ae2d80f7704aaa3a7246b7c00c9321"><code>1da0bc8</code></a> chore: release v1.23.1</li> <li><a href="https://github.com/shikijs/shiki/commit/1a687ad2f9af057b05df21137f290e6bb1f9977f"><code>1a687ad</code></a> chore: release v1.23.0</li> <li><a href="https://github.com/shikijs/shiki/commit/e4d9a7a1013630127ce405c9a7f84c7df6c2de07"><code>e4d9a7a</code></a> chore: release v1.22.2</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v1.23.1/packages/types">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.1.4 to 5.2.0 <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.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.2.0/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-vue@5.1.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.1.5/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>5.2.0 (2024-11-13)</h2> <ul> <li>feat: add a feature option to support custom component id generator (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/461">#461</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/7a1fc4c">7a1fc4c</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/461">#461</a></li> </ul> <h2><!-- raw HTML omitted -->5.1.5 (2024-11-11)<!-- raw HTML omitted --></h2> <ul> <li>chore: fix typo (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/464">#464</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/4a811b0">4a811b0</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/464">#464</a></li> <li>chore(deps): update dependency rollup to ^4.24.0 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/448">#448</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/0fc9cd0">0fc9cd0</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/448">#448</a></li> <li>chore(deps): update dependency rollup to ^4.25.0 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/472">#472</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/91210cc">91210cc</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/472">#472</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/462">#462</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/5625fc9">5625fc9</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/462">#462</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/439">#439</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/e432bcb">e432bcb</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/439">#439</a></li> <li>fix(hmr): re-resolve script after type dep changed (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/446">#446</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/8f9c624">8f9c624</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/446">#446</a></li> <li>fix(hmr): should reload if relies file changed after re-render (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/471">#471</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/62b17f3">62b17f3</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/471">#471</a></li> <li>perf: use <code>hash</code> to replace <code>createHash</code> (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/460">#460</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit... _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-11-22 14:48:58 +08:00
"vue": "^3.5.13"
2023-01-14 23:18:11 +08:00
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
2023-11-13 11:45:51 +08:00
},
"type": "module"
}