From 739d3269f42a1da2d721fcd6d92be4f1fb13fa7a Mon Sep 17 00:00:00 2001 From: Aleksey Kovalevsky Date: Tue, 28 Jan 2025 08:55:01 +0200 Subject: [PATCH] eslint-config-seekingalpha-typescript ver. 5.44.0 (#470) - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.22.0` - [deps] upgrade `@typescript-eslint/parser` to version `8.22.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 f70ce11..0c5b343 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.44.0 - 2025-01-28 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.22.0` +- [deps] upgrade `@typescript-eslint/parser` to version `8.22.0` + ## 5.43.0 - 2025-01-23 - [deps] upgrade `eslint` to version `8.57.1` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index 53256f5..13ff5a7 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.21.0 @typescript-eslint/parser@8.21.0 --save-dev + npm install eslint@8.57.1 @typescript-eslint/eslint-plugin@8.22.0 @typescript-eslint/parser@8.22.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 4d5f35c..841d83c 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.43.0", + "version": "5.44.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "scripts": { @@ -37,13 +37,13 @@ "node": ">= 22" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "8.21.0", - "@typescript-eslint/parser": "8.21.0", + "@typescript-eslint/eslint-plugin": "8.22.0", + "@typescript-eslint/parser": "8.22.0", "eslint": "8.57.1" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.21.0", - "@typescript-eslint/parser": "8.21.0", + "@typescript-eslint/eslint-plugin": "8.22.0", + "@typescript-eslint/parser": "8.22.0", "eslint": "8.57.1", "eslint-find-rules": "5.0.0" } diff --git a/package.json b/package.json index 2abd703..44dae3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.38.95", + "version": "5.38.96", "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.4.1", + "lint-staged": "15.4.3", "prettier": "3.4.2" } }