Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump sortablejs from 1.15.3 to 1.15.6 (#4884)
Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.15.3 to 1.15.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SortableJS/Sortable/releases">sortablejs's releases</a>.</em></p> <blockquote> <h2>v1.15.6</h2> <ul> <li>Restore pervious text clearing selection behaviour on fallback-enabled sortable lists. Text should be cleared whenever mouse is down on a sortable item, but text inputs within items should still be interactable</li> <li><a href="https://redirect.github.com/SortableJS/Sortable/issues/2244">#2244</a>: Fix issue where multi-drag selection doesn't work on IOS devices</li> </ul> <h2>v1.15.5</h2> <ul> <li><a href="https://redirect.github.com/SortableJS/Sortable/issues/2410">#2410</a>: Further improvements to handling of text selection during drag, to allow text inputs to continue to function within sortable items. Removed the previous <code>nextTick</code> solution which caused text inputs to be noninteractive, and instead have moved the text selection clearing to the actual drag start.</li> </ul> <h2>v1.15.4</h2> <ul> <li>Fix issue where text selection occurs during dragging when fallback is enabled</li> <li>Improved support for pointer events</li> <li><a href="https://redirect.github.com/SortableJS/Sortable/issues/1897">#1897</a>: [MultiDrag] Prevent multi-select of non-draggable and filtered items</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SortableJS/Sortable/commit/63ecb31937d19fcb30aa924e82ee8a769ef34492"><code>63ecb31</code></a> 1.15.6</li> <li><a href="https://github.com/SortableJS/Sortable/commit/22172395df8554f2ef4f43bc7b540b4d25ef7870"><code>2217239</code></a> <a href="https://redirect.github.com/SortableJS/Sortable/issues/2244">#2244</a>: Allow supportPointer to be enabled by default for IOS</li> <li><a href="https://github.com/SortableJS/Sortable/commit/7d7d5d66c3220594379ec2027ab33c4053c8201a"><code>7d7d5d6</code></a> restore old fallback selection clearing behaviour</li> <li><a href="https://github.com/SortableJS/Sortable/commit/104d731585f260315116eacb56542a32653ad3bb"><code>104d731</code></a> 1.15.5</li> <li><a href="https://github.com/SortableJS/Sortable/commit/a81251f406f3bfc629bdb91f596b15066b688773"><code>a81251f</code></a> <a href="https://redirect.github.com/SortableJS/Sortable/issues/2410">#2410</a>: Further improve selection handling on drag start</li> <li><a href="https://github.com/SortableJS/Sortable/commit/ca13d2c3dde73604f41dd04d9165864db6441220"><code>ca13d2c</code></a> <a href="https://redirect.github.com/SortableJS/Sortable/issues/2410">#2410</a>: clear selection after drag start only with fallback</li> <li><a href="https://github.com/SortableJS/Sortable/commit/62f0498ac3585982aa44f4492bbcfcb3e8776a80"><code>62f0498</code></a> 1.15.4</li> <li><a href="https://github.com/SortableJS/Sortable/commit/7fd5baf55982617212ec242c7f325b77f414570a"><code>7fd5baf</code></a> <a href="https://redirect.github.com/SortableJS/Sortable/issues/1897">#1897</a>: Prevent multi-select of non-draggable and filtered items</li> <li><a href="https://github.com/SortableJS/Sortable/commit/afb71dcb96a321f1fbd8cb485773f76348a62109"><code>afb71dc</code></a> npm audit fix</li> <li><a href="https://github.com/SortableJS/Sortable/commit/f7a645c6f2a50d3303074bd4170e7ff7da7cf6b3"><code>f7a645c</code></a> fix text selection during fallback drag + improve pointer event support</li> <li>See full diff in <a href="https://github.com/SortableJS/Sortable/compare/1.15.3...1.15.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sortablejs&package-manager=npm_and_yarn&previous-version=1.15.3&new-version=1.15.6)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information