mirror of
https://github.com/maputnik/editor.git
synced 2026-06-01 21:07:26 +00:00
chore(deps): Bump maplibre-gl from 5.22.0 to 5.23.0 (#1810)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.22.0 to 5.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.23.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>touchZoomRotate.setZoomRate()</code> and <code>touchZoomRotate.setZoomThreshold()</code> to customize touch zoom speed and pinch sensitivity (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7271">#7271</a>)</li> <li>Improve ability to communicate with imported scripts in workers and use <code>makeRequest</code> in workres as well (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7451">#7451</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Allow <code>opacity</code> and <code>opacityWhenCovered</code> in <code>Marker</code> and <code>MarkerOptions</code> to accept <code>number</code> in addition to <code>string</code>, and add <code>maplibregl-marker-covered</code> CSS class to <code>Marker</code> element when covered by 3D terrain or a globe (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7433">#7433</a>) (by <a href="https://github.com/YuChunTsao"><code>@YuChunTsao</code></a>)</li> <li>perf: add a bench for terrain rendering and fix <code>_demMatrixCache</code> lookup being wasted cycles by actually using the cache (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7400">#7400</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix polygon text label placement drifting far from center for convex polygons at high zoom due to coordinate rounding in geojson-vt (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7380">#7380</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Ensure that a successful ArrayBuffer response from a custom protocol that is null/undefined is set to an empty ArrayBuffer (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7427">#7427</a>) (by <a href="https://github.com/neodescis"><code>@neodescis</code></a>)</li> <li>Fix error in <code>_contextRestored</code> when map was initialized without a style (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7432">#7432</a>) (by <a href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>)</li> <li>Fix issue with the cache used for zoomLevelsToOverscale feature (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7450">#7450</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Update stylelint and fix old issues with the CSS (mainly change rgb to use spaces) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7365">#7365</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.23.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add <code>touchZoomRotate.setZoomRate()</code> and <code>touchZoomRotate.setZoomThreshold()</code> to customize touch zoom speed and pinch sensitivity (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7271">#7271</a>)</li> <li>Improve ability to communicate with imported scripts in workers and use <code>makeRequest</code> in workres as well (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7451">#7451</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Allow <code>opacity</code> and <code>opacityWhenCovered</code> in <code>Marker</code> and <code>MarkerOptions</code> to accept <code>number</code> in addition to <code>string</code>, and add <code>maplibregl-marker-covered</code> CSS class to <code>Marker</code> element when covered by 3D terrain or a globe (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7433">#7433</a>) (by <a href="https://github.com/YuChunTsao"><code>@YuChunTsao</code></a>)</li> <li>perf: add a bench for terrain rendering and fix <code>_demMatrixCache</code> lookup being wasted cycles by actually using the cache (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7400">#7400</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix polygon text label placement drifting far from center for convex polygons at high zoom due to coordinate rounding in geojson-vt (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7380">#7380</a>) (by <a href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li> <li>Ensure that a successful ArrayBuffer response from a custom protocol that is null/undefined is set to an empty ArrayBuffer (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7427">#7427</a>) (by <a href="https://github.com/neodescis"><code>@neodescis</code></a>)</li> <li>Fix error in <code>_contextRestored</code> when map was initialized without a style (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7432">#7432</a>) (by <a href="https://github.com/mvanhorn"><code>@mvanhorn</code></a>)</li> <li>Fix issue with the cache used for zoomLevelsToOverscale feature (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7450">#7450</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Update stylelint and fix old issues with the CSS (mainly change rgb to use spaces) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7365">#7365</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/7f61f6f252c8612bc21a634fec648b0eb0007835"><code>7f61f6f</code></a> Bump js version to 5.23.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7455">#7455</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/6ace1419172c4e224448573fe813c888c906b956"><code>6ace141</code></a> Update geojson-vt to version 6.1.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7454">#7454</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1cbb01c8c64ddb6dbf27ad5f0fb9a703c0c92230"><code>1cbb01c</code></a> chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7358">#7358</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/62c11c0d946f5ef7b78a8db1bb13599f32e69643"><code>62c11c0</code></a> chore(deps-dev): bump stylelint from 16.26.1 to 17.6.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7365">#7365</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/f40a6833030a369c6145bada510a94996c960551"><code>f40a683</code></a> test (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7452">#7452</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/d5c86fe504ce051ad714a46427aad3e0304707ad"><code>d5c86fe</code></a> Improve ability to import scripts in workers (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7451">#7451</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/f2072c313752926cf3dd6d142a42e78ec8a1edb9"><code>f2072c3</code></a> fix: guard against null style in _contextRestored (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7446">#7446</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/8072fe630c1725ed97032e9c5bee252678a977bc"><code>8072fe6</code></a> feat(marker): support number for opacity options (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7442">#7442</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/3f6b54cdc173906622da774ff94c47459ed3031a"><code>3f6b54c</code></a> Fix cache key for <code>_zoomLevelsToOverscale</code> experimental feature (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7450">#7450</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/8584c2e766b8a3d54023450dbef8aeee91b99762"><code>8584c2e</code></a> chore(deps-dev): bump basic-ftp from 5.2.1 to 5.2.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7447">#7447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.22.0...v5.23.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+8
-8
@@ -42,7 +42,7 @@
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"maplibre-gl": "^5.22.0",
|
||||
"maplibre-gl": "^5.23.0",
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^10.8.0",
|
||||
"ol-mapbox-style": "^13.4.0",
|
||||
@@ -10137,9 +10137,9 @@
|
||||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/maplibre-gl": {
|
||||
"version": "5.22.0",
|
||||
"resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.22.0.tgz",
|
||||
"integrity": "sha512-nc8YA+YSEioMZg5W0cb6Cf3wQ8aJge66dsttyBgpOArOnlmFJO1Kc5G32kYVPeUYhLpBja83T99uanmJvYAIyQ==",
|
||||
"version": "5.23.0",
|
||||
"resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.23.0.tgz",
|
||||
"integrity": "sha512-aou8YBNFS8uVtDWFWt0W/6oorfl18wt+oIA8fnXk1kivjkbtXi9gGrQvflTpwrR3hG13aWdIdbYWeN0NFMV7ag==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@mapbox/jsonlint-lines-primitives": "^2.0.2",
|
||||
@@ -10148,7 +10148,7 @@
|
||||
"@mapbox/unitbezier": "^0.0.1",
|
||||
"@mapbox/vector-tile": "^2.0.4",
|
||||
"@mapbox/whoots-js": "^3.1.0",
|
||||
"@maplibre/geojson-vt": "^6.0.4",
|
||||
"@maplibre/geojson-vt": "^6.1.0",
|
||||
"@maplibre/maplibre-gl-style-spec": "^24.8.1",
|
||||
"@maplibre/mlt": "^1.1.8",
|
||||
"@maplibre/vt-pbf": "^4.3.0",
|
||||
@@ -10171,9 +10171,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/maplibre-gl/node_modules/@maplibre/geojson-vt": {
|
||||
"version": "6.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.0.4.tgz",
|
||||
"integrity": "sha512-HYv3POhMRCdhP3UPPATM/hfcy6/WuVIf5FKboH8u/ZuFMTnAIcSVlq5nfOqroLokd925w2QtE7YwquFOIacwVQ==",
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.1.0.tgz",
|
||||
"integrity": "sha512-2eIY4gZxeKIVOZVNkAMb+5NgXhgsMQpOveTQAvnp53LYqHGJZDidk7Ew0Tged9PThidpbS+NFTh0g4zivhPDzQ==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"kdbush": "^4.0.2"
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"maplibre-gl": "^5.22.0",
|
||||
"maplibre-gl": "^5.23.0",
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^10.8.0",
|
||||
"ol-mapbox-style": "^13.4.0",
|
||||
|
||||
Reference in New Issue
Block a user