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

Update rollup to v2.45.x #84

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

Conversation

fedetibaldo
Copy link

@fedetibaldo fedetibaldo commented Apr 11, 2021

Fixes #83

My project build was failing, so I tracked down the issue to this module. It turned out that, as highlighted by other users, the rollup dependency was too low. I updated it and, as soon as I npm linked this new branch to my project, everything began to work smoothly again.

I've also shifted the range of supported node versions. I dropped the v4, v6, and v7 Travis jobs and added the v10, v12, and v14 jobs in their place. However, this shift has forced me to remove a total of 3 gulp plugins. Fortunately, none of them was essential to the ci task.

Because of the drastic dependency change, I've decided to mark this version as a major release. Please, let me know if a minor release would be better suited.

Final note: I committed the package-lock.json file. I believe this file to be important for future installs.

Most notably:
- upgrade rollup to latest (2.45.1);
- drop support for node versions 4, 6, and 7.
@fedetibaldo
Copy link
Author

@kuraga, @mcasimir, are you interested in these changes?

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.

Rollup dependecy is too low
1 participant