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
This PR was squashed before being merged into the master branch.
Discussion
----------
Upgrade dependencies
This upgrades a bunch of dependencies to their latest version.
Things I intentionally kept out of this PR:
- test frameworks (mocha, sinon and chai), as upgrading them is more risky (when I don't touch them, I can rely on the existing testsuite to check the upgrade). These should be handled separately (especially given that they are massively outdated, requiring many major version bumps and so potentially many changes in the tests). See #753
- webpack loaders and plugins, as such upgrades can create BC breaks for Encore itself (and so they deserve separate PRs to test them and make them visible). See #751, #749, #742 for some of them
Commits
-------
dddad18 Upgrade http-server
6704dd0 Upgrade fs-extra
b08417d Upgrade tmp
847e9c7 Upgrade semver
27fc03a Upgrade pkg-up
7dfd592 Upgrade loader-utils
410c7fc Upgrade chalk packages
We currently force installing at most [email protected], which is from 2018. Latest version is 0.9.0.
The text was updated successfully, but these errors were encountered: