Bump jquery-ui from 1.13.3 to 1.14.0
Bumps jquery-ui from 1.13.3 to 1.14.0.
Commits
501c3471.14.02fb378eDocs: Update AUTHORS.txt02a6e6bDatepicker: Hide the UI on destroya0c5b12Build: Bump actions/setup-node from 4.0.2 to 4.0.3 in the github-actions groupcd41c45Tests: Update jQuery Migrate from 3.4.1 to 3.5.2, simplify Migrate setup600057fDemos: Make autocomplete demos work on jqueryui.com5665215Build: Group dependabot PRs updating GitHub Actions7f0e920Release: Update download.jqueryui.com from 2.3.6 to 2.3.7872c28aBuild: Bump actions/checkout from 4.1.6 to 4.1.72735f7dRelease: Update download.jqueryui.com from 2.3.5 to 2.3.6- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
https://jqueryui.com/upgrade-guide/1.14/
@dependabot rebase
The only thing left on AMO where we use jQuery UI is the authors/previews ordering widget which uses Sortable.
I've browsed through devhub and messed with authors & previews ordering with this update and things worked fine out of the box. I've also looked at devhub.js to see if I could find any use of deprecated features but couldn't find any - we don't really interact with the jQuery UI API much, we're basically just calling sortable() with a few params, even the callback manually checks the position of the items without using any parameters that are sent.
Note: we looked into replacing jQuery UI for sortable before and it wasn't worth the effort at the time.