-
Notifications
You must be signed in to change notification settings - Fork 6.8k
chore: bump to Angular 5.2.x #9770
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
e1e1505
to
6385eed
Compare
package.json
Outdated
@@ -41,11 +41,11 @@ | |||
}, | |||
"devDependencies": { | |||
"@angular/bazel": "~5.1.1", |
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.
@jelbourn I didn't bump this one since it ended up introducing a build error in the Bazel check.
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.
What was the error? Theoretically the angular/bazel version should stick to the rest of the packages
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.
Here's what I got. It doesn't look like something from our code:
Loading: 0 packages loaded
Analyzing: 138 targets (56 packages loaded)
ERROR: /home/circleci/.cache/bazel/_bazel_circleci/9ce5c2144ecf75d11717c0aa41e45a8d/external/angular/src/ngc-wrapped/BUILD.bazel:18:1: no such package '@build_bazel_rules_typescript_tsc_wrapped_deps//': The repository could not be resolved and referenced by '@angular//src/ngc-wrapped:ngc-wrapped_bin'
ERROR: Analysis of target '//src/lib/datepicker:datepicker' failed; build aborted: no such package '@build_bazel_rules_typescript_tsc_wrapped_deps//': The repository could not be resolved
INFO: Elapsed time: 1.525s
FAILED: Build did NOT complete successfully (61 packages loaded)
Exited with code 1
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.
cc @alexeagle
It sounds like rules_typescript also needs to be updated alongside Angular
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.
right, https://github.com/alexeagle/angular-bazel-example/blob/master/WORKSPACE is an example, that repo uses Angular 5.2.3 (including @angular/bazel
)
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.
It needed a couple of extra tweaks, but it's good to go now @jelbourn.
9a06e02
to
e4a7ce3
Compare
f2c48b3
to
06af9f5
Compare
Bumps to the latest minor version of Angular now that a compilation error, that was blocking us previously, has been resolved. Also fixes a couple of AoT errors in the demo app.
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
Bumps to the latest minor version of Angular now that a compilation error, that was blocking us previously, has been resolved. Also fixes a couple of AoT errors in the demo app.
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 to the latest minor version of Angular now that a compilation error, that was blocking us previously, has been resolved. Also fixes a couple of AoT errors in the demo app.