Chore: Update dependency eslint-plugin-unicorn to v33 #36
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:
^32.0.1
->^33.0.0
Release Notes
sindresorhus/eslint-plugin-unicorn
v33.0.0
Compare Source
New rules
require-array-join-separator
(#1284)36e7103
require-number-to-fixed-digits-argument
(#1288)4a30863
prefer-prototype-methods
(#1247)7bde733
prefer-object-has-own
(#1322)ca34b40
recommended
preset.Improvements
no-array-for-each
: Handle only return statement insideif
orelse
(#1319)298a104
new-for-builtins
&no-new-buffer
: Handle line breaks afternew
keyword (#1301)d37439f
prefer-array-flat-map
: Remove check on[].concat(...array.map(…))
(#1299)128b5aa
prefer-spread
: Ignore{arrayBuffer,blob,buffer,file,this}.slice()
(#1287)e18d5f2
prefer-string-starts-ends-with
: Add suggestions for safely handling non-strings (#1277)f14a9d1
explicit-length-check
: Ignorethis.{size,length}
(#1289)ed85d00
prefer-string-starts-ends-with-rule
: Don't autofix known non-string values (#1281)a1c8984
explicit-length-check
: Ignore known, non-number length properties (#1264)42f6487
empty-brace-spaces
: Support experimental syntax (#1276)fa68b6f
prefer-dom-node-remove
: Improve parentheses handling (#1254)74e4d39
Fixes
prefer-array-flat
: Fix incorrect fix, checkArray.prototype.concat.call
(#1317)f6a939c
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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 WhiteSource Renovate. View repository job log here.
This change is