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

Move @babel/core to devDependencies #200

Merged
merged 2 commits into from Feb 23, 2023
Merged

Move @babel/core to devDependencies #200

merged 2 commits into from Feb 23, 2023

Conversation

yykamei
Copy link
Contributor

@yykamei yykamei commented Jan 4, 2023

As far as I see, @babel/core is only used for testing in this repository.

I think it would be better to move it to devDependencies because this plugin users can reduce npm dependencies in their lock files; @babel/core has many dependencies, so I will have to bump many dependencies in my yarn.lock if they have updates.

I just ran yarn remove @babel/core and yarn add --dev @babel/core.

What do you think?

@LukeSheard
Copy link

This is actually a blocker for this plugin supporting TypeScript 4.9 as the babel deps are so out of date that it causes eslint parsing to fail.

@DanielPower
Copy link

DanielPower commented Jan 18, 2023

Related issue: prettier/prettier#13951

@byara byara merged commit 2718353 into trivago:master Feb 23, 2023
@ayusharma
Copy link
Collaborator

Released in v4.1.0. I appreciate your patience. ❤️

@yykamei
Copy link
Contributor Author

yykamei commented Feb 23, 2023

Thank you 👍

@yykamei yykamei deleted the babel-core branch February 23, 2023 23:59
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

Successfully merging this pull request may close these issues.

None yet

6 participants