danielwii / node-buffs

node useful toolkit, include config loader, etc.
https://danielwii.github.io/node-buffs/
MIT License
2 stars 1 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency eslint-plugin-unicorn was updated from 16.1.1 to 17.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 v17.0.0

New rules

Breaking

  • Rename regex-shorthand rule to better-regex (#522) a5e5405

Improvements

Fixes

  • prefer-spread: Insert semicolon if needed (#578) 49c4acf
  • Fix prefer-negative-index crash on not enough arguments (#564) 50e038c
  • Fix scope compare in consistent-function-scoping (#562) ec4387c
  • Fix no-new-buffer crash on TypeScript-ESLint (#560) e4f4bb4
  • Fix escape-case missing cases (#534) 892f054
  • Disable auto-fix .onmessage in prefer-add-event-listener rule (#543) 96af562

v16.1.1...v17.0.0

Commits

The new version differs by 40 commits.

  • d0a3030 17.0.0
  • 0972a89 Add string-content rule (#496)
  • 49c4acf prefer-spread: Insert semicolon if needed (#578)
  • ae983e2 Update ava to v3 (#575)
  • 50ba9fe Fix prefer-string-slice typo in docs (#572)
  • ff41cb2 Meta tweaks
  • f7a5f7a Replace separate Lodash packages with the core package (#569)
  • 2e273e9 Update regexp-tree (#570)
  • 875c471 Refactor prefer-modern-dom-apis (#565)
  • 9bc218e Add isNotDomNode check prefer-node-append (#512)
  • f290869 Add more projects to the integration test (#559)
  • 50e038c Fix prefer-negative-index crash on not enough arguments (#564)
  • 027fb84 Cleanup consistent-function-scoping (#563)
  • ec4387c Fix scope compare in consistent-function-scoping (#562)
  • f489ce2 Fix prefer-string-slice missing parentheses (#558)

There are 40 commits in total.

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:

pull-assistant[bot] commented 4 years ago
Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     chore(package): update eslint-plugin-unicorn to version 17.0.0      chore(package): update lockfile yarn.lock

Powered by Pull Assistant. Last update b642a6d ... d4ef298. Read the comment docs.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   96.92%   96.92%           
=======================================
  Files           5        5           
  Lines         130      130           
  Branches       44       44           
=======================================
  Hits          126      126           
  Misses          4        4

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 486a454...d4ef298. Read the comment docs.