Skip to content
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

Update dependencies (To fix Babel bug) #3110

Closed
wants to merge 1 commit into from
Closed

Update dependencies (To fix Babel bug) #3110

wants to merge 1 commit into from

Conversation

mpyw
Copy link

@mpyw mpyw commented Sep 12, 2017

babel-plugin-transform-es2015-modules-commonjs has a serious bug about the following snippet and it is fixed in v6.26.0 release.

export const { variable } = otherVariable

The problem is that current create-react-app installs Babel v6.24.1. It should be updated.

I'm not familiar with Babel and npm version resolution algorithm, however, I guess the reason; babel-preset-react-app doesn't use caret ^ versioning and select old versions. So we may use caret or update the versions. (This PR simply update versions)

@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@mpyw mpyw changed the title Update dependencies Update dependencies (To fix Babel bug) Sep 12, 2017
@react-scripts-dangerous

Hello! I'm a bot that helps facilitate testing pull requests.

Your pull request (commit aefa7fe) has been released on npm for testing purposes.

npm i react-scripts-canary@1.0.14-aefa7fe.0
# or
yarn add react-scripts-canary@1.0.14-aefa7fe.0
# or
create-react-app --scripts-version=react-scripts-canary@1.0.14-aefa7fe.0 folder/

Thanks for your contribution!

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@Timer
Copy link
Contributor

Timer commented Sep 29, 2017

We typically like to do bumps like this in major versions in case things break; I'll tag this for 2.0.0 -- thanks!

@Timer Timer added this to the 2.0.0 milestone Sep 29, 2017
@gaearon
Copy link
Contributor

gaearon commented Oct 28, 2017

I updated deps in a patch. This version has been out for a while and is probably safe.
Sorry I didn't see this PR! Thanks for sending it.

@gaearon gaearon closed this Oct 28, 2017
@mpyw mpyw deleted the update-dependencies branch October 29, 2017 02:25
@lock lock bot locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants