dependabot[bot] b948976d24
Some checks failed
Build Manager / build-lkm (push) Waiting to run
Build Manager / build-ksud (macos-latest, aarch64-apple-darwin) (push) Blocked by required conditions
Build Manager / build-ksud (macos-latest, x86_64-apple-darwin) (push) Blocked by required conditions
Build Manager / build-ksud (ubuntu-latest, aarch64-linux-android) (push) Blocked by required conditions
Build Manager / build-ksud (ubuntu-latest, aarch64-unknown-linux-musl) (push) Blocked by required conditions
Build Manager / build-ksud (ubuntu-latest, x86_64-linux-android) (push) Blocked by required conditions
Build Manager / build-ksud (ubuntu-latest, x86_64-pc-windows-gnu) (push) Blocked by required conditions
Build Manager / build-ksud (ubuntu-latest, x86_64-unknown-linux-musl) (push) Blocked by required conditions
Build Manager / build-manager (push) Blocked by required conditions
Clippy check / clippy (push) Waiting to run
Rustfmt check / format (push) Waiting to run
Deploy Website / build (push) Has been cancelled
Deploy Website / Deploy (push) Has been cancelled
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="3e4120e948">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="8214cae21b">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="e8129167c7">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="37dbe895d4">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="241d17d983">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="c61182ab27">c61182a</a>)</li>
<li><strong>build:</strong> respect <code>vite.clearScreen</code> in
build (<a
href="8ea776addc">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="8a5e8ea4f5">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="fe48943640">fe48943</a>)</li>
<li><strong>theme:</strong> don't show external link icon for images (<a
href="096bba19fb">096bba1</a>)</li>
<li><strong>theme:</strong> ignore footnote-ref for outline (<a
href="183261753b">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="bd896c638f">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="616f63f5f0">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="ff254dcbe6">ff254dc</a>),
closes <a
href="https://redirect.github.com/vuejs/vitepress/issues/4288">#4288</a></li>
<li><strong>theme:</strong> export VPNavBarSearch (<a
href="23522ab83f">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="6442e17483">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="373f9b933e">373f9b9</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ba9f50f829"><code>ba9f50f</code></a>
release: v1.6.3</li>
<li><a
href="3e4120e948"><code>3e4120e</code></a>
fix: docsearch not rendering properly</li>
<li><a
href="65dc73d426"><code>65dc73d</code></a>
release: v1.6.2</li>
<li><a
href="e9e29a701f"><code>e9e29a7</code></a>
chore: bump deps</li>
<li><a
href="8214cae21b"><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="2e54970f71"><code>2e54970</code></a>
release: v1.6.1</li>
<li><a
href="37dbe895d4"><code>37dbe89</code></a>
fix(theme): broken hero heading in certain viewports</li>
<li><a
href="e8129167c7"><code>e812916</code></a>
fix(build): escape <code>$</code> in replace pattern in dynamic routes
plugin</li>
<li><a
href="36eb751ed7"><code>36eb751</code></a>
release: v1.6.0</li>
<li><a
href="373f9b933e"><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="cf1a259dc8"><code>cf1a259</code></a>
chore: release 5.20.0</li>
<li><a
href="95b4c7ddec"><code>95b4c7d</code></a>
fix(javascript): use beta version (generated)</li>
<li><a
href="2ac2f2f6f5"><code>2ac2f2f</code></a>
feat(specs): rename composition to composition-full (private) and add
composi...</li>
<li><a
href="c14cef09c0"><code>c14cef0</code></a>
chore(deps): dependencies 2025-01-20 (generated)</li>
<li><a
href="b936532b87"><code>b936532</code></a>
fix(specs): adjust style for banner descriptions (generated)</li>
<li><a
href="28f7703ea3"><code>28f7703</code></a>
fix(specs): remove the processing outcome (generated)</li>
<li><a
href="2d621ef704"><code>2d621ef</code></a>
fix(specs): extend Analytics descriptions (generated)</li>
<li><a
href="7fa7800d83"><code>7fa7800</code></a>
fix(specs): ingestion expected and received events type [skip-bc]
(generated)</li>
<li><a
href="8baf6c8152"><code>8baf6c8</code></a>
fix(specs): optionalFilters additional explanation [skip-bc]
(generated)</li>
<li><a
href="215eabbfe9"><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="cf1a259dc8"><code>cf1a259</code></a>
chore: release 5.20.0</li>
<li><a
href="95b4c7ddec"><code>95b4c7d</code></a>
fix(javascript): use beta version (generated)</li>
<li><a
href="2ac2f2f6f5"><code>2ac2f2f</code></a>
feat(specs): rename composition to composition-full (private) and add
composi...</li>
<li><a
href="c14cef09c0"><code>c14cef0</code></a>
chore(deps): dependencies 2025-01-20 (generated)</li>
<li><a
href="b936532b87"><code>b936532</code></a>
fix(specs): adjust style for banner descriptions (generated)</li>
<li><a
href="28f7703ea3"><code>28f7703</code></a>
fix(specs): remove the processing outcome (generated)</li>
<li><a
href="2d621ef704"><code>2d621ef</code></a>
fix(specs): extend Analytics descriptions (generated)</li>
<li><a
href="7fa7800d83"><code>7fa7800</code></a>
fix(specs): ingestion expected and received events type [skip-bc]
(generated)</li>
<li><a
href="8baf6c8152"><code>8baf6c8</code></a>
fix(specs): optionalFilters additional explanation [skip-bc]
(generated)</li>
<li><a
href="215eabbfe9"><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="cf1a259dc8"><code>cf1a259</code></a>
chore: release 5.20.0</li>
<li><a
href="95b4c7ddec"><code>95b4c7d</code></a>
fix(javascript): use beta version (generated)</li>
<li><a
href="2ac2f2f6f5"><code>2ac2f2f</code></a>
feat(specs): rename composition to composition-full (private) and add
composi...</li>
<li><a
href="c14cef09c0"><code>c14cef0</code></a>
chore(deps): dependencies 2025-01-20 (generated)</li>
<li><a
href="b936532b87"><code>b936532</code></a>
fix(specs): adjust style for banner descriptions (generated)</li>
<li><a
href="28f7703ea3"><code>28f7703</code></a>
fix(specs): remove the processing outcome (generated)</li>
<li><a
href="2d621ef704"><code>2d621ef</code></a>
fix(specs): extend Analytics descriptions (generated)</li>
<li><a
href="7fa7800d83"><code>7fa7800</code></a>
fix(specs): ingestion expected and received events type [skip-bc]
(generated)</li>
<li><a
href="8baf6c8152"><code>8baf6c8</code></a>
fix(specs): optionalFilters additional explanation [skip-bc]
(generated)</li>
<li><a
href="215eabbfe9"><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
2025-01-24 19:26:31 +08:00
2024-12-13 12:21:44 +08:00
2024-09-14 21:52:11 +08:00
2024-03-08 10:31:41 +08:00
2024-02-29 20:35:03 +08:00
2022-12-09 22:03:55 +08:00
2023-10-09 22:53:21 +08:00

English | Español | 简体中文 | 繁體中文 | 日本語 | 한국어 | Polski | Português (Brasil) | Türkçe | Русский | Tiếng Việt | Indonesia | עברית | हिंदी | Italiano

KernelSU

logo

A Kernel-based root solution for Android devices.

Latest release Weblate Channel License: GPL v2 GitHub License

Features

  1. Kernel-based su and root access management.
  2. Module system based on OverlayFS.
  3. App Profile: Lock up the root power in a cage.

Compatibility State

KernelSU officially supports Android GKI 2.0 devices (kernel 5.10+). Older kernels (4.14+) are also compatible, but the kernel will have to be built manually.

With this, WSA, ChromeOS, and container-based Android are all supported.

Currently, only arm64-v8a and x86_64 are supported.

Usage

Translation

To help translate KernelSU or improve existing translations, please use Weblate. PR of Manager's translation is no longer accepted, because it will conflict with Weblate.

Discussion

Security

For information on reporting security vulnerabilities in KernelSU, see SECURITY.md.

License

Credits

Description
A Kernel based root solution for Android
Readme GPL-3.0 28 MiB
Languages
Kotlin 43.8%
Rust 21%
C 19.8%
Java 6.4%
TypeScript 2.7%
Other 6.1%