eslint-config-heck 4.0.4 → 4.1.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
@@ -997,6 +997,7 @@ module.exports = [
997
997
  "@typescript-eslint/no-unsafe-function-type": "error",
998
998
  "@typescript-eslint/no-unsafe-member-access": "error",
999
999
  "@typescript-eslint/no-unsafe-return": "error",
1000
+ "@typescript-eslint/no-unsafe-type-assertion": "error",
1000
1001
  "@typescript-eslint/no-unsafe-unary-minus": "error",
1001
1002
  "no-unused-expressions": "off",
1002
1003
  "@typescript-eslint/no-unused-expressions": "error",
@@ -1069,6 +1070,7 @@ module.exports = [
1069
1070
  "@typescript-eslint/prefer-return-this-type": "error",
1070
1071
  "@typescript-eslint/prefer-string-starts-ends-with": "error",
1071
1072
  "@typescript-eslint/promise-function-async": "error",
1073
+ "@typescript-eslint/related-getter-setter-pairs": "error",
1072
1074
  "@typescript-eslint/require-array-sort-compare": "error",
1073
1075
  "require-await": "off",
1074
1076
  "@typescript-eslint/require-await": "off",
package/nodeWithBiome.cjs CHANGED
@@ -865,6 +865,7 @@ module.exports = [
865
865
  "@typescript-eslint/no-unsafe-function-type": "off",
866
866
  "@typescript-eslint/no-unsafe-member-access": "error",
867
867
  "@typescript-eslint/no-unsafe-return": "error",
868
+ "@typescript-eslint/no-unsafe-type-assertion": "error",
868
869
  "@typescript-eslint/no-unsafe-unary-minus": "error",
869
870
  "no-unused-expressions": "off",
870
871
  "@typescript-eslint/no-unused-expressions": "error",
@@ -925,6 +926,7 @@ module.exports = [
925
926
  "@typescript-eslint/prefer-return-this-type": "error",
926
927
  "@typescript-eslint/prefer-string-starts-ends-with": "error",
927
928
  "@typescript-eslint/promise-function-async": "error",
929
+ "@typescript-eslint/related-getter-setter-pairs": "error",
928
930
  "@typescript-eslint/require-array-sort-compare": "error",
929
931
  "require-await": "off",
930
932
  "@typescript-eslint/require-await": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "4.0.4",
3
+ "version": "4.1.0",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -26,13 +26,13 @@
26
26
  "author": "atheck",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@eslint/compat": "1.2.2",
30
- "@stylistic/eslint-plugin": "2.10.0",
31
- "@typescript-eslint/eslint-plugin": "8.12.2",
32
- "@typescript-eslint/parser": "8.12.2",
33
- "eslint": "9.13.0",
29
+ "@eslint/compat": "1.2.3",
30
+ "@stylistic/eslint-plugin": "2.11.0",
31
+ "@typescript-eslint/eslint-plugin": "8.15.0",
32
+ "@typescript-eslint/parser": "8.15.0",
33
+ "eslint": "9.15.0",
34
34
  "eslint-plugin-import": "2.31.0",
35
- "eslint-plugin-jest": "28.8.3",
35
+ "eslint-plugin-jest": "28.9.0",
36
36
  "eslint-plugin-react": "7.37.2",
37
37
  "eslint-plugin-react-hooks": "5.0.0",
38
38
  "eslint-plugin-react-native": "4.1.0",
@@ -46,7 +46,7 @@
46
46
  "@testing-library/react": "16.0.1",
47
47
  "@types/jest": "29.5.14",
48
48
  "@types/react": "18.3.12",
49
- "globals": "15.11.0",
49
+ "globals": "15.12.0",
50
50
  "jest": "29.7.0",
51
51
  "react": "18.3.1",
52
52
  "semantic-release": "24.2.0"