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

   Bumps [deck.gl](https://github.com/visgl/deck.gl) from 9.0.6 to 9.0.12.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/visgl/deck.gl/releases";>deck.gl's 
releases</a>.</em></p>
   <blockquote>
   <h2>v9.0.12</h2>
   <ul>
   <li>CARTO: Implement QuadbinHeatmapTileLayer (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8703";>#8703</a>)</li>
   </ul>
   <h2>v9.0.11</h2>
   <ul>
   <li>Export luma functions (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8822";>#8822</a>)</li>
   <li>fix(core): explicitly set clearStencil in LayersPass (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8844";>#8844</a>)</li>
   <li>fix(layers): work around Samsung shader compilation failure (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8843";>#8843</a>)</li>
   <li>fix(types): add export for GeohashLayerProps (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8836";>#8836</a>)</li>
   <li>Publish NPM packages from CI (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8828";>#8828</a>)</li>
   </ul>
   <h2>v9.0.10</h2>
   <ul>
   <li>fix(carto): Restore global required by pydeck-carto (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8799";>#8799</a>)</li>
   <li>fix(core): Support fp64 in GPUInterpolationTransition (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8807";>#8807</a>)</li>
   </ul>
   <h2>v9.0.9</h2>
   <ul>
   <li>fix(geo-layers): TileLayer default autoHighlight (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8798";>#8798</a>)</li>
   <li>fix(extensions): DataFilterExtension handling of filterSoftRange (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8800";>#8800</a>)</li>
   <li>fix(main): Add missing peerDependencies (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8805";>#8805</a>)</li>
   <li>fix(core): drawing layers with instance count 0 (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8788";>#8788</a>)</li>
   </ul>
   <h2>v9.0.8</h2>
   <ul>
   <li>CARTO: Improve H3Tileset2D.getTileIndices() by adding buffer (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8781";>#8781</a>)</li>
   </ul>
   <h2>v9.0.7</h2>
   <ul>
   <li>CARTO: added the deckGl version to the map instantiation request (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8783";>#8783</a>)</li>
   <li>Bump to loaders@4.2 (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8771";>#8771</a>)</li>
   <li>fix(core): Deck.finalize removes externally created canvas (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8773";>#8773</a>)</li>
   <li>Only add necessary attributes in DataFilterExtension (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8769";>#8769</a>)</li>
   <li>chore(react,test-utils): Remove unused 'typed' entry from 
package.json#files (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8770";>#8770</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/visgl/deck.gl/blob/v9.0.12/CHANGELOG.md";>deck.gl's 
changelog</a>.</em></p>
   <blockquote>
   <h4>deck.gl [9.0.12] - Apr 29 2024</h4>
   <ul>
   <li>CARTO: Implement QuadbinHeatmapTileLayer (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8703";>#8703</a>)</li>
   </ul>
   <h4>deck.gl [9.0.11] - Apr 26 2024</h4>
   <ul>
   <li>Export luma functions (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8822";>#8822</a>)</li>
   <li>fix(core): explicitly set clearStencil in LayersPass (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8844";>#8844</a>)</li>
   <li>fix(layers): work around Samsung shader compilation failure (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8843";>#8843</a>)</li>
   <li>fix(types): add export for GeohashLayerProps (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8836";>#8836</a>)</li>
   <li>Publish NPM packages from CI (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8828";>#8828</a>)</li>
   </ul>
   <h4>deck.gl [9.0.10] - Apr 23 2024</h4>
   <ul>
   <li>fix(carto): Restore global required by pydeck-carto (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8799";>#8799</a>)</li>
   <li>fix(core): Support fp64 in GPUInterpolationTransition (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8807";>#8807</a>)</li>
   </ul>
   <h4>deck.gl [9.0.9] - Apr 17 2024</h4>
   <ul>
   <li>fix(geo-layers): TileLayer default autoHighlight (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8798";>#8798</a>)</li>
   <li>fix(extensions): DataFilterExtension handling of filterSoftRange (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8800";>#8800</a>)</li>
   <li>fix(main): Add missing peerDependencies (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8805";>#8805</a>)</li>
   <li>fix(core): drawing layers with instance count 0 (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8788";>#8788</a>)</li>
   </ul>
   <h4>deck.gl [9.0.8] - Apr 15 2024</h4>
   <ul>
   <li>CARTO: Improve H3Tileset2D.getTileIndices() by adding buffer (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8781";>#8781</a>)</li>
   </ul>
   <h4>deck.gl [9.0.7] - Apr 11 2024</h4>
   <ul>
   <li>CARTO: added the deckGl version to the map instantiation request (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8783";>#8783</a>)</li>
   <li>Bump to loaders@4.2 (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8771";>#8771</a>)</li>
   <li>fix(core): Deck.finalize removes externally created canvas (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8773";>#8773</a>)</li>
   <li>Only add necessary attributes in DataFilterExtension (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8769";>#8769</a>)</li>
   <li>chore(react,test-utils): Remove unused 'typed' entry from 
package.json#files (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8770";>#8770</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/8c7a67a60736253f29261278dc9ea54144ca0892";><code>8c7a67a</code></a>
 v9.0.12</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/7309af267906ae7bff9d942c2a5efd9701cc8ed3";><code>7309af2</code></a>
 CARTO: Implement QuadbinHeatmapTileLayer (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8703";>#8703</a>)</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/0f342da92b42dce68b647687111fcca332e954c0";><code>0f342da</code></a>
 v9.0.11</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/7c5d7046d735bf43f4fbf5d625bccaa68e7e4e03";><code>7c5d704</code></a>
 v9.0.11</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/3bde3491908b4c52b3391878b270711e941b9b27";><code>3bde349</code></a>
 Export luma functions (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8822";>#8822</a>)</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/47324e31f1b4a52c09509c478c1a2d562b1e8f66";><code>47324e3</code></a>
 fix(core): explicitly set clearStencil in LayersPass (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8844";>#8844</a>)</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/2e44bd64408d726ce0009323e1cb77a800b82667";><code>2e44bd6</code></a>
 fix(layers): work around Samsung shader compilation failure (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8843";>#8843</a>)</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/bdfc54593a2b9eb84168a29078c1f6289d11d74a";><code>bdfc545</code></a>
 chore(deps): bump ip from 1.1.8 to 1.1.9 (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8829";>#8829</a>)</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/0cedafd79dc9802da51fb62f19d045bfaa1d1f35";><code>0cedafd</code></a>
 chore(docs): removal of duplicated flags (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8839";>#8839</a>)</li>
   <li><a 
href="https://github.com/visgl/deck.gl/commit/d5221ad3b7ae78dcfafcc7dc1fd2b0cf50563446";><code>d5221ad</code></a>
 fix(types): add export for GeohashLayerProps (<a 
href="https://redirect.github.com/visgl/deck.gl/issues/8836";>#8836</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/visgl/deck.gl/compare/v9.0.6...v9.0.12";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deck.gl&package-manager=npm_and_yarn&previous-version=9.0.6&new-version=9.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR 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>
   
   > **Note**
   > Automatic rebases have been disabled on this pull request as it has been 
open for over 30 days.
   


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to