From c1eb6a53acb0c99b81ef84d21c4219514c78f382 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 22 Sep 2024 09:04:39 +0000 Subject: [PATCH] fix(deps): update dependency maplibre-gl to v4.7.0 (#52) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [maplibre-gl](https://maplibre.org/) ([source](https://github.com/maplibre/maplibre-gl-js)) | dependencies | minor | [`4.5.2` -> `4.7.0`](https://renovatebot.com/diffs/npm/maplibre-gl/4.5.2/4.7.0) | --- ### Release Notes
maplibre/maplibre-gl-js (maplibre-gl) ### [`v4.7.0`](https://github.com/maplibre/maplibre-gl-js/blob/HEAD/CHANGELOG.md#470) [Compare Source](https://github.com/maplibre/maplibre-gl-js/compare/v4.6.0...v4.7.0) ##### ✨ Features and improvements - Support multiple layers in `map.on`, `map.once` and `map.off` methods ([#​4570](https://github.com/maplibre/maplibre-gl-js/pull/4570)) - Ensure GeoJSON cluster sources emit a console warning if `maxzoom` is less than or equal to `clusterMaxZoom` since in this case you may see unexpected results. ([#​4604](https://github.com/maplibre/maplibre-gl-js/pull/4604)) ##### 🐞 Bug fixes - Heatmap Fix for 3D terrain ([#​4571](https://github.com/maplibre/maplibre-gl-js/pull/4571)) - Fix Map#off to not remove listener with layer(s) registered with Map#once ([#​4592](https://github.com/maplibre/maplibre-gl-js/pull/4592)) - Improve types a bit for `addSource` and `getSource` ([#​4616](https://github.com/maplibre/maplibre-gl-js/pull/4616)) - Fix the color near the horizon when terrain is enabled without any sky ([#​4607](https://github.com/maplibre/maplibre-gl-js/pull/4607)) - Fix bug where `fitBounds` and `cameraForBounds` would not display across the 180th meridian (antimeridian) - Fix white flickering on map resize ([#​4158](https://github.com/maplibre/maplibre-gl-js/pull/4158)) - Fixed a performance regression related to symbol placement ([#​4599](https://github.com/maplibre/maplibre-gl-js/pull/4599)) - Fix a bug where cloning a Transform instance didn't include the `lngRange`. This caused a bug where using `transformCameraUpdate` caused the `maxBounds` to stop working just for east/west bounds. ([#​4625](https://github.com/maplibre/maplibre-gl-js/pull/4625)) ### [`v4.6.0`](https://github.com/maplibre/maplibre-gl-js/blob/HEAD/CHANGELOG.md#460) [Compare Source](https://github.com/maplibre/maplibre-gl-js/compare/v4.5.2...v4.6.0) ##### ✨ Features and improvements - Prefer local glyph rendering for all CJKV characters, not just those in the CJK Unified Ideographs, Hiragana, Katakana, and Hangul Syllables blocks. ([#​4560](https://github.com/maplibre/maplibre-gl-js/pull/4560))) ##### 🐞 Bug fixes - Fix right-to-left layout of labels that contain characters in the Arabic Extended-B code block. ([#​4536](https://github.com/maplibre/maplibre-gl-js/pull/4536)) - Fix 3D map freezing when camera is adjusted against map bounds. ([#​4537](https://github.com/maplibre/maplibre-gl-js/issues/4537)) - Fix `getStyle()` to return a clone so the object cannot be internally changed ([#​4488](https://github.com/maplibre/maplibre-gl-js/issues/4488)) - Fix issues with setting sky to `undefined` ([#​4587](https://github.com/maplibre/maplibre-gl-js/pull/4587)))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/52 Reviewed-by: Alexandre Soro Co-authored-by: renovate Co-committed-by: renovate --- packages/frontend/package.json | 2 +- pnpm-lock.yaml | 58 +++++++++++++++++++--------------- 2 files changed, 34 insertions(+), 26 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index f4f92f61c..92e1a7e90 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -40,7 +40,7 @@ "i18next-http-backend": "2.5.2", "jotai": "2.9.3", "lru-cache": "11.0.1", - "maplibre-gl": "4.5.2", + "maplibre-gl": "4.7.0", "oidc-client-ts": "3.0.1", "pmtiles": "3.0.7", "protomaps-themes-base": "3.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46cda94d5..4e53c2d42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -230,8 +230,8 @@ importers: specifier: 11.0.1 version: 11.0.1 maplibre-gl: - specifier: 4.5.2 - version: 4.5.2 + specifier: 4.7.0 + version: 4.7.0 oidc-client-ts: specifier: 3.0.1 version: 3.0.1 @@ -258,7 +258,7 @@ importers: version: 9.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-map-gl: specifier: 7.1.7 - version: 7.1.7(maplibre-gl@4.5.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 7.1.7(maplibre-gl@4.7.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-oidc-context: specifier: 3.1.1 version: 3.1.1(oidc-client-ts@3.0.1)(react@18.3.1) @@ -2227,9 +2227,9 @@ packages: resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} engines: {node: '>=16 || 14 >=14.17'} - global-prefix@3.0.0: - resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} - engines: {node: '>=6'} + global-prefix@4.0.0: + resolution: {integrity: sha512-w0Uf9Y9/nyHinEk5vMJKRie+wa4kR5hmDbEhGGds/kG1PwGLLHKRoNMeJOyCQjjBkANlnScqgzcFwGHgmgLkVA==} + engines: {node: '>=16'} globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} @@ -2304,8 +2304,9 @@ packages: inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - ini@1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + ini@4.1.3: + resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} ioredis@5.4.1: resolution: {integrity: sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==} @@ -2357,6 +2358,10 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + isexe@3.1.1: + resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} + engines: {node: '>=16'} + isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} @@ -2598,8 +2603,8 @@ packages: resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} engines: {node: '>=12'} - maplibre-gl@4.5.2: - resolution: {integrity: sha512-vlWL9EY2bSGg5FAt0mKPfYqlfX15uLW5D3kKv4Xjn54nIVn01MKdfUJMAVIr+8fXVqfSX6c095Iy5XnV+T76kQ==} + maplibre-gl@4.7.0: + resolution: {integrity: sha512-hkt7je7NxiMQE8EpCxLWP8t6tkK6SkrMe0hIBjYd4Ar/Q7BOCILxthGmGnU993Mwmkvs2mGiXnVUSOK12DeCzg==} engines: {node: '>=16.14.0', npm: '>=8.1.0'} media-typer@0.3.0: @@ -3608,15 +3613,16 @@ packages: whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} - which@1.3.1: - resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} - hasBin: true - which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} hasBin: true + which@4.0.0: + resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} + engines: {node: ^16.13.0 || >=18.0.0} + hasBin: true + wkt-parser@1.3.3: resolution: {integrity: sha512-ZnV3yH8/k58ZPACOXeiHaMuXIiaTk1t0hSUVisbO0t4RjA5wPpUytcxeyiN2h+LZRrmuHIh/1UlrR9e7DHDvTw==} @@ -5740,11 +5746,11 @@ snapshots: minipass: 4.2.8 path-scurry: 1.11.1 - global-prefix@3.0.0: + global-prefix@4.0.0: dependencies: - ini: 1.3.8 + ini: 4.1.3 kind-of: 6.0.3 - which: 1.3.1 + which: 4.0.0 globals@11.12.0: {} @@ -5826,7 +5832,7 @@ snapshots: inherits@2.0.4: {} - ini@1.3.8: {} + ini@4.1.3: {} ioredis@5.4.1: dependencies: @@ -5876,6 +5882,8 @@ snapshots: isexe@2.0.0: {} + isexe@3.1.1: {} + isobject@3.0.1: {} jackspeak@3.4.3: @@ -6062,7 +6070,7 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - maplibre-gl@4.5.2: + maplibre-gl@4.7.0: dependencies: '@mapbox/geojson-rewind': 0.5.2 '@mapbox/jsonlint-lines-primitives': 2.0.2 @@ -6081,7 +6089,7 @@ snapshots: earcut: 3.0.0 geojson-vt: 4.0.2 gl-matrix: 3.4.3 - global-prefix: 3.0.0 + global-prefix: 4.0.0 kdbush: 4.0.2 murmurhash-js: 1.0.0 pbf: 3.3.0 @@ -6516,14 +6524,14 @@ snapshots: react-is@17.0.2: {} - react-map-gl@7.1.7(maplibre-gl@4.5.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-map-gl@7.1.7(maplibre-gl@4.7.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@maplibre/maplibre-gl-style-spec': 19.3.3 '@types/mapbox-gl': 3.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - maplibre-gl: 4.5.2 + maplibre-gl: 4.7.0 react-oidc-context@3.1.1(oidc-client-ts@3.0.1)(react@18.3.1): dependencies: @@ -7052,13 +7060,13 @@ snapshots: tr46: 0.0.3 webidl-conversions: 3.0.1 - which@1.3.1: + which@2.0.2: dependencies: isexe: 2.0.0 - which@2.0.2: + which@4.0.0: dependencies: - isexe: 2.0.0 + isexe: 3.1.1 wkt-parser@1.3.3: {}