diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index e194ee6..1c199ab 100644 --- a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md +++ b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 5.23.0 - 2024-09-17 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.6.0` +- [deps] upgrade `@typescript-eslint/parser` to version `8.6.0` + ## 5.22.0 - 2024-09-10 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.5.0` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index b2d3d2c..2b8f438 100644 --- a/eslint-configs/eslint-config-seekingalpha-typescript/README.md +++ b/eslint-configs/eslint-config-seekingalpha-typescript/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 @typescript-eslint/eslint-plugin@8.5.0 @typescript-eslint/parser@8.5.0 --save-dev + npm install eslint@8.57.0 @typescript-eslint/eslint-plugin@8.6.0 @typescript-eslint/parser@8.6.0 --save-dev Install SeekingAlpha shareable ESLint: diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/package.json b/eslint-configs/eslint-config-seekingalpha-typescript/package.json index b4ef97e..711c211 100644 --- a/eslint-configs/eslint-config-seekingalpha-typescript/package.json +++ b/eslint-configs/eslint-config-seekingalpha-typescript/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-seekingalpha-typescript", - "version": "5.22.0", + "version": "5.23.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "scripts": { @@ -37,13 +37,13 @@ "node": ">= 20" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "8.5.0", - "@typescript-eslint/parser": "8.5.0", + "@typescript-eslint/eslint-plugin": "8.6.0", + "@typescript-eslint/parser": "8.6.0", "eslint": "8.57.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.5.0", - "@typescript-eslint/parser": "8.5.0", + "@typescript-eslint/eslint-plugin": "8.6.0", + "@typescript-eslint/parser": "8.6.0", "eslint": "8.57.0", "eslint-find-rules": "4.1.0" } diff --git a/package.json b/package.json index a313951..8ab0b21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.38.50", + "version": "5.38.51", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",