From 0f961a982a3187bf8d0cf83418a47e9f6172bf60 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 16 Dec 2021 06:39:42 +0100 Subject: [PATCH] autocomplete.js v0.38.0 -> v0.38.1 (#809) --- THIRD_PARTY.txt | 2 +- audit/audit.sh | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../autocomplete.js/{0.38.0 => 0.38.1}/autocomplete.min.jsm | 6 +++--- 5 files changed, 7 insertions(+), 6 deletions(-) rename resources/autocomplete.js/{0.38.0 => 0.38.1}/autocomplete.min.jsm (99%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index d7f0e216..64950bff 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -172,7 +172,7 @@ https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js -https://cdnjs.cloudflare.com/ajax/libs/autocomplete.js/0.38.0/autocomplete.min.js +https://cdnjs.cloudflare.com/ajax/libs/autocomplete.js/0.38.1/autocomplete.min.js https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.12.1/polyfill.min.js https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js diff --git a/audit/audit.sh b/audit/audit.sh index 2f1ac2e1..93cae99e 100755 --- a/audit/audit.sh +++ b/audit/audit.sh @@ -699,7 +699,7 @@ function create_url() { # TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then url="$JSDELIVR/npm/nouislider@$version/dist/nouislider.min.js" - elif [ "$folder" = "autocomplete.js" ] && [ "$version" != "0.38.0" ]; then + elif [ "$folder" = "autocomplete.js" ] && [ "$version" != "0.38.1" ]; then url="$JSDELIVR/npm/@algolia/autocomplete-js@$version/dist/umd/index.production.min.js" elif [ "$folder" = "babel-standalone" ] && [ "$version" != "6.26.0" ]; then url="$JSDELIVR/npm/@babel/standalone@$version/babel.min.js" diff --git a/modules/internal/targets.js b/modules/internal/targets.js index ac0223e9..28583662 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -117,7 +117,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/animate.css/3.')) return '3.7.2'; if (type.startsWith('/animate.css/4.')) return '4.1.1'; if (type.startsWith('/animejs/3.')) return '3.2.1'; - if (type.startsWith('/autocomplete.js/0.')) return '0.38.0'; + if (type.startsWith('/autocomplete.js/0.')) return '0.38.1'; if (type.startsWith('/autocomplete.js/1.')) return '1.1.0'; if (type.startsWith('/angular-material/1.') || type.startsWith('/angular-material/0.')) return '1.2.3'; if (type.startsWith('/angular-translate/2.')) return '2.19.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a0eb4514..ade9da18 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -46,6 +46,7 @@
  • video.js v7.17.1 -> v7.17.3 (#806)
  • gsap v3.8.0 -> v3.9.0 (#807)
  • Swiper v7.3.1 -> v7.3.2 (#808)
  • +
  • autocomplete.js v0.38.0 -> v0.38.1 (#809)
  • Mapping