-
Notifications
You must be signed in to change notification settings - Fork 26.3k
build: update to [email protected] #19345
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
68955ba
to
62f03ff
Compare
You can preview 62f03ff at https://pr19345-62f03ff.ngbuilds.io/. |
62f03ff
to
c4d02d2
Compare
You can preview c4d02d2 at https://pr19345-c4d02d2.ngbuilds.io/. |
c4d02d2
to
128e9c9
Compare
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
You can preview 128e9c9 at https://pr19345-128e9c9.ngbuilds.io/. |
128e9c9
to
78c1e71
Compare
You can preview 78c1e71 at https://pr19345-78c1e71.ngbuilds.io/. |
78c1e71
to
c2f2746
Compare
You can preview c2f2746 at https://pr19345-c2f2746.ngbuilds.io/. |
CLAs look good, thanks! |
c2f2746
to
e23bccd
Compare
e23bccd
to
8140e6c
Compare
You can preview 8140e6c at https://pr19345-8140e6c.ngbuilds.io/. |
8140e6c
to
6989e11
Compare
You can preview 6989e11 at https://pr19345-6989e11.ngbuilds.io/. |
6989e11
to
fa85f20
Compare
You can preview fa85f20 at https://pr19345-fa85f20.ngbuilds.io/. |
package.json
Outdated
@@ -24,7 +24,7 @@ | |||
"dependencies": { | |||
"core-js": "^2.4.1", | |||
"reflect-metadata": "^0.1.3", | |||
"rxjs": "5.x", | |||
"rxjs": "5.5.0-beta.4", |
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.
beta.7 is the latest
yarn.lock
Outdated
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.28.tgz#86206716f8d9251cf41692e384264cbd7058ad60" | ||
"@types/node@*", "@types/[email protected]": | ||
version "7.0.18" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.18.tgz#cd67f27d3dc0cfb746f0bdd5e086c4c5d55be173" |
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.
this and many other changes in the lock file should not be here. you should be updating just the rxjs version and nothing else.
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.
So I'm doing the upgrade with a command like this:
yarn upgrade [email protected]
After doing this, I get one line updated in package.json, and tons of updates in the yarn.lock file. Looks like it's due to Rx's dependencies.
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 you using yarn 1.0.2?
132c1a3
to
07cc172
Compare
You can preview 07cc172 at https://pr19345-07cc172.ngbuilds.io/. |
07cc172
to
4cda80d
Compare
You can preview 4cda80d at https://pr19345-4cda80d.ngbuilds.io/. |
4cda80d
to
977f6dc
Compare
You can preview 977f6dc at https://pr19345-977f6dc.ngbuilds.io/. |
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.