Skip to content

Commit da050ee

Browse files
Update deps (#3737)
1 parent cfec0c6 commit da050ee

File tree

5 files changed

+1794
-1765
lines changed

5 files changed

+1794
-1765
lines changed

.eslintrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ rules:
143143
import/dynamic-import-chunkname: off
144144

145145
##############################################################################
146-
# `eslint-plugin-simple-import-sort` rule list based on `v2.25.x`
146+
# `eslint-plugin-simple-import-sort` rule list based on `v8.0.x`
147147
# https://github.com/lydell/eslint-plugin-simple-import-sort
148148
##############################################################################
149149
simple-import-sort/imports:
@@ -178,7 +178,7 @@ rules:
178178
simple-import-sort/exports: off # TODO
179179

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

184184
# Possible Errors
@@ -492,7 +492,7 @@ overrides:
492492
tsdoc/syntax: error
493493

494494
##########################################################################
495-
# `@typescript-eslint/eslint-plugin` rule list based on `v5.33.x`
495+
# `@typescript-eslint/eslint-plugin` rule list based on `v5.37.x`
496496
##########################################################################
497497

498498
# Supported Rules

cspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ overrides:
2121
- clsx
2222
- infima
2323

24+
validateDirectives: true
2425
ignoreRegExpList:
2526
- u\{[0-9a-f]{1,8}\}
2627

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"typescript-4.4": "npm:[email protected]",
1111
"typescript-4.5": "npm:[email protected]",
1212
"typescript-4.6": "npm:[email protected]",
13-
"typescript-4.7": "npm:[email protected]"
13+
"typescript-4.7": "npm:[email protected]",
14+
"typescript-4.8": "npm:[email protected]"
1415
}
1516
}

0 commit comments

Comments
 (0)