Skip to content

Commit d01217b

Browse files
IvanGoncharovyaacovCR
authored andcommitted
Update deps (graphql#3779)
1 parent 5523a4b commit d01217b

File tree

5 files changed

+454
-286
lines changed

5 files changed

+454
-286
lines changed

.eslintrc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ rules:
178178
simple-import-sort/exports: off # TODO
179179

180180
##############################################################################
181-
# ESLint builtin rules list based on `v8.26.x`
181+
# ESLint builtin rules list based on `v8.27.x`
182182
##############################################################################
183183

184184
# Possible Errors
@@ -216,6 +216,7 @@ rules:
216216
no-irregular-whitespace: error
217217
no-loss-of-precision: error
218218
no-misleading-character-class: error
219+
no-new-native-nonconstructor: error
219220
no-new-symbol: error
220221
no-obj-calls: error
221222
no-promise-executor-return: off # TODO
@@ -292,6 +293,7 @@ rules:
292293
no-else-return: error
293294
no-empty: error
294295
no-empty-function: error
296+
no-empty-static-block: error
295297
no-eq-null: off
296298
no-eval: error
297299
no-extend-native: error
@@ -483,7 +485,7 @@ overrides:
483485
tsdoc/syntax: error
484486

485487
##########################################################################
486-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.41.x`
488+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.43.x`
487489
##########################################################################
488490

489491
# Supported Rules

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"typescript-4.5": "npm:[email protected]",
1313
"typescript-4.6": "npm:[email protected]",
1414
"typescript-4.7": "npm:[email protected]",
15-
"typescript-4.8": "npm:[email protected]"
15+
"typescript-4.8": "npm:[email protected]",
16+
"typescript-4.9": "npm:[email protected]"
1617
}
1718
}

0 commit comments

Comments
 (0)