Created by: dependabot[bot]
Bumps eslint-plugin-unicorn from 34.0.1 to 35.0.0.
Release notes
Sourced from eslint-plugin-unicorn's releases.
v35.0.0
New rules
prefer-object-from-entries
(#1308) 4a14187no-useless-length-check
(#1398) 1107455no-useless-spread
(#1401) 1463f52Breaking
explicit-length-check
: Removegreater-than-or-equal
option (#1397) db1a2b5
- It enabled a style that no one actually uses.
Improvements
no-array-reduce
: AddallowSimpleOperations
option (#1418) 153eb2cno-array-callback-reference
: Ignore jQuery methods (#1457) 7af9a6fprevent-abbreviations
: Ignorei18n
andl10n
(#1445) efdd90eno-array-callback-reference
: Ignore mobx-state-tree usage (#1455) 73c0dfdnew-for-builtins
: CheckWeakRef
andFinalizationRegistry
(#1450) fce9d1dno-zero-fractions
: Handle.0
correctly (#1444) fcca35dnew-for-builtins
: Enforcenew
forSharedArrayBuffer
andProxy
(#1438) 2ba83adno-null
: AllowObject.create(null, …)
(#1432) 768f301number-literal-case
: Support Vue SFC (#1434) ee9f609no-object-as-default-parameter
: Forbid destructuring (#1433) 3fcc4bbprefer-spread
: Better auto-fix (#1426) 7bdf0ddprefer-array-some
: Check cases comparing.find()
withundefined
(#1422) 3dc2f77no-useless-spread
: Check useless "iterable to array" (#1414) 61bc6a3prefer-dom-node-text-content
: Check destructuring, Use suggestion instead of auto-fix (#1417) c4bfc42require-post-message-target-origin
: Disable for TypeScript files (#1415) 741484aprefer-add-event-listener
: Update event types list (#1412) 7f88b2fno-instanceof-array
: Support Vue SFC (#1410) 3b22917prevent-abbreviations
: Adddef
(#1402) f783472no-instanceof-array
: Improve report location (#1389) 6512fbd- Use original quote when auto-fixing (#1411) bb81582
Fixes
throw-new-error
: Fix an edge case (#1390) 806831b- Fix cases without space after keywords (#1436) 179b7df
https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v34.0.1...v35.0.0
Commits
-
68786b8
35.0.0 -
ad6d13d
Upgrade dependencies -
b68d534
prevent-abbreviations
: Use message IDs (#1461) -
7af9a6f
no-array-callback-reference
: Ignore jQuery methods (#1457) -
153eb2c
AddallowSimpleOperations
option tono-array-reduce
rule (#1418) -
efdd90e
prevent-abbreviations
: Ignorei18n
andl10n
(#1445) -
4a14187
Addprefer-object-from-entries
rule (#1308) -
73c0dfd
no-array-callback-reference
: Ignore mobx-state-tree usage (#1455) -
343824f
FixfixSpaceAroundKeyword
(#1451) -
fce9d1d
new-for-builtins
: CheckWeakRef
andFinalizationRegistry
(#1450) - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again.
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)