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

Pin rbush version for use in Commonjs #12198

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Pin rbush version for use in Commonjs #12198

merged 1 commit into from
Sep 17, 2024

Conversation

jjspace
Copy link
Contributor

@jjspace jjspace commented Sep 17, 2024

Description

rbush v4 updated to only support ES modules but CesiumJS supports ESM and Common JS which means downstream builds using Cesium JS don't work. This pins the version to 3.0.1 which is the one before 4.0

Issue number and link

Addresses the error in #12191

Testing plan

  • Run npm install to make sure you have the pinned version of rbush
  • Make sure CI and tests pass
  • Make sure the RectangleCollisionChecker still works as expected. This is used in clustering, make sure that sandcastle works

Author checklist

  • I have submitted a Contributor License Agreement
  • I have added my name to CONTRIBUTORS.md
  • I have updated CHANGES.md with a short summary of my change
  • I have added or updated unit tests to ensure consistent code coverage
  • I have updated the inline documentation, and included code examples where relevant
  • I have performed a self-review of my code

Copy link

Thank you for the pull request, @jjspace!

✅ We can confirm we have a CLA on file for you.

Copy link
Contributor

@lukemckinstry lukemckinstry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 👍

@lukemckinstry lukemckinstry merged commit 6e0488a into main Sep 17, 2024
10 checks passed
@lukemckinstry lukemckinstry deleted the pin-rbush branch September 17, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants