Page MenuHomePhabricator

[RN72] Update Babel
ClosedPublic

Authored by ashoat on Jan 5 2024, 6:46 AM.
Tags
None
Referenced Files
F3400522: D10553.id35293.diff
Mon, Dec 2, 7:35 AM
F3400290: D10553.id35324.diff
Mon, Dec 2, 6:54 AM
Unknown Object (File)
Sat, Nov 30, 12:28 AM
Unknown Object (File)
Oct 31 2024, 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
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.