Open greenkeeper[bot] opened 6 years ago
Update to this version instead š
acornOptions
, for advanced usage.ecmaVersion
and sourceType
options.devDependency
rollup-plugin-cleanup was updated from 2.0.0
to 3.1.0
.Update to this version instead š
Bye, 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).
compactComment
option to control the compaction of multiline comments, useful to preserve the format of JSDoc blocks.flow
filter for Facebook Flow comments and directives.ts
filter for MS TypeScript directives.ecmaVersion
, sourceType
, and acornOptions
are ignored, acorn was removed in this version.normalizeEols
option is deprecated in favor of lineEndings
, which have the same behavior.some
filter no longer includes @cc_on
, but adds comments that begin with '!'
.jscs
filter is deprecated, jscs no longer exists.devDependency
rollup-plugin-cleanup was updated from 2.0.0
to 3.1.1
.Update to this version instead š
āļø 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.
d768bdc
v2.0.1
a3dc69e
Merge pull request #8 from mkhl/remove-lines/template-strings
52c3945
Update changelog
687061f
Update dist/
a7911ca
remove-lines: Parse code, only remove lines from whitespace
9296097
Add failing tests for template strings
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donāt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: