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

upgrade color-name dependency to ESM version #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kubikowski
Copy link

@kubikowski kubikowski commented Nov 17, 2022

The color-name dependency was recently updated to use ESM, and released their package v2.0.0 with the only change being to use ESM default export. As a followup to #102, in the process of updating this package to ESM, we should also update our sole dependency to its ESM version.

I have specifically omitted changing the import style in this PR, and updating the package.json to "type": "module". As those changes have already been made in #102, and would be duplicative here.

So -- just a fair warning -- the first round of tests will fail because of incorrect import style.

But once that #102 is merged, we can immediately pull master into this branch. And at that time, it will pass tests.

@LitoMore LitoMore mentioned this pull request Jun 4, 2023
@michaelfaith
Copy link

#102 has been updated to include this now. So this change won't be necessary once that's merged.

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.

None yet

3 participants