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

   Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 3.28.1 to 
3.29.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.29.0</h2>
   <h3>Breaking changes ⚠️</h3>
   <ul>
   <li>Remove legacy undocumented <code>Map</code> <code>addSourceType</code> 
API which was superceded by <code>CustomSourceInterface</code> and experimental 
<code>TileProvider</code> API.</li>
   </ul>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add new <code>raster-color-scale</code> property, which can be set to 
<code>&quot;log&quot;</code> to improve color ramp precision when visualizing 
long-tailed raster datasets.</li>
   <li>Add new <code>raster-allow-draping</code> property that can be set to 
<code>false</code> to disable raster layer draping over globe/terrain.</li>
   <li>Move <code>symbol-z-offset</code> property out of experimental.</li>
   <li>Extend <code>distance</code> expression to accept an expression as a 
second argument.</li>
   <li>Extend <code>config</code> expression to support object literals as 
values.</li>
   <li>Improve dashed line rendering in pitched views.</li>
   <li>Added APIs for more granular control of interaction handlers:
   <ul>
   <li><code>map.keyboard</code>: <code>disablePitch</code>, 
<code>enablePitch</code>, <code>isPitchEnabled</code>, 
<code>disableBearing</code>, <code>enableBearing</code>, 
<code>isBearingEnabled</code>, <code>isEnabled</code></li>
   <li><code>map.dragRotate</code>: <code>disableRotation</code>, 
<code>enableRotation</code>, <code>isRotationEnabled</code></li>
   <li><code>map.touchZoomRotate</code>: <code>isRotationEnabled</code>, 
<code>isTapDragZoomEnabled</code></li>
   <li>For all three, <code>isEnabled</code> is changed from AND to OR 
semantics</li>
   </ul>
   </li>
   </ul>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Fix rare line artifacts on sharp corners with short segments and 
non-bevel joins.</li>
   <li>Fix ambient occlusion to not render for elevated (non-zero-base) 
extrusions.</li>
   <li>Fix <code>Map</code> <code>resetFeatureStates</code> not working 
properly in some scoped styles.</li>
   </ul>
   <h2>v3.29.0-rc.1</h2>
   <h3>Breaking changes ⚠️</h3>
   <ul>
   <li>Remove legacy undocumented <code>Map</code> <code>addSourceType</code> 
API which was superceded by <code>CustomSourceInterface</code>.</li>
   </ul>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add new <code>raster-color-scale</code> property, which can be set to 
<code>&quot;log&quot;</code> to improve color ramp precision when visualizing 
long-tailed raster datasets.</li>
   <li>Add new <code>raster-allow-draping</code> property that can be set to 
<code>false</code> to disable raster layer draping over globe/terrain.</li>
   <li>Move <code>symbol-z-offset</code> property out of experimental.</li>
   <li>Extend <code>distance</code> expression to accept an expression as a 
second argument.</li>
   <li>Extend <code>config</code> expression to support object literals as 
values.</li>
   <li>Improve dashed line rendering in pitched views.</li>
   <li>Added APIs for more granular control of interaction handlers:
   <ul>
   <li><code>map.keyboard</code>: <code>disablePitch</code>, 
<code>enablePitch</code>, <code>isPitchEnabled</code>, 
<code>disableBearing</code>, <code>enableBearing</code>, 
<code>isBearingEnabled</code>, <code>isEnabled</code></li>
   <li><code>map.dragRotate</code>: <code>disableRotation</code>, 
<code>enableRotation</code>, <code>isRotationEnabled</code></li>
   <li><code>map.touchZoomRotate</code>: <code>isRotationEnabled</code>, 
<code>isTapDragZoomEnabled</code></li>
   <li>For all three, <code>isEnabled</code> is changed from AND to OR 
semantics</li>
   </ul>
   </li>
   </ul>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Fix rare line artifacts on sharp corners with short segments and 
non-bevel joins.</li>
   <li>Fix ambient occlusion to not render for elevated (non-zero-base) 
extrusions.</li>
   <li>Fix <code>Map</code> <code>resetFeatureStates</code> not working 
properly in some scoped styles.</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.29.0</h2>
   <h3>Breaking changes ⚠️</h3>
   <ul>
   <li>Remove legacy undocumented <code>Map</code> <code>addSourceType</code> 
API which was superceded by <code>CustomSourceInterface</code>.</li>
   </ul>
   <h3>Features and improvements ✨</h3>
   <ul>
   <li>Add new <code>raster-color-scale</code> property, which can be set to 
<code>&quot;log&quot;</code> to improve color ramp precision when visualizing 
long-tailed raster datasets.</li>
   <li>Add new <code>raster-allow-draping</code> property that can be set to 
<code>false</code> to disable raster layer draping over globe/terrain.</li>
   <li>Move <code>symbol-z-offset</code> property out of experimental.</li>
   <li>Extend <code>distance</code> expression to accept an expression as a 
second argument.</li>
   <li>Extend <code>config</code> expression to support object literals as 
values.</li>
   <li>Improve dashed line rendering in pitched views.</li>
   <li>Added APIs for more granular control of interaction handlers:
   <ul>
   <li><code>map.keyboard</code>: <code>disablePitch</code>, 
<code>enablePitch</code>, <code>isPitchEnabled</code>, 
<code>disableBearing</code>, <code>enableBearing</code>, 
<code>isBearingEnabled</code>, <code>isEnabled</code></li>
   <li><code>map.dragRotate</code>: <code>disableRotation</code>, 
<code>enableRotation</code>, <code>isRotationEnabled</code></li>
   <li><code>map.touchZoomRotate</code>: <code>isRotationEnabled</code>, 
<code>isTapDragZoomEnabled</code></li>
   <li>For all three, <code>isEnabled</code> is changed from AND to OR 
semantics</li>
   </ul>
   </li>
   </ul>
   <h3>Bug fixes 🐞</h3>
   <ul>
   <li>Fix rare line artifacts on sharp corners with short segments and 
non-bevel joins.</li>
   <li>Fix ambient occlusion to not render for elevated (non-zero-base) 
extrusions.</li>
   <li>Fix <code>Map</code> <code>resetFeatureStates</code> not working 
properly in some scoped styles.</li>
   </ul>
   <h3>Dev workflow improvements</h3>
   <ul>
   <li>Increase strict TypeScript coverage and added tooling to keep improving 
it.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/2d7d5d25a4e2f8bc7fb778381e15764b97d4fc65";><code>2d7d5d2</code></a>
 GL JS v3.29.0</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/487ea3b37464f4978f1a418c7873d61c230a74bb";><code>487ea3b</code></a>
 Project import generated by Copybara.</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/941eb6091504860249601af4912db0f5c34f00e0";><code>941eb60</code></a>
 v3.29.0-rc.1</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/bcee82b7ef5e8678beb7ffa50503450af535c68a";><code>bcee82b</code></a>
 v3.28.1</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/c03e72fd8b67ab0608f5d1364cec4ee95ed6cdab";><code>c03e72f</code></a>
 Fix iconsets rendering for ESM bundle</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/25e500a7a16361e7b687a28de077069245ce8a7e";><code>25e500a</code></a>
 Reduce dashed line aliasing under minification</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/b3323f2cbb06a1dab9e977b310ba078c22776f85";><code>b3323f2</code></a>
 Accept an expression as an argument in the <code>distance</code> 
expression</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/c66e66129af27a9c7d2d51ad45f40670b50dcd68";><code>c66e661</code></a>
 v3.28</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/7ca4e1962bb62fc72067576f932dd18adfde1e05";><code>7ca4e19</code></a>
 prevent <code>Style#resetFeatureStates</code> from descoping lookups</li>
   <li><a 
href="https://github.com/mapbox/mapbox-gl-js/commit/7181058caac9ccfcc1d05681bf09e826eece5111";><code>7181058</code></a>
 Refine sub-toggles API for several event handlers</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mapbox/mapbox-gl-js/compare/v3.28.1...v3.29.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=3.28.1&new-version=3.29.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 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