faucet-pipeline / faucet-pipeline-js

JavaScript asset pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue · comments

Version 3.0.0 of rollup-plugin-cleanup was just published.

Branch Build failing 🚨
Dependency rollup-plugin-cleanup
Current Version 3.0.0-beta.1
Type dependency

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

rollup-plugin-cleanup is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.0.0
  • Add an example of using Acorn plugin the README.
  • New option acornOptions, for advanced usage.
    This is an optional, plain JS object with additional settings passed to the Acorn parser. Properties of this object are merged with, and take precedence over, the existing ecmaVersion and sourceType options.
  • The mimimum node version is now 6.14, for compatibility with ESLint 5.
  • Updated devDependencies.
Commits

The new version differs by 10 commits.

See 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 🌴

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

commented

lint compliance fixed in 68c8107