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 v8.0.0
This release is focused on helping you write more readable code and to adopt modern APIs. My favorite is the prevent-abbreviations rule, which encourages you to pick readable variable names.
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).
The devDependency eslint-plugin-unicorn was updated from
7.1.0
to8.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 v8.0.0
This release is focused on helping you write more readable code and to adopt modern APIs. My favorite is the
prevent-abbreviations
rule, which encourages you to pick readable variable names.New rules
prevent-abbreviations
rule (#237) 76ff30eno-for-loop
rule (#221) b94ab9ano-zero-fractions
rule (#244) 75b8192prefer-includes
rule (#214) a330d74prefer-text-content
rule (#223) c493115prefer-node-remove
rule (#222) fda5517Enhancements
meta.type
to rules (#241) 610a901excludedPackages
option to theprefer-add-event-listener
rule (#235) f141a4cprefer-add-event-listener
rule (#216) 7503d12Fixes
filename-case
rule 139ac16catch-error-name
fixer not renaming all references in.catch
case (#258) c2e4a9donbeforeunload
unless it's handler does not return anything (#218) db2f192no-fn-reference-in-iterator
rule (#172) 73e8d5dv7.1.0...v8.0.0
Commits
The new version differs by 28 commits.
2f8f3d3
8.0.0
7b9b354
Remove
got
from integration tests72262fb
Alphabetically sort the rules and enforce that (#260)
7544cf6
Reduce nesting in the
no-zero-fractions
rule75b8192
Add
no-zero-fractions
rule (#244)73e8d5d
Add blacklist to
no-fn-reference-in-iterator
rule to prevent false-positives (#172)a330d74
Add
prefer-includes
rule (#214)c2e4a9d
Fix
catch-error-name
fixer not renaming all references in.catch
case (#258)a49ab65
Update tests according to a fix in new eslint release (#259)
76ff30e
Add
prevent-abbreviations
rule (#237)8fe6630
Fix
no-for-loop
breaking loops that mutate index variable in body (#253)b94ab9a
Add
no-for-loop
rule (#221)63aff3a
Make the integration test catch
--fix
errors6f78698
Fix the integration test
598f096
Fix integration travis task not failing unless unit tests fail too (#246)
There are 28 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: