diff --git a/eslint-configs/eslint-config-seekingalpha-node/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-node/CHANGELOG.md index 1cbeeba4..2559c54f 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.15.0 - 2025-07-06 + +- [deps] update `eslint-plugin-n` to version `17.21.0` + ## 9.14.0 - 2025-07-02 - [deps] update `eslint` to version `9.30.1` diff --git a/eslint-configs/eslint-config-seekingalpha-node/README.md b/eslint-configs/eslint-config-seekingalpha-node/README.md index 992b5750..08f96283 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.30.1 eslint-plugin-n@17.20.0 --save-dev + npm install eslint@9.30.1 eslint-plugin-n@17.21.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 566f8f84..0ae68a94 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.14.0", + "version": "9.15.0", "description": "SeekingAlpha's sharable node.js ESLint config", "main": "index.js", "type": "module", @@ -51,11 +51,11 @@ }, "peerDependencies": { "eslint": "9.30.1", - "eslint-plugin-n": "17.20.0" + "eslint-plugin-n": "17.21.0" }, "devDependencies": { "eslint": "9.30.1", "eslint-find-rules": "5.0.0", - "eslint-plugin-n": "17.20.0" + "eslint-plugin-n": "17.21.0" } } diff --git a/package.json b/package.json index 928b473b..0027d4df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "9.32.0", + "version": "9.33.0", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",