Skip to content

fix(deps): Update dependency eslint-plugin-unicorn to v72 - #418

Merged
kodiakhq[bot] merged 3 commits into
mainfrom
renovate/major-eslint-packages
Aug 3, 2026
Merged

fix(deps): Update dependency eslint-plugin-unicorn to v72#418
kodiakhq[bot] merged 3 commits into
mainfrom
renovate/major-eslint-packages

Conversation

@cloudquery-ci

@cloudquery-ci cloudquery-ci Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-unicorn ^68.0.0^72.0.0 age confidence

Release Notes

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v72.0.0

Compare Source

Breaking

  • prefer-minimal-ternary: Rename checkVaryingCallee option to checkVaryingBase (#​3508) 825b7b9

New rules

Improvements

  • Improve performance (#​3531) 8233f95
  • consistent-boolean-name: Support Vue refs (#​3555) 79e79d5
  • no-incorrect-template-string-interpolation: Ignore Unicode code point escapes (#​3513) 36fdf1a
  • no-negated-comparison: Ignore relational comparisons with optional chaining (#​3512) 7b7e28a
  • no-top-level-side-effects: Ignore <script setup> (#​3542) af8fd60
  • no-unnecessary-array-flat-map: Handle TypeScript Vue files (#​3545) b6d01a0
  • no-unsafe-property-key: Use type information for narrowed property keys (#​3515) 69a6002
  • no-unused-array-method-return: Ignore expect assertions (#​3552) 110cc58
  • no-useless-promise-resolve-reject: Handle awaited calls (#​3504) 9b8a144
  • no-useless-template-literals: Ignore const assertions (#​3543) 4367228
  • prefer-await: Add async IIFE suggestion (#​3550) 305fb4b
  • prefer-dom-node-html-methods: Add options and add to recommended preset (#​3541) 581ef47
  • prefer-export-from: Preserve JSDoc comments on single-const re-exports (#​3544) e273ab6
  • prefer-short-arrow-method: Add consistent-as-needed option (#​3514) c068745
  • prefer-simple-condition-first: Fix logic (#​3530) a339abe
  • prefer-split-limit: Support array destructuring (#​3554) b23f959
  • prefer-string-starts-ends-with: Detect slice comparisons (#​3518) 98730de
  • prefer-minimal-ternary: Don't report object-varying member access by default (#​3508) 825b7b9

v71.1.0

Compare Source

  • consistent-boolean-name: Allow async boolean predicates (#​3502) dafc7c9
  • consistent-boolean-name: Allow boolean-like React refs with Ref suffix (#​3501) 064d890

v71.0.0

Compare Source

Improvements

  • consistent-boolean-name: Ignore destructured variables (#​3485) 0de22c5
  • consistent-boolean-name: Skip React hooks by default (#​3487) fab07e2
  • isolated-functions: Respect configured globals in isolated functions (#​3495) 1af1d1a
  • no-unnecessary-array-flat-map: Ignore conditional flatMap fixes in TypeScript (#​3499) 5eb6d87
  • prefer-boolean-return: Ignore repeated boolean guard clauses (#​3494) fdb3d89
  • prefer-top-level-await: Ignore Svelte files (#​3489) 58670ff
  • prefer-uint8array-base64: Remove from presets (#​3493) 3f4c31e

v70.0.0

Compare Source

New rules

Improvements


v69.0.0

Compare Source

New rules

Improvements

  • comment-content: Don't mutate commented-out multi-line code (#​3413) bef80c8
  • consistent-boolean-name: Add ignore option and plural prefixes (#​3423) 7cc1d9e
  • consistent-boolean-name: Don't crash on Svelte {#each} bindings (#​3417) effc0e1
  • consistent-conditional-object-spread: Treat undefined/null fallback as an empty branch (#​3401) 38eebbd
  • custom-error-definition: Allow no-substitution template literal for name (#​3383) 594e050
  • custom-error-definition: Don't require options parameter when forwarded to super() inline (#​3377) e931467
  • name-replacements: Exclude Vite type declaration (#​3375) 396c2ed
  • no-computed-property-existence-check: Allow dynamic access to a known boolean value (#​3420) add50ff
  • no-incorrect-template-string-interpolation: Ignore braces inside block comments (#​3429) 2676b5d
  • no-nonstandard-builtin-properties: Allow stack on Error instances (#​3416) b4a3527
  • no-return-array-push: Allow void operator to opt out (#​3384) 046dc75
  • no-return-array-push: Don't report custom push methods that don't return arrays (#​3427) ed1b57e
  • no-top-level-side-effects: Allow type-only exports (#​3421) c896024
  • no-unnecessary-boolean-comparison: Fix false positive for destructured parameters and yield expressions (#​3392) 26f37f8
  • no-unnecessary-global-this: Don't report existence checks (#​3426) 668ec36
  • no-unreadable-object-destructuring: Allow computed keys when a rest element is present (#​3400) 3d3b654
  • no-unsafe-string-replacement: Ignore non-string receivers (#​3442) 05c7c25
  • no-unused-array-method-return: Restrict values() reporting to arrays (#​3434) 9e12972
  • no-useless-boolean-cast: Keep Boolean() around possibly-undefined values (#​3397) d35e538
  • no-useless-concat: Skip concats that form a ${…} placeholder (#​3428) a39fe66
  • no-useless-else: Autofix else bodies containing JSX (#​3419) 3c17b69
  • no-useless-iterator-to-array: Improve fixes (#​3432) 3bc8c69
  • prefer-at: Only check positive string index access with checkAllIndexAccess (#​3415) 68d0d25
  • prefer-code-point: Don't suggest the swap when the result feeds arithmetic (#​3430) 9083ae7
  • prefer-continue: Don't report when the if body exits the loop (#​3414) 2187122
  • prefer-minimal-ternary: Add checkVaryingCallee option (#​3381) c397f87


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@cloudquery-ci
cloudquery-ci Bot force-pushed the renovate/major-eslint-packages branch from 3a36638 to b18c3bb Compare August 1, 2026 03:08
@cloudquery-ci
cloudquery-ci Bot force-pushed the renovate/major-eslint-packages branch from b18c3bb to 8f59f10 Compare August 1, 2026 05:10
@erezrokah
erezrokah requested a review from a team as a code owner August 3, 2026 14:37
@erezrokah
erezrokah requested review from murarustefaan and removed request for a team August 3, 2026 14:37
@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Aug 3, 2026
@kodiakhq
kodiakhq Bot merged commit 976beea into main Aug 3, 2026
9 checks passed
@kodiakhq
kodiakhq Bot deleted the renovate/major-eslint-packages branch August 3, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant