-
Notifications
You must be signed in to change notification settings - Fork 224
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
Broken encoding since v9.0.0 #493
Comments
Hi @ligiaandreica! @gafreax and I ran into the same issue you did, which is connected to this commit: cheeriojs/cheerio@50b5d5c. While the patch is allowed as a peer dependency, it introduced a bug: https://github.com/Automattic/juice/blob/master/package.json#L38. One possible solution is to force the peer dependency to use the RC version in the "overrides": {
"cheerio": "1.0.0-rc.12"
}, bye! |
Will have to check the encoding issue in particular (parser options are now passed under an We should probably pin Juice 10.x to use |
10.0.1 is released :) |
Hi! 👋 I've noticed a change in how
juice
deals with encoding after upgrading from v8.1.0 to v9.0.0.Running the following command containing
'
gives the following results:
v8.1.0
v9.0.0 - changes
&
char to&
breaking the UI.The text was updated successfully, but these errors were encountered: