Skip to content

Commit b45d40d

Browse files
committed
eslint-config-seekingalpha-typescript ver. 8.63.0
- [deps] upgrade `typescript-eslint` to version `8.56.0`
1 parent aa2bb63 commit b45d40d

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 8.63.0 - 2026-02-16
4+
5+
- [deps] upgrade `typescript-eslint` to version `8.56.0`
6+
37
## 8.62.0 - 2026-02-16
48

59
- [new] extend oxlint rules

eslint-configs/eslint-config-seekingalpha-typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/
66

77
Install ESLint and all [Peer Dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/):
88

9-
npm install eslint@9.39.2 typescript-eslint@8.55.0 --save-dev
9+
npm install eslint@9.39.2 typescript-eslint@8.56.0 --save-dev
1010

1111
Install SeekingAlpha shareable ESLint:
1212

eslint-configs/eslint-config-seekingalpha-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-seekingalpha-typescript",
3-
"version": "8.62.0",
3+
"version": "8.63.0",
44
"description": "SeekingAlpha's sharable typescript ESLint config",
55
"main": "index.js",
66
"type": "module",
@@ -39,11 +39,11 @@
3939
},
4040
"peerDependencies": {
4141
"eslint": "9.39.2",
42-
"typescript-eslint": "8.55.0"
42+
"typescript-eslint": "8.56.0"
4343
},
4444
"devDependencies": {
4545
"eslint": "9.39.2",
4646
"eslint-find-rules": "5.0.0",
47-
"typescript-eslint": "8.55.0"
47+
"typescript-eslint": "8.56.0"
4848
}
4949
}

0 commit comments

Comments
 (0)