dependabot[bot] opened a new pull request, #33497:
URL: https://github.com/apache/superset/pull/33497

   Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 2.15.0 to 
3.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mapbox/mapbox-gl-js/releases";>mapbox-gl's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.12.0</h2>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add <em>experimental</em> support for rendering 3D road 
intersections.</li>
   <li>Add shadow rendering support for elevated lines.</li>
   <li>Add <code>wrapTileId</code> property to 
<code>CustomLayerInterface</code> to control whether tile IDs are wrapped 
across world copies during rendering.</li>
   <li>Add <code>line-pattern-cross-fade</code>, 
<code>fill-pattern-cross-fade</code>, and 
<code>fill-extrusion-pattern-cross-fade</code> properties for smooth 
transitions between pattern images.</li>
   <li>Add support for <code>extra_bounds</code> in TileJSON for more 
fine-grained control over tile requests, particularly when dealing with sparse 
data coverage.</li>
   <li>Improve performance by lazy loading 3D models.</li>
   <li>Slightly improve JS bundle sizes.</li>
   <li>Various TypeScript improvements.</li>
   </ul>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Fixed an issue where calling <code>setData</code> on symbol layers could 
cause flickering.</li>
   <li>Expose <code>CustomSourceInterface</code> TypeScript type that was 
missing in the public interface.</li>
   <li>Fix some edge cases related to rendering of elevated structures.</li>
   <li>Relax <code>line-gradient</code> validation to work not only on GeoJSON, 
but also on vector tile sources if they have <code>mapbox_clip_start</code> and 
<code>mapbox_clip_end</code> properties precomputed.</li>
   <li>Fix <code>styleimagemissing</code> event not firing in certain 
scenarios.</li>
   <li>Fix rendering of fully stretchable vector icons.</li>
   <li>Fix <code>queryRenderedFeatures</code> on Globe at low zoom levels.</li>
   </ul>
   <h2>v3.12.0-beta.1</h2>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add <em>experimental</em> support for rendering 3D road 
intersections.</li>
   <li>Add shadow rendering support for elevated lines.</li>
   <li>Slightly improve JS bundle sizes.</li>
   <li>Various TypeScript types improvements.</li>
   </ul>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Fixed an issue where calling <code>setData</code> on symbol layers could 
cause flickering.</li>
   <li>Expose the <code>CustomSourceInterface</code> TypeScript type that is 
missing from the public interface.</li>
   <li>Fix some edge cases related to the rendering of elevated structures.</li>
   <li>Relax <code>line-gradient</code> validation to work not only on GeoJSON, 
but also on vector tile sources if they have <code>mapbox_clip_start</code> and 
<code>mapbox_clip_end</code> properties precomputed.</li>
   </ul>
   <h2>v3.11.1</h2>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Improve icon loading performance, in particular for landmark icons.</li>
   <li>Fix <code>undefined</code> passed in <code>Marker</code> options not 
falling back to default values.</li>
   </ul>
   <h2>v3.11.0</h2>
   <h3>Breaking changes ⚠️</h3>
   <ul>
   <li>The <code>at</code> expression does not interpolate anymore. Please use 
<code>at-interpolated</code> if you want to keep the old behavior.</li>
   </ul>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add landmark icons. Landmark icons are stylized, uniquely designed POI 
icons that indicate the most popular and recognizable landmarks on the map. At 
the time of this release, we have landmarks for 5 cities: London, Berlin, New 
York City, San Francisco, and Tokyo.</li>
   <li>Add <code>at-interpolated</code> expression as the interpolated 
counterpart to the <code>at</code> expression.</li>
   <li>Add <code>altitude</code> marker property to adjust elevation. (h/t <a 
href="https://github.com/yangtanyu";><code>@​yangtanyu</code></a>) <a 
href="https://redirect.github.com/mapbox/mapbox-gl-js/pull/13335";>#13335</a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md";>mapbox-gl's
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.12.0</h2>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add <em>experimental</em> support for rendering 3D road 
intersections.</li>
   <li>Add shadow rendering support for elevated lines.</li>
   <li>Add <code>wrapTileId</code> property to 
<code>CustomLayerInterface</code> to control whether tile IDs are wrapped 
across world copies during rendering.</li>
   <li>Add <code>line-pattern-cross-fade</code>, 
<code>fill-pattern-cross-fade</code>, and 
<code>fill-extrusion-pattern-cross-fade</code> properties for smooth 
transitions between pattern images.</li>
   <li>Add support for <code>extra_bounds</code> in TileJSON for more 
fine-grained control over tile requests, particularly when dealing with sparse 
data coverage.</li>
   <li>Improve performance by lazy loading 3D models.</li>
   <li>Slightly improve JS bundle sizes.</li>
   <li>Various TypeScript types improvements.</li>
   </ul>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Fixed an issue where calling <code>setData</code> on symbol layers could 
cause flickering.</li>
   <li>Expose <code>CustomSourceInterface</code> TypeScript type that was 
missing in the public interface.</li>
   <li>Fix some edge cases related to rendering of elevated structures.</li>
   <li>Relax <code>line-gradient</code> validation to work not only on GeoJSON, 
but also on vector tile sources if they have <code>mapbox_clip_start</code> and 
<code>mapbox_clip_end</code> properties precomputed.</li>
   <li>Fix <code>styleimagemissing</code> event not firing in certain 
scenarios.</li>
   </ul>
   <h2>3.11.1</h2>
   <ul>
   <li>Improve icon loading performance, in particular for landmark icons.</li>
   <li>Fix <code>undefined</code> passed in <code>Marker</code> options not 
falling back to default values.</li>
   </ul>
   <h2>3.11.0</h2>
   <h3>Breaking changes ⚠️</h3>
   <ul>
   <li>The <code>at</code> expression does not interpolate anymore. Please use 
<code>at-interpolated</code> if you want to keep the old behavior.</li>
   </ul>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add landmark icons. Landmark icons are stylized, uniquely designed POI 
icons that indicate the most popular and recognizable landmarks on the map. At 
the time of this release, we have landmarks for 5 cities: London, Berlin, New 
York City, San Francisco, and Tokyo.</li>
   <li>Add <code>at-interpolated</code> expression as the interpolated 
counterpart to the <code>at</code> expression.</li>
   <li>Add <code>altitude</code> marker property to adjust elevation. (h/t <a 
href="https://github.com/yangtanyu";><code>@​yangtanyu</code></a>) <a 
href="https://redirect.github.com/mapbox/mapbox-gl-js/pull/13335";>#13335</a>.</li>
   <li>Add <code>getCooperativeGestures</code> and 
<code>setCooperativeGestures</code> map methods to control cooperative gestures 
logic after the map is initialized.</li>
   <li>Add <code>getGlyphsUrl</code> and <code>setGlyphsUrl</code> map methods 
to manage the glyphs endpoint URL.</li>
   <li>Add <code>pitchRotateKey</code> map option to override the modifier key 
for rotate and pitch handlers.</li>
   <li>Add filtering support for model layers.</li>
   <li>Add support for vector icons color parameters with alpha values.</li>
   </ul>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Hide labels with unreadable angles.</li>
   <li>Fix rendering of vector image in text on HiDPI screens.</li>
   <li>Ensure Katakana and CJK symbols render correctly in vertical writing 
mode.</li>
   <li>Fix popup position update on map move. (h/t <a 
href="https://github.com/ThugRaven";><code>@​ThugRaven</code></a>) <a 
href="https://redirect.github.com/mapbox/mapbox-gl-js/pull/13412";>#13412</a></li>
   <li>Fix rendering of self-intersecting elevated lines.</li>
   <li>Prevent line pattern from turning black at certain zoom levels when 
shadows are enabled.</li>
   <li>Fix missing triangles in variable-width lines.</li>
   <li>Improve Style-Spec validator types.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/a0278db4b5d2bb6f9728f6aff0bb62400ca23017";><code>a0278db</code></a>
 v3.12.0 (internal-2457)</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/249a791cca470a2a558d190597f86d2a82cab1cc";><code>249a791</code></a>
 Fix scope resolution for the nested imports (internal-2460)</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/2906b47ef2a2f5e2344de2c367e92ea2ba23d578";><code>2906b47</code></a>
 Rasterize fully stretchable vector icons at their full size 
(internal-2458)</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/2ab7ab9cc86abeb0dd069ac4aacea058be84f522";><code>2ab7ab9</code></a>
 [GLJS-689] Fix qrF not returning fill/line/circle layers on globe low zooms 
(...</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/ec49daca696d59994489a44c43e055d093d82185";><code>ec49dac</code></a>
 Fixing definitions of *-cross-fade properties: they are not 
feature-dependent...</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/76d1c149394c65e5d94cc1e655824dc0fc25d04e";><code>76d1c14</code></a>
 [GLJS-1274] Add support for <code>extra_bounds</code> in TileJSON 
(internal-2447)</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/163f00dae440d61dd1db8b7a36c6dadfb5d94104";><code>163f00d</code></a>
 Bump <code>@​types/node</code> from 22.15.3 to 22.15.8 (internal-2453)</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/bfb6468e83761541cb7497cb6686604980a444cc";><code>bfb6468</code></a>
 Fix flaky <code>styleimagemissing</code> render test (internal-2448)</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/0de6394d3c29dddfaf450626e5b55f0cf2951af6";><code>0de6394</code></a>
 Bump tsx from 4.19.3 to 4.19.4 (internal-2451)</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/accad9b566bd2caee6e18a05abfe73fafa9fc864";><code>accad9b</code></a>
 Bump pretty-bytes from 6.1.1 to 7.0.0 (internal-2454)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mapbox/mapbox-gl-js/compare/v2.15.0...v3.12.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mapbox-gl&package-manager=npm_and_yarn&previous-version=2.15.0&new-version=3.12.0)](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]

Reply via email to