-
Notifications
You must be signed in to change notification settings - Fork 975
Dependencies Update #528
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
Dependencies Update #528
Conversation
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.
approved for packages/testing/package.json
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.
As long as Auth tests are passing, Auth changes look fine to me.
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.
Looks good. What release will this go into? GRPC has broken us in the past so I'd like to know what release to watch out for issues in.
Also, it would be my preference that in the future we upgrade typescript and prettier as isolated PRs since they necessitate code changes in addition to just bumping the version. No need to mix unrelated changes in a single PR.
@mikelehen Good point. Moving forward I'll separate those out! The changes should manifest in |
Keeping all of our dependencies up to date across all packages.
Most of the packages were able to be updated without changing anything. There were two minor exceptions:
grpc
: This required some updates to Firestore (they refactored one of the APIs into a generic in one of the later versions) but they were fairly minor fixes.prettier
: They refactored how they handle particularly large strings with regards to line length.