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

Packages are capped at ^7.0.0 #106

Closed
kevinSuttle opened this issue Jan 4, 2019 · 3 comments
Closed

Packages are capped at ^7.0.0 #106

kevinSuttle opened this issue Jan 4, 2019 · 3 comments

Comments

@kevinSuttle
Copy link

Shouldn't running npx babel-upgrade print the most recent versions of packages instead of stopping at ^7.0.0?

e.g. https://github.com/babel/babel/tree/master/packages#other - only @babel/register has a version below 7.2.0.

@JacobMGEvans
Copy link

I think this tool was just a stop-gap for the upgrade from 6 to 7 I don't think they were planning for long-term support.

If I am wrong that would actually be awesome.

@smpeters
Copy link

smpeters commented Dec 5, 2020

It'd be great then to state that clearly at the top of the documentation.

@JLHwung
Copy link
Contributor

JLHwung commented Dec 8, 2020

Both npm and yarn will resolve ^7.0.0 to latest 7.x version . e.g. 7.12.0. To clarify, babel-upgrade does not pin babel to 7.0.0, it is very unlikely you will get 7.0.0 as of now unless you are time travelling to 2017.

@JLHwung JLHwung closed this as completed Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants