diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md b/eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md index ff8cb9da..4dd25e2a 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.17.0 - 2024-01-09 + +- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `6.18.1` +- [deps] upgrade `@typescript-eslint/parser` to version `6.18.1` + ## 4.16.0 - 2024-01-07 - [deps] upgrade `@typescript-eslint/eslint-plugin` to version `6.18.0` diff --git a/eslint-configs/eslint-config-seekingalpha-typescript/README.md b/eslint-configs/eslint-config-seekingalpha-typescript/README.md index d905bc2a..e0ce732e 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.18.0 @typescript-eslint/parser@6.18.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.1 @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 00b1eed4..af18dc97 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.16.0", + "version": "4.17.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.18.0", - "@typescript-eslint/parser": "6.18.0", + "@typescript-eslint/eslint-plugin": "6.18.1", + "@typescript-eslint/parser": "6.18.1", "eslint": "8.56.0" }, "devDependencies": { "@stylistic/eslint-plugin-ts": "1.5.3", - "@typescript-eslint/eslint-plugin": "6.18.0", - "@typescript-eslint/parser": "6.18.0", + "@typescript-eslint/eslint-plugin": "6.18.1", + "@typescript-eslint/parser": "6.18.1", "eslint": "8.56.0", "eslint-find-rules": "4.1.0" } diff --git a/package.json b/package.json index 517a8466..ed512443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "5.37.5", + "version": "5.37.6", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",