cloudscape-design / jest-preset

Jest presets for Cloudscape Design System
https://cloudscape.design/
Apache License 2.0
5 stars 1 forks source link

chore: Transform d3-* related packages to CJS #11

Closed johannes-weber closed 1 year ago

johannes-weber commented 1 year ago

Description of changes:

We need to upgrade the d3-color and d3-scale (incl. their transitive dependencies) in the components package. With that upgrade, the format of those packages changed from CJS to ESM. To use them in our tests, we need to transform them to CJS. - This PR needs to get merged before the related one in the component package.

Related upgrade PR in the component package: https://github.com/cloudscape-design/components/pull/325

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.