-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: update to 8.2.0 and TypeScript 3.5.3 #16678
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
Conversation
c1522a9
to
f1a4af2
Compare
"@angular-devkit/core": "^8.0.3", | ||
"@angular-devkit/schematics": "^8.0.3", | ||
"@angular-devkit/core": "^8.2.0", | ||
"@angular-devkit/schematics": "^8.2.0", | ||
"@angular/bazel": "^8.1.0", |
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.
Note: I wanted to bump the Bazel dependencies as well, but updating @angular/bazel
causes only the CI to throw an error along the lines of Cannot find command bazel
. It only happens on the CI and the error wasn't super helpful so I wasn't able to track it down. My best guess is that it might be something with the setup_bazel_binary.sh
.
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.
The @angular/bazel
package should not be related to the bazel
binary at all. Should we just get this PR through and I'll have a look at the Bazel related thing?
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.
Sure.
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. One comment for a confusing type cast.
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, just needs rebase
Bumps all of the Angular dependencies to 8.2.0 so that we can update to TypeScript 3.5+ and take advantage of the build speed improvements.
45f57d6
to
26ae3f8
Compare
* Updates to Angular v8.2.2 * Updates the bazel tooling to the latest version (as discussed in angular#16678)
* Updates to Angular v8.2.2 * Updates the bazel tooling to the latest version (as discussed in angular#16678)
* Updates to Angular v8.2.2 * Updates the bazel tooling to the latest version (as discussed in #16678)
Bumps all of the Angular dependencies to 8.2.0 so that we can update to TypeScript 3.5+ and take advantage of the build speed improvements. (cherry picked from commit 1f0ab1b)
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. |
Bumps all of the Angular dependencies to 8.2.0 so that we can update to TypeScript 3.5+ and take advantage of the build speed improvements.