mirror of
https://github.com/maputnik/editor.git
synced 2026-02-14 16:40:01 +00:00
Bump maplibre-gl from 5.1.1 to 5.2.0 (#1094)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.1.1 to 5.2.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.2.0</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.1.1...v5.2.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.1.1">MapLibre GL JS v5.1.1</a>:</p> <h3>✨ Features and improvements</h3> <ul> <li>Allow opacity to be set when location becomes invisible in the globe projection. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5532">#5532</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix AbortController signal listener memory leak in frameAsync and sendAsync. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5561">#5561</a>)</li> <li>Remove closeButton event listener on popup.remove(). (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5564">#5564</a>)</li> <li>Add missing <code>GeoJSONFeature</code> type to library export as it is exposed by <code>querySourceFeatures</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5567">#5567</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.2.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Allow opacity to be set when location becomes invisible in the globe projection. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5532">#5532</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix AbortController signal listener memory leak in frameAsync and sendAsync. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5561">#5561</a>)</li> <li>Remove closeButton event listener on popup.remove(). (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5564">#5564</a>)</li> <li>Add missing <code>GeoJSONFeature</code> type to library export as it is exposed by <code>querySourceFeatures</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/5567">#5567</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c238479fb2"><code>c238479</code></a> Bump version to 5.2.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5573">#5573</a>)</li> <li><a href="b59561e027"><code>b59561e</code></a> Bump <code>@types/node</code> from 22.13.5 to 22.13.8 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5570">#5570</a>)</li> <li><a href="0976ef793e"><code>0976ef7</code></a> Bump stylelint from 16.14.1 to 16.15.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5569">#5569</a>)</li> <li><a href="746459c2cf"><code>746459c</code></a> Bump rollup from 4.34.8 to 4.34.9 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5568">#5568</a>)</li> <li><a href="350ca7e6ad"><code>350ca7e</code></a> Add GeoJSONFeature missing export (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5567">#5567</a>)</li> <li><a href="b6f4277b19"><code>b6f4277</code></a> Remove cjk invalid images (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5566">#5566</a>)</li> <li><a href="2967387368"><code>2967387</code></a> Bump pixelmatch from 6.0.0 to 7.1.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5541">#5541</a>)</li> <li><a href="1afc3181da"><code>1afc318</code></a> Bump vitest from 3.0.5 to 3.0.7 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5547">#5547</a>)</li> <li><a href="18beec009a"><code>18beec0</code></a> Kamil/fix abort controllers memory leaks (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5561">#5561</a>)</li> <li><a href="67b7f03f67"><code>67b7f03</code></a> Cleanup popup tip on popup removal (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5564">#5564</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.1.1...v5.2.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -36,7 +36,7 @@
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"maplibre-gl": "^5.1.1",
|
||||
"maplibre-gl": "^5.2.0",
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^10.4.0",
|
||||
"ol-mapbox-style": "^12.5.0",
|
||||
@@ -8986,9 +8986,9 @@
|
||||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/maplibre-gl": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.1.1.tgz",
|
||||
"integrity": "sha512-0Z6ODzyFu/grwT6K1eIBpv6MZE4xnJD1AV+Yq1hPzOh/YCY36r9BlSaU7d7n2/HJOaoKOy0b2YF8cS4dD+iEVQ==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.2.0.tgz",
|
||||
"integrity": "sha512-9zZKD0M80qtDsqBet+EDuAhoCeA/cnAuZAA0p3hcGKGbyjM/SH+R6wQvnBEgvJz9UhDynnkoKdUwhI+fUkHoXQ==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@mapbox/geojson-rewind": "^0.5.2",
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"maplibre-gl": "^5.1.1",
|
||||
"maplibre-gl": "^5.2.0",
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^10.4.0",
|
||||
"ol-mapbox-style": "^12.5.0",
|
||||
|
||||
Reference in New Issue
Block a user