axe312ger / metalsmith-adaptive-images

DEPRECATED: A plugin for Metalsmith to create adaptive images via srcset and styles properties
9 stars 1 forks source link

An in-range update of eslint-plugin-babel is breaking the build ๐Ÿšจ #23

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 7 years ago

Version 4.1.2 of eslint-plugin-babel just got published.

Branch Build failing ๐Ÿšจ
Dependency eslint-plugin-babel
Current Version 4.1.1
Type devDependency

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

As eslint-plugin-babel 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 :muscle:

Status Details - โŒ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/axe312ger/metalsmith-adaptive-images/114?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)

Release Notes v4.1.2

Bug Fix

babel/semi: doesn't fail when using for await (let something of {}). Includes class properties

Commits

The new version differs by 2 commits.

  • 1eab147 4.1.2
  • 9468524 Modifying semi rule to support for await (#126)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 4.1.1 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 5.1.0 just got published.

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

Release Notes v5.1.0
  • Fixed a bug in the semi rule when the omitLastInOneLineBlock option is used with class properties (#144)
  • Sync'd new-cap tests with latest from ESLint to make sure there are no regressions
  • Updated eslint-plugin-composer to v0.3.0
  • Added support for do expressions to the no-unused-expressions rule, thanks @lyleunderwood (#131)
Commits

The new version differs by 14 commits.

  • e565670 5.1.0
  • 41913b9 Merge pull request #144 from babel/issue142
  • 8e83dc5 Fix bug with semi rule with class properties and omitLastInOneLineBlock option
  • 01c6e31 Refresh new-cap tests
  • 9c987b3 eslint-rule-composer@0.3.0
  • efd2ebe Merge pull request #131 from lyleunderwood/do-expressions
  • 24aa0e1 #13 add no-unused-expressions with do expressions support
  • 5dbbcd4 5.0.0
  • 411af3f Add quotes rule to index
  • 1863682 Merge pull request #139 from babel/quotes-jsxfragment
  • 33c3d75 Update deprecation table with versions
  • 08a6919 Merge pull request #138 from babel/composer
  • 852523e Add babel/quotes rule for JSXFragment workaround
  • a7a920e Refactor rules to use eslint-rule-composer

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.2.0 just got published.

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

Release Notes v5.2.0
  • Test against modern node versions #157, thanks @amilajack!
  • Support optional calls in no-unused-expressions #158, thanks @lehni!
  • Add valid-typeof rule with support for BigInt #161
Commits

The new version differs by 25 commits.

  • 802a99e 5.2.0
  • c38ab4c Add valid-typeof rule with support for BigInt (#161)
  • 59d271d Update readme for opt call support in no-unused-expressions [skip ci] (#160)
  • dfd88c5 mocha@5.2.0 (#159)
  • d653393 Merge pull request #158 from lehni/fix/optional-call-expression-in-no-unused-expressions
  • e7a3aa8 Use consistent semicolons in babel-specific tests
  • 6d07cd2 Merge pull request #157 from amilajack/patch-1
  • 36e6336 Move optional call test to valid section
  • b89ec98 Support optional calls in no-unused-expressions
  • b447255 Update travis node versions
  • 60b199c Test against modern node versions
  • e565670 5.1.0
  • 41913b9 Merge pull request #144 from babel/issue142
  • 8e83dc5 Fix bug with semi rule with class properties and omitLastInOneLineBlock option
  • 01c6e31 Refresh new-cap tests

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

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

Commits

The new version differs by 27 commits.

  • 585b8ec 5.2.1
  • e4c669e Fix missing valid-typeof export (#165)
  • 802a99e 5.2.0
  • c38ab4c Add valid-typeof rule with support for BigInt (#161)
  • 59d271d Update readme for opt call support in no-unused-expressions [skip ci] (#160)
  • dfd88c5 mocha@5.2.0 (#159)
  • d653393 Merge pull request #158 from lehni/fix/optional-call-expression-in-no-unused-expressions
  • e7a3aa8 Use consistent semicolons in babel-specific tests
  • 6d07cd2 Merge pull request #157 from amilajack/patch-1
  • 36e6336 Move optional call test to valid section
  • b89ec98 Support optional calls in no-unused-expressions
  • b447255 Update travis node versions
  • 60b199c Test against modern node versions
  • e565670 5.1.0
  • 41913b9 Merge pull request #144 from babel/issue142

There are 27 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 v5.3.0
  • Camelcase - support for optional chaining [#163] (thanks @villesau)
Commits

The new version differs by 29 commits.

  • d000e1c 5.3.0
  • 135622a Camelcase - support for optional chaining (#163)
  • 585b8ec 5.2.1
  • e4c669e Fix missing valid-typeof export (#165)
  • 802a99e 5.2.0
  • c38ab4c Add valid-typeof rule with support for BigInt (#161)
  • 59d271d Update readme for opt call support in no-unused-expressions [skip ci] (#160)
  • dfd88c5 mocha@5.2.0 (#159)
  • d653393 Merge pull request #158 from lehni/fix/optional-call-expression-in-no-unused-expressions
  • e7a3aa8 Use consistent semicolons in babel-specific tests
  • 6d07cd2 Merge pull request #157 from amilajack/patch-1
  • 36e6336 Move optional call test to valid section
  • b89ec98 Support optional calls in no-unused-expressions
  • b447255 Update travis node versions
  • 60b199c Test against modern node versions

There are 29 commits in total.

See the full diff