eslint-config-heck 7.1.2 → 7.2.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/biomeJsTs.json CHANGED
@@ -176,6 +176,7 @@
176
176
  "useNumericSeparators": "error",
177
177
  "useObjectSpread": "error",
178
178
  "useParseIntRadix": "error",
179
+ "useReactFunctionComponents": "warn",
179
180
  "useReadonlyClassProperties": "error",
180
181
  "useSingleJsDocAsterisk": "error",
181
182
  "useSortedClasses": "off",
package/biomeJson.json CHANGED
@@ -6,6 +6,9 @@
6
6
  "rules": {
7
7
  "suspicious": {
8
8
  "noDuplicateObjectKeys": "error"
9
+ },
10
+ "nursery": {
11
+ "noQuickfixBiome": "error"
9
12
  }
10
13
  }
11
14
  }
package/node.js CHANGED
@@ -651,6 +651,7 @@ export default [
651
651
  "unicorn/no-array-for-each": "off",
652
652
  "unicorn/no-array-method-this-argument": "error",
653
653
  "unicorn/no-array-reduce": "off",
654
+ "unicorn/no-array-reverse": "error",
654
655
  "unicorn/no-await-expression-member": "error",
655
656
  "unicorn/no-await-in-promise-methods": "error",
656
657
  "unicorn/no-console-spaces": "error",
@@ -685,6 +686,7 @@ export default [
685
686
  "unicorn/no-unreadable-array-destructuring": "error",
686
687
  "unicorn/no-unreadable-iife": "error",
687
688
  "unicorn/no-unused-properties": "error",
689
+ "unicorn/no-useless-error-capture-stack-trace": "error",
688
690
  "unicorn/no-useless-fallback-in-spread": "error",
689
691
  "unicorn/no-useless-length-check": "error",
690
692
  "unicorn/no-useless-promise-resolve-reject": "error",
@@ -702,6 +704,7 @@ export default [
702
704
  "unicorn/prefer-array-some": "error",
703
705
  "unicorn/prefer-at": "error",
704
706
  "unicorn/prefer-blob-reading-methods": "error",
707
+ "unicorn/prefer-class-fields": "error",
705
708
  "unicorn/prefer-code-point": "error",
706
709
  "unicorn/prefer-date-now": "error",
707
710
  "unicorn/prefer-default-parameters": "error",
@@ -751,6 +754,7 @@ export default [
751
754
  "unicorn/prevent-abbreviations": "off",
752
755
  "unicorn/relative-url-style": "error",
753
756
  "unicorn/require-array-join-separator": "error",
757
+ "unicorn/require-module-specifiers": "off",
754
758
  "unicorn/require-number-to-fixed-digits-argument": "error",
755
759
  "unicorn/require-post-message-target-origin": "error",
756
760
  "unicorn/string-content": "off",
package/nodeWithBiome.js CHANGED
@@ -555,6 +555,7 @@ export default [
555
555
  "unicorn/no-array-for-each": "off",
556
556
  "unicorn/no-array-method-this-argument": "error",
557
557
  "unicorn/no-array-reduce": "off",
558
+ "unicorn/no-array-reverse": "error",
558
559
  "unicorn/no-await-expression-member": "error",
559
560
  "unicorn/no-await-in-promise-methods": "error",
560
561
  "unicorn/no-console-spaces": "error",
@@ -589,6 +590,7 @@ export default [
589
590
  "unicorn/no-unreadable-array-destructuring": "error",
590
591
  "unicorn/no-unreadable-iife": "error",
591
592
  "unicorn/no-unused-properties": "error",
593
+ "unicorn/no-useless-error-capture-stack-trace": "error",
592
594
  "unicorn/no-useless-fallback-in-spread": "error",
593
595
  "unicorn/no-useless-length-check": "error",
594
596
  "unicorn/no-useless-promise-resolve-reject": "error",
@@ -606,6 +608,7 @@ export default [
606
608
  "unicorn/prefer-array-some": "error",
607
609
  "unicorn/prefer-at": "off",
608
610
  "unicorn/prefer-blob-reading-methods": "error",
611
+ "unicorn/prefer-class-fields": "error",
609
612
  "unicorn/prefer-code-point": "error",
610
613
  "unicorn/prefer-date-now": "off",
611
614
  "unicorn/prefer-default-parameters": "error",
@@ -655,6 +658,7 @@ export default [
655
658
  "unicorn/prevent-abbreviations": "off",
656
659
  "unicorn/relative-url-style": "error",
657
660
  "unicorn/require-array-join-separator": "error",
661
+ "unicorn/require-module-specifiers": "off",
658
662
  "unicorn/require-number-to-fixed-digits-argument": "off",
659
663
  "unicorn/require-post-message-target-origin": "error",
660
664
  "unicorn/string-content": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "7.1.2",
3
+ "version": "7.2.0",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -28,28 +28,28 @@
28
28
  "author": "atheck",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@stylistic/eslint-plugin": "5.2.0",
32
- "@typescript-eslint/eslint-plugin": "8.37.0",
33
- "@typescript-eslint/parser": "8.37.0",
34
- "eslint": "9.31.0",
31
+ "@stylistic/eslint-plugin": "5.2.2",
32
+ "@typescript-eslint/eslint-plugin": "8.38.0",
33
+ "@typescript-eslint/parser": "8.38.0",
34
+ "eslint": "9.32.0",
35
35
  "eslint-plugin-import": "2.32.0",
36
36
  "eslint-plugin-jest": "29.0.1",
37
37
  "eslint-plugin-react": "7.37.5",
38
38
  "eslint-plugin-react-hooks": "5.2.0",
39
39
  "eslint-plugin-react-native": "5.0.0",
40
- "eslint-plugin-testing-library": "7.6.0",
41
- "eslint-plugin-unicorn": "59.0.1",
40
+ "eslint-plugin-testing-library": "7.6.3",
41
+ "eslint-plugin-unicorn": "60.0.0",
42
42
  "typescript": "5.8.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@biomejs/biome": "2.1.2",
46
- "@testing-library/dom": "10.4.0",
45
+ "@biomejs/biome": "2.1.3",
46
+ "@testing-library/dom": "10.4.1",
47
47
  "@testing-library/react": "16.3.0",
48
48
  "@types/jest": "30.0.0",
49
- "@types/react": "19.1.8",
49
+ "@types/react": "19.1.9",
50
50
  "globals": "16.3.0",
51
- "jest": "30.0.4",
52
- "react": "19.1.0",
51
+ "jest": "30.0.5",
52
+ "react": "19.1.1",
53
53
  "semantic-release": "24.2.7"
54
54
  },
55
55
  "repository": {