Skip to content

chore(deps): update linter (major)#130

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-linter
Open

chore(deps): update linter (major)#130
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-linter

Conversation

@renovate

@renovate renovate Bot commented Jun 7, 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-simple-import-sort ^13.0.0^14.0.0 age confidence
eslint-plugin-unicorn ^64.0.0^72.0.0 age confidence

Release Notes

lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)

v14.0.0

Compare Source

ES2022 allows string literals as module export names ("arbitrary module namespace names"):

export { yukuTs as "yuku-ts" };
import { "a-b" as c } from "a";

This release adds support for such quotes names. Previously, those were sorted oddly, and the autofix could suggest changes that wasn’t valid syntax.

This is only a breaking change if you use string literals as module export names, and only in the form of that you need to autofix your files.

Thanks to Kamronbek_Juraev (@​KAMRONBEK) for fixing this!

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

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
    • At any time (no schedule defined)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/major-linter branch 2 times, most recently from f7f7bd0 to c9f71a2 Compare June 13, 2026 15:56
@renovate renovate Bot changed the title chore(deps): update linter to v65 chore(deps): update linter to v66 Jun 14, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch 2 times, most recently from 50f36f4 to b51b983 Compare June 16, 2026 18:06
@renovate renovate Bot changed the title chore(deps): update linter to v66 chore(deps): update linter to v67 Jun 16, 2026
@renovate renovate Bot changed the title chore(deps): update linter to v67 chore(deps): update linter to v68 Jun 19, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch from b51b983 to ab226b0 Compare June 19, 2026 12:55
@mergify

mergify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@renovate renovate Bot changed the title chore(deps): update linter to v68 chore(deps): update linter (major) Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch from ab226b0 to c99ddc2 Compare June 25, 2026 01:48
@renovate renovate Bot changed the title chore(deps): update linter (major) chore(deps): update dependency eslint-plugin-unicorn to v69 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch from c99ddc2 to fa74acd Compare July 1, 2026 21:01
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v69 chore(deps): update dependency eslint-plugin-unicorn to v70 Jul 1, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch from fa74acd to 6454bde Compare July 6, 2026 01:47
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v70 chore(deps): update dependency eslint-plugin-unicorn to v71 Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch 2 times, most recently from a73fb82 to 45dc8ab Compare July 12, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/major-linter branch from 45dc8ab to 1bebf43 Compare July 15, 2026 00:56
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v71 chore(deps): update dependency eslint-plugin-unicorn to v72 Jul 15, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch 2 times, most recently from 95e05b9 to 9281305 Compare July 16, 2026 21:04
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v72 chore(deps): update linter (major) Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/major-linter branch from 9281305 to be16300 Compare July 21, 2026 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants