Commit 2947a6e
Merge #1195
1195: Bump @algolia/autocomplete-plugin-tags from 1.9.2 to 1.10.0 r=bidoubiwa a=dependabot[bot]
Bumps [`@algolia/autocomplete-plugin-tags](https://github.com/algolia/autocomplete)` from 1.9.2 to 1.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/algolia/autocomplete/releases"><code>`@algolia/autocomplete-plugin-tags</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v1.10.0</h2>
<h1><a href="https://github.com/algolia/autocomplete/compare/v1.9.4...v1.10.0">1.10.0</a> (2023-07-10)</h1>
<h3>Features</h3>
<ul>
<li><strong>autocomplete-core:</strong> add <code>enterKeyHint</code> option to manually set hint on virtual keyboards (<a href="https://redirect.github.com/algolia/autocomplete/issues/1164">#1164</a>) (<a href="https://github.com/algolia/autocomplete/commit/e5aeea84e10f27a426d0a68dbc3c3cf3284e362d">e5aeea8</a>)</li>
</ul>
<h2>v1.9.4</h2>
<h2><a href="https://github.com/algolia/autocomplete/compare/v1.9.3...v1.9.4">1.9.4</a> (2023-06-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>insights:</strong> position gets computed per source (<a href="https://redirect.github.com/algolia/autocomplete/issues/1159">#1159</a>) (<a href="https://github.com/algolia/autocomplete/commit/d053024db03e956b15521e467f442d72cb5faa8a">d053024</a>)</li>
</ul>
<h2>v1.9.3</h2>
<h2><a href="https://github.com/algolia/autocomplete/compare/v1.9.2...v1.9.3">1.9.3</a> (2023-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>autocomplete-core:</strong> don't update <code>enterKeyHint</code> on Samsung Browser (<a href="https://redirect.github.com/algolia/autocomplete/issues/1153">#1153</a>) (<a href="https://github.com/algolia/autocomplete/commit/2971076ea47a9c7d78ecb0ace0f1d16bb0155f98">2971076</a>)</li>
<li><strong>fetchAlgoliaResults:</strong> safely access searchClient credentials (<a href="https://redirect.github.com/algolia/autocomplete/issues/1133">#1133</a>) (<a href="https://github.com/algolia/autocomplete/commit/f0f7a626f6b6caacc32051b8d3c198821d8c736a">f0f7a62</a>)</li>
<li><strong>insights:</strong> retrieve index name from query if not returned by response (<a href="https://redirect.github.com/algolia/autocomplete/issues/1138">#1138</a>) (<a href="https://github.com/algolia/autocomplete/commit/8406eb234124651e81d09bf4985876c790215f2a">8406eb2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/algolia/autocomplete/blob/next/CHANGELOG.md"><code>`@algolia/autocomplete-plugin-tags</code>'s` changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/algolia/autocomplete/compare/v1.9.4...v1.10.0">1.10.0</a> (2023-07-10)</h1>
<h3>Features</h3>
<ul>
<li><strong>autocomplete-core:</strong> add <code>enterKeyHint</code> option to manually set hint on virtual keyboards (<a href="https://redirect.github.com/algolia/autocomplete/issues/1164">#1164</a>) (<a href="https://github.com/algolia/autocomplete/commit/e5aeea84e10f27a426d0a68dbc3c3cf3284e362d">e5aeea8</a>)</li>
</ul>
<h2><a href="https://github.com/algolia/autocomplete/compare/v1.9.3...v1.9.4">1.9.4</a> (2023-06-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>insights:</strong> position gets computed per source (<a href="https://redirect.github.com/algolia/autocomplete/issues/1159">#1159</a>) (<a href="https://github.com/algolia/autocomplete/commit/d053024db03e956b15521e467f442d72cb5faa8a">d053024</a>)</li>
</ul>
<h2><a href="https://github.com/algolia/autocomplete/compare/v1.9.2...v1.9.3">1.9.3</a> (2023-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>autocomplete-core:</strong> don't update <code>enterKeyHint</code> on Samsung Browser (<a href="https://redirect.github.com/algolia/autocomplete/issues/1153">#1153</a>) (<a href="https://github.com/algolia/autocomplete/commit/2971076ea47a9c7d78ecb0ace0f1d16bb0155f98">2971076</a>)</li>
<li><strong>fetchAlgoliaResults:</strong> safely access searchClient credentials (<a href="https://redirect.github.com/algolia/autocomplete/issues/1133">#1133</a>) (<a href="https://github.com/algolia/autocomplete/commit/f0f7a626f6b6caacc32051b8d3c198821d8c736a">f0f7a62</a>)</li>
<li><strong>insights:</strong> retrieve index name from query if not returned by response (<a href="https://redirect.github.com/algolia/autocomplete/issues/1138">#1138</a>) (<a href="https://github.com/algolia/autocomplete/commit/8406eb234124651e81d09bf4985876c790215f2a">8406eb2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/algolia/autocomplete/commit/2685b95b0e686307a49e840f9b862380c1d27279"><code>2685b95</code></a> chore: release v1.10.0 (<a href="https://redirect.github.com/algolia/autocomplete/issues/1168">#1168</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/e5aeea84e10f27a426d0a68dbc3c3cf3284e362d"><code>e5aeea8</code></a> feat(autocomplete-core): add <code>enterKeyHint</code> option to manually set hint on vi...</li>
<li><a href="https://github.com/algolia/autocomplete/commit/739b49ed800787078898126163f34972180f54cc"><code>739b49e</code></a> chore: add resolution for bundlesize/brotli-size (<a href="https://redirect.github.com/algolia/autocomplete/issues/1163">#1163</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/f19acf15dc06f3ad412cfd6dd56c5fc865d92c7e"><code>f19acf1</code></a> ci: check that monorepo versions are in sync (<a href="https://redirect.github.com/algolia/autocomplete/issues/1161">#1161</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/498d34e4f2ea11b1c595fe83584955f309d6f50a"><code>498d34e</code></a> chore: release v1.9.4 (<a href="https://redirect.github.com/algolia/autocomplete/issues/1160">#1160</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/d053024db03e956b15521e467f442d72cb5faa8a"><code>d053024</code></a> fix(insights): position gets computed per source (<a href="https://redirect.github.com/algolia/autocomplete/issues/1159">#1159</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/25de61e2838d56882c47b844f130b748778482cf"><code>25de61e</code></a> chore: release v1.9.3 (<a href="https://redirect.github.com/algolia/autocomplete/issues/1154">#1154</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/2971076ea47a9c7d78ecb0ace0f1d16bb0155f98"><code>2971076</code></a> fix(autocomplete-core): don't update <code>enterKeyHint</code> on Samsung Browser (<a href="https://redirect.github.com/algolia/autocomplete/issues/1153">#1153</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/c4ba2815617625a59e78efad759bf64d5f40f4f7"><code>c4ba281</code></a> chore(github): add PR template (<a href="https://redirect.github.com/algolia/autocomplete/issues/1145">#1145</a>)</li>
<li><a href="https://github.com/algolia/autocomplete/commit/4ad0a16bc13e00a871f961b7d2c066d95a4b7faf"><code>4ad0a16</code></a> docs(readme): Fix dead links in autocomplete-query-suggestions plugin (<a href="https://redirect.github.com/algolia/autocomplete/issues/1141">#1141</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/algolia/autocomplete/compare/v1.9.2...v1.10.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)`
You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments