chore(deps): update linter (major) - #130
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-linter
branch
2 times, most recently
from
June 13, 2026 15:56
f7f7bd0 to
c9f71a2
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
2 times, most recently
from
June 16, 2026 18:06
50f36f4 to
b51b983
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
from
June 19, 2026 12:55
b51b983 to
ab226b0
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
renovate
Bot
force-pushed
the
renovate/major-linter
branch
from
June 25, 2026 01:48
ab226b0 to
c99ddc2
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
from
July 1, 2026 21:01
c99ddc2 to
fa74acd
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
from
July 6, 2026 01:47
fa74acd to
6454bde
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
2 times, most recently
from
July 12, 2026 11:11
a73fb82 to
45dc8ab
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
from
July 15, 2026 00:56
45dc8ab to
1bebf43
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
2 times, most recently
from
July 16, 2026 21:04
95e05b9 to
9281305
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
2 times, most recently
from
July 24, 2026 14:52
be16300 to
f33c6df
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
3 times, most recently
from
August 4, 2026 01:13
45d8e23 to
019704e
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
2 times, most recently
from
August 16, 2026 11:27
d7fcc1f to
45ea074
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
2 times, most recently
from
August 28, 2026 22:08
b34058d to
f6178f9
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
4 times, most recently
from
September 9, 2026 19:17
ef1239e to
8c95f70
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
3 times, most recently
from
September 16, 2026 12:43
bb0a91f to
5a43008
Compare
renovate
Bot
force-pushed
the
renovate/major-linter
branch
from
September 19, 2026 12:55
5a43008 to
1de3a6c
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:
^13.0.0→^14.0.0^64.0.0→^76.0.0Release Notes
lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)
v14.0.0Compare Source
ES2022 allows string literals as module export names ("arbitrary module namespace names"):
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)
v76.0.0Compare Source
Breaking
no-immediate-mutation: AddcheckConditionalsoption and default it to off (#3707)4686e7eno-break-in-nested-loop: AddcheckContinueoption and default it to off (#3712)d8fbfdeprefer-combined-guards: AddcheckCompoundConditionsoption default it to off (#3710)Improvements
prefer-minimal-ternary: Add autofix (#3716)aaa75a4prefer-logical-operator-over-ternary: Handle boolean expressions (#3711)prefer-ternary: Preserve readable branches (#3709)f7a35aeno-typeof-undefined: Ignore TypeScript ambient variables (#3708)9245ed8db20ce1v75.0.0Compare Source
New rules
prefer-combined-guards(#3680)5d9d745no-unused-iterator-helper(#3677)8213737no-unused-builtin-method-return(#3676)b3d56a3prefer-iterator-zip(#3675)60d3b53no-useless-set-construction(#3672)639c984prefer-iterator-helpers(#3670)4c805e2prefer-json-import(#3668)1df640dprefer-temporal-conversion(#3667)74bc02eno-async-iterator-callback(#3666)bb6c245no-using-resource-escape(#3663)3424785prefer-uint8array-hex(#3661)9255132no-deprecated-css-features(#3651)e116102no-unscoped-css-nesting-selector(#3650)ebd03bdno-duplicate-css-selectors(#3646)508d9f5no-unknown-pseudo-selectors(#3644)99492cdno-invalid-media-features(#3643)ef37c1fno-unknown-css-annotations(#3642)19637eeno-nesting-with-mixed-specificity(#3640)b2f2bf9prefer-media-feature-range-syntax(#3639)19f112fno-duplicate-font-family-names(#3638)c8f81bcno-redundant-nested-style-rules(#3637)31603adImprovements
f61393a3cfa32cprefer-continue: AddcheckShortBodiesoption (#3699)274d581filename-case: AdddirectoryRootsoption (#3647)d2d6cc3custom-error-definition: Allow flexible options placement (#3698)2f8e2e5prefer-smaller-scope: Check initialized declarations (#3697)960b374no-unsafe-string-replacement: Allow safe repeated strings (#3696)742bdceno-array-fill-with-reference-type: Recognize function return types (#3695)60f00ffprefer-continue: Support trailing conditionals (#3694)bf480f6no-immediate-mutation: Support conditionals (#3688)73235b9prefer-set-methods: Extend supported methods (#3674)3459a29prefer-minimal-ternary: Check property reads withcheckComputedMemberAccess(#3673)37d7614prefer-array-from-async: Recognize ordinary serial mapping loops (#3671)65ad1bbprefer-uint8array-base64: Prefer native encoding options (#3665)6ecc912prefer-group-by: Recognize accumulation loops (#3664)a8e7d0eno-negated-condition: Preserve comments in autofixes (#3662)8f407a7prefer-minimal-ternary: Support objects, arrays, and constructors (#3658)40c860aprefer-ternary: Handle flat return statements (#3657)2edc158no-useless-else: Prevent unsafe combined fixes (#3654)7beaf7dno-useless-length-check: Checkfor…ofloops (#3652)fdf47c5no-unknown-css-annotations: Fix identifier lookup across@eslint/css-treeversions9b6f37bprefer-dom-node-replace-children: Combine consecutive mutations (#3648)52dd1cev74.0.0Compare Source
v73.0.0Compare Source
New rules
consistent-arrow-return-style(#3601)ae3c3d9iteration-fallback-style(#3602)a61c2c5no-barrel-files(#3570)d900c09no-unsafe-sqlite-interpolation(#3582)a09869bsingle-line-block-comment-style(#3584)a0c2c57Improvements
7b7c7909c2b0bbconsistent-boolean-name: Addwrappersoption (#3572)78c5abfconsistent-boolean-name: Add granular check options (#3591)a33b1c1consistent-function-style: AdddefaultExportoption (#3600)e78a7c9prefer-https: Addignoreoption (#3557)7f7ec06comment-content: Handle Unicode word boundaries (#3597)dd52b4aimport-style: Ignore type-only imports (#3599)f2a62e3name-replacements: Handle TypeScript parameter properties (#3575)fa0df7bno-negated-comparison: Never check relational operators (#3589)6120423no-this-outside-of-class: Allow explicit TypeScriptthisparameters (#3596)6a709b7no-unnecessary-string-trim: Handle Zod string schemas (#3577)1c06db0prefer-else-if: Handle existingelse ifchains (#3587)46eaaf0prefer-simple-condition-first: Treat== nullchecks as simple (#3559)d1be07eprefer-set-has: Fix false positives for computed members (#3562)2817682consistent-export-decorator-position: Fix decorator position reporting (#3583)0a19cb4no-array-for-each: Fix deprecation docs (#3568)0096a18process.exitcontrol-flow analysis (#3590)342a5edv72.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
v68.0.0Compare Source
Breaking
prevent-abbreviationsrule toname-replacements(#3362)af0158dAwesome
Now 300+ rules 🎉
New rules
consistent-conditional-object-spread(#3326)8aa1e0ddefault-export-style(#3364)0015e81no-accidental-bitwise-operator(#3318)af2661eno-array-concat-in-loop(#3350)4a1f65cno-array-front-mutation(#3323)d8302bdno-array-sort-for-min-max(#3351)e4b6666no-boolean-sort-comparator(#3368)3be859cno-chained-comparison(#3310)c29e211no-collection-bracket-access(#3286)6ccd694no-constant-zero-expression(#3311)134eea2no-double-comparison(#3329)ae4d7d7no-duplicate-if-branches(#3346)94b8c3bno-duplicate-logical-operands(#3348)af07fd8no-impossible-length-comparison(#3342)84dfd8bno-invalid-character-comparison(#3333)b2e9191no-loop-iterable-mutation(#3357)b961432no-misrefactored-assignment(#3315)063a798no-nonstandard-builtin-properties(#3337)14cc4dbno-selector-as-dom-name(#3328)6d9b14fno-unnecessary-boolean-comparison(#3349)00d90d4no-useless-compound-assignment(#3355)ddf347ano-useless-delete-check(#3359)2712e16no-useless-logical-operand(#3352)8689080no-xor-as-exponentiation(#3356)5b1952bprefer-array-from-async(#3370)b2bf08fprefer-array-iterable-methods(#3358)e32a7c3prefer-boolean-return(#3340)084bb9eprefer-continue(#3347)c374e14prefer-flat-math-min-max(#3341)3f0a2ceprefer-hoisting-branch-code(#3369)00d8a9bprefer-math-constants(#3309)6ee7dd8prefer-promise-with-resolvers(#3322)e880d29prefer-regexp-escape(#3367)dec6c31prefer-single-replace(#3353)9117778prefer-unary-minus(#3354)98c6f38prefer-url-can-parse(#3366)ba55624prefer-while-loop-condition(#3344)ce538b7Improvements
42abe7434ca8f6d7ce07eprefer-short-arrow-method: Remove fromrecommendedpreset (#3345)0cfd77aprefer-type-literal-last: Remove fromunopinionatedpreset and stop checking intersection types (#3320)447c665consistent-boolean-name: Do not check destructured bindings (#3324)fb0cfe0logical-assignment-operators: Do not assume the base rule'sdefaultOptionsexist (#3321)253e25flogical-assignment-operators: Improve error message (#3302)3ec8fecname-replacements: Add more default replacements (#3365)f968bf3new-for-builtins: Cover more builtins (#3361) [Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.