Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Dec 25, 2017 · 9 comments
Open

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

greenkeeper bot opened this issue Dec 25, 2017 · 9 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Dec 25, 2017

Version 8.1.1 of babel-eslint was just published.

Branch Build failing 🚨
Dependency babel-eslint
Current Version 8.1.0
Type devDependency

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

babel-eslint 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
  • coverage/coveralls First build on greenkeeper/babel-eslint-8.1.1 at 66.667% Details
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 2 commits.

  • d84b236 8.1.1
  • e4bed5a Fix: Prevent parseForESLint() behavior from changing after parse() is called (fixes #558)(#559)

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 25, 2017

After pinning to 8.1.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 26, 2017

Version 8.1.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

  • 36bf8b4 8.1.2
  • 5aaf0e1 Fix: add Literal type to visitorKeys (#562)
  • bf9092a Fix: ignore eval (fixes #560) (#561)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 9, 2018

Version 8.2.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 7 commits.

  • ef27670 8.2.0
  • eba5920 Add other parser plugins, update yarn.lock (#569)
  • e201fb4 Make 2018 the default ecmaVersion for rules relying on parserOptions (#556)
  • 1dedd1b update babel packages (#565)
  • 36bf8b4 8.1.2
  • 5aaf0e1 Fix: add Literal type to visitorKeys (#562)
  • bf9092a Fix: ignore eval (fixes #560) (#561)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 9, 2018

Version 8.2.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 9 commits.

  • bf27f60 8.2.1
  • d96ce55 fix export change (#571)
  • ef27670 8.2.0
  • eba5920 Add other parser plugins, update yarn.lock (#569)
  • e201fb4 Make 2018 the default ecmaVersion for rules relying on parserOptions (#556)
  • 1dedd1b update babel packages (#565)
  • 36bf8b4 8.1.2
  • 5aaf0e1 Fix: add Literal type to visitorKeys (#562)
  • bf9092a Fix: ignore eval (fixes #560) (#561)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2018

Version 8.2.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 15 commits.

  • 9a6d663 8.2.2
  • 51afa9e Allow newer versions of babel
  • 7928722 Update dependencies
  • f958995 chore(package): update lint-staged to version 6.1.1 (#592)
  • 29b12ab Bump deps (#591)
  • 236adb8 Fix: wrong token type of ! and ~ (fixes #576) (#577)
  • bf27f60 8.2.1
  • d96ce55 fix export change (#571)
  • ef27670 8.2.0
  • eba5920 Add other parser plugins, update yarn.lock (#569)
  • e201fb4 Make 2018 the default ecmaVersion for rules relying on parserOptions (#556)
  • 1dedd1b update babel packages (#565)
  • 36bf8b4 8.1.2
  • 5aaf0e1 Fix: add Literal type to visitorKeys (#562)
  • bf9092a Fix: ignore eval (fixes #560) (#561)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2018

Version 8.2.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 18 commits.

  • aaeb46b 8.2.3
  • afc3c87 lock to beta.44
  • 92202be Save babel beta packages as exact versions (#606) [skip ci]
  • 9a6d663 8.2.2
  • 51afa9e Allow newer versions of babel
  • 7928722 Update dependencies
  • f958995 chore(package): update lint-staged to version 6.1.1 (#592)
  • 29b12ab Bump deps (#591)
  • 236adb8 Fix: wrong token type of ! and ~ (fixes #576) (#577)
  • bf27f60 8.2.1
  • d96ce55 fix export change (#571)
  • ef27670 8.2.0
  • eba5920 Add other parser plugins, update yarn.lock (#569)
  • e201fb4 Make 2018 the default ecmaVersion for rules relying on parserOptions (#556)
  • 1dedd1b update babel packages (#565)

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 22, 2018

Version 8.2.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 29 commits.

  • 2bd8508 8.2.4
  • 5881648 Add test for template string with object with template string inside (#639)
  • 476426a Support OptionalMemberExpression with scope too (#634)
  • 92874d4 Drop node4 in travis
  • d2ac299 Bump Babel deps
  • e63962d refactor: rename babylon to @babel/parser
  • 873f02f Fix converting template types to handle nested templates (#610)
  • 74a3207 Fix token types for experimental operators (#632)
  • e802577 Add support for the optional chaining operator (#630)
  • ebc46e1 don't require unpad per test fixture, fixes #572 (#618)
  • 9641e4b updates readme for latest eslint & babel-eslint (#607) [skip ci]
  • aaeb46b 8.2.3
  • afc3c87 lock to beta.44
  • 92202be Save babel beta packages as exact versions (#606) [skip ci]
  • 9a6d663 8.2.2

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 23, 2018

Version 8.2.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 12, 2018

Version 8.2.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 4 commits.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants