openfresh / super-image

React component that render <img> with nicer interface
https://www.npmjs.com/super-image
MIT License
37 stars 4 forks source link

Update eslint-config-xo-react to the latest version 🚀 #31

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.16.0 of eslint-config-xo-react was just published.

Dependency eslint-config-xo-react
Current Version 0.15.0
Type devDependency

The version 0.16.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of eslint-config-xo-react.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 12 commits.

  • 79fa630 0.16.0
  • 1542eb1 Add beforeClosing option to jsx-tag-spacing rule
  • 84baa97 Add no-this-in-sfc rule
  • cf11778 Add jsx-child-element-spacing rule
  • de46118 Loosen up the jsx-closing-bracket-location rule
  • 8459305 Remove the jsx-first-prop-new-line rule
  • 156e91f Disable the jsx-one-expression-per-line rule
  • bc0d0f1 Remove the forbid-component-props rule
  • bb2c668 Allow up to 3 props per line in the jsx-max-props-per-line rule
  • 9e621f0 Remove the jsx-handler-names rule
  • d858015 Allow arrow function with the jsx-no-bind rule
  • 7349aab Remove destructuring-assignment rule

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:

codecov-io commented 6 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #31   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          46     59   +13     
=====================================
+ Hits           46     59   +13
Impacted Files Coverage Δ
src/index.js 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d31110...312c3a3. Read the comment docs.