-
-
Notifications
You must be signed in to change notification settings - Fork 199
Tests frameworks are outdated #753
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
Comments
Merged
weaverryan
added a commit
that referenced
this issue
May 8, 2020
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
Kocal
added a commit
to Kocal/webpack-encore
that referenced
this issue
May 10, 2020
Kocal
added a commit
to Kocal/webpack-encore
that referenced
this issue
May 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: