From 7b79cc11c5a08da457409b0475c07da8f4212b4d Mon Sep 17 00:00:00 2001 From: Aleksey Kovalevsky Date: Sun, 7 Jan 2024 11:14:53 +0200 Subject: [PATCH] eslint-config-seekingalpha-typescript ver. 4.16.0 (#357) - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `6.18.0` - [deps] upgrade `@typescript-eslint/parser` to version `6.18.0` --- .../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 c9d9bb7a..ff8cb9da 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 +## 4.16.0 - 2024-01-07 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `6.18.0` +- [deps] upgrade `@typescript-eslint/parser` to version `6.18.0` + ## 4.15.0 - 2024-01-04 - [deps] upgrade `@stylistic/eslint-plugin-ts` to version `1.5.3` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index 0845c06c..d905bc2a 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.56.0 @typescript-eslint/eslint-plugin@6.17.0 @typescript-eslint/parser@6.17.0 @stylistic/eslint-plugin-ts@1.5.3 --save-dev + npm install eslint@8.56.0 @typescript-eslint/eslint-plugin@6.18.0 @typescript-eslint/parser@6.18.0 @stylistic/eslint-plugin-ts@1.5.3 --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 a307cb79..00b1eed4 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": "4.15.0", + "version": "4.16.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "scripts": { @@ -38,14 +38,14 @@ }, "peerDependencies": { "@stylistic/eslint-plugin-ts": "1.5.3", - "@typescript-eslint/eslint-plugin": "6.17.0", - "@typescript-eslint/parser": "6.17.0", + "@typescript-eslint/eslint-plugin": "6.18.0", + "@typescript-eslint/parser": "6.18.0", "eslint": "8.56.0" }, "devDependencies": { "@stylistic/eslint-plugin-ts": "1.5.3", - "@typescript-eslint/eslint-plugin": "6.17.0", - "@typescript-eslint/parser": "6.17.0", + "@typescript-eslint/eslint-plugin": "6.18.0", + "@typescript-eslint/parser": "6.18.0", "eslint": "8.56.0", "eslint-find-rules": "4.1.0" } diff --git a/package.json b/package.json index a2c7d8ae..517a8466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.37.4", + "version": "5.37.5", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",