You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
Upgrading this package causes arrow functions (=>) to be compiled into the output with yarn build which breaks the site in old browsers. The only part of this package we are using is async.retry, so maybe its worth just getting that functionality from somewhere else
This one no longer exports anything when you import it with ES6 imports after its upgraded? This is a weird package, needs to be removed from the codebase anyway.
I just tried to upgrade all the packages, but a few broke a significant amount of things when I upgraded them:
From
yarn outdated
:async
2.6.3 to 3.1.0 https://caolan.github.io/async/=>
) to be compiled into the output withyarn build
which breaks the site in old browsers. The only part of this package we are using is async.retry, so maybe its worth just getting that functionality from somewhere elsecheerio
0.22.0 to 1.0.0-rc.3 https://github.com/cheeriojs/cheerio#readmedomutils
1.7.0 to 2.0.0 https://github.com/fb55/domutils#readmehtmlparser2
3.10.1 to 4.0.0 https://github.com/fb55/htmlparser2#readmeThe text was updated successfully, but these errors were encountered: