@open-turo/eslint-config-react 15.0.0-pr-320.7.1.1 → 15.0.0-pr-320.8.1.1

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",
4
- "github>open-turo/renovate-config:npm-lib#v1"
3
+ "github>open-turo/renovate-config#v1.14.0",
4
+ "github>open-turo/renovate-config:npm-lib#v1.14.0"
5
5
  ]
6
6
  }
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22.14.0
1
+ 22.15.0
@@ -9,7 +9,7 @@ repos:
9
9
  rev: v3.1.0
10
10
  hooks:
11
11
  - id: prettier
12
- stages: [commit]
12
+ stages: [pre-commit]
13
13
  additional_dependencies: ["prettier@3.5.2"]
14
14
  - repo: https://github.com/pre-commit/pre-commit-hooks
15
15
  rev: v5.0.0
package/package.json CHANGED
@@ -3,10 +3,10 @@
3
3
  "description": "Turo eslint configuration for react",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@open-turo/eslint-config-typescript": "16.0.0-pr-373.14.1.1",
6
+ "@open-turo/eslint-config-typescript": "16.0.0",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
- "eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
9
+ "eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
10
10
  "eslint-plugin-react-hooks": "5.2.0",
11
11
  "globals": "15.15.0",
12
12
  "typescript-eslint": "8.23.0"
@@ -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-pr-320.7.1.1"
52
+ "version": "15.0.0-pr-320.8.1.1"
53
53
  }
@@ -7606,7 +7606,7 @@ exports[`validate config the legacy recommended config is correct 1`] = `
7606
7606
  "off",
7607
7607
  ],
7608
7608
  "no-with": [
7609
- "off",
7609
+ "error",
7610
7610
  ],
7611
7611
  "no-wrap-func": [
7612
7612
  "off",