Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump supercluster from 4.1.1 to 8.0.1 in /superset-frontend #27336

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps supercluster from 4.1.1 to 8.0.1.

Release notes

Sourced from supercluster's releases.

v8.0.1

Fix an error when creating an empty index (after load([])). #225

v8.0.0

  • ⚡ Drastically reduce memory footprint (by up to 60%) and improve clustering performance by ~15-20%. #223
  • ⚠️ Breaking: drop CommonJS entry point and switch to ESM only for Node & bundlers + UMD bundle for browsers.
  • ⚠️ Breaking: drop support for IE11 (you can still transpile on your end to keep it).
  • Upgrade kdbush dependency to v4.

v7.1.5

Fix handling of non-integer zoom values in methods like getClusters(). #199

v7.1.4

Avoid creating new objects for same clusters across zooms, improving memory footprint and making sure the same clusters have the same cluster_id across zoom levels. #190

v7.1.3

Fix a bug where coordinates of unclustered points were snapping to a grid on higher zoom levels. #176

v7.1.2

Fix fround fallback on IE11 so that the v7.1.1 small radius bugfix is effective there too.

v7.1.1

Fix a bug where identical points sometimes wouldn't cluster on higher zooms given a small radius.

v7.1.0

Added minPoints option for the minimum number of points to form a cluster (2 by default).

v7.0.0

  • Added generateId option to generate numeric ids (feature.id) for input features that don't have it.
  • ⚠️ Possibly breaking: adjusted generated cluster id values to make sure there are no collisions when combined with generateId.

v6.0.2

Slightly improved performance of map/reduce by avoiding redundant map calls. #131

v6.0.1

Fixed a bug introduced in v6.0.0 where some aggregated cluster properties were calculated incorrectly.

v6.0.0

⚠️ Breaking: removed initial option of the map/reduce functionality. Now Supercluster uses the first mapped item of the cluster as the initial value:

// before
value = initial;
reduce(value, a);
reduce(value, b);
...
// after
value = a;
reduce(value, b);
...
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependabot npm Dependabot - npm related PRs labels Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.37%. Comparing base (89d49e5) to head (8607f2b).
Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #27336   +/-   ##
=======================================
  Coverage   67.37%   67.37%           
=======================================
  Files        1908     1908           
  Lines       74550    74550           
  Branches     8317     8317           
=======================================
  Hits        50225    50225           
  Misses      22272    22272           
  Partials     2053     2053           
Flag Coverage Δ
javascript 57.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rusackas rusackas added the review-after-release Indicates that a release is in progress and that this PR might be reviewed later label Mar 4, 2024
SkinnyPigeon and others added 22 commits May 28, 2024 18:03
…ils/client-ws-app (#28823)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rontend (#28824)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-frontend (#28826)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-frontend (#28827)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n /superset-frontend (#28817)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t-websocket (#28809)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot added i18n Namespace | Anything related to localization risk:db-migration PRs that require a DB migration i18n:spanish Translation related to Spanish language i18n:italian Translation related to Italian language i18n:french Translation related to French language i18n:chinese Translation related to Chinese language i18n:japanese Translation related to Japanese language i18n:russian Translation related to Russian language i18n:korean Translation related to Korean language api Related to the REST API doc Namespace | Anything related to documentation embedded github_actions Pull requests that update GitHub Actions code packages i18n:dutch i18n:slovak i18n:ukrainian i18n:portuguese i18n:brazilian dependencies:python i18n:traditional-chinese labels Jul 29, 2024
@rusackas rusackas closed this Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/superset-frontend/supercluster-8.0.1 branch July 29, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to the REST API dependabot dependencies:npm dependencies:python doc Namespace | Anything related to documentation embedded github_actions Pull requests that update GitHub Actions code i18n:brazilian i18n:chinese Translation related to Chinese language i18n:dutch i18n:french Translation related to French language i18n:italian Translation related to Italian language i18n:japanese Translation related to Japanese language i18n:korean Translation related to Korean language i18n:portuguese i18n:russian Translation related to Russian language i18n:slovak i18n:spanish Translation related to Spanish language i18n:traditional-chinese i18n:ukrainian i18n Namespace | Anything related to localization npm Dependabot - npm related PRs packages plugins risk:db-migration PRs that require a DB migration size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.