-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
Version 3.0.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 4 commits.
See the full diff |
Version 4.0.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 18 commits.
There are 18 commits in total. See the full diff |
Version 4.0.1 just got published. |
Version 4.0.3 just got published. |
Version 5.0.0 just got published. |
Version 6.0.0 just got published.Update to this version instead 🚀 Release Notesv6.0.0
CommitsThe new version differs by 7 commits.
See the full diff |
Version 6.0.1 just got published.Update to this version instead 🚀 Release Notesv6.0.1
|
Update to this version instead 🚀 CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
|
Version 3.0.0 of eslint-plugin-unicorn was just published.
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.0import-index
rule. cab60danew-for-builtins
rule. 9dfd508regex-shorthand
rule. cba8dd9no-fn-reference-in-iterator
rule. c11cc5dexplicit-length-check
rule. 0c61fdeescape-case
andno-hex-escape
rules. They were previously disabled because of some issues. 81b92a9All changes: v2.1.1...v3.0.0
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 configcba8dd9
Add
regex-shorthand
rule - fixes #112 (#113)81b92a9
Enable
escape-case
andno-hex-escape
rule6042cce
Fix mistake in the
new-for-builtins
rule81625e5
Handle backslashes correctly in no-hex-escape and escape-case (#110)
e198d50
Small tweaks to the
escape-case
rule3fda175
Fix number-only escapes in strings with lowercase letters (#109)
9dfd508
Add
new-for-builtins
rule and remove thenew-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 🌴