ocean / collator

Collator gets information, organises it and serves it up when required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of eslint is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 3.10.1 of eslint just got published.

Branch Build failing 🚨
Dependency eslint
Current Version 3.10.0
Type devDependency

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

As eslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

  • βœ… coverage/coveralls First build on greenkeeper/eslint-3.10.1 at 83.333% Details

Release Notes v3.10.1
  • 8a0e92a Fix: handle try/catch correctly in no-return-await (fixes #7581) (#7582) (Teddy Katz)
  • c4dd015 Fix: no-useless-return stack overflow on unreachable loops (fixes #7583) (#7584) (Teddy Katz)
Commits

The new version differs by 4 commits .

  • 9cbfa0b 3.10.1
  • 4bb6215 Build: package.json and changelog update for 3.10.1
  • 8a0e92a Fix: handle try/catch correctly in no-return-await (fixes #7581) (#7582)
  • c4dd015 Fix: no-useless-return stack overflow on unreachable loops (fixes #7583) (#7584)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

After pinning to 3.10.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

Version 3.10.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes

v3.10.2

  • 0643bfe Fix: correctly handle commented code in indent autofixer (fixes #7604) (#7606) (Teddy Katz)
  • bd0514c Fix: syntax error after key-spacing autofix with comment (fixes #7603) (#7607) (Teddy Katz)
  • f56c1ef Fix: indent crash on parenthesized global return values (fixes #7573) (#7596) (Teddy Katz)
  • 100c6e1 Docs: Fix example for curly "multi-or-nest" option (#7597) (Will Chen)
  • 6abb534 Docs: Update code of conduct link (#7599) (Nicholas C. Zakas)
  • 8302cdb Docs: Update no-tabs to match existing standards & improve readbility (#7590) (Matt Stow)

Commits

The new version differs by 8 commits .

  • 0840068 3.10.2
  • 621ee0a Build: package.json and changelog update for 3.10.2
  • 0643bfe Fix: correctly handle commented code in indent autofixer (fixes #7604) (#7606)
  • bd0514c Fix: syntax error after key-spacing autofix with comment (fixes #7603) (#7607)
  • f56c1ef Fix: indent crash on parenthesized global return values (fixes #7573) (#7596)
  • 100c6e1 Docs: Fix example for curly "multi-or-nest" option (#7597)
  • 6abb534 Docs: Update code of conduct link (#7599)
  • 8302cdb Docs: Update no-tabs to match existing standards & improve readbility (#7590)

See the full diff.

Sweet, nice work @Greenkeeper ! πŸ‘ πŸ˜ƒ