-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update libraries and dependencies #7678
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.
Tested and calls still works. Though I think I'd want Dylan to do a more thorough smoke test if there's a chance this could break things.
Added @DHaussermann as requested |
@@ -39,7 +39,7 @@ | |||
{ | |||
"rule": "cli", | |||
"binary": "pod", | |||
"semver": "1.12.1", | |||
"semver": "1.14.3", |
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.
🎉
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.
Great work! Mainly a few question to satisfy my curiosity.
The only thing that may require changes is the way we are handling the new image style for fast image, but 0/5
@cpoile I'm going to merge the PR and let @DHaussermann test on his own time.. I think you did a smoke test and this PR is large enough. If anything comes up, let me know so I can help. |
* update js dependencies * update react-native libraries * update watermelonDB * update RN to 0.72.7 * update fastlane * fix remove_markdown/at_mention import * update mattermost libraries * update fastlane deps * remove haptic-feedback patch * update okhttp to 4.12.0 and patch netinfo to accurately identify VPN connections * create ImaegStyles intersection type
* update js dependencies * update react-native libraries * update watermelonDB * update RN to 0.72.7 * update fastlane * fix remove_markdown/at_mention import * update mattermost libraries * update fastlane deps * remove haptic-feedback patch * update okhttp to 4.12.0 and patch netinfo to accurately identify VPN connections * create ImaegStyles intersection type
Summary
Updates libraries and dependencies including RN to 0.72.7 and WatermelonDB this last one includes breaking changes so we need to update the imports.
Release Note