From c254695e0fb883f76dbaeb492dbd96424b8f46a3 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 3 Apr 2023 06:37:34 +0200 Subject: [PATCH] webcomponentsjs v2.7.0 -> v2.8.0 (#1389) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../{2.7.0 => 2.8.0}/webcomponents-loader.min.jsm | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename resources/webcomponentsjs/{2.7.0 => 2.8.0}/webcomponents-loader.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 7d38f7f9..60f30eb4 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1841,7 +1841,7 @@ https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/shortcuts/inview.min.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/shortcuts/sticky.min.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/waypoints.debug.js https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/zepto.waypoints.min.js -https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.7.0/webcomponents-loader.min.js +https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-loader.min.js https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/6.4.8/adapter.min.js https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/7.7.1/adapter.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index d32eaea8..ef8ce081 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -496,7 +496,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/vuex/3.')) return '3.6.2'; if (type.startsWith('/vuex/4.')) return '4.1.0'; if (type.startsWith('/waypoints/4.')) return '4.0.1'; - if (type.startsWith('/webcomponentsjs/')) return '2.7.0'; + if (type.startsWith('/webcomponentsjs/')) return '2.8.0'; if (type.startsWith('/webfont')) return '1.6.28'; if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8'; if (type.startsWith('/webrtc-adapter/7.')) return '7.7.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8e912f61..4fd81fdd 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • bootstrap-table v1.21.3 -> v1.21.4 (#1386)
  • algoliasearch v4.15.0 -> v4.16.0 (#1387)
  • simplebar v6.2.1 -> v6.2.4 (#1388)
  • +
  • webcomponentsjs v2.7.0 -> v2.8.0 (#1389)
  • diff --git a/resources/webcomponentsjs/2.7.0/webcomponents-loader.min.jsm b/resources/webcomponentsjs/2.8.0/webcomponents-loader.min.jsm similarity index 100% rename from resources/webcomponentsjs/2.7.0/webcomponents-loader.min.jsm rename to resources/webcomponentsjs/2.8.0/webcomponents-loader.min.jsm