diff --git a/eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md index 9f14cdf..88a7d1a 100644 --- a/eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md +++ b/eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 7.36.0 - 2024-09-12 + +- [deps] upgrade `eslint-plugin-react` to version `7.36.0` + ## 7.36.0 - 2024-09-04 - [deps] upgrade `eslint-plugin-react` to version `7.35.2` diff --git a/eslint-configs/eslint-config-seekingalpha-react/README.md b/eslint-configs/eslint-config-seekingalpha-react/README.md index 3ad1748..2ccfe74 100644 --- a/eslint-configs/eslint-config-seekingalpha-react/README.md +++ b/eslint-configs/eslint-config-seekingalpha-react/README.md @@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/ Install ESLint and all [Peer Dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/): - npm install eslint@8.57.0 eslint-plugin-jsx-a11y@6.10.0 eslint-plugin-react@7.35.2 eslint-plugin-react-hooks@4.6.2 --save-dev + npm install eslint@8.57.0 eslint-plugin-jsx-a11y@6.10.0 eslint-plugin-react@7.36.0 eslint-plugin-react-hooks@4.6.2 --save-dev Install SeekingAlpha shareable ESLint: diff --git a/eslint-configs/eslint-config-seekingalpha-react/package.json b/eslint-configs/eslint-config-seekingalpha-react/package.json index d89b315..2c97863 100644 --- a/eslint-configs/eslint-config-seekingalpha-react/package.json +++ b/eslint-configs/eslint-config-seekingalpha-react/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-seekingalpha-react", - "version": "7.36.0", + "version": "7.37.0", "description": "SeekingAlpha's sharable React.js ESLint config", "main": "index.js", "scripts": { @@ -51,14 +51,14 @@ "peerDependencies": { "eslint": "8.57.0", "eslint-plugin-jsx-a11y": "6.10.0", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.36.0", "eslint-plugin-react-hooks": "4.6.2" }, "devDependencies": { "eslint": "8.57.0", "eslint-find-rules": "4.1.0", "eslint-plugin-jsx-a11y": "6.10.0", - "eslint-plugin-react": "7.35.2", + "eslint-plugin-react": "7.36.0", "eslint-plugin-react-hooks": "4.6.2" } } diff --git a/package.json b/package.json index 6fc7f76..c267299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.38.48", + "version": "5.38.49", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module", @@ -54,7 +54,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "7.1.0", "eslint-plugin-unicorn": "55.0.0", - "husky": "9.1.5", + "husky": "9.1.6", "lint-staged": "15.2.10", "prettier": "3.3.3" }