Skip to content

Commit 5ce7935

Browse files
Update deps (#3779)
1 parent d23e5de commit 5ce7935

File tree

5 files changed

+2034
-1832
lines changed

5 files changed

+2034
-1832
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
@@ -485,7 +487,7 @@ overrides:
485487
tsdoc/syntax: error
486488

487489
##########################################################################
488-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.41.x`
490+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.43.x`
489491
##########################################################################
490492

491493
# 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:typescript@4.5.x",
1313
"typescript-4.6": "npm:typescript@4.6.x",
1414
"typescript-4.7": "npm:typescript@4.7.x",
15-
"typescript-4.8": "npm:typescript@4.8.x"
15+
"typescript-4.8": "npm:typescript@4.8.x",
16+
"typescript-4.9": "npm:typescript@4.9.x"
1617
}
1718
}

0 commit comments

Comments
 (0)