@dendavidov/eslint-config-react 2.1.48 → 2.1.50

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +22 -22
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  # @dendavidov/eslint-config-react
8
8
 
9
- Opinionated eslint-config for React.js SPA.
9
+ Opinionated eslint-config for React.js SPA with ESLint 10+.
10
10
  Includes security best-practice rules via `eslint-plugin-security`.
11
11
 
12
12
  ## Installation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dendavidov/eslint-config-react",
3
- "version": "2.1.48",
4
- "description": "Shareable ESLint config for React + TypeScript (ESLint 9+)",
3
+ "version": "2.1.50",
4
+ "description": "Shareable ESLint config for React + TypeScript (ESLint 10+)",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "types": "src/index.d.ts",
@@ -32,41 +32,41 @@
32
32
  "prepare": "npx husky install"
33
33
  },
34
34
  "dependencies": {
35
- "@eslint/js": "^9.39.1"
35
+ "@eslint/js": "^10.0.1"
36
36
  },
37
37
  "peerDependencies": {
38
- "@typescript-eslint/eslint-plugin": "^8.36.0",
39
- "@typescript-eslint/parser": "^8.36.0",
40
- "eslint": "^9.0.0",
41
- "eslint-config-prettier": "^10.1.5",
38
+ "@typescript-eslint/eslint-plugin": "^8.56.0",
39
+ "@typescript-eslint/parser": "^8.56.0",
40
+ "eslint-config-prettier": "^10.1.8",
42
41
  "eslint-import-resolver-typescript": "^4.4.4",
43
42
  "eslint-plugin-import": "^2.32.0",
44
- "eslint-plugin-jest": "^29.0.1",
43
+ "eslint-plugin-jest": "^29.15.0",
45
44
  "eslint-plugin-jsx-a11y": "^6.10.2",
46
45
  "eslint-plugin-react": "^7.37.5",
47
- "eslint-plugin-security": "^3.0.1",
48
- "eslint-plugin-testing-library": "^7.5.4"
46
+ "eslint-plugin-security": "^4.0.0",
47
+ "eslint-plugin-testing-library": "^7.15.4"
49
48
  },
50
49
  "devDependencies": {
51
- "@commitlint/cli": "^20.0.0",
52
- "@commitlint/config-conventional": "^20.0.0",
50
+ "@commitlint/cli": "^20.4.1",
51
+ "@commitlint/config-conventional": "^20.4.1",
53
52
  "@semantic-release/exec": "^7.1.0",
54
53
  "@semantic-release/git": "^10.0.1",
55
- "@typescript-eslint/eslint-plugin": "^8.36.0",
56
- "@typescript-eslint/parser": "^8.36.0",
54
+ "@typescript-eslint/eslint-plugin": "^8.56.0",
55
+ "@typescript-eslint/parser": "^8.56.0",
57
56
  "conventional-changelog-conventionalcommits": "^9.1.0",
58
- "eslint": "^9.39.1",
59
- "eslint-config-prettier": "^10.1.5",
57
+ "eslint": "^10.0.0",
58
+ "eslint-config-prettier": "^10.1.8",
60
59
  "eslint-import-resolver-typescript": "^4.4.4",
61
60
  "eslint-plugin-import": "^2.32.0",
62
- "eslint-plugin-jest": "^29.0.1",
61
+ "eslint-plugin-jest": "^29.15.0",
63
62
  "eslint-plugin-jsx-a11y": "^6.10.2",
64
63
  "eslint-plugin-react": "^7.37.5",
65
- "eslint-plugin-security": "^3.0.1",
66
- "eslint-plugin-testing-library": "^7.5.4",
64
+ "eslint-plugin-security": "^4.0.0",
65
+ "eslint-plugin-testing-library": "^7.15.4",
67
66
  "husky": "^9.1.7",
68
- "jest": "^30.0.4",
69
- "prettier": "^3.6.2",
70
- "semantic-release": "^25.0.2"
67
+ "jest": "^30.2.0",
68
+ "prettier": "^3.8.1",
69
+ "semantic-release": "^25.0.3",
70
+ "typescript": "^5.9.3"
71
71
  }
72
72
  }