eslint-config-heck 2.4.4 → 2.5.0

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/node.cjs CHANGED
@@ -1142,6 +1142,7 @@ const overrides = [
1142
1142
  },
1143
1143
  ],
1144
1144
  "@typescript-eslint/unified-signatures": "error",
1145
+ "@typescript-eslint/use-unknown-in-catch-callback-variable": "error",
1145
1146
 
1146
1147
  // Extension rules
1147
1148
  "block-spacing": "off",
package/nodeWithBiome.cjs CHANGED
@@ -955,6 +955,7 @@ const overrides = [
955
955
  },
956
956
  ],
957
957
  "@typescript-eslint/unified-signatures": "error",
958
+ "@typescript-eslint/use-unknown-in-catch-callback-variable": "error",
958
959
 
959
960
  // Extension rules
960
961
  "block-spacing": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "2.4.4",
3
+ "version": "2.5.0",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -29,29 +29,29 @@
29
29
  "author": "atheck",
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@typescript-eslint/eslint-plugin": "7.2.0",
33
- "@typescript-eslint/parser": "7.2.0",
32
+ "@typescript-eslint/eslint-plugin": "7.3.1",
33
+ "@typescript-eslint/parser": "7.3.1",
34
34
  "eslint": "8.57.0",
35
35
  "eslint-import-resolver-typescript": "3.6.1",
36
36
  "eslint-plugin-deprecation": "2.0.0",
37
37
  "eslint-plugin-import": "2.29.1",
38
38
  "eslint-plugin-jest": "27.9.0",
39
- "eslint-plugin-react": "7.34.0",
39
+ "eslint-plugin-react": "7.34.1",
40
40
  "eslint-plugin-react-hooks": "4.6.0",
41
41
  "eslint-plugin-react-native": "4.1.0",
42
42
  "eslint-plugin-testing-library": "6.2.0",
43
43
  "eslint-plugin-typescript-heck": "1.3.1",
44
44
  "eslint-plugin-unicorn": "51.0.1",
45
- "typescript": "5.4.2"
45
+ "typescript": "5.4.3"
46
46
  },
47
47
  "devDependencies": {
48
- "@biomejs/biome": "1.6.1",
49
- "@testing-library/react": "14.2.1",
48
+ "@biomejs/biome": "1.6.2",
49
+ "@testing-library/react": "14.2.2",
50
50
  "@types/jest": "29.5.12",
51
- "@types/react": "18.2.65",
51
+ "@types/react": "18.2.69",
52
52
  "jest": "29.7.0",
53
53
  "react": "18.2.0",
54
- "semantic-release": "23.0.2"
54
+ "semantic-release": "23.0.5"
55
55
  },
56
56
  "repository": {
57
57
  "type": "git",