-
Notifications
You must be signed in to change notification settings - Fork 26.2k
build(aio): update tsc, angular, cli and other dependencies #22872
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
f40f346
to
531616f
Compare
You can preview d58f1d4 at https://pr22872-d58f1d4.ngbuilds.io/. |
You can preview 7c3e60f at https://pr22872-7c3e60f.ngbuilds.io/. |
You can preview bc9e172 at https://pr22872-bc9e172.ngbuilds.io/. |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
// presence of `<li>`s are a tell-tale for line numbers | ||
await new Promise(resolve => hostComponent.codeComponent.codeFormatted.subscribe(resolve)); |
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.
Would codeFormatted.toPromise()
work?
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.
I don't think so. AFAICT, toPromise()
only resolves once the observable completes, but we just want to catch the next "emission". codeFormatted.pipe(first()).toPromise()
probably would though 😁
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.
Yup only when it completes :F
d1424d3
to
4e011af
Compare
You can preview 4e011af at https://pr22872-4e011af.ngbuilds.io/. |
4e011af
to
d31b3f3
Compare
You can preview d31b3f3 at https://pr22872-d31b3f3.ngbuilds.io/. |
You can preview 76fcd6e at https://pr22872-76fcd6e.ngbuilds.io/. |
76fcd6e
to
6b4d938
Compare
Removing |
@@ -169,7 +169,6 @@ class NgPackagesInstaller { | |||
// FIXME: Temporarily use RxJS from root `node_modules/`. | |||
if (peerDependencies.rxjs) { | |||
peerDependencies.rxjs = `file:${ANGULAR_ROOT_DIR}/node_modules/rxjs`; |
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.
Are there still local changes in angular/node_modules/rxjs/
, or can we get rid of this too?
we should not longer need it. PR Close #22872
we should not longer need it. PR Close angular#22872
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. |
No description provided.