@open-turo/eslint-config-react 24.0.5 → 24.0.7

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
- 24.14.1
1
+ 24.15.0
@@ -1,6 +1,6 @@
1
1
  repos:
2
2
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
3
- rev: v9.24.0
3
+ rev: v9.25.0
4
4
  hooks:
5
5
  - id: commitlint
6
6
  stages: [commit-msg]
@@ -10,7 +10,7 @@ repos:
10
10
  hooks:
11
11
  - id: prettier
12
12
  stages: [pre-commit]
13
- additional_dependencies: ["prettier@3.8.1"]
13
+ additional_dependencies: ["prettier@3.8.3"]
14
14
  - repo: https://github.com/pre-commit/pre-commit-hooks
15
15
  rev: v6.0.0
16
16
  hooks:
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": "23.0.3",
6
+ "@open-turo/eslint-config-typescript": "23.0.6",
7
7
  "eslint-plugin-jsx-a11y": "6.10.2",
8
8
  "eslint-plugin-react": "7.37.5",
9
- "eslint-plugin-react-hooks": "7.0.1",
10
- "globals": "17.5.0",
11
- "typescript-eslint": "8.58.2"
9
+ "eslint-plugin-react-hooks": "7.1.1",
10
+ "globals": "17.6.0",
11
+ "typescript-eslint": "8.59.1"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/react": "19.2.14",
15
15
  "eslint": "9.39.4",
16
16
  "jest": "30.3.0",
17
- "prettier": "3.8.2",
17
+ "prettier": "3.8.3",
18
18
  "react": "19.2.5"
19
19
  },
20
20
  "engines": {
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "repository": "https://github.com/open-turo/eslint-config-react",
50
- "version": "24.0.5"
50
+ "version": "24.0.7"
51
51
  }
@@ -2004,9 +2004,6 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
2004
2004
  "quotes": [
2005
2005
  0,
2006
2006
  ],
2007
- "react-hooks/component-hook-factories": [
2008
- 2,
2009
- ],
2010
2007
  "react-hooks/config": [
2011
2008
  2,
2012
2009
  ],
@@ -2326,7 +2323,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
2326
2323
  "sonarjs/class-name": [
2327
2324
  2,
2328
2325
  {
2329
- "format": "^[A-Z][a-zA-Z0-9]*$",
2326
+ "format": "^\\$?[A-Z][a-zA-Z0-9]*$",
2330
2327
  },
2331
2328
  ],
2332
2329
  "sonarjs/class-prototype": [
@@ -2414,6 +2411,9 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
2414
2411
  "sonarjs/dns-prefetching": [
2415
2412
  0,
2416
2413
  ],
2414
+ "sonarjs/dompurify-unsafe-config": [
2415
+ 2,
2416
+ ],
2417
2417
  "sonarjs/duplicates-in-character-class": [
2418
2418
  2,
2419
2419
  ],
@@ -2883,7 +2883,7 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
2883
2883
  0,
2884
2884
  ],
2885
2885
  "sonarjs/no-unsafe-unzip": [
2886
- 2,
2886
+ 0,
2887
2887
  ],
2888
2888
  "sonarjs/no-unstable-nested-components": [
2889
2889
  0,