From 51e27c83c44526dbd4a891b928fcdb32777bd189 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 2 Jul 2022 06:57:50 +0200 Subject: [PATCH] jquery-validate v1.19.4 -> v1.19.5 (#1040) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../{1.19.4 => 1.19.5}/jquery.validate.min.jsm | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) rename resources/jquery-validate/{1.19.4 => 1.19.5}/jquery.validate.min.jsm (67%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 2fc1c266..c02315c3 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1855,7 +1855,7 @@ https://fonts.gstatic.com/s/materialiconstwotone/v109/hESh6WRmNCxEqUmNyh3JDeGxjV https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js -https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.4/dist/jquery.validate.min.js +https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.5/dist/jquery.validate.min.js https://raw.githubusercontent.com/pagekit/vue-resource/1.5.3/dist/vue-resource.min.js https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/css/materialdesignicons.min.css https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/fonts/materialdesignicons-webfont.woff2 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 6a8a1de8..e9e85c68 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -277,7 +277,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/jquery-mobile/1.')) return '1.4.5'; if (type.startsWith('/jquery-mousewheel/3.')) return '3.1.13'; if (type.startsWith('/jScrollPane/2.')) return '2.2.2'; - if (type.startsWith('/jquery-validate/1.')) return '1.19.4'; + if (type.startsWith('/jquery-validate/1.')) return '1.19.5'; if (type.startsWith('/jeditable.js/1.')) return '1.8.0'; if (type.startsWith('/jeditable.js/2.')) return '2.0.19'; if (type.startsWith('/jquery.cycle2/2.')) return '2.1.6'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index bc8b14aa..7b839c36 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -52,6 +52,7 @@
  • bodymovin v5.9.4 -> v5.9.6 (#1033)
  • react-side-effect v2.1.1 -> v2.1.2 (#1034)
  • tinymce v6.0.3 -> v6.1.0 (#1039)
  • +
  • jquery-validate v1.19.4 -> v1.19.5 (#1040)
  • Mapping