Page MenuHomePhabricator

[RN72] Update Babel
ClosedPublic

Authored by ashoat on Jan 5 2024, 6:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 1:53 AM
Unknown Object (File)
Oct 3 2024, 10:51 AM
Unknown Object (File)
Oct 3 2024, 10:51 AM
Unknown Object (File)
Oct 3 2024, 10:51 AM
Unknown Object (File)
Oct 3 2024, 10:51 AM
Unknown Object (File)
Sep 20 2024, 8:49 AM
Unknown Object (File)
Sep 20 2024, 8:26 AM
Unknown Object (File)
Sep 20 2024, 6:19 AM
Subscribers

Details

Summary

As part of upgrading to React Native 0.72, react-native-upgrade-helper prompts us to update Babel.

Realized I forgot to do this as part of my stack yesterday.

Test Plan
  1. I ran web, landing, and keyserver in both prod and dev and clicked around to confirm things were working
  2. I built and ran iOS and Android locally and confirmed things work

Diff Detail

Repository
rCOMM Comm
Branch
ashoat/devtooling
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ashoat requested review of this revision.Jan 5 2024, 7:17 AM
This revision is now accepted and ready to land.Jan 5 2024, 12:37 PM

Noticed a lot of repeated babel stuff when skimming the lock file. Ran yarn-deduplicate locally and got: https://gist.githubusercontent.com/atulsmadhugiri/95f82a4eafb53cffde598e92408e70c7/raw/31fad69447478cf8900df284de7f591675c56bd1/gistfile1.txt

Might be worth running at the end of this RN72 upgrade stack to reduce size of node_modules, etc

Good call. Created a follow-up task: ENG-6368

This revision was automatically updated to reflect the committed changes.