dustinspecker / eslint-config-dustinspecker

ESLint shareable config of Dustin Specker's preferences
MIT License
4 stars 1 forks source link

Update eslint-plugin-unicorn to the latest version πŸš€ #215

Closed greenkeeper[bot] closed 4 months ago

greenkeeper[bot] commented 6 years ago

Version 5.0.0 of eslint-plugin-unicorn was just published.

Dependency eslint-plugin-unicorn
Current Version 4.0.3
Type dependency

The version 5.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-unicorn.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 4 commits.

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:

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0b5e41e2af8405c6a7c4bfe9263d3172768fddc9 on greenkeeper/eslint-plugin-unicorn-5.0.0 into ef4b0105180ba58f1cee8f172071e472e00cfa5c on master.

greenkeeper[bot] commented 6 years ago

Version 6.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 31be04b 6.0.0
  • 341ee3a Re-enable the catch-error-name rule
  • 7a1f1a1 Change the default name of the catch-error-name rule to be error instead of err
  • a41a77b Include plugin itself in the recommended preset
  • 8a50f40 regex-shorthand - Escape backslash and apostrophe (#183)
  • 9f7f811 Add prefer-exponentiation-operator rule (#185)
  • 2283cda filename-case - Survive missing options block (#184)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.0.1 just got published.

Update to this version instead πŸš€

Release Notes v6.0.1
  • catch-error-name rule: Support optional catch binding (#187)
Commits

The new version differs by 3 commits.

  • f96dd97 6.0.1
  • 81613c1 catch-error-name - Support optional catch binding (#187)
  • 8ca3255 Tiny travis.yml tweak

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 17 commits.

  • 8306958 7.0.0
  • 69c13e4 Add some more repos to integration tests
  • 904c6ba Update dev dependencies
  • a44e16c Add prefer-query-selector rule (#198)
  • db6f62e Fix docs typo (#206)
  • 8108992 Add contributing docs (#205)
  • 9da5e6a Add prefer-node-append rule (#201)
  • 352ba4a Add @futpib as a maintainer πŸŽ‰
  • 72e0911 Update the "maintainers" list in the readme
  • 0179443 Add no-unused-properties rule (#195)
  • 6bd6156 Fix readme typo
  • 62c51a7 Add no-unreadable-array-destructuring rule (#199)
  • 42e1af8 Support parsing ES2019
  • cc33de6 Update dependencies
  • 5dd529f Add no-console-spaces rule (#191)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

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 31 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 31 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.1
  • Fix prevent-abbreviations breaking shorthand properties in assignment patterns (#268) d30751a

v8.0.0...v8.0.1

Commits

The new version differs by 3 commits.

  • 0765c1f 8.0.1
  • d30751a Fix prevent-abbreviations breaking shorthand properties in assignment patterns (#268)
  • 79a8cd6 Fix prefer-includes example (#264)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.2
  • Don't use non-standard AST property in no-for-loop rule (#279) b86d456

v8.0.1...v8.0.2

Commits

The new version differs by 2 commits.

  • ca41d4d 8.0.2
  • b86d456 Don't use non-standard AST property in no-for-loop rule (#279)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€