Kronos-Integration / test-step

kronos-step testing support with ava
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

An in-range update of rollup-plugin-cleanup is breaking the build 🚨 #351

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency rollup-plugin-cleanup was updated from 3.0.0 to 3.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rollup-plugin-cleanup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/Kronos-Integration/test-step/builds/472680143?utm_source=github_status&utm_medium=notification)).

Release Notes for v3.1.0

[3.1.0] - 2018-12-27

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).

Added

  • compactComment option to control the compaction of multiline comments, useful to preserve the format of JSDoc blocks.
  • The flow filter for Facebook Flow comments and directives.
  • The ts filter for MS TypeScript directives.
  • TypeScript definitions.
  • Link to kofi.

Changed

  • The options ecmaVersion, sourceType, and acornOptions are ignored, acorn was removed in this version.
  • The normalizeEols option is deprecated in favor of lineEndings, which have the same behavior.
  • The some filter no longer includes @cc_on, but adds comments that begin with '!'.
  • The jscs filter is deprecated, jscs no longer exists.
  • Updated AppVeyor and Travis settings.
  • Updated format of the Changelog.
  • Updated devDependencies.
  • Replaced Jest with mocha, due to issues with coverage.

Fixed

  • Closes #13, acorn was removed in this version.
  • Coverage generation and badge.

Removed

  • Dependency on Jest, due to incompatibilities.
  • Dependency on the acorn parser.
Commits

The new version differs by 3 commits.

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:

greenkeeper[bot] commented 5 years ago

After pinning to 3.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.