select
select copied to clipboard
chore(deps-dev): bump eslint-plugin-unicorn from 55.0.0 to 56.0.0
Bumps eslint-plugin-unicorn from 55.0.0 to 56.0.0.
Release notes
Sourced from eslint-plugin-unicorn's releases.
v56.0.0
New rules
prefer-global-this
(#2410) 1558cbeprefer-math-min-max
(#2432) 7369077consistent-existence-index-check
(#2425) d3e4b80Breaking
Improvements
no-useless-undefined
: Ignore React 19useRef
calls (#2463) 5f744e8prefer-query-selector
: Add support forgetElementsByName
(#2398) e511ffdprefer-string-slice
: Remove unsafe autofix forString#substr()
(#2427) 891842dno-for-loop
: Remove invalid fix for TypeScript (#2426) 1e367bbhttps://github.com/sindresorhus/eslint-plugin-unicorn/compare/v55.0.0...v56.0.0
Commits
2b469be
56.0.05f744e8
no-useless-undefined
: Ignore React 19useRef
calls (#2463)e39ae89
Improve error message forno-new-array
(#2459)6a043c2
DocumentreduceRight
alternative forno-array-reduce
(#2457)1558cbe
Addprefer-global-this
rule (#2410)a5d5562
Update dependencies (#2447)d3e4b80
Addconsistent-existence-index-check
rule (#2425)461b01c
Removebetter-regex
from recommended rules (#2443)891842d
prefer-string-slice
: Remove unsafe autofix forString#substr()
(#2427)7369077
Addprefer-math-min-max
(#2432)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)