-
Notifications
You must be signed in to change notification settings - Fork 24.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
Bump fbjs-scripts to ^1.0.0 #21880
Bump fbjs-scripts to ^1.0.0 #21880
Conversation
Generated by 🚫 dangerJS |
Closing since this commit already accomplish this ee03459 |
@kelset Commit you linked updates fbjs, not fbjs-scripts. My motivation for this PR was to update fbjs-scripts as the old version transitively pulls lots of babel6 deps that are not needed. |
oh sorry, you are correct - I'll reopen (I thought that basically they were "connected", since these should be helpers to use the main fbjs, but yeah seems like we would have to update that dept too). That said I'm not sure when this will be merged, since it touches the |
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.
hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Thanks for the PR. Lorenzo is correct, this will require some work on our end to land since it touches |
This comment has been minimized.
This comment has been minimized.
Summary: This PR bumps also fbjs-scripts to latest version. Benefit is smaller node_modules and less deps to download as newer version doesn't depend on babel6 anymore. Pull Request resolved: facebook#21880 Differential Revision: D12832002 Pulled By: hramos fbshipit-source-id: fa801aeb70a2f22be6f9c05cd6d981d0af0a0da9
This PR bumps also fbjs-scripts to latest version. Benefit is smaller node_modules and less deps to download as newer version doesn't depend on babel6 anymore.
Test Plan:
All the test should be passing. As far as I see, only
fbjs-scripts/jest/createCacheKeyFunction
is used, and its implementation has not changed in a year.Release Notes:
[GENERAL] [ENHANCEMENT] - Bump fbjs-scripts dependency to ^1.0.0