From ec48fefbe708075be93fe679267b21ec24478720 Mon Sep 17 00:00:00 2001 From: Aleksey Kovalevsky Date: Tue, 4 Feb 2025 11:47:20 +0200 Subject: [PATCH] eslint-config-seekingalpha-typescript ver. 5.45.0 (#471) --- .../eslint-config-seekingalpha-typescript/CHANGELOG.md | 5 +++++ .../eslint-config-seekingalpha-typescript/README.md | 2 +- .../eslint-config-seekingalpha-typescript/package.json | 10 +++++----- package.json | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index 0c5b343..ce3a9a2 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.45.0 - 2025-02-04 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.23.0` +- [deps] upgrade `@typescript-eslint/parser` to version `8.23.0` + ## 5.44.0 - 2025-01-28 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.22.0` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index 13ff5a7..f64abf2 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.22.0 @typescript-eslint/parser@8.22.0 --save-dev + npm install eslint@8.57.1 @typescript-eslint/eslint-plugin@8.23.0 @typescript-eslint/parser@8.23.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 841d83c..79b4bf7 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.44.0", + "version": "5.45.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "scripts": { @@ -37,13 +37,13 @@ "node": ">= 22" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "8.22.0", - "@typescript-eslint/parser": "8.22.0", + "@typescript-eslint/eslint-plugin": "8.23.0", + "@typescript-eslint/parser": "8.23.0", "eslint": "8.57.1" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.22.0", - "@typescript-eslint/parser": "8.22.0", + "@typescript-eslint/eslint-plugin": "8.23.0", + "@typescript-eslint/parser": "8.23.0", "eslint": "8.57.1", "eslint-find-rules": "5.0.0" } diff --git a/package.json b/package.json index 44dae3b..df2387e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.38.96", + "version": "5.38.97", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",