-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upgraded Dependencies and Added Tests to CI #660
Conversation
Updated nearly all dev-dependencies that had minor/patch version updates only. The only exception is webpack-cli, as it's probably better to upgrade it when upgrading webpack.
Thanks for this PR! Awesome work! I agree with all points you mentioned and say that it's good to merge.
As mentioned in #659 I think it's okay to switch to the headless strategy, which should yield much more stable builds. SauceLabs led to very flaky tests. If a we find that Would you like to be a collaborator of this project? My time to spend here is very limited, and given the great work you've done here, I'm happy to add you as collaborator, so you can fix issues as they appear. Just ping me then and I'll issue a new release (which I will also do in a minute) |
1.0.9 was released. |
Amazing, thank you! |
Summary of changes:
Haven't enabled codecov as I don't have the credentials, but otherwise I've tested it both locally and in GitHub Actions, and all appeared to be working correctly. Only other thing is, I don't think there's full support for all the browsers previously listed in the Sauce Labs configuration... we might have change the environment to run tests against pre-Chromium Edge (based on this)
Closes #659