Skip to content

Commit 37ec050

Browse files
Update deps (graphql#3390)
1 parent 39be2f6 commit 37ec050

File tree

5 files changed

+1663
-2117
lines changed

5 files changed

+1663
-2117
lines changed

.eslintrc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ rules:
142142
import/dynamic-import-chunkname: off
143143

144144
##############################################################################
145-
# ESLint builtin rules list based on `v7.32.x`
145+
# ESLint builtin rules list based on `v8.3.x`
146146
##############################################################################
147147

148148
# Possible Errors
@@ -185,6 +185,7 @@ rules:
185185
no-unsafe-finally: error
186186
no-unsafe-negation: error
187187
no-unsafe-optional-chaining: [error, { disallowArithmeticOperators: true }]
188+
no-unused-private-class-members: error
188189
no-useless-backreference: error
189190
require-atomic-updates: error
190191
use-isnan: error
@@ -453,7 +454,7 @@ overrides:
453454
tsdoc/syntax: error
454455

455456
##########################################################################
456-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.0.x`
457+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.4.x`
457458
##########################################################################
458459

459460
# Supported Rules
@@ -469,6 +470,7 @@ overrides:
469470
[error, index-signature]
470471
'@typescript-eslint/consistent-type-assertions': off # TODO temporarily disable
471472
'@typescript-eslint/consistent-type-definitions': error
473+
'@typescript-eslint/consistent-type-exports': error
472474
'@typescript-eslint/consistent-type-imports': error
473475
'@typescript-eslint/explicit-function-return-type': off # TODO consider
474476
'@typescript-eslint/explicit-member-accessibility': off # TODO consider

cspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: en
22
useGitignore: true
3+
# TODO enableGlobDot: true
34
ignorePaths:
45
# Excluded from spelling check
56
- cspell.yml

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"typescript-4.1": "npm:[email protected]",
1010
"typescript-4.2": "npm:[email protected]",
1111
"typescript-4.3": "npm:[email protected]",
12-
"typescript-4.4": "npm:[email protected]"
12+
"typescript-4.4": "npm:[email protected]",
13+
"typescript-4.5": "npm:[email protected]"
1314
}
1415
}

0 commit comments

Comments
 (0)