Skip to content

Update dependency eslint-plugin-unicorn to v69 - autoclosed#126

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-unicorn-69.x
Closed

Update dependency eslint-plugin-unicorn to v69 - autoclosed#126
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-unicorn-69.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-unicorn 64.0.069.0.0 age confidence

Release Notes

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

v69.0.0

Compare Source

v68.0.0

Compare Source

Breaking

Awesome

Now 300+ rules 🎉

New rules

Improvements

  • Improve rule performance (#​3339) 42abe74
  • Harden rules (#​3305) 34ca8f6
  • Harden rules (#​3299) d7ce07e
  • prefer-short-arrow-method: Remove from recommended preset (#​3345) 0cfd77a
  • prefer-type-literal-last: Remove from unopinionated preset and stop checking intersection types (#​3320) 447c665
  • consistent-boolean-name: Do not check destructured bindings (#​3324) fb0cfe0
  • logical-assignment-operators: Do not assume the base rule's defaultOptions exist (#​3321) 253e25f
  • logical-assignment-operators: Improve error message (#​3302) 3ec8fec
  • name-replacements: Add more default replacements (#​3365) f968bf3
  • new-for-builtins: Cover more builtins (#​3361) e04ac43
  • no-array-splice: Only report fresh, non-escaping local arrays (#​3301) babb873
  • no-break-in-nested-loop: Handle unlabeled continue in nested switch statements (#​3335) ca893ba
  • no-declarations-before-early-exit: Ignore initializers containing await or yield (#​3303) 6d98190
  • no-incorrect-template-string-interpolation: Remove from unopinionated preset and fix false-positive (#​3319) 39dc546
  • no-manually-wrapped-comments: Ignore some more comments (#​3292) a545dfe
  • no-named-default: Don't drop comments in autofix (#​3306) 44e7361
  • no-unsafe-property-key: Allow intrinsic string-mapping types as keys (#​3343) ba6020f
  • no-useless-coercion: Flag +value, value + '', and value.toString() idioms (#​3338) 23a52f6
  • no-useless-undefined: Flag return undefined for void return type (#​3334) 488d5e3
  • prefer-array-find: Add .filter(…).slice(-1) support (#​3360) b6ea1e2
  • prefer-early-return: Fix lexical declaration autofixes (#​3325) e7771bd
  • prefer-identifier-import-export-specifiers: Check import attribute keys (#​3287) fec43d2
  • prefer-includes-over-repeated-comparisons: Ignore distinct expressions compared against undefined (#​3308) 78858ec
  • prefer-minimal-ternary: Report dynamic computed-key swaps (#​3300) 72879c4
  • prefer-number-properties: Add parseFloat support (#​3307) 4b891d3
  • prefer-object-iterable-methods: Preserve TypeScript casts on value access (#​3327) d3a4d39

v67.0.0

Compare Source

New rules

Improvements


v66.0.0

Compare Source

Breaking

New rules

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Jun 27, 2026
@renovate renovate Bot enabled auto-merge (squash) June 27, 2026 01:42
@renovate

renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pr-summary/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: pr-summary@undefined
npm error Found: eslint@9.39.4
npm error node_modules/eslint
npm error   dev eslint@"9.39.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@">=10.4" from eslint-plugin-unicorn@69.0.0
npm error node_modules/eslint-plugin-unicorn
npm error   dev eslint-plugin-unicorn@"69.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-29T11_58_44_974Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-29T11_58_44_974Z-debug-0.log

File name: pr-review/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: pr-review@undefined
npm error Found: eslint@9.39.4
npm error node_modules/eslint
npm error   dev eslint@"9.39.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@">=10.4" from eslint-plugin-unicorn@69.0.0
npm error node_modules/eslint-plugin-unicorn
npm error   dev eslint-plugin-unicorn@"69.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-29T11_58_46_597Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-29T11_58_46_597Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/eslint-plugin-unicorn-69.x branch from 9830872 to cdfba14 Compare June 29, 2026 11:58
@renovate renovate Bot changed the title Update dependency eslint-plugin-unicorn to v69 Update dependency eslint-plugin-unicorn to v69 - autoclosed Jul 1, 2026
@renovate renovate Bot closed this Jul 1, 2026
auto-merge was automatically disabled July 1, 2026 22:49

Pull request was closed

@renovate renovate Bot deleted the renovate/eslint-plugin-unicorn-69.x branch July 1, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants