dependabot[bot] opened a new pull request, #43105: URL: https://github.com/apache/superset/pull/43105
Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 3.27.0 to 3.28.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.28.0</h2> <h3>Breaking changes ⚠️</h3> <ul> <li>Disable <code>text-variable-anchor</code> when appearances are present.</li> </ul> <h3>Features and improvements ✨</h3> <ul> <li>Introduce <em>experimental</em> <code>map.getVerticalFieldOfView()</code>, <code>map.setVerticalFieldOfView()</code>, and read-only <code>map.getHorizontalFieldOfView()</code> and an animatable <code>fov</code> camera option.</li> <li>Expose <code>line-border-width</code> and <code>line-border-color</code> as public paint properties.</li> <li>Introduce <em>experimental</em> <code>line-border-gradient</code> property for rendering gradient borders on lines.</li> <li>Add support for Meshopt v1 compressed models.</li> <li>Support string color values for the <code>model-color</code> in a model source.</li> <li>Add <code>map.resetFeatureStates()</code> to clear all feature states for a featureset or layer.</li> <li>Expose <code>map.getSchema()</code>/<code>map.setSchema()</code> for managing the imported style's schema.</li> <li>Extract development and debug code from the ESM bundle into a separate module.</li> <li>Extract more model code from the ESM core bundle.</li> <li>Extract <code>raster-array</code> layer as a separate ESM module.</li> <li>Reduce the bundle size by restructuring style, program, symbol, and expression code.</li> <li>Remove experimental flag from layer appearances.</li> <li>Improve symbol layer performance.</li> <li>Reduce redundant repaints and checks during initial load.</li> </ul> <h3>Bug fixes 🐞</h3> <ul> <li>Fix double rotation of the FF5C character in vertical text rendering.</li> <li>Preserve live gesture when camera setter is called from inside a drag/move handler.</li> <li>Stop overwriting the <code>pointerEvents</code> of markers set by the user.</li> <li>Fix models with vertex alpha 0 appearing black.</li> <li>Fix incorrect rendering of fill extrusions with <code>fill-extrusion-edge-radius</code> at low zoom levels in some cases.</li> </ul> <h2>v3.28.0-rc.1</h2> <h3>Breaking changes ⚠️</h3> <ul> <li>Disable <code>text-variable-anchor</code> when appearances are present.</li> </ul> <h3>Features and improvements ✨</h3> <ul> <li>Introduce <em>experimental</em> <code>map.getVerticalFieldOfView()</code>, <code>map.setVerticalFieldOfView()</code>, and read-only <code>map.getHorizontalFieldOfView()</code> and an animatable <code>fov</code> camera option.</li> <li>Expose <code>line-border-width</code> and <code>line-border-color</code> as public paint properties.</li> <li>Introduce <em>experimental</em> <code>line-border-gradient</code> property for rendering gradient borders on lines.</li> <li>Add support for Meshopt v1 compressed models.</li> <li>Support string color values for the <code>model-color</code> in a model source.</li> <li>Add <code>map.resetFeatureStates()</code> to clear all feature states for a featureset or layer.</li> <li>Expose <code>map.getSchema()</code>/<code>map.setSchema()</code> for managing the imported style's schema.</li> <li>Extract development and debug code from the ESM bundle into a separate module.</li> <li>Extract more model code from the ESM core bundle.</li> <li>Extract <code>raster-array</code> layer as a separate ESM module.</li> <li>Reduce the bundle size by restructuring style, program, symbol, and expression code.</li> <li>Remove experimental flag from layer appearances.</li> <li>Improve symbol layer performance.</li> <li>Reduce redundant repaints and checks during initial load.</li> </ul> <h3>Bug fixes 🐞</h3> <ul> <li>Fix double rotation of the FF5C character in vertical text rendering.</li> <li>Preserve live gesture when camera setter is called from inside a drag/move handler.</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.28.0</h2> <h3>Breaking changes ⚠️</h3> <ul> <li>Disable <code>text-variable-anchor</code> when appearances are present.</li> </ul> <h3>Features and improvements ✨</h3> <ul> <li>Introduce <em>experimental</em> <code>map.getVerticalFieldOfView()</code>, <code>map.setVerticalFieldOfView()</code>, and read-only <code>map.getHorizontalFieldOfView()</code> and an animatable <code>fov</code> camera option.</li> <li>Expose <code>line-border-width</code> and <code>line-border-color</code> as public paint properties.</li> <li>Introduce <em>experimental</em> <code>line-border-gradient</code> property for rendering gradient borders on lines.</li> <li>Add support for Meshopt v1 compressed models.</li> <li>Support string color values for the <code>model-color</code> in a model source.</li> <li>Add <code>map.resetFeatureStates()</code> to clear all feature states for a featureset or layer.</li> <li>Expose <code>map.getSchema()</code>/<code>map.setSchema()</code> for managing the imported style's schema.</li> <li>Extract development and debug code from the ESM bundle into a separate module.</li> <li>Extract more model code from the ESM core bundle.</li> <li>Extract <code>raster-array</code> layer as a separate ESM module.</li> <li>Reduce the bundle size by restructuring style, program, symbol, and expression code.</li> <li>Remove experimental flag from layer appearances.</li> <li>Improve symbol layer performance.</li> <li>Reduce redundant repaints and checks during initial load.</li> </ul> <h3>Bug fixes 🐞</h3> <ul> <li>Fix double rotation of the FF5C character in vertical text rendering.</li> <li>Preserve live gesture when camera setter is called from inside a drag/move handler.</li> <li>Stop overwriting the <code>pointerEvents</code> of markers set by the user.</li> <li>Fix models with vertex alpha 0 appearing black.</li> <li>Fix incorrect rendering of fill extrusions with <code>fill-extrusion-edge-radius</code> at low zoom levels in some cases.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/3e54101fe29a2d09f549d23fc643f2b23a20b061"><code>3e54101</code></a> v3.28</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/1345dd7762afd5b5e5abd15ce15712ded0c17cb3"><code>1345dd7</code></a> v3.28.0-rc.1</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/1920ff4b7a9505d2a74bbf327484dd1c644b3199"><code>1920ff4</code></a> Unban optional chaining and nullish coalescing</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/aa35494deb8ca52e0d0ec3b127e3f990ff44fb3f"><code>aa35494</code></a> Remove the private <code>Map#addSourceType</code></li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/d0a09e4ddd74147de5fa0a019e99d4abf637985f"><code>d0a09e4</code></a> Unban non-null assertions</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/908873f4adf7767b74a9f3916c537dd93f7184ea"><code>908873f</code></a> Bump playwright from 1.60.0 to 1.62.0 in /projects/gl-js</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/8d4c5742ebb4aeedae7dceb87ee6300ff20d0a9d"><code>8d4c574</code></a> Bump webpack from 5.108.4 to 5.109.0 (internal-16579)</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/2fc102e0dba4c863fd9cba2210cad7cee0d9b6ff"><code>2fc102e</code></a> Bump <code>@e18e/eslint-plugin</code> from 0.5.1 to 0.6.0 (internal-16577)</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/1fbeec3bebeb46a01800e831777312126b78eb86"><code>1fbeec3</code></a> Bump the size-limit-dependencies group with 2 updates (internal-16576)</li> <li><a href="https://github.com/mapbox/mapbox-gl-js/commit/3ebbac7cf4502193f72cf6805780f055ca6c5741"><code>3ebbac7</code></a> Bump typescript-eslint from 8.64.0 to 8.65.0 in the typescript-eslint-depende...</li> <li>Additional commits viewable in <a href="https://github.com/mapbox/mapbox-gl-js/compare/v3.27.0...v3.28.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> -- 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]
