CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
13.03k stars 3.51k forks source link

Pin `rbush` version for use in Commonjs #12198

Closed jjspace closed 2 months ago

jjspace commented 2 months ago

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

Author checklist

github-actions[bot] commented 2 months ago

Thank you for the pull request, @jjspace!

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