From c406ddd1e223dac2b2f048ded3493da9f00c0937 Mon Sep 17 00:00:00 2001 From: Aleksey Kovalevsky Date: Tue, 31 Dec 2024 08:47:31 +0200 Subject: [PATCH 1/2] eslint-config-seekingalpha-typescript ver. 5.40.0 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.19.0` - [deps] upgrade `@typescript-eslint/parser` to version `8.19.0` --- .../eslint-config-seekingalpha-typescript/CHANGELOG.md | 5 +++++ .../eslint-config-seekingalpha-typescript/README.md | 2 +- .../eslint-config-seekingalpha-typescript/package.json | 10 +++++----- package.json | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index b8c8ad8b..883d77e6 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.40.0 - 2024-12-30 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.19.0` +- [deps] upgrade `@typescript-eslint/parser` to version `8.19.0` + ## 5.39.0 - 2024-12-24 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.18.2` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index b9ddf52e..4189755a 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.18.2 @typescript-eslint/parser@8.18.2 --save-dev + npm install eslint@8.57.0 @typescript-eslint/eslint-plugin@8.19.0 @typescript-eslint/parser@8.19.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 f3018ee3..20de56cd 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.39.0", + "version": "5.40.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "scripts": { @@ -37,13 +37,13 @@ "node": ">= 22" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "8.18.2", - "@typescript-eslint/parser": "8.18.2", + "@typescript-eslint/eslint-plugin": "8.19.0", + "@typescript-eslint/parser": "8.19.0", "eslint": "8.57.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.18.2", - "@typescript-eslint/parser": "8.18.2", + "@typescript-eslint/eslint-plugin": "8.19.0", + "@typescript-eslint/parser": "8.19.0", "eslint": "8.57.0", "eslint-find-rules": "4.2.0" } diff --git a/package.json b/package.json index 18387039..e0cee08d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.38.89", + "version": "5.38.90", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module", @@ -55,7 +55,7 @@ "eslint-plugin-promise": "7.2.1", "eslint-plugin-unicorn": "56.0.1", "husky": "9.1.7", - "lint-staged": "15.2.11", + "lint-staged": "15.3.0", "prettier": "3.4.2" } } From e47793d5afaf7e451e6f9b8cb3723c9be924f479 Mon Sep 17 00:00:00 2001 From: Aleksey Kovalevsky Date: Tue, 31 Dec 2024 08:48:38 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- .../eslint-config-seekingalpha-typescript/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index 883d77e6..455fa054 100644 --- a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md +++ b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 5.40.0 - 2024-12-30 +## 5.40.0 - 2024-12-31 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.19.0` - [deps] upgrade `@typescript-eslint/parser` to version `8.19.0`