oeco-architectes / oeco

Oeco Architectes website
https://www.oeco-architectes.com/
1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

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

Enhancements

Fixes

  • Fix the default value for the filename-case rule 139ac16
  • Fix ES2015 exports not counting an object as used (#217) 6d5bb10
  • Fix catch-error-name fixer not renaming all references in .catch case (#258) c2e4a9d
  • Don't fix onbeforeunload unless it's handler does not return anything (#218) db2f192
  • Prevent false-positives in the no-fn-reference-in-iterator rule (#172) 73e8d5d

v7.1.0...v8.0.0

Commits

The new version differs by 28 commits.

  • 2f8f3d3 8.0.0
  • 7b9b354 Remove got from integration tests
  • 72262fb Alphabetically sort the rules and enforce that (#260)
  • 7544cf6 Reduce nesting in the no-zero-fractions rule
  • 75b8192 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 errors
  • 6f78698 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: