Skip to content

Commit

Permalink
build(deps): bump @yaireo/tagify from 4.32.1 to 4.32.2 (#11102)
Browse files Browse the repository at this point in the history
Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.32.1 to
4.32.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/yairEO/tagify/releases"><code>@​yaireo/tagify</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.32.2</h2>
<ul>
<li>Enhance keyboard navigation for suggestions dropdown by adding
support for PageUp, PageDown, Home, and End keys. This allows users to
navigate through suggestions more efficiently without using the mouse.
719827b</li>
<li>bugfix: in select-mode, the <code>x</code> (remove tag) button
should not be visible if the suggestions&amp;<a
href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;
dropdown is visible (open) 1cd4459</li>
<li>ran <code>npx update-browserslist-db@latest</code>  0ea0f30</li>
<li>fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1423">#1423</a> -
Dropdowns does not close when interacting with tags of other instances
d9d9ece</li>
<li>added an FAQ item  0e0ad46</li>
<li><code>this.state.dropdown.suggestions</code> should point to the
sorted list and not pre-sorted one 4acd7ae</li>
<li>call the custom <code>sortby</code> (if defined) also when
there&amp;<a
href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;s no
search query 643f79d</li>
<li>Fix scroll behavior  7c4ce8f</li>
</ul>
<p><a
href="https://github.com/yairEO/tagify/compare/v4.32.1...v4.32.2">https://github.com/yairEO/tagify/compare/v4.32.1...v4.32.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/yairEO/tagify/commit/bd8edf4f034a24542b2a3b9d1fc2417068a4c4b3"><code>bd8edf4</code></a>
4.32.2</li>
<li><a
href="https://github.com/yairEO/tagify/commit/719827be8dd97fbba6231a69b855df5d109b4c08"><code>719827b</code></a>
Enhance keyboard navigation for suggestions dropdown by adding support
for Pa...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/1cd44596d4e617b723bb6196eb6f508c612e4321"><code>1cd4459</code></a>
bugfix: in select-mode, the <code>x</code> (remove tag) button should
not be visible if ...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/0ea0f30f7ab09070bca1c236d6b9372593d18f8e"><code>0ea0f30</code></a>
ran <code>npx update-browserslist-db@latest</code></li>
<li><a
href="https://github.com/yairEO/tagify/commit/d9d9ecedece7e3461c4575757326aab0ab0ab42c"><code>d9d9ece</code></a>
fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1423">#1423</a> -
Dropdowns does not close when interacting with tags of other in...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/0e0ad4696c198659f3e255aab1d172c3e79b24ef"><code>0e0ad46</code></a>
added to another FAQ item</li>
<li><a
href="https://github.com/yairEO/tagify/commit/4acd7aec9222fa280a5a87c14e1a6a4ad7461a3c"><code>4acd7ae</code></a>
<code>this.state.dropdown.suggestions</code> should point to the sorted
list and not pre...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/643f79d462ae98d1cd55a0680d74c93684d220df"><code>643f79d</code></a>
call the custom <code>sortby</code> (if defined) also when there's no
search query</li>
<li><a
href="https://github.com/yairEO/tagify/commit/7c4ce8f305dcff2e2e26819a03d1237cddc4a07c"><code>7c4ce8f</code></a>
Fix scroll behavior</li>
<li>See full diff in <a
href="https://github.com/yairEO/tagify/compare/v4.32.1...v4.32.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@yaireo/tagify&package-manager=npm_and_yarn&previous-version=4.32.1&new-version=4.32.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 93ad8d9 commit 462a7d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 462a7d0

Please sign in to comment.