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

Remove dependency '@babel/polyfill' and add 'regenerator-runtime' #783

Merged
merged 3 commits into from Sep 3, 2019
Merged

Remove dependency '@babel/polyfill' and add 'regenerator-runtime' #783

merged 3 commits into from Sep 3, 2019

Conversation

ebual
Copy link
Contributor

@ebual ebual commented Sep 2, 2019

What's Changing and Why

Remove deprecated dependency @babel/polyfill from packages/jimp as reported in issue #748
This removes the deprecation message when installing jimp or favicons or webapp-webpack-plugin or other projects that depend on jimp.

closes #748

What else might be affected

Nothing. @babel/polyfill >= 7.0 does nothing but import core-js and regenerator-runtime.

Tasks

  • Add tests
  • Update Documentation
  • Update jimp.d.ts
  • Add SemVer Label

Published PR with canary version: 0.6.8-canary.783.163.0

@hipstersmoothie hipstersmoothie added the patch Increment the patch version when merged label Sep 3, 2019
@hipstersmoothie
Copy link
Collaborator

@ebual please fix conflicts

@hipstersmoothie hipstersmoothie merged commit a1923f0 into jimp-dev:master Sep 3, 2019
@hipstersmoothie
Copy link
Collaborator

🚀 PR was released in v0.6.8 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove babel-polyfill dependency
2 participants