From f28440bd6b0edb569fed6dfc4b9c9ed138561bea Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 5 May 2024 09:31:55 +0200 Subject: [PATCH] jqueryui v1.13.2 -> v1.13.3 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/jqueryui/1.13.2/jquery-ui.min.jsm | 6 ------ resources/jqueryui/1.13.3/jquery-ui.min.jsm | 6 ++++++ 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 resources/jqueryui/1.13.2/jquery-ui.min.jsm create mode 100644 resources/jqueryui/1.13.3/jquery-ui.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 3c93698a..82e4d5f6 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -819,7 +819,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.table https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.6.7/jquery.timeago.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery-tiny-pubsub/0.7.0/ba-tiny-pubsub.min.js https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js -https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js +https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/themes/base/minified/jquery-ui.min.css https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.3/rails.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 4c5bcc33..8c5d187b 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -256,7 +256,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/jqueryui/1.')) { if (helpers.compareVersion('1.8.24', version)) return '1.8.24'; // <= v1.8.24 if (helpers.compareVersion('1.10.0', version)) return '1.10.0'; // > v1.8.24 to <= v1.10.0 - return '1.13.2'; // >= 1.8.19 + return '1.13.3'; // >= 1.8.19 } if (type.startsWith('/jquery-ajax-unobtrusive/3.')) return '3.2.6'; if (type.startsWith('/jquery.blockUI/2.')) return '2.70'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index b3964e3f..d4e47aa4 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -32,6 +32,7 @@
  • dayjs v1.11.10 -> v1.11.11
  • feather-icons v4.29.1 -> v4.29.2
  • instantsearch.js v4.66.1 -> v4.68.0
  • +
  • jqueryui v1.13.2 -> v1.13.3
  • Added