Update dependency eslint-config-xo-typescript to v0.57.0 - #246
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency eslint-config-xo-typescript to v0.57.0#246renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
April 24, 2021 12:43
5373bb5 to
c1499d3
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
May 9, 2021 11:14
c1499d3 to
971a4ec
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
May 9, 2021 13:59
971a4ec to
a9e78c1
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
June 16, 2021 16:11
a9e78c1 to
37604c3
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
October 19, 2021 00:43
37604c3 to
34fdf9e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
March 7, 2022 08:44
34fdf9e to
f5bdd0c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
June 18, 2022 18:10
f5bdd0c to
4bf7649
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
September 25, 2022 11:50
4bf7649 to
0b82c7d
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
November 20, 2022 12:14
0b82c7d to
957b9e6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
March 17, 2023 08:16
957b9e6 to
6f87e21
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
April 17, 2023 14:17
6f87e21 to
c76a8c4
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
November 10, 2025 23:12
c76a8c4 to
9ff83f6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-config-xo-typescript-0.x
branch
from
November 18, 2025 13:45
9ff83f6 to
4ebccae
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:
0.38.0→0.57.0Release Notes
xojs/eslint-config-xo-typescript (eslint-config-xo-typescript)
v0.57.0Compare Source
@typescript-eslint/no-duplicate-type-constituentsruleb18da46v0.56.0Compare Source
@typescript-eslint/no-unsafe-argumentrule (#70)4fd54c2v0.55.1Compare Source
@typescript-eslint/member-orderingruleb336a1c@typescript-eslint/no-implicit-any-catchrule (#66)6d5aba9v0.55.0Compare Source
@typescript-eslint/no-unsafe-declaration-mergingrule3ec1f94@typescript-eslint/consistent-type-imports: Add option to prefer inline type importse41f4a4v0.54.1Compare Source
v0.54.0Compare Source
v0.53.2Compare Source
v0.53.1Compare Source
v0.53.0Compare Source
New rules
@typescript-eslint/consistent-type-exports829d012@typescript-eslint/consistent-type-importsa1bdfc9Improvements
@typescript-eslint/prefer-nullish-coalescingrulef4cf50dv0.52.0Compare Source
New rules
@typescript-eslint/consistent-generic-constructorse15cd30@typescript-eslint/consistent-type-definitions7decafctypeandinterfaceare almost interchangeable. The main difference is thatinterfacecan be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosentype. Just use aneslint-disablecomment in the few cases where you need the declaration to be extendable.Improvements
@typescript-eslint/parsertopeerDependencies(#61)fe6f4b7@typescript-eslint/no-duplicate-importsrule33c6d92v0.51.1Compare Source
e806cd7v0.51.0Compare Source
New rules
@typescript-eslint/no-duplicate-enum-values286a88e@typescript-eslint/parameter-properties6b9c65d@typescript-eslint/space-before-blocks5c4a2b5@typescript-eslint/no-useless-empty-export75cd60b@typescript-eslint/no-redundant-type-constituents092b7b7Improvements
BigIntto@typescript-eslint/ban-typesa5eedf0@typescript-eslint/unified-signaturesrule6e7a385import/no-duplicatesrule (#55)b45f017@typescript-eslint/no-unused-varsrule022fe25v0.50.0Compare Source
@typescript-eslint/no-throw-literal: EnableallowThrowingUnknownoption (#51)2b699f6v0.49.0Compare Source
.tsxfiles (#50)1105aa8v0.48.0Compare Source
import/namespacerule9ce1d34null0d1c719@typescript-eslint/restrict-plus-operandse7b936c@typescript-eslint/no-throw-literala829aa2v0.47.1Compare Source
fefaa18v0.47.0Compare Source
eslint-plugin-noderules9dd1104v0.46.0Compare Source
Breaking
6f63ed6v0.45.2Compare Source
@typescript-eslint/naming-conventionf0407a2v0.45.1Compare Source
@typescript-eslint/naming-conventionconfigaa53a78v0.45.0Compare Source
@typescript-eslint/naming-conventionruleedc318d@typescript-eslint/no-restricted-importsruleb3afb51@typescript-eslint/no-non-null-asserted-nullish-coalescingrule9bbc87b@typescript-eslint/padding-line-between-statementsrulee09d7ce@typescript-eslint/no-meaningless-void-operatorrulef14d707@typescript-eslint/member-ordering384e370node:protocol in type tests33ef465no-constant-conditionbecause its stricter counterpart is off (#40)0d222bcv0.44.0Compare Source
@typescript-eslint/prefer-return-this-typerule6964344@typescript-eslint/ban-ts-commentrule1e6dc3etsde96e555v0.43.0Compare Source
167265dtypescriptas a dependency2e16d51v0.42.0Compare Source
@typescript-eslint/comma-danglerule for multilinea613304v0.41.1Compare Source
tsd5d67296v0.41.0Compare Source
Breaking
2902611ed00234v0.40.0Compare Source
@typescript-eslint/no-redeclarerule (#37)a9481dfv0.39.0Compare Source
@typescript-eslint/no-unsafe-argumentrule0fac85e025fcf4Configuration
📅 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.
🔕 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.