danielwii / asuna-node-server

node server for asuna-admin
17 stars 8 forks source link

Update eslint-plugin-unicorn to the latest version 🚀 #72

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency eslint-plugin-unicorn was updated from 13.0.0 to 14.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.


Publisher: sindresorhus License: MIT

Release Notes for v14.0.0

New rules

Improvements

  • Extend fixers for prefer-string-slice rule (#424) 567c970
  • Add ignoreImports option to import-index rule (#421) bda7769
  • Make regex-shorthand rule use regexp-tree for regex literals (#437) 3554c17

Fixes

  • Fix prevent-abbreviations rule fixer bug (#444) fa8c80e
  • Fix custom-error-definition rule to support constructors without a body (#442) a496e96

v13.0.0...v14.0.0

Commits

The new version differs by 8 commits.

  • 364824b 14.0.0
  • 567c970 Extend fixers for prefer-string-slice (#424)
  • fa8c80e Fix prevent-abbreviations fixer bug (#444)
  • 20dfb65 Add prefer-negative-index rule (#417)
  • 29e3b13 Add prefer-trim-start-end rule (#440)
  • a496e96 Fix custom-error-definition to support constructors without a body (#442)
  • 3554c17 Make regex-shorthand rule use regexp-tree for regex literals (#437)
  • bda7769 Add ignoreImports option to import-index rule (#421)

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

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   51.05%   51.05%           
=======================================
  Files         158      158           
  Lines        3598     3598           
  Branches      503      503           
=======================================
  Hits         1837     1837           
  Misses       1745     1745           
  Partials       16       16

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 b50baf5...7b9de75. Read the comment docs.