Closed Josh-Cena closed 2 months ago
We won't upgrade to cheerio 1.0.0, because we're replacing the build system and will no longer depend on cheerio in the future, but I opened https://github.com/mdn/yari/pull/11752 to avoid the issue you're running into.
Summary
I have a project that always builds content with latest dependencies, and it currently fails because Yari does not work with cheerio 1.0.0.
URL
https://github.com/jc-verse/mdn-graph/actions/runs/10326431785/job/28589930733
Reproduction steps
mdn/content
, deleteyarn.lock
.yarn install
.yarn build
.Expected behavior
Builds
Actual behavior
You need to replace this import with named imports. See https://cheerio.js.org/blog/cheerio-1.0.
Device
Desktop
Browser
Chrome
Browser version
Stable
Operating system
Linux
Screenshot
No response
Anything else?
No response
Validations