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

babel-cli using outdated chokidar->fsevents dependency #10684

Closed
pgnd opened this issue Nov 8, 2019 · 5 comments
Closed

babel-cli using outdated chokidar->fsevents dependency #10684

pgnd opened this issue Nov 8, 2019 · 5 comments
Labels
i: bug i: needs triage outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@pgnd
Copy link

pgnd commented Nov 8, 2019

current @babel/babel-cli uses old 'chokidar'

https://github.com/babel/babel/blob/master/packages/babel-cli/package.json#L32

results in

[1/4] Resolving packages...
warning @babel/cli > chokidar > fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size

needs bump to chokidar v3+

latest,

https://github.com/paulmillr/chokidar/releases/tag/3.3.0

@babel-bot
Copy link
Collaborator

Hey @pgnd! 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

It's not compatible with Node 6, so we can't upgrade yet.

@pgnd
Copy link
Author

pgnd commented Nov 9, 2019

@nicolo-ribaudo

Node 6? Isn't v6 long-ago EOL'd?

https://nodejs.org/en/about/releases/

atm, I have

node -v
v13.1.0

Curious as to why there's a need for dragging along v6 compat?

@nicolo-ribaudo
Copy link
Member

nicolo-ribaudo commented Nov 9, 2019

We will drop node 6/8 support in Babel 8, but until then we have to maintain it for backwards compatibility.

@JLHwung
Copy link
Contributor

JLHwung commented Nov 9, 2019

Closing it in favour of #9981, which also mentioned chokdiar issue.

@JLHwung JLHwung closed this as completed Nov 9, 2019
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Feb 9, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i: bug i: needs triage 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

4 participants