j-f1 / eslint-docs

Keep your rule names and descriptions up-to-date across your repo
https://j-f1.github.io/eslint-docs
ISC License
3 stars 3 forks source link

Update detect-newline to the latest version 🚀 #49

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency detect-newline was updated from 2.1.0 to 3.0.0.

This version 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.


Release Notes for v3.0.0

Breaking:

  • Return undefined instead of null when no newline is found 446e98c
  • Require Node.js 8 (#7) 841de59

Enhancements:

v2.1.0...v3.0.0

Commits

The new version differs by 3 commits.

  • c4f3aba 3.0.0
  • 446e98c Return undefined instead of null when no newline is found
  • 841de59 Require Node.js 8, add TypeScript definition (#7)

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[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files           6        6           
  Lines          93       93           
  Branches       25       25           
=======================================
  Hits           87       87           
  Misses          6        6

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 92174e8...619237a. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files           6        6           
  Lines          93       93           
  Branches       25       25           
=======================================
  Hits           87       87           
  Misses          6        6

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 92174e8...619237a. Read the comment docs.

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for v3.1.0
  • Gracefully handle non-string inputs (#9) 4fb2614

v3.0.0...v3.1.0

Commits

The new version differs by 3 commits.

See the full diff