From b9af867d43da8eab7ddb72cf0748f035ab234e63 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 20 May 2023 17:58:37 +0200 Subject: [PATCH] leaflet v1.9.3 -> v1.9.4 (#1426) --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/leaflet/1.9.3/leaflet.jsm | 6 ------ .../leaflet/{1.9.3 => 1.9.4}/images/layers-2x.png | Bin .../leaflet/{1.9.3 => 1.9.4}/images/layers.png | Bin .../{1.9.3 => 1.9.4}/images/marker-icon-2x.png | Bin .../leaflet/{1.9.3 => 1.9.4}/images/marker-icon.png | Bin .../{1.9.3 => 1.9.4}/images/marker-shadow.png | Bin resources/leaflet/{1.9.3 => 1.9.4}/leaflet.css | 7 ++++++- resources/leaflet/1.9.4/leaflet.jsm | 6 ++++++ 11 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 resources/leaflet/1.9.3/leaflet.jsm rename resources/leaflet/{1.9.3 => 1.9.4}/images/layers-2x.png (100%) rename resources/leaflet/{1.9.3 => 1.9.4}/images/layers.png (100%) rename resources/leaflet/{1.9.3 => 1.9.4}/images/marker-icon-2x.png (100%) rename resources/leaflet/{1.9.3 => 1.9.4}/images/marker-icon.png (100%) rename resources/leaflet/{1.9.3 => 1.9.4}/images/marker-shadow.png (100%) rename resources/leaflet/{1.9.3 => 1.9.4}/leaflet.css (94%) create mode 100644 resources/leaflet/1.9.4/leaflet.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 12c5aaff..4869a416 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1260,8 +1260,8 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js -https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.css -https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.js +https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.css +https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js https://cdnjs.cloudflare.com/ajax/libs/Leaflet.EasyButton/2.4.0/easy-button.min.js https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.3/leaflet.markercluster.js https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.10.28/libphonenumber-js.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 1f4ef1b4..0e2e3528 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -307,7 +307,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/leaflet/0.')) return '0.7.7'; if (type.startsWith('/leaflet/1.')) { if (helpers.compareVersion('1.7.1', version)) return '1.7.1'; // <= v1.7.1 - return '1.9.3'; + return '1.9.4'; } if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0'; if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 200c0cc2..8d2f3dbd 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • vue v3.2.47 -> v3.3.4 (#1423)
  • jquery v3.6.4 -> v3.7.0 (#1424)
  • react-router v6.11.1 -> v6.11.2 (#1425)
  • +
  • leaflet v1.9.3 -> v1.9.4 (#1426)
  • Mapping