chore(deps): update dependency eslint-plugin-unicorn to v72 - #3931
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-unicorn to v72#3931renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #3931 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 924 924
Lines 3224 3224
Branches 567 585 +18
=======================================
Hits 3189 3189
Misses 31 31
Partials 4 4 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/major-eslint
branch
5 times, most recently
from
July 4, 2026 18:35
caf6208 to
2f9b9a6
Compare
renovate
Bot
force-pushed
the
renovate/major-eslint
branch
4 times, most recently
from
July 9, 2026 07:05
db392da to
b80523e
Compare
renovate
Bot
force-pushed
the
renovate/major-eslint
branch
4 times, most recently
from
July 16, 2026 15:21
188134e to
b39cd61
Compare
renovate
Bot
force-pushed
the
renovate/major-eslint
branch
2 times, most recently
from
July 18, 2026 00:59
115709e to
de4280e
Compare
renovate
Bot
force-pushed
the
renovate/major-eslint
branch
4 times, most recently
from
July 26, 2026 13:18
3071608 to
41cb927
Compare
renovate
Bot
force-pushed
the
renovate/major-eslint
branch
from
July 27, 2026 20:58
41cb927 to
710770f
Compare
renovate
Bot
force-pushed
the
renovate/major-eslint
branch
from
August 3, 2026 12:33
710770f to
bbe511b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
68.0.0→72.0.0Release Notes
sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)
v72.0.0Compare Source
Breaking
prefer-minimal-ternary: RenamecheckVaryingCalleeoption tocheckVaryingBase(#3508)825b7b9New rules
no-missing-local-resource(#3528)12a33c6no-multiple-promise-resolver-calls(#3523)81ab092no-shorthand-property-overrides(#3527)91a4c4dno-transition-all(#3529)5ef2fcfno-unnecessary-string-trim(#3517)a651672no-useless-re-export(#3540)96afe55prefer-explicit-viewport-units(#3532)449e636prefer-then-catch(#3526)a17e5a2require-frontmatter-fields(#3525)dfd91cdImprovements
8233f95consistent-boolean-name: Support Vue refs (#3555)79e79d5no-incorrect-template-string-interpolation: Ignore Unicode code point escapes (#3513)36fdf1ano-negated-comparison: Ignore relational comparisons with optional chaining (#3512)7b7e28ano-top-level-side-effects: Ignore<script setup>(#3542)af8fd60no-unnecessary-array-flat-map: Handle TypeScript Vue files (#3545)b6d01a0no-unsafe-property-key: Use type information for narrowed property keys (#3515)69a6002no-unused-array-method-return: Ignore expect assertions (#3552)110cc58no-useless-promise-resolve-reject: Handleawaited calls (#3504)9b8a144no-useless-template-literals: Ignore const assertions (#3543)4367228prefer-await: Add async IIFE suggestion (#3550)305fb4bprefer-dom-node-html-methods: Add options and add torecommendedpreset (#3541)581ef47prefer-export-from: Preserve JSDoc comments on single-const re-exports (#3544)e273ab6prefer-short-arrow-method: Addconsistent-as-neededoption (#3514)c068745prefer-simple-condition-first: Fix logic (#3530)a339abeprefer-split-limit: Support array destructuring (#3554)b23f959prefer-string-starts-ends-with: Detect slice comparisons (#3518)98730deprefer-minimal-ternary: Don't report object-varying member access by default (#3508)825b7b9v71.1.0Compare Source
consistent-boolean-name: Allow async boolean predicates (#3502)dafc7c9consistent-boolean-name: Allow boolean-like React refs withRefsuffix (#3501)064d890v71.0.0Compare Source
Improvements
consistent-boolean-name: Ignore destructured variables (#3485)0de22c5consistent-boolean-name: Skip React hooks by default (#3487)fab07e2isolated-functions: Respect configured globals in isolated functions (#3495)1af1d1ano-unnecessary-array-flat-map: Ignore conditional flatMap fixes in TypeScript (#3499)5eb6d87prefer-boolean-return: Ignore repeated boolean guard clauses (#3494)fdb3d89prefer-top-level-await: Ignore Svelte files (#3489)58670ffprefer-uint8array-base64: Remove from presets (#3493)3f4c31ev70.0.0Compare Source
New rules
no-async-promise-finally(#3450)5aa9ea1no-unnecessary-fetch-options(#3476)db4e852no-unsafe-promise-all-settled-values(#3449)f66e080prefer-abort-signal-any(#3447)f044cefprefer-array-flat-map(#3457)7d48a41prefer-array-from-range(#3451)f3e12e9prefer-block-statement-over-iife(#3452)44a63daprefer-group-by(#3443)b3071b3prefer-iterator-helpers(#3446)18d9362prefer-simplified-conditions(#3474)93ee487Improvements
consistent-boolean-name: Add inverse boolean name support (#3478)d379e13expiring-todo-comments: Report unsupported catalog versions (#3455)26f11daisolated-functions: Add defaults for workerize and common evaluate APIs (#3467)30c7570isolated-functions: Support methods (#3470)c615523no-collection-bracket-access: Handle conditional member keys (#3462)cd01d0bno-manually-wrapped-comments: Handle more cases (#3460)c09d4c7no-non-function-verb-prefix: Addignoreoption (#3475)f9a422eno-return-array-push: Fix false-positives (#3448)5f4dd3ano-useless-else: Recognizeprocess.exit()as an exiting branch (#3482)46714a6prefer-continue: Ignore empty statements (#3473)df904a7prefer-early-return: Ignore empty statements (#3473)df904a7prefer-object-iterable-methods: Catch more callback methods (#3481)a076cbcv69.0.0Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.