eslint-config-heck 8.8.2 → 8.9.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
@@ -163,6 +163,7 @@
163
163
  "noUnusedExpressions": "error",
164
164
  "noUselessCatchBinding": "error",
165
165
  "noUselessUndefined": "error",
166
+ "useArraySortCompare": "error",
166
167
  "useConsistentArrowReturn": "error",
167
168
  "useExhaustiveSwitchCases": "error",
168
169
  "useExplicitType": "off",
package/nodeWithBiome.js CHANGED
@@ -923,7 +923,7 @@ export default [
923
923
  "@typescript-eslint/prefer-string-starts-ends-with": "error",
924
924
  "@typescript-eslint/promise-function-async": "error",
925
925
  "@typescript-eslint/related-getter-setter-pairs": "error",
926
- "@typescript-eslint/require-array-sort-compare": "error",
926
+ "@typescript-eslint/require-array-sort-compare": "off",
927
927
  "require-await": "off",
928
928
  "@typescript-eslint/require-await": "off",
929
929
  "@typescript-eslint/restrict-plus-operands": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "8.8.2",
3
+ "version": "8.9.0",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -29,11 +29,11 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@stylistic/eslint-plugin": "5.5.0",
32
- "@typescript-eslint/eslint-plugin": "8.46.3",
33
- "@typescript-eslint/parser": "8.46.3",
32
+ "@typescript-eslint/eslint-plugin": "8.46.4",
33
+ "@typescript-eslint/parser": "8.46.4",
34
34
  "eslint": "9.39.1",
35
35
  "eslint-plugin-import": "2.32.0",
36
- "eslint-plugin-jest": "29.0.1",
36
+ "eslint-plugin-jest": "29.1.0",
37
37
  "eslint-plugin-react": "7.37.5",
38
38
  "eslint-plugin-react-hooks": "7.0.1",
39
39
  "eslint-plugin-react-native": "5.0.0",
@@ -42,15 +42,15 @@
42
42
  "typescript": "5.9.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@biomejs/biome": "2.3.4",
45
+ "@biomejs/biome": "2.3.5",
46
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.2.2",
49
+ "@types/react": "19.2.3",
50
50
  "globals": "16.5.0",
51
51
  "jest": "30.2.0",
52
52
  "react": "19.2.0",
53
- "semantic-release": "25.0.1"
53
+ "semantic-release": "25.0.2"
54
54
  },
55
55
  "repository": {
56
56
  "type": "git",