Update dependency eslint-config-xo-typescript to v0.57.0 #246
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.0
Release Notes
xojs/eslint-config-xo-typescript (eslint-config-xo-typescript)
v0.57.0
Compare Source
@typescript-eslint/no-duplicate-type-constituents
ruleb18da46
v0.56.0
Compare Source
@typescript-eslint/no-unsafe-argument
rule (#70)4fd54c2
v0.55.1
Compare Source
@typescript-eslint/member-ordering
ruleb336a1c
@typescript-eslint/no-implicit-any-catch
rule (#66)6d5aba9
v0.55.0
Compare Source
@typescript-eslint/no-unsafe-declaration-merging
rule3ec1f94
@typescript-eslint/consistent-type-imports
: Add option to prefer inline type importse41f4a4
v0.54.1
Compare Source
v0.54.0
Compare Source
v0.53.2
Compare Source
v0.53.1
Compare Source
v0.53.0
Compare Source
New rules
@typescript-eslint/consistent-type-exports
829d012
@typescript-eslint/consistent-type-imports
a1bdfc9
Improvements
@typescript-eslint/prefer-nullish-coalescing
rulef4cf50d
v0.52.0
Compare Source
New rules
@typescript-eslint/consistent-generic-constructors
e15cd30
@typescript-eslint/consistent-type-definitions
7decafc
type
andinterface
are almost interchangeable. The main difference is thatinterface
can 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-disable
comment in the few cases where you need the declaration to be extendable.Improvements
@typescript-eslint/parser
topeerDependencies
(#61)fe6f4b7
@typescript-eslint/no-duplicate-imports
rule33c6d92
v0.51.1
Compare Source
e806cd7
v0.51.0
Compare Source
New rules
@typescript-eslint/no-duplicate-enum-values
286a88e
@typescript-eslint/parameter-properties
6b9c65d
@typescript-eslint/space-before-blocks
5c4a2b5
@typescript-eslint/no-useless-empty-export
75cd60b
@typescript-eslint/no-redundant-type-constituents
092b7b7
Improvements
BigInt
to@typescript-eslint/ban-types
a5eedf0
@typescript-eslint/unified-signatures
rule6e7a385
import/no-duplicates
rule (#55)b45f017
@typescript-eslint/no-unused-vars
rule022fe25
v0.50.0
Compare Source
@typescript-eslint/no-throw-literal
: EnableallowThrowingUnknown
option (#51)2b699f6
v0.49.0
Compare Source
.tsx
files (#50)1105aa8
v0.48.0
Compare Source
import/namespace
rule9ce1d34
null
0d1c719
@typescript-eslint/restrict-plus-operands
e7b936c
@typescript-eslint/no-throw-literal
a829aa2
v0.47.1
Compare Source
fefaa18
v0.47.0
Compare Source
eslint-plugin-node
rules9dd1104
v0.46.0
Compare Source
Breaking
6f63ed6
v0.45.2
Compare Source
@typescript-eslint/naming-convention
f0407a2
v0.45.1
Compare Source
@typescript-eslint/naming-convention
configaa53a78
v0.45.0
Compare Source
@typescript-eslint/naming-convention
ruleedc318d
@typescript-eslint/no-restricted-imports
ruleb3afb51
@typescript-eslint/no-non-null-asserted-nullish-coalescing
rule9bbc87b
@typescript-eslint/padding-line-between-statements
rulee09d7ce
@typescript-eslint/no-meaningless-void-operator
rulef14d707
@typescript-eslint/member-ordering
384e370
node:
protocol in type tests33ef465
no-constant-condition
because its stricter counterpart is off (#40)0d222bc
v0.44.0
Compare Source
@typescript-eslint/prefer-return-this-type
rule6964344
@typescript-eslint/ban-ts-comment
rule1e6dc3e
tsd
e96e555
v0.43.0
Compare Source
167265d
typescript
as a dependency2e16d51
v0.42.0
Compare Source
@typescript-eslint/comma-dangle
rule for multilinea613304
v0.41.1
Compare Source
tsd
5d67296
v0.41.0
Compare Source
Breaking
2902611
ed00234
v0.40.0
Compare Source
@typescript-eslint/no-redeclare
rule (#37)a9481df
v0.39.0
Compare Source
@typescript-eslint/no-unsafe-argument
rule0fac85e
025fcf4
Configuration
📅 Schedule: 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.
🔕 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.