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

feat!: Update to Node 14 #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ZigaStrgar
Copy link

Description

Older version was using dependencies with some security vulnerabilities, so by updating dependencies those were addressed along with updating the minimum version of NodeJS, as the package was unmaintained for a while.

ToDo

  • Update dependencies of imagemin to remove security vulnerabilities
  • Move types to devDependencies
  • Update all dependencies
  • Change let to const
  • Update docs

⚠️ As some imagemin dependencies are ESM only I didn't update them to the latest version as it would break the code using it. As Babel is not ESM only yet.

⚠️ This should be a breaking release as we are bumping the minimum required version of NodeJS

* Node 14 minimum version
* Updated Babel dependencies
* Updated imagemin dependencies
* Moved all types to devDependencies
* Changed let to const
Signed-off-by: ZigaStrgar <[email protected]>
@ZigaStrgar
Copy link
Author

Hey @Klathmon, would you like to check this, and give some feedback/pointers if something is missing? 🙌

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.

1 participant