Created by: dependabot[bot]
Bumps eslint-plugin-unicorn from 26.0.1 to 27.0.0.
Release notes
Sourced from eslint-plugin-unicorn's releases.
v27.0.0
New rules
no-array-for-each
(#1017) 719cd00no-array-push-push
(#1015) 21537d7no-this-assignment
(#1018) 62a2f92Improvements
prefer-ternary
: Addonly-single-line
option (#1025) 306c9e7numeric-separators-style
: AddonlyIfContainsSeparator
option (#916) 8d32574prefer-spread
: Prefer...
overArray#concat()
(#1029) cda72bdprefer-spread
: Fix more.concat
cases (#1042) c3c7ba3no-array-callback-reference
: Improve suggestions forArray#forEach()
(#1049) 77bcdc6no-new-buffer
: Use suggestion for unknown arguments (#1037) 88a724cno-unreadable-array-destructuring
: Add auto-fix (#1010) 27bc3c3new-for-builtins
: Better auto-fix (#1022) 5ba0f83no-instanceof-array
: Better auto-fix (#1020) 0520f31Fixes
prefer-query-selector
: Fix crash on unexpected selector (#1034) 88018cahttps://github.com/sindresorhus/eslint-plugin-unicorn/compare/v26.0.1...v27.0.0
Commits
-
3765807
27.0.0 -
c3c7ba3
prefer-spread
: Fix more.concat
cases (#1042) -
f5496c7
Refactor: removeeslint-ast-utils
package (#1048) -
77bcdc6
no-array-callback-reference
: Improve suggestions forArray#forEach()
(#1049) -
4271e95
no-array-for-each
: Add auto-fix for some wrongly detected case (#1043) -
a091842
Use@babel/eslint-parser
in tests (#961) -
88a724c
no-new-buffer
: Use suggestion for unknown arguments (#1037) -
db5a068
no-array-for-each
: Fix broken auto-fixed code (#1039) -
ca2f54f
Refactor: replaceisSameNode
withhasSameRange
(#1036) -
cda72bd
prefer-spread
: Prefer...
overArray#concat()
(#1029) - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)