eslint-config-heck 1.52.0 → 1.53.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/biomeLinting.json CHANGED
@@ -181,7 +181,7 @@
181
181
  "noMisrefactoredShorthandAssign": "error",
182
182
  "noUnusedImports": "error",
183
183
  "noUselessElse": "error",
184
- "noUselessLoneBlockStatements": "error",
184
+ "noUselessLoneBlockStatements": "off",
185
185
  "useAriaActivedescendantWithTabindex": "error",
186
186
  "useArrowFunction": "error",
187
187
  "useAsConstAssertion": "error",
package/excludeRome.js CHANGED
@@ -32,7 +32,7 @@ module.exports = {
32
32
  "no-import-assign": "off",
33
33
  "no-inner-declarations": "off",
34
34
  "no-label-var": "off",
35
- "no-lone-blocks": "off",
35
+ "no-lone-blocks": "error",
36
36
  "no-lonely-if": "off",
37
37
  "no-loss-of-precision": "off",
38
38
  "no-mixed-operators": "off",
package/nodeWithBiome.js CHANGED
@@ -138,7 +138,7 @@ const rules = {
138
138
  "no-invalid-this": "error",
139
139
  "no-iterator": "error",
140
140
  "no-labels": "error",
141
- "no-lone-blocks": "off",
141
+ "no-lone-blocks": "error",
142
142
  "no-loop-func": "error",
143
143
  "no-magic-numbers": "off",
144
144
  "no-multi-spaces": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "1.52.0",
3
+ "version": "1.53.0",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,29 +17,29 @@
17
17
  "author": "atheck",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@typescript-eslint/eslint-plugin": "6.8.0",
21
- "@typescript-eslint/parser": "6.8.0",
22
- "eslint": "8.51.0",
20
+ "@typescript-eslint/eslint-plugin": "6.9.1",
21
+ "@typescript-eslint/parser": "6.9.1",
22
+ "eslint": "8.52.0",
23
23
  "eslint-import-resolver-typescript": "3.6.1",
24
24
  "eslint-plugin-deprecation": "2.0.0",
25
- "eslint-plugin-import": "2.28.1",
26
- "eslint-plugin-jest": "27.4.2",
25
+ "eslint-plugin-import": "2.29.0",
26
+ "eslint-plugin-jest": "27.6.0",
27
27
  "eslint-plugin-react": "7.33.2",
28
28
  "eslint-plugin-react-hooks": "4.6.0",
29
29
  "eslint-plugin-react-native": "4.1.0",
30
30
  "eslint-plugin-testing-library": "6.1.0",
31
31
  "eslint-plugin-typescript-heck": "1.3.1",
32
- "eslint-plugin-unicorn": "48.0.1",
32
+ "eslint-plugin-unicorn": "49.0.0",
33
33
  "typescript": "5.2.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@biomejs/biome": "1.3.0",
36
+ "@biomejs/biome": "1.3.3",
37
37
  "@testing-library/react": "14.0.0",
38
- "@types/jest": "29.5.6",
39
- "@types/react": "18.2.30",
38
+ "@types/jest": "29.5.7",
39
+ "@types/react": "18.2.33",
40
40
  "jest": "29.7.0",
41
41
  "react": "18.2.0",
42
- "semantic-release": "22.0.5"
42
+ "semantic-release": "22.0.6"
43
43
  },
44
44
  "repository": {
45
45
  "type": "git",