sudo-suhas / eslint-config-chatur

An eslint configuration for the astute
MIT License
0 stars 1 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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

Dependency eslint-plugin-unicorn
Current Version 2.1.2
Type dependency

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.


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](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:

greenkeeper[bot] commented 6 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

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