Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 9, 2017

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

Dependency eslint-plugin-unicorn
Current Version 2.1.2
Type devDependency

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


Release Notes v3.0.0

All changes: v2.1.1...v3.0.0

unicorn26

Commits

The new version differs by 23 commits.

  • 265b734 3.0.0
  • f11a184 Bump dev dependencies
  • 70c66c2 Disable the catch-error-name in the default config
  • cba8dd9 Add regex-shorthand rule - fixes #112 (#113)
  • 81b92a9 Enable escape-case and no-hex-escape rule
  • 6042cce Fix mistake in the new-for-builtins rule
  • 81625e5 Handle backslashes correctly in no-hex-escape and escape-case (#110)
  • e198d50 Small tweaks to the escape-case rule
  • 3fda175 Fix number-only escapes in strings with lowercase letters (#109)
  • 9dfd508 Add new-for-builtins rule and remove the new-regexp rule - fixes #105 (#111)
  • 9629b91 Add integration tests - fixes #84 (#106)
  • 9f9a324 Add failing tests for #107
  • a14f45c Add support for _ as error name in promises (#104)
  • 0daa353 Allow number postfix in catch-error-name to prevent shadowed variables - fixes #93 (#103)
  • cab60da Add import-index rule - fixes #9 (#102)

There are 23 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 12, 2017

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

Bugfixes

v3.0.0...v3.0.1

Commits

The new version differs by 4 commits.

  • 922e28c 3.0.1
  • 8e5e419 Fix process.exit within process.once throwing no-process-exit - fixes #133 (#135)
  • 4847a3d Fix custom error definition when exporting - fixes #127 (#132)
  • 53dc7c1 Fix no-fn-reference-in-iterator to support static Promise methods (#126)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2018

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 097fdc7 4.0.0
  • b7e4afb Add prefer-add-event-listener rule (#147)
  • 1d7df66 Set ecmaVersion to 2018
  • bdebf03 Add another test for regex-shorthand rule
  • 1091fda Disable a couple of problematic rules in the default config
  • 9ec60be Add test for #150
  • ed70777 Cleanup #137
  • 54738be Add caughtErrorsIgnorePattern option to catch-error-name rule (#137)
  • b1beb61 Add no-unsafe-regex rule (#146)
  • 1c5fdf0 Use link to tagged version for rule docs (#145)
  • a49c5e6 Welcome @johnwu93 as a maintainer 🎉
  • 6326fe6 Minor tweaks
  • dd05f68 Add error-message rule (#140)
  • 1b7c27f no-abusive-eslint-disable: Allow specifying rules from a scoped plugin (#143)
  • 875344d Add URL to rule documentation to the metadata (#141)

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2018

Version 4.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 812f461 4.0.1
  • e818b09 Fix crash in the prefer-add-event-listener rule

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2018

Version 4.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2018

Version 4.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 985a861 4.0.3
  • 6e6d3d8 Do not auto-fix prefer-spread in certain cases - fixes #164 (#165)
  • f41abbb Do not use module.parent for resolving rule name (#161)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 28, 2018

Version 5.0.0 just got published.

Update to this version instead 🚀

Release Notes v5.0.0
  • Require ESLint 5. a6ce053
  • Require Node.js 6. b546647
  • Also check conditional expressions in explicit-length-check rule. ad1fd85

v4.0.3...v5.0.0

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 23, 2018

Version 6.0.0 just got published.

Update to this version instead 🚀

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

v5.0.0...v6.0.0

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 added a commit that referenced this pull request Sep 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2018

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 added a commit that referenced this pull request Jan 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 14, 2019

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 added a commit that referenced this pull request Jan 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 22, 2019

Update to this version instead 🚀

Release Notes for v7.1.0
  • Make the catch-error-name rule fixable in most cases (#209) 3c66c0e
  • Make the no-abusive-eslint-disable rule support shorthand syntax (#212) fcee1c6

v7.0.0...v7.1.0

Commits

The new version differs by 3 commits.

  • 626af2b 7.1.0
  • 3c66c0e Make the catch-error-name rule fixable in most cases (#209)
  • fcee1c6 Make the no-abusive-eslint-disable rule support shorthand syntax (#212)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants