Skip to content

Commit 6a9e3bc

Browse files
committed
Updates dependencies
1 parent 3c469e4 commit 6a9e3bc

File tree

3 files changed

+167
-166
lines changed

3 files changed

+167
-166
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ export default ts.config(
344344
'@typescript-eslint/no-restricted-imports': restrictedImports.extension,
345345
'@typescript-eslint/no-unnecessary-condition': 'off',
346346
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off',
347+
'@typescript-eslint/no-unnecessary-type-conversion': 'off',
347348
'@typescript-eslint/no-unnecessary-type-parameters': 'off', // https://github.com/typescript-eslint/typescript-eslint/issues/9705
348349
'@typescript-eslint/no-unsafe-argument': 'off',
349350
'@typescript-eslint/no-unsafe-assignment': 'off',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24625,7 +24625,7 @@
2462524625
"@types/slug": "5.0.9",
2462624626
"@types/sortablejs": "1.15.8",
2462724627
"@types/vscode": "1.92.0",
24628-
"@typescript-eslint/parser": "8.38.0",
24628+
"@typescript-eslint/parser": "8.39.0",
2462924629
"@vscode/test-cli": "0.0.11",
2463024630
"@vscode/test-electron": "2.5.2",
2463124631
"@vscode/test-web": "0.0.71",
@@ -24656,7 +24656,7 @@
2465624656
"image-minimizer-webpack-plugin": "4.1.3",
2465724657
"license-checker-rseidelsohn": "4.4.2",
2465824658
"lz-string": "1.5.0",
24659-
"mini-css-extract-plugin": "2.9.2",
24659+
"mini-css-extract-plugin": "2.9.3",
2466024660
"ovsx": "0.10.5",
2466124661
"playwright": "1.54.2",
2466224662
"prettier": "3.6.2",
@@ -24670,7 +24670,7 @@
2467024670
"terser-webpack-plugin": "5.3.14",
2467124671
"ts-loader": "9.5.2",
2467224672
"typescript": "5.9.2",
24673-
"typescript-eslint": "8.38.0",
24673+
"typescript-eslint": "8.39.0",
2467424674
"webpack": "5.101.0",
2467524675
"webpack-bundle-analyzer": "4.10.2",
2467624676
"webpack-cli": "6.0.1",

0 commit comments

Comments
 (0)