@open-turo/eslint-config-react 15.0.0 → 15.0.2

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.
@@ -17,7 +17,7 @@ jobs:
17
17
  steps:
18
18
  - name: Prerelease
19
19
  id: prerelease
20
- uses: open-turo/actions-node/prerelease@v6
20
+ uses: open-turo/actions-node/prerelease@v7
21
21
  with:
22
22
  github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
23
23
  npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
package/package.json CHANGED
@@ -3,20 +3,20 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "16.0.0",
6
+ "@open-turo/eslint-config-typescript": "16.0.5",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
9
  "eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
10
10
  "eslint-plugin-react-hooks": "5.2.0",
11
- "globals": "15.15.0",
12
- "typescript-eslint": "8.23.0"
11
+ "globals": "16.2.0",
12
+ "typescript-eslint": "8.34.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/react": "19.0.10",
16
- "eslint": "9.20.1",
15
+ "@types/react": "19.1.8",
16
+ "eslint": "9.29.0",
17
17
  "prettier": "3.5.3",
18
18
  "jest": "30.0.0",
19
- "react": "19.0.0"
19
+ "react": "19.1.0"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">= 20"
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "repository": "https://github.com/open-turo/eslint-config-react",
52
- "version": "15.0.0"
52
+ "version": "15.0.2"
53
53
  }
@@ -1,4 +1,4 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
 
3
3
  exports[`validate config the flat config is correct for index.cjs 1`] = `
4
4
  {
@@ -1224,6 +1224,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
1224
1224
  ],
1225
1225
  "no-shadow-restricted-names": [
1226
1226
  2,
1227
+ {
1228
+ "reportGlobalThis": false,
1229
+ },
1227
1230
  ],
1228
1231
  "no-space-before-semi": [
1229
1232
  0,
@@ -1280,6 +1283,7 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
1280
1283
  "allowTaggedTemplates": false,
1281
1284
  "allowTernary": false,
1282
1285
  "enforceForJSX": false,
1286
+ "ignoreDirectives": false,
1283
1287
  },
1284
1288
  ],
1285
1289
  "no-unused-labels": [
@@ -1299,6 +1303,9 @@ exports[`validate config the flat config is correct for index.cjs 1`] = `
1299
1303
  ],
1300
1304
  "no-useless-escape": [
1301
1305
  2,
1306
+ {
1307
+ "allowRegexCharacters": [],
1308
+ },
1302
1309
  ],
1303
1310
  "no-var": [
1304
1311
  2,
@@ -4210,6 +4217,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4210
4217
  ],
4211
4218
  "no-shadow-restricted-names": [
4212
4219
  2,
4220
+ {
4221
+ "reportGlobalThis": false,
4222
+ },
4213
4223
  ],
4214
4224
  "no-space-before-semi": [
4215
4225
  0,
@@ -4266,6 +4276,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4266
4276
  "allowTaggedTemplates": false,
4267
4277
  "allowTernary": false,
4268
4278
  "enforceForJSX": false,
4279
+ "ignoreDirectives": false,
4269
4280
  },
4270
4281
  ],
4271
4282
  "no-unused-labels": [
@@ -4285,6 +4296,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4285
4296
  ],
4286
4297
  "no-useless-escape": [
4287
4298
  2,
4299
+ {
4300
+ "allowRegexCharacters": [],
4301
+ },
4288
4302
  ],
4289
4303
  "no-var": [
4290
4304
  2,
@@ -7612,7 +7626,7 @@ exports[`validate config the legacy recommended config is correct 1`] = `
7612
7626
  "off",
7613
7627
  ],
7614
7628
  "no-with": [
7615
- "error",
7629
+ "off",
7616
7630
  ],
7617
7631
  "no-wrap-func": [
7618
7632
  "off",