eslint-config-seekingalpha-react 10.7.0 → 10.8.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.8.0 - 2025-06-14
4
+
5
+ - [deps] upgrade `eslint` to version `9.29.0`
6
+
3
7
  ## 10.7.0 - 2025-05-31
4
8
 
5
9
  - [deps] upgrade `eslint` to version `9.28.0`
package/README.md CHANGED
@@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/
6
6
 
7
7
  Install ESLint and all [Peer Dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/):
8
8
 
9
- npm install eslint@9.28.0 eslint-plugin-jsx-a11y@6.10.2 eslint-plugin-react@7.37.5 eslint-plugin-react-hooks@5.2.0 --save-dev
9
+ npm install eslint@9.29.0 eslint-plugin-jsx-a11y@6.10.2 eslint-plugin-react@7.37.5 eslint-plugin-react-hooks@5.2.0 --save-dev
10
10
 
11
11
  Install SeekingAlpha shareable ESLint:
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seekingalpha-react",
3
- "version": "10.7.0",
3
+ "version": "10.8.0",
4
4
  "description": "SeekingAlpha's sharable React.js ESLint config",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -50,13 +50,13 @@
50
50
  "node": ">= 22"
51
51
  },
52
52
  "peerDependencies": {
53
- "eslint": "9.28.0",
53
+ "eslint": "9.29.0",
54
54
  "eslint-plugin-jsx-a11y": "6.10.2",
55
55
  "eslint-plugin-react": "7.37.5",
56
56
  "eslint-plugin-react-hooks": "5.2.0"
57
57
  },
58
58
  "devDependencies": {
59
- "eslint": "9.28.0",
59
+ "eslint": "9.29.0",
60
60
  "eslint-find-rules": "5.0.0",
61
61
  "eslint-plugin-jsx-a11y": "6.10.2",
62
62
  "eslint-plugin-react": "7.37.5",