eslint-config-silverwind 100.2.1 → 100.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -456,6 +456,8 @@ const eslintrc = o({
456
456
  "@typescript-eslint/no-unnecessary-type-assertion": [2],
457
457
  // previously had typesToIgnore: [HTMLElement, NodeListOf<HTMLElement>]
458
458
  "@typescript-eslint/no-unnecessary-type-constraint": [2],
459
+ "@typescript-eslint/no-unnecessary-type-conversion": [0],
460
+ // TODO: evaluate
459
461
  "@typescript-eslint/no-unsafe-argument": [0],
460
462
  "@typescript-eslint/no-unsafe-assignment": [0],
461
463
  "@typescript-eslint/no-unsafe-call": [0],
package/dist/index.json CHANGED
@@ -1253,6 +1253,9 @@
1253
1253
  "@typescript-eslint/no-unnecessary-type-constraint": [
1254
1254
  2
1255
1255
  ],
1256
+ "@typescript-eslint/no-unnecessary-type-conversion": [
1257
+ 0
1258
+ ],
1256
1259
  "@typescript-eslint/no-unsafe-argument": [
1257
1260
  0
1258
1261
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "100.2.1",
3
+ "version": "100.2.2",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -19,13 +19,13 @@
19
19
  "@stylistic/eslint-plugin-js": "3.1.0",
20
20
  "@stylistic/eslint-plugin-jsx": "3.1.0",
21
21
  "@stylistic/eslint-plugin-ts": "3.1.0",
22
- "@typescript-eslint/eslint-plugin": "8.31.1",
23
- "@typescript-eslint/parser": "8.31.1",
24
- "@vitest/eslint-plugin": "1.1.44",
22
+ "@typescript-eslint/eslint-plugin": "8.32.1",
23
+ "@typescript-eslint/parser": "8.32.1",
24
+ "@vitest/eslint-plugin": "1.2.0",
25
25
  "deepie-merge": "1.3.1",
26
- "eslint-import-resolver-typescript": "4.3.4",
26
+ "eslint-import-resolver-typescript": "4.3.5",
27
27
  "eslint-plugin-array-func": "4.0.0",
28
- "eslint-plugin-import-x": "4.11.0",
28
+ "eslint-plugin-import-x": "4.12.2",
29
29
  "eslint-plugin-jsx-a11y": "6.10.2",
30
30
  "eslint-plugin-no-use-extend-native": "0.5.0",
31
31
  "eslint-plugin-playwright": "2.2.0",
@@ -38,13 +38,13 @@
38
38
  "eslint-plugin-tsdoc": "0.4.0",
39
39
  "eslint-plugin-unicorn": "56.0.1",
40
40
  "eslint-plugin-validate-jsx-nesting": "0.1.1",
41
- "globals": "16.0.0",
42
- "typescript-eslint": "8.31.1"
41
+ "globals": "16.1.0",
42
+ "typescript-eslint": "8.32.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/eslint": "9.6.1",
46
46
  "@types/eslint-plugin-jsx-a11y": "6.10.0",
47
- "@types/node": "22.15.3",
47
+ "@types/node": "22.15.19",
48
48
  "eslint": "8.57.1",
49
49
  "eslint-define-config": "2.1.0",
50
50
  "typescript": "5.8.3",