eslint-config-heck 3.2.1 → 3.2.3

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/biomeLinting.json CHANGED
@@ -284,6 +284,7 @@
284
284
  "noUselessEscapeInRegex": "error",
285
285
  "useAdjacentOverloadSignatures": "error",
286
286
  "useAriaPropsSupportedByRole": "error",
287
+ "useComponentExportOnlyModules": "off",
287
288
  "useConsistentCurlyBraces": "off",
288
289
  "useConsistentMemberAccessibility": {
289
290
  "level": "error",
package/node.cjs CHANGED
@@ -940,7 +940,10 @@ const overrides = [
940
940
  "@typescript-eslint/no-this-alias": "error",
941
941
  "@typescript-eslint/no-type-alias": "off",
942
942
  "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
943
- "@typescript-eslint/no-unnecessary-condition": "error",
943
+ "@typescript-eslint/no-unnecessary-condition": [
944
+ "error",
945
+ { checkTypePredicates: true },
946
+ ],
944
947
  "@typescript-eslint/no-unnecessary-parameter-property-assignment":
945
948
  "error",
946
949
  "@typescript-eslint/no-unnecessary-qualifier": "error",
package/nodeWithBiome.cjs CHANGED
@@ -808,7 +808,10 @@ const overrides = [
808
808
  "@typescript-eslint/no-this-alias": "off",
809
809
  "@typescript-eslint/no-type-alias": "off",
810
810
  "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
811
- "@typescript-eslint/no-unnecessary-condition": "error",
811
+ "@typescript-eslint/no-unnecessary-condition": [
812
+ "error",
813
+ { checkTypePredicates: true },
814
+ ],
812
815
  "@typescript-eslint/no-unnecessary-parameter-property-assignment":
813
816
  "error",
814
817
  "@typescript-eslint/no-unnecessary-qualifier": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -30,13 +30,13 @@
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
32
  "@stylistic/eslint-plugin": "2.8.0",
33
- "@typescript-eslint/eslint-plugin": "8.6.0",
34
- "@typescript-eslint/parser": "8.6.0",
35
- "eslint": "8.57.0",
33
+ "@typescript-eslint/eslint-plugin": "8.8.0",
34
+ "@typescript-eslint/parser": "8.8.0",
35
+ "eslint": "8.57.1",
36
36
  "eslint-import-resolver-typescript": "3.6.3",
37
37
  "eslint-plugin-import": "2.30.0",
38
38
  "eslint-plugin-jest": "28.8.3",
39
- "eslint-plugin-react": "7.36.1",
39
+ "eslint-plugin-react": "7.37.1",
40
40
  "eslint-plugin-react-hooks": "4.6.2",
41
41
  "eslint-plugin-react-native": "4.1.0",
42
42
  "eslint-plugin-testing-library": "6.3.0",
@@ -44,14 +44,14 @@
44
44
  "typescript": "5.6.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@biomejs/biome": "1.9.1",
47
+ "@biomejs/biome": "1.9.3",
48
48
  "@testing-library/dom": "10.4.0",
49
49
  "@testing-library/react": "16.0.1",
50
50
  "@types/jest": "29.5.13",
51
- "@types/react": "18.3.7",
51
+ "@types/react": "18.3.10",
52
52
  "jest": "29.7.0",
53
53
  "react": "18.3.1",
54
- "semantic-release": "24.1.1"
54
+ "semantic-release": "24.1.2"
55
55
  },
56
56
  "repository": {
57
57
  "type": "git",