-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
build: upgrade dev dependencies #4707
Conversation
6a1f3b2
to
2e68ada
Compare
* Upgrades outdated development dependencies to the latest versions. * Skipped upgrading Autoprefixer due to a breaking change with the Browserlist. * Skipped upgrading UglifyJS due to unresolved issues in UglifyJS3 * Skipped upgrading google-closure-compiler due to alexeagle/closure-compiler-angular-bundling#30 * Skipped upgrading jasmine types because they now enforce types in `expect` calls (which is nice) but for Protractor the `expect` automatically unwraps promises (See angular/protractor#4176)
2e68ada
to
6253a0e
Compare
Don't we not use autoprefixer any more? For the others, can you add a comment in the |
We still use Autoprefixer to figure out if a property needs to have a prefix. @crisbeto implemented it in the stylelint rule. Also I'm not sure if comments work inside of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ah right, it's tsconfig.json
allows comments, not package.json
. Unfortunate.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
expect
calls (which is nice) but for Protractor theexpect
automatically unwraps promises (See Typings issue since @types/jasmine update protractor#4176)Note: Tests are failing due to infinite loops in the latest Jasmine version. Rebasing after #4662 is merged!