facebook / fbjs

A collection of utility libraries used by other Meta JS projects.
MIT License
1.95k stars 313 forks source link

Upgrade babel-preset-fbjs to use Babel 7 #303

Closed jstejada closed 6 years ago

jstejada commented 6 years ago

babel-preset-fbjs should be using Babel 7. This only caused minimal changes in the output covered by the tests, which I updated.

This also includes an update to other packages that had transitive dependencies on Babel 6, and an update to flow-bin to 0.80.0 to fix an error that showed up when upgrading other packages.

If this looks good, I'll do a major version update on babel-preset-fbjs package itself

Test Plan:

mjesun commented 6 years ago

LGTM; half of the builds in TravisCI failed though. I'd just re-schedule the build by pushing again.