diff --git a/eslint-configs/eslint-config-seekingalpha-node/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-node/CHANGELOG.md index 1f0c907f..519f3a62 100644 --- a/eslint-configs/eslint-config-seekingalpha-node/CHANGELOG.md +++ b/eslint-configs/eslint-config-seekingalpha-node/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 9.3.0 - 2025-03-26 + +- [deps] update `eslint-plugin-n` to version `17.17.0` + ## 9.2.0 - 2025-03-22 - [deps] update `eslint` to version `9.23.0` diff --git a/eslint-configs/eslint-config-seekingalpha-node/README.md b/eslint-configs/eslint-config-seekingalpha-node/README.md index e4f9f2bb..823a2ca8 100644 --- a/eslint-configs/eslint-config-seekingalpha-node/README.md +++ b/eslint-configs/eslint-config-seekingalpha-node/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@9.23.0 eslint-plugin-n@17.16.2 --save-dev + npm install eslint@9.23.0 eslint-plugin-n@17.17.0 --save-dev Install SeekingAlpha shareable ESLint: diff --git a/eslint-configs/eslint-config-seekingalpha-node/package.json b/eslint-configs/eslint-config-seekingalpha-node/package.json index c99ba820..c6eed3f2 100644 --- a/eslint-configs/eslint-config-seekingalpha-node/package.json +++ b/eslint-configs/eslint-config-seekingalpha-node/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-seekingalpha-node", - "version": "9.2.0", + "version": "9.3.0", "description": "SeekingAlpha's sharable node.js ESLint config", "main": "index.js", "type": "module", @@ -51,11 +51,11 @@ }, "peerDependencies": { "eslint": "9.23.0", - "eslint-plugin-n": "17.16.2" + "eslint-plugin-n": "17.17.0" }, "devDependencies": { "eslint": "9.23.0", "eslint-find-rules": "5.0.0", - "eslint-plugin-n": "17.16.2" + "eslint-plugin-n": "17.17.0" } } diff --git a/package.json b/package.json index bfafd9c1..85ae563e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "9.7.0", + "version": "9.8.0", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",