-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Changes to cheerio exports has broken enzyme #2609
Comments
Duplicate of #2558. The next release will fix it. |
glepretre
added a commit
to Kozea/formol
that referenced
this issue
Sep 3, 2024
cheerio (https://github.com/cheeriojs/cheerio) has release an official 1.0.0 version after years of Release Candidate ones. cheeriojs/cheerio#4044 cheeriojs/cheerio#4032 cheeriojs/cheerio#3987 We depend on enzyme (https://github.com/enzymejs/enzyme) which depends on cheerio. Enzyme has not correctly locked cheerio RC version: enzymejs/enzyme@cafdb2b They're working on it... enzymejs/enzyme#2558 enzymejs/enzyme#2606 enzymejs/enzyme#2607 enzymejs/enzyme#2608 enzymejs/enzyme#2609 Meanwhile, locking cheerio here allow us to update our dependencies. According to enzyme, Cheerio RC was the last one supported by enzyme, even though RC12 seems to work for us.
glepretre
added a commit
to Kozea/formol
that referenced
this issue
Sep 3, 2024
cheerio (https://github.com/cheeriojs/cheerio) has released an official 1.0.0 version after years of Release Candidate ones. cheeriojs/cheerio#4044 cheeriojs/cheerio#4032 cheeriojs/cheerio#3987 We depend on enzyme (https://github.com/enzymejs/enzyme) which depends on cheerio. Enzyme has not correctly locked cheerio RC version: enzymejs/enzyme@cafdb2b They're working on it... enzymejs/enzyme#2558 enzymejs/enzyme#2606 enzymejs/enzyme#2607 enzymejs/enzyme#2608 enzymejs/enzyme#2609 Meanwhile, locking cheerio here allow us to update our dependencies. According to enzyme, Cheerio RC was the last one supported by enzyme, even though RC12 seems to work for us.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
enzyme
has started breaking, likely due to recent changes incheerio
Current behavior
Using
enzyme
gives the following error because of changes made incheerio
:enzyme
usescheerio
=1.0.0-rc.3
published 5 years agohttps://github.com/enzymejs/enzyme/blob/master/packages/enzyme/package.json#L44
enzyme
recently finally released1.0.0
published 4 days agoI assume that changes to how
enzyme
handles exports has caused issues with the release ofcheerio 1.0.0
The text was updated successfully, but these errors were encountered: