Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: remove unused @babel/runtime dependency #617

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

aleks-elkin
Copy link
Contributor

What:

Fixes #614

Why:

The @babel/runtime package is not used, but is in the dependency list. This means that it will be downloaded on every installation. Its size is about 240kb, which isn't much, but given the 11 million weekly downloads, it will be a noticeable change in the JS ecosystem.

How:

Simply removing the package from the dependency list.

Checklist:

  • Documentation "N/A"
  • Tests "N/A"
  • Updated Type Definitions "N/A"
  • Ready to be merged

@gnapse gnapse merged commit aa094a5 into testing-library:main Jul 24, 2024
5 checks passed
@gnapse
Copy link
Member

gnapse commented Jul 24, 2024

@all-contributors please add @aleks-elkin for maintenance

Copy link
Contributor

@gnapse

I've put up a pull request to add @aleks-elkin! 🎉

Copy link

🎉 This PR is included in version 6.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop an unused @babel/runtime dependency
2 participants