Skip to content

Conversation

layershifter
Copy link
Contributor

Babel 7 Released

https://babeljs.io/blog/2018/08/27/7.0.0


It's time to go away from beta 👍

package.json Outdated
"license": "BSD-3-Clause",
"dependencies": {
"@babel/parser": "7.0.0-beta.53",
"@babel/parser": "7.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you now please change this to ^7.0.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, will do!

@jquense
Copy link
Collaborator

jquense commented Aug 30, 2018

I've been working on updating gatsby-transformer-react-docgen to babel 7 by implementing our own parser over recdocgen, but it seems like bable7 somewhere changes Property to ObjectProperty for property types, which breaks the proptypes handler...i'm a bit confused why its not breaking here tho...

@pksunkara
Copy link

@danez Can we please get this merged and a new release be done? This kinda blocks the whole toolchain from being used because of licensing issues in babel beta.

"license": "BSD-3-Clause",
"dependencies": {
"@babel/parser": "7.0.0-beta.53",
"@babel/parser": "^7.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@layershifter You can do ^7.1.0 now

"@babel/parser": "7.0.0-beta.53",
"@babel/parser": "^7.0.0",
"async": "^2.1.4",
"babel-runtime": "^6.9.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use @babel/runtime and change it to v7.

@danez
Copy link
Collaborator

danez commented Oct 24, 2018

Thank you

@danez danez merged commit 5ae12e8 into reactjs:master Oct 24, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants