diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index 3b7f0f4c..7c11d5cc 100644 --- a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md +++ b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.1.0 - 2025-03-10 + +- [deps] replace `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` with `typescript-eslin` +- [deps] upgrade `typescript-eslin` to version `8.26.1` +- + ## 8.0.0 - 2025-03-09 - [deps] upgrade `eslint` to version `9.22.0` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index 60bfaad4..fb3b6744 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@9.22.0 typescript-eslint@8.26.0 @typescript-eslint/eslint-plugin@8.26.0 @typescript-eslint/parser@8.26.0 --save-dev + npm install eslint@9.22.0 typescript-eslint@8.26.1 --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 e705ef82..a4a6c894 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": "8.0.0", + "version": "8.1.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "type": "module", @@ -38,16 +38,12 @@ "node": ">= 22" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "8.26.0", - "@typescript-eslint/parser": "8.26.0", "eslint": "9.22.0", - "typescript-eslint": "8.26.0" + "typescript-eslint": "8.26.1" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.26.0", - "@typescript-eslint/parser": "8.26.0", "eslint": "9.22.0", "eslint-find-rules": "5.0.0", - "typescript-eslint": "8.26.0" + "typescript-eslint": "8.26.1" } } diff --git a/package.json b/package.json index f43c317e..6d4dcf13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "9.1.0", + "version": "9.2.0", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",