chore(deps): update dependency eslint-plugin-unicorn to v43 #88
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^42.0.0
->^43.0.1
Release Notes
sindresorhus/eslint-plugin-unicorn
v43.0.1
Compare Source
prefer-event-target
from the recommended preset4d2faac
EventTarget
requires Node.js 16 and we target Node.js 14. We'll enable it again in a year when we can target Node.js 16.v43.0.0
Compare Source
New rules
prefer-logical-operator-over-ternary
(#1830)5d7e622
prefer-event-target
(#1792)166524a
Breaking
Improvements
prefer-top-level-await
rule to recommended preset (#1803)6f5ecf5
import-index
rule (#1787)0034e69
4b96057
text-encoding-identifier-case
: Ignore JSXmeta[charset="utf-8"]
(#1817)c67a70f
prefer-number-properties
: Check any use of global functions (#1834)51d7e06
prefer-number-properties
: Detect usage via global object (#1832)80c4af2
no-array-for-each
: Check reassign infor..in
andfor..of
(#1824)d3b2548
no-useless-undefined
: Ignoreref(undefined)
in Vue project (#1828)e7306e5
prefer-node-protocol
: Always checkrequire()
(#1827)2c914d4
no-array-for-each
: Improve parameter reassign detection (#1823)56df468
no-array-for-each
: Add fix for arrow function body (#1785)59218e3
Fixes
no-array-for-each
: Fix auto-fix causing SyntaxError (#1813)47c8337
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.