faucet-pipeline / faucet-pipeline-js

JavaScript asset pipeline
Apache License 2.0
8 stars 6 forks source link

An in-range update of rollup-plugin-typescript2 is breaking the build 🚨 #127

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency rollup-plugin-typescript2 was updated from 0.25.2 to 0.25.3.

🚨 View failing branch.

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

rollup-plugin-typescript2 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](https://travis-ci.org/faucet-pipeline/faucet-pipeline-js/builds/620244019?utm_source=github_status&utm_medium=notification)).

Release Notes for 0.25.3

cwd option

Commits

The new version differs by 4 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:

FND commented 4 years ago

seems like a fluke; works locally

ESLint couldn't find the config "ljharb" to extend from. Please check that the name of the config is correct.

The config "ljharb" was referenced from the config file in "/home/travis/build/faucet-pipeline/faucet-pipeline-js/pkg/faucet-pipeline-typescript/node_modules/resolve/.eslintrc".

ljharb commented 4 years ago

This is because something is linting your nested node_modules; you need to make sure your project's eslintignore is ignoring all node_modules folders.

FND commented 4 years ago

Sorry for accidentally pinging you, @ljharb, but I appreciate your response; thanks for pointing that out!