addons-server icon indicating copy to clipboard operation
addons-server copied to clipboard

Bump jquery-ui from 1.13.3 to 1.14.0

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps jquery-ui from 1.13.3 to 1.14.0.

Commits
  • 501c347 1.14.0
  • 2fb378e Docs: Update AUTHORS.txt
  • 02a6e6b Datepicker: Hide the UI on destroy
  • a0c5b12 Build: Bump actions/setup-node from 4.0.2 to 4.0.3 in the github-actions group
  • cd41c45 Tests: Update jQuery Migrate from 3.4.1 to 3.5.2, simplify Migrate setup
  • 600057f Demos: Make autocomplete demos work on jqueryui.com
  • 5665215 Build: Group dependabot PRs updating GitHub Actions
  • 7f0e920 Release: Update download.jqueryui.com from 2.3.6 to 2.3.7
  • 872c28a Build: Bump actions/checkout from 4.1.6 to 4.1.7
  • 2735f7d Release: Update download.jqueryui.com from 2.3.5 to 2.3.6
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Aug 06 '24 11:08 dependabot[bot]

https://jqueryui.com/upgrade-guide/1.14/

diox avatar Aug 30 '24 12:08 diox

@dependabot rebase

diox avatar Oct 21 '24 11:10 diox

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.

diox avatar Oct 21 '24 12:10 diox