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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Missing babel/preset-flow v7.14.x on npm #13300

Closed
1 task
ssidorchik opened this issue May 12, 2021 · 3 comments
Closed
1 task

[Bug]: Missing babel/preset-flow v7.14.x on npm #13300

ssidorchik opened this issue May 12, 2021 · 3 comments
Labels
i: question outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@ssidorchik
Copy link

ssidorchik commented May 12, 2021

馃捇

  • Would you like to work on a fix?

How are you using Babel?

babel-loader (webpack)

Input code

n/a

Configuration file name

No response

Configuration

No response

Current and expected behavior

Apologize for using the current bug template, but I didn't find a better way to report this issue.

I noticed that few babel packages: babel/core, babel/parse, babel/preset-env were already published with the v7.14.x version on npm. But the latest version for babel/preset-flow is still v7.13.13. Do you have any estimate for when it can be updated. I'm looking to use Flow type's indexed_access feature, but it's supported only in the latest preset version.

Environment

n/a

Possible solution

No response

Additional context

No response

@babel-bot
Copy link
Collaborator

Hey @ssidorchik! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite."

@nicolo-ribaudo
Copy link
Member

Sorry for the confusion: we only publish packages with changes, and all the changes needed for the new flow features are in @babel/parser@7.14.0. @babel/preset-flow is only needed to remove every flow feature, but usually it doesn't need to be updated every time.

@babel/parser is a dependency of @babel/core, so using @babel/core^7.14.0 should be enough.

@ssidorchik
Copy link
Author

Ohh, I see. Thank you for prompt response

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Aug 12, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i: question outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

No branches or pull requests

3 participants