@open-turo/eslint-config-react 17.0.4 → 17.0.6

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/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.18.0
1
+ 22.19.0
package/package.json CHANGED
@@ -3,18 +3,18 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "18.0.5",
6
+ "@open-turo/eslint-config-typescript": "18.0.8",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
9
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
10
10
  "eslint-plugin-react-hooks": "5.2.0",
11
11
  "globals": "16.3.0",
12
- "typescript-eslint": "8.40.0"
12
+ "typescript-eslint": "8.42.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/react": "19.1.10",
16
- "eslint": "9.33.0",
17
- "jest": "30.0.5",
15
+ "@types/react": "19.1.12",
16
+ "eslint": "9.34.0",
17
+ "jest": "30.1.3",
18
18
  "prettier": "3.6.2",
19
19
  "react": "19.1.1"
20
20
  },
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "repository": "https://github.com/open-turo/eslint-config-react",
52
- "version": "17.0.4"
52
+ "version": "17.0.6"
53
53
  }
@@ -2163,9 +2163,6 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
2163
2163
  "sonarjs/no-nested-template-literals": [
2164
2164
  2,
2165
2165
  ],
2166
- "sonarjs/no-one-iteration-loop": [
2167
- 2,
2168
- ],
2169
2166
  "sonarjs/no-os-command-from-path": [
2170
2167
  2,
2171
2168
  ],
@@ -5237,9 +5234,6 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
5237
5234
  "sonarjs/no-nested-template-literals": [
5238
5235
  2,
5239
5236
  ],
5240
- "sonarjs/no-one-iteration-loop": [
5241
- 2,
5242
- ],
5243
5237
  "sonarjs/no-os-command-from-path": [
5244
5238
  2,
5245
5239
  ],
@@ -8667,9 +8661,6 @@ exports[`validate config the legacy recommended config is correct 1`] = `
8667
8661
  "sonarjs/no-nested-template-literals": [
8668
8662
  "error",
8669
8663
  ],
8670
- "sonarjs/no-one-iteration-loop": [
8671
- "error",
8672
- ],
8673
8664
  "sonarjs/no-os-command-from-path": [
8674
8665
  "error",
8675
8666
  ],