-
Notifications
You must be signed in to change notification settings - Fork 3
Update rollup-plugin-cleanup to the latest version 🚀 #152
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
base: master
Are you sure you want to change the base?
Conversation
Version 3.0.0-beta.1 just got published. |
Version 3.0.0 just got published.Update to this version instead 🚀 Release Notesv3.0.0
|
Update to this version instead 🚀 Release Notes for v3.1.0[3.1.0] - 2018-12-27Bye, acorn. Although acorn is an excellent parser, its use in rollup-plugin-cleanup had caused several issues. v3.1 removes this dependency and now is completely based on js-cleanup, which does not depend on acorn or another similar parser, with the advantage of a relative independency of the version and "dialect" of JavaScript and a little more efficiency, for being a specialized tool. While js-cleanup is in its first version, I do not expect it to present major problems (the algorithm and the JS rules used for the replacement are fairly simple). Added
Changed
Fixed
Removed
|
Update to this version instead 🚀 Release Notes for v3.1.1[3.1.1] - 2019-01-18Changed
Fixed |
☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.
Version 2.0.1 of rollup-plugin-cleanup was just published.
The version 2.0.1 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of rollup-plugin-cleanup.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v2.0.1* MagicString v0.24.x has great enhancements, but it needs testing with this plugin.
Commits
The new version differs by 6 commits.
d768bdcv2.0.1a3dc69eMerge pull request #8 from mkhl/remove-lines/template-strings52c3945Update changelog687061fUpdate dist/a7911caremove-lines: Parse code, only remove lines from whitespace9296097Add failing tests for template stringsSee the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴