diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index 296a1f6..8c32949 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.17.0 - 2024-08-06 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.0.1` +- [deps] upgrade `@typescript-eslint/parser` to version `8.0.1` + ## 5.16.0 - 2024-08-01 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.0.0` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index 767a908..7933eb4 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.0.0 @typescript-eslint/parser@8.0.0 --save-dev + npm install eslint@8.57.0 @typescript-eslint/eslint-plugin@8.0.1 @typescript-eslint/parser@8.0.1 --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 b3e9750..f3c7be8 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.16.1", + "version": "5.17.0", "description": "SeekingAlpha's sharable typescript ESLint config", "main": "index.js", "scripts": { @@ -37,13 +37,13 @@ "node": ">= 20" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0", - "@typescript-eslint/parser": "8.0.0", + "@typescript-eslint/eslint-plugin": "8.0.1", + "@typescript-eslint/parser": "8.0.1", "eslint": "8.57.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0", - "@typescript-eslint/parser": "8.0.0", + "@typescript-eslint/eslint-plugin": "8.0.1", + "@typescript-eslint/parser": "8.0.1", "eslint": "8.57.0", "eslint-find-rules": "4.1.0" } diff --git a/package.json b/package.json index 8d25016..924c8ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.38.40", + "version": "5.38.41", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",