diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index ce3a9a22..6b727a56 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.46.0 - 2025-02-11 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.24.0` +- [deps] upgrade `@typescript-eslint/parser` to version `8.24.0` + ## 5.45.0 - 2025-02-04 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.23.0` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index f64abf2c..91f0e3f7 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.1 @typescript-eslint/eslint-plugin@8.23.0 @typescript-eslint/parser@8.23.0 --save-dev + npm install eslint@8.57.1 @typescript-eslint/eslint-plugin@8.24.0 @typescript-eslint/parser@8.24.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 79b4bf72..2c528a2f 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.45.0", + "version": "5.46.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "scripts": { @@ -37,13 +37,13 @@ "node": ">= 22" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "8.23.0", - "@typescript-eslint/parser": "8.23.0", + "@typescript-eslint/eslint-plugin": "8.24.0", + "@typescript-eslint/parser": "8.24.0", "eslint": "8.57.1" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.23.0", - "@typescript-eslint/parser": "8.23.0", + "@typescript-eslint/eslint-plugin": "8.24.0", + "@typescript-eslint/parser": "8.24.0", "eslint": "8.57.1", "eslint-find-rules": "5.0.0" } diff --git a/package.json b/package.json index df2387e6..3d38015b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.38.97", + "version": "5.38.98", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module", @@ -56,6 +56,6 @@ "eslint-plugin-unicorn": "56.0.1", "husky": "9.1.7", "lint-staged": "15.4.3", - "prettier": "3.4.2" + "prettier": "3.5.0" } }