deps: Run yarn upgrade.#4792
Conversation
Notably, this includes an update to Sentry's SDK for React Native that came out after the last `yarn upgrade` commit, in zulip#4789, was authored. I got an error -- ``` [!] CocoaPods could not find compatible versions for pod "Sentry": In snapshot (Podfile.lock): Sentry (= 6.1.4) In Podfile: RNSentry (from `../node_modules/@sentry/react-native`) was resolved to 2.5.0, which depends on Sentry (= 7.0.0) You have either: * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`. * changed the constraints of dependency `Sentry` inside your development pod `RNSentry`. You should run `pod update Sentry` to apply changes you've made. ``` -- so I ran `pod update Sentry`, and it went through. After that, I ran `yarn` (with `pod install` getting run in the postinstall script), and no further changes were made. We should aim to have this out in a beta for a little while, to shake out any bugs. In addition to this Sentry upgrade, quite a lot of other stuff seems to have been touched.
4ee9c04 to
4dd471c
Compare
Correction, I see some Sentry-related ones that were released 9 days ago; that would have predated the previous |
Thanks for the review! Merged. |
|
Thanks @chrisbobbe for taking these updates! It looks like a lot of new versions in sheer number-of-packages terms, but the bulk of them are either Babel or Sentry. So I think a more accurate picture may be: it's a handful of updates, two of which are to Babel and Sentry -- both of which are projects that have a practice of splitting up their code into lots and lots of packages. E.g. try |
Notably, this includes a few patches to Sentry's SDK for React Native that came out after v2.5.0, which we took in our last `yarn upgrade` (zulip#4792). We go up to v2.5.2: https://github.com/getsentry/sentry-react-native/releases
Makes sense, thanks! |
Notably, this includes a few patches to Sentry's SDK for React Native that came out after v2.5.0, which we took in our last `yarn upgrade` (zulip#4792). We go up to v2.5.2: https://github.com/getsentry/sentry-react-native/releases

Notably, this includes an update to Sentry's SDK for React Native
that came out after the last
yarn upgradecommit, in #4789, wasauthored.
I got an error --
-- so I ran
pod update Sentry, and it went through. After that, Iran
yarn(withpod installgetting run in the postinstallscript), and no further changes were made.
We should aim to have this out in a beta for a little while, to
shake out any bugs. In addition to this Sentry upgrade, quite a lot
of other stuff seems to have been touched.