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

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "extends": [
3
- "github>open-turo/renovate-config#v1.15.0",
4
- "github>open-turo/renovate-config:npm-lib#v1.15.0"
3
+ "github>open-turo/renovate-config#v1.16.0",
4
+ "github>open-turo/renovate-config:npm-lib#v1.16.0"
5
5
  ]
6
6
  }
package/package.json CHANGED
@@ -3,17 +3,17 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "18.0.8",
6
+ "@open-turo/eslint-config-typescript": "18.0.10",
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
- "globals": "16.3.0",
12
- "typescript-eslint": "8.42.0"
11
+ "globals": "16.4.0",
12
+ "typescript-eslint": "8.44.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/react": "19.1.12",
16
- "eslint": "9.34.0",
15
+ "@types/react": "19.1.13",
16
+ "eslint": "9.36.0",
17
17
  "jest": "30.1.3",
18
18
  "prettier": "3.6.2",
19
19
  "react": "19.1.1"
@@ -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.6"
52
+ "version": "17.0.8"
53
53
  }
@@ -1170,6 +1170,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
1170
1170
  ],
1171
1171
  "no-misleading-character-class": [
1172
1172
  2,
1173
+ {
1174
+ "allowEscape": false,
1175
+ },
1173
1176
  ],
1174
1177
  "no-mixed-operators": [
1175
1178
  0,
@@ -4241,6 +4244,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4241
4244
  ],
4242
4245
  "no-misleading-character-class": [
4243
4246
  2,
4247
+ {
4248
+ "allowEscape": false,
4249
+ },
4244
4250
  ],
4245
4251
  "no-mixed-operators": [
4246
4252
  0,