mirror of
https://github.com/maputnik/editor.git
synced 2026-08-28 16:07:28 +00:00
chore(deps): Bump maplibre-gl from 6.5.0 to 6.6.0 (#2112)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 6.5.0 to 6.6.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>v6.6.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add support for <code>symbol-height-offset</code> and <code>symbol-height-anchor</code> layout properties, which raise icons and text above the map. <code>symbol-height-anchor</code> selects whether the offset is measured from the terrain surface (<code>ground</code>, the default) or from the zero elevation datum (<code>absolute</code>) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7827">#7827</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Pick terrain coordinates with a CPU raycast against the DEM instead of a coords framebuffer readback: full DEM resolution, no GPU stall on pointer events, and about 4MB less GPU memory (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7640">#7640</a>) (by <a href="https://github.com/johncarmack1984"><code>@johncarmack1984</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix labels briefly appearing too large when zooming out several levels at once (e.g. a scroll-wheel or pinch fling) with a zoom-dependent <code>text-size</code>/<code>icon-size</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/8175">#8175</a>) (by <a href="https://github.com/mondsichtung"><code>@mondsichtung</code></a>)</li> <li>Fix globe tile selection measuring distances from the ground point below the camera instead of the camera itself, refining some views past the requested zoom and leaving others coarser (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/8187">#8187</a>) (by <a href="https://github.com/Alchez"><code>@Alchez</code></a>)</li> <li>Fix the style's <code>center</code>, <code>zoom</code>, <code>bearing</code>, <code>pitch</code> and <code>roll</code> being ignored when the map was created with a <code>minZoom</code> or <code>minPitch</code> option, since applying those limits marked the transform as modified (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5932">#5932</a>)</li> <li>Upload the <code>color-relief</code> DEM texture once per tile instead of on every frame (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/8209">#8209</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>6.6.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add support for <code>symbol-height-offset</code> and <code>symbol-height-anchor</code> layout properties, which raise icons and text above the map. <code>symbol-height-anchor</code> selects whether the offset is measured from the terrain surface (<code>ground</code>, the default) or from the zero elevation datum (<code>absolute</code>) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7827">#7827</a>) (by <a href="https://github.com/HarelM"><code>@HarelM</code></a>)</li> <li>Pick terrain coordinates with a CPU raycast against the DEM instead of a coords framebuffer readback: full DEM resolution, no GPU stall on pointer events, and about 4MB less GPU memory (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7640">#7640</a>) (by <a href="https://github.com/johncarmack1984"><code>@johncarmack1984</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix labels briefly appearing too large when zooming out several levels at once (e.g. a scroll-wheel or pinch fling) with a zoom-dependent <code>text-size</code>/<code>icon-size</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/8175">#8175</a>) (by <a href="https://github.com/mondsichtung"><code>@mondsichtung</code></a>)</li> <li>Fix globe tile selection measuring distances from the ground point below the camera instead of the camera itself, refining some views past the requested zoom and leaving others coarser (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/8187">#8187</a>) (by <a href="https://github.com/Alchez"><code>@Alchez</code></a>)</li> <li>Fix the style's <code>center</code>, <code>zoom</code>, <code>bearing</code>, <code>pitch</code> and <code>roll</code> being ignored when the map was created with a <code>minZoom</code> or <code>minPitch</code> option, since applying those limits marked the transform as modified (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5932">#5932</a>)</li> <li>Upload the <code>color-relief</code> DEM texture once per tile instead of on every frame (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/8209">#8209</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/407a8ce9e379c16066b13c3a6729e404b69743c6"><code>407a8ce</code></a> Bump js version to 6.6.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8226">#8226</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/7446d5a35bbed0f735d2fff876314b40ef3ced85"><code>7446d5a</code></a> feat: add support for symbol elevation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7827">#7827</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/038265c88825096d241c77489123085fa24718e8"><code>038265c</code></a> chore(deps-dev): bump rolldown from 1.2.4 to 1.2.5 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8221">#8221</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/ff9ec8e8e1e5af149ef09ec4f2289515ba2f4b1b"><code>ff9ec8e</code></a> chore(deps): bump the codeql-action group with 3 updates (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8224">#8224</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/84bb7582dd73b7cd8ba5fbc884e74ff990bc5f10"><code>84bb758</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1681094 to 0.0.1683682 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8223">#8223</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/c00194d2b8d076f375fa9d755373053e2ae9db4a"><code>c00194d</code></a> chore(deps-dev): bump vite from 8.2.1 to 8.2.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8220">#8220</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/335df7eed808c44004bbef0f34f6840a1239600d"><code>335df7e</code></a> chore(deps-dev): bump the vitest group with 3 updates (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8219">#8219</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/3a2dc761839d2fda1cd0f533fa477757826a8c97"><code>3a2dc76</code></a> chore(deps-dev): bump cssnano from 8.0.6 to 8.0.7 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8222">#8222</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/87ac8eaee8a61d1dcbea6084ad73bd4ca80c6382"><code>87ac8ea</code></a> chore(deps): bump zensical/zensical from 0.0.55 to 0.0.56 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8218">#8218</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/d0f1d66777b7b616503f967718a1f1db7360408c"><code>d0f1d66</code></a> bug: ReferenceError: assignment to undeclared variable image (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/8216">#8216</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v6.5.0...v6.6.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
+5
-5
@@ -42,7 +42,7 @@
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"maplibre-gl": "^6.5.0",
|
||||
"maplibre-gl": "^6.6.0",
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^10.10.0",
|
||||
"ol-mapbox-style": "^13.4.2",
|
||||
@@ -8492,9 +8492,9 @@
|
||||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/maplibre-gl": {
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.5.0.tgz",
|
||||
"integrity": "sha512-kVStPz9Rw/ATjWV5tQ3iCR0tY+viz16Nh3E14iZNlBj0HloMAzFaDNtFYqPGkZSFRnv56txMh3ImjR0g6oClTw==",
|
||||
"version": "6.6.0",
|
||||
"resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.6.0.tgz",
|
||||
"integrity": "sha512-EQql6eZYPhbHvJpqY4AwoiuLkUfXFRBHk67S8mDtzNo1F/jAo7xAxunIzO7gJ1vwTcPMgrK9b64dqKHvnkTlDQ==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@mapbox/point-geometry": "^1.1.0",
|
||||
@@ -8502,7 +8502,7 @@
|
||||
"@mapbox/unitbezier": "^1.0.0",
|
||||
"@mapbox/vector-tile": "^3.0.0",
|
||||
"@maplibre/geojson-vt": "^6.1.1",
|
||||
"@maplibre/maplibre-gl-style-spec": "^26.2.1",
|
||||
"@maplibre/maplibre-gl-style-spec": "^26.3.0",
|
||||
"@maplibre/mlt": "^1.2.0",
|
||||
"@maplibre/vt-pbf": "^4.3.2",
|
||||
"@types/geojson": "^7946.0.16",
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"maplibre-gl": "^6.5.0",
|
||||
"maplibre-gl": "^6.6.0",
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^10.10.0",
|
||||
"ol-mapbox-style": "^13.4.2",
|
||||
|
||||
Reference in New Issue
Block a user