dependabot[bot] opened a new pull request, #35362: URL: https://github.com/apache/superset/pull/35362
Bumps [react-map-gl](https://github.com/visgl/react-map-gl) from 6.1.21 to 8.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visgl/react-map-gl/releases">react-map-gl's releases</a>.</em></p> <blockquote> <h2>v8.0.4</h2> <ul> <li>Revert changes to add source condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2526">#2526</a>)</li> </ul> <h2>v8.0.3</h2> <ul> <li>Fix addSource condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2524">#2524</a>)</li> </ul> <h2>v8.0.2</h2> <ul> <li>Fix source loading condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2513">#2513</a>)</li> <li>Remove support() check (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2508">#2508</a>)</li> <li>marker.ts: <code>undefined</code> instead of <code>null</code> (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2500">#2500</a>)</li> <li>Fix: Handle className prop change (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2483">#2483</a>)</li> <li>Fix style loading check on Source layers (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2377">#2377</a>) (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2493">#2493</a>)</li> </ul> <h2>v8.0.1</h2> <ul> <li>Fix type resolution for subpath exports when using <code>moduleResolution: node</code> (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2486">#2486</a>)</li> </ul> <h2>v8.0.0</h2> <ul> <li>First version to support Mapbox GL JS' official types and MapLibre GL JS v5. This version fully separates the code that support each compatible map library: <ul> <li><code>react-map-gl/mapbox</code>: for use with <code>mapbox-gl>=3.5.0</code></li> <li><code>react-map-gl/maplibre</code>: for use with <code>maplibre-gl>=4</code></li> <li><code>react-map-gl/mapbox-legacy</code>: for use with <code>mapbox-gl</code> v1.x and v2.x and <code>@types/mapbox-gl</code></li> </ul> </li> <li>As a result, each endpoint now have slightly smaller bundle size and more precise types.</li> <li>Maplibre wrapper is expected to have better functionality and performance than v7 by utilizing an <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/1545">upstream API</a> for the React use case.</li> </ul> <p>For a full list of breaking changes, please visit the <a href="https://visgl.github.io/react-map-gl/docs/upgrade-guide#upgrading-to-v80">upgrade guide</a>.</p> <h2>v8.0.0-beta.1</h2> <ul> <li>feat: remove <code>RTLTextPlugin</code> default for MapLibre (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2480">#2480</a>)</li> </ul> <h2>v8.0.0-alpha.2</h2> <ul> <li>Migrate to monorepo (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2459">#2459</a>)</li> </ul> <h2>v8.0.0-alpha.1</h2> <ul> <li>Migrate to monorepo (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2459">#2459</a>)</li> </ul> <h2>v7.2.0-beta.1</h2> <ul> <li>Switch to ESM module (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2281">#2281</a>)</li> </ul> <h2>v7.1.8</h2> <ul> <li>Improves Source#updateSource to use setTiles function if available (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2355">#2355</a>)</li> <li>Update common type for compatibility (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2448">#2448</a>)</li> <li>fix: change transformation setters call order (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2391">#2391</a>)</li> </ul> <h2>v7.1.7</h2> <ul> <li>Allow disabling RTLTextPlugin and load lazy (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2312">#2312</a>)</li> </ul> <h2>v7.1.6</h2> <ul> <li>Use shadow transform for queryRenderedFeatures call (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2280">#2280</a>)</li> <li>Fix resetting cursor style (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2279">#2279</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/visgl/react-map-gl/blob/v8.0.4/CHANGELOG.md">react-map-gl's changelog</a>.</em></p> <blockquote> <h2>v8.0.4 (Apr 15, 2025)</h2> <ul> <li>Revert changes to add source condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2526">#2526</a>)</li> </ul> <h2>v8.0.3 (Apr 9, 2025)</h2> <ul> <li>Fix addSource condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2524">#2524</a>)</li> </ul> <h2>v8.0.2 (Mar 28, 2025)</h2> <ul> <li>Fix source loading condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2513">#2513</a>)</li> <li>Remove support() check (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2508">#2508</a>)</li> <li>marker.ts: <code>undefined</code> instead of <code>null</code> (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2500">#2500</a>)</li> <li>Fix: Handle className prop change (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2483">#2483</a>)</li> <li>Fix style loading check on Source layers (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2377">#2377</a>) (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2493">#2493</a>)</li> </ul> <h2>v8.0.1 (Feb 6, 2025)</h2> <ul> <li>Fix type resolution for subpath exports when using <code>moduleResolution: node</code> (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2486">#2486</a>)</li> </ul> <h2>v8.0.0 (Feb 3, 2025)</h2> <ul> <li>First version to support Mapbox GL JS' official types and MapLibre GL JS v5. This version fully separates the code that support each compatible map library: <ul> <li><code>react-map-gl/mapbox</code>: for use with <code>mapbox-gl>=3.5.0</code></li> <li><code>react-map-gl/maplibre</code>: for use with <code>maplibre-gl>=4</code></li> <li><code>react-map-gl/mapbox-legacy</code>: for use with <code>mapbox-gl</code> v1.x and v2.x and <code>@types/mapbox-gl</code></li> </ul> </li> <li>As a result, each endpoint now have slightly smaller bundle size and more precise types.</li> <li>Maplibre wrapper is expected to have better functionality and performance than v7 by utilizing an <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/1545">upstream API</a> for the React use case.</li> </ul> <p>For a full list of breaking changes, please visit the <a href="https://visgl.github.io/react-map-gl/docs/upgrade-guide#upgrading-to-v80">upgrade guide</a>.</p> <h2>v8.0.0-beta.1 (Jan 31, 2025)</h2> <ul> <li>feat: remove <code>RTLTextPlugin</code> default for MapLibre (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2480">#2480</a>)</li> </ul> <h2>v8.0.0-alpha.2 (Jan 27, 2025)</h2> <ul> <li>Migrate to monorepo (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2459">#2459</a>)</li> </ul> <h1>Version 7.2</h1> <h2>7.2.0-beta.1 (Sep 12, 2023)</h2> <ul> <li>Switch to ESM module (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2281">#2281</a>)</li> </ul> <h1>Version 7.1</h1> <h2>7.1.0-beta.3 (Jun 22, 2023)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visgl/react-map-gl/commit/c7112cf50d6985e8427d6b187d23a4d957791bb7"><code>c7112cf</code></a> v8.0.4</li> <li><a href="https://github.com/visgl/react-map-gl/commit/a6a9d37b7d3bfcfedefb202aa9babd3d47894735"><code>a6a9d37</code></a> Revert changes to add source condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2526">#2526</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/078bcbd4aa9247e8da86143e1fdf96efc07e0f06"><code>078bcbd</code></a> v8.0.3</li> <li><a href="https://github.com/visgl/react-map-gl/commit/0cc3681d102e12d9268823d0949fc95b6168e568"><code>0cc3681</code></a> Fix addSource condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2524">#2524</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/491b14470afc94226d02f5864af7d2bc12f69c8d"><code>491b144</code></a> v8.0.2</li> <li><a href="https://github.com/visgl/react-map-gl/commit/3f59230afcf490247d091657fdaa691f888582d3"><code>3f59230</code></a> Fix source loading condition (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2513">#2513</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/a718d30d976b8ae24663ca5c9904283e3fb5a43e"><code>a718d30</code></a> Remove support() check (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2508">#2508</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/d6d5f6ac05abcd33ced91f8bc76020ba70774284"><code>d6d5f6a</code></a> marker.ts: <code>undefined</code> instead of <code>null</code> (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2500">#2500</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/dfc9a572d79d57fb10458d8932489e96ca2b2614"><code>dfc9a57</code></a> fix: Handle className prop change (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2483">#2483</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/f7b4cb5a0f010ab358a490c4cf9e41c9dd7bc689"><code>f7b4cb5</code></a> docs: fix update-release-branch.sh, links for v8 website (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2498">#2498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/visgl/react-map-gl/compare/v6.1.21...v8.0.4">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
