d-band / html2xlsx

transform html to excel (just support xlsx)
16 stars 3 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 8.2.3 of babel-eslint was just published.

Branch Build failing 🚨
Dependency babel-eslint
Current Version 8.2.2
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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/d-band/html2xlsx/builds/366179464?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 3 commits.

  • aaeb46b 8.2.3
  • afc3c87 lock to beta.44
  • 92202be Save babel beta packages as exact versions (#606) [skip ci]

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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 8.2.4 just got published.

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

Commits

The new version differs by 11 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]

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.2.5 just got published.

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

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.2.6 just got published.

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

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v10.0.2

Fixes #772

Commits

The new version differs by 24 commits ahead by 24, behind by 2.

  • 48f6d78 10.0.2
  • 0241b48 removed unused file reference (#773)
  • 4cf0a21 10.0.1
  • 98c1f13 Revert #584 (#697)
  • 8f78e28 10.0.0
  • 717fba7 test value should be switched
  • 020d012 Treat type alias declarationlike function declaration (#584)
  • b400cb1 Test eslint5, update peerDep (#690)
  • c333bd6 Drop old monkeypatching behavior (#689)
  • 6aa8b6f 9.0.0
  • c7ee9ae Bump to babel@7.0.0 🎉 (#676)
  • 3ece549 Docs: Make the default parserOptions more explicit (#673)
  • 0b36951 Add logical assignment plugin (#674)
  • 5856ff5 Bump some devDeps
  • 45938d9 build(deps): upgrade @babel/* to 7.0.0-rc.2 (#668)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v10.0.3

Fixes #791, also eslint/eslint#12117

Some context: #793 (comment)

We ended up going with @JLHwung's PR #794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

Commits

The new version differs by 26 commits ahead by 26, behind by 2.

  • 183d13e 10.0.3
  • 354953d fix: require eslint dependencies from eslint base (#794)
  • 48f6d78 10.0.2
  • 0241b48 removed unused file reference (#773)
  • 4cf0a21 10.0.1
  • 98c1f13 Revert #584 (#697)
  • 8f78e28 10.0.0
  • 717fba7 test value should be switched
  • 020d012 Treat type alias declarationlike function declaration (#584)
  • b400cb1 Test eslint5, update peerDep (#690)
  • c333bd6 Drop old monkeypatching behavior (#689)
  • 6aa8b6f 9.0.0
  • c7ee9ae Bump to babel@7.0.0 🎉 (#676)
  • 3ece549 Docs: Make the default parserOptions more explicit (#673)
  • 0b36951 Add logical assignment plugin (#674)

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 28 commits ahead by 28, behind by 2.

  • 4bd049e 10.1.0
  • 2c754a8 Update Babel to ^7.7.0 and enable Flow enums parsing (#812)
  • 183d13e 10.0.3
  • 354953d fix: require eslint dependencies from eslint base (#794)
  • 48f6d78 10.0.2
  • 0241b48 removed unused file reference (#773)
  • 4cf0a21 10.0.1
  • 98c1f13 Revert #584 (#697)
  • 8f78e28 10.0.0
  • 717fba7 test value should be switched
  • 020d012 Treat type alias declarationlike function declaration (#584)
  • b400cb1 Test eslint5, update peerDep (#690)
  • c333bd6 Drop old monkeypatching behavior (#689)
  • 6aa8b6f 9.0.0
  • c7ee9ae Bump to babel@7.0.0 🎉 (#676)

There are 28 commits in total.

See the full diff