From b6465559d8e173489a52575b953f098fef1f1786 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 31 Jul 2022 06:15:05 +0200 Subject: [PATCH] jqueryui v1.12.1 -> v1.13.2 (#1098) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/jqueryui/1.12.1/jquery-ui.min.jsm | 13 ------------- resources/jqueryui/1.13.2/jquery-ui.min.jsm | 6 ++++++ 5 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 resources/jqueryui/1.12.1/jquery-ui.min.jsm create mode 100644 resources/jqueryui/1.13.2/jquery-ui.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 33f8b7a2..22c2351e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1228,7 +1228,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.12.1/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.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 60435bb2..776f9897 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -261,7 +261,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.12.1'; // >= 1.8.19 + return '1.13.2'; // >= 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 a5eec5e9..a738c209 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -37,6 +37,7 @@
  • algoliasearch v4.14.1 -> v4.14.2 (#1090)
  • docsify-themeable v0.8.6 -> v0.9.0 (#1092)
  • video.js v7.20.1 -> v7.20.2 (#1093)
  • +
  • jqueryui v1.12.1 -> v1.13.2 (#1098)
  • Added