Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump @yaireo/tagify from 4.32.2 to 4.33.0 (#11169)
Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.32.2 to 4.33.0. <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.33.0</h2> <ul> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1422">#1422</a> - in "select-mode" editing existing value does not re-filters the suggestions list fd2c208</li> <li>accessibility bugfix: when Tagify gets focused (through tab), the component&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;s input should be focused and if there is already a selected value, the caret should be places at the end 52c37a4</li> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1420">#1420</a>: when selecting a suggestion with the keyboard, keep the same highlighted suggestion if <code>includeSelectedTags</code> setting is <code>true</code> or else, highlight the next/prev suggestion - rehydrate suggestions list when selecting a suggestion with the mouse 5746d7a</li> <li><a href="https://redirect.github.com/yairEO/tagify/issues/1420">#1420</a> - on select-mode, do not call <code>dropdown.hide</code> within <code>onEditTagDone</code> after a suggestion was selected ca64ac7</li> <li>re-implemented <a href="https://redirect.github.com/yairEO/tagify/issues/1425">#1425</a> in a better way 3e9819a</li> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1428">#1428</a> - fixed the compatibility layer. I assume now Tagify only supports React v17 and above 108c6bc</li> <li>slightly increased <code>$tag-inset-shadow-size</code> CSS variable 2d8abd2</li> <li>Fix Tab key after click Tab key didn&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;t work after you select a suggestion with mouse because the input lose focus cbb6864</li> </ul> <p><a href="https://github.com/yairEO/tagify/compare/v4.32.2...v4.33.0">https://github.com/yairEO/tagify/compare/v4.32.2...v4.33.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yairEO/tagify/commit/019e382ff01d68d9ffb73a1c5849e28d1587ac47"><code>019e382</code></a> 4.33.0</li> <li><a href="https://github.com/yairEO/tagify/commit/a913ba424f2284b7075f4215ff520a9e248c7ac0"><code>a913ba4</code></a> fixed tests path</li> <li><a href="https://github.com/yairEO/tagify/commit/fd2c2083ca87b0cebd83df7718cb07b708475a53"><code>fd2c208</code></a> fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1422">#1422</a> - in "select-mode" editing existing value does not re-filters the...</li> <li><a href="https://github.com/yairEO/tagify/commit/52c37a4bd7b83731a9c269dcc46297f9ec675290"><code>52c37a4</code></a> accessibility bugfix: when Tagify gets focused (through tab), the component's...</li> <li><a href="https://github.com/yairEO/tagify/commit/5746d7a60e628bca9f49b8effafc84b83c113b06"><code>5746d7a</code></a> - fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1420">#1420</a>: when selecting a suggestion with the keyboard, keep the same h...</li> <li><a href="https://github.com/yairEO/tagify/commit/ca64ac7200fc13821f1f58410bde6e266629b31a"><code>ca64ac7</code></a> <a href="https://redirect.github.com/yairEO/tagify/issues/1420">#1420</a> - on select-mode, do not call <code>dropdown.hide</code> within <code>onEditTagDone</code> af...</li> <li><a href="https://github.com/yairEO/tagify/commit/3e9819ab446ec3bf4081c7ec9b2349870cae1c53"><code>3e9819a</code></a> re-implemented <a href="https://redirect.github.com/yairEO/tagify/issues/1425">#1425</a> in a better way</li> <li><a href="https://github.com/yairEO/tagify/commit/108c6bc65b321cb14718c0201e540a0a5445c928"><code>108c6bc</code></a> fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1428">#1428</a> - fixed the compatibility layer. I assume now Tagify only support...</li> <li><a href="https://github.com/yairEO/tagify/commit/2d8abd2d4ef7b63b5089f616f1df29577d4eec06"><code>2d8abd2</code></a> slightly increased <code>$tag-inset-shadow-size</code> CSS variable</li> <li><a href="https://github.com/yairEO/tagify/commit/cbb6864a4bec1abdad55d1e63a33e352e9ad02fc"><code>cbb6864</code></a> Fix Tab key after click</li> <li>Additional commits viewable in <a href="https://github.com/yairEO/tagify/compare/v4.32.2...v4.33.0">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.2&new-version=4.33.0)](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