Skip to content

Commit

Permalink
eslint-config-seekingalpha-typescript ver. 5.8.0
Browse files Browse the repository at this point in the history
- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.13.0`
- [deps] upgrade `@typescript-eslint/parser` to version `7.13.0`
  • Loading branch information
alexkoval committed Jun 11, 2024
1 parent 7fd41f1 commit 2cbe6f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 5.8.0 - 2024-06-11

- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.13.0`
- [deps] upgrade `@typescript-eslint/parser` to version `7.13.0`

## 5.7.0 - 2024-06-04

- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.12.0`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] @typescript-eslint/eslint-plugin@7.12.0 @typescript-eslint/parser@7.12.0 --save-dev
npm install [email protected] @typescript-eslint/eslint-plugin@7.13.0 @typescript-eslint/parser@7.13.0 --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-typescript",
"version": "5.7.0",
"version": "5.8.0",
"description": "SeekingAlpha's sharable typescript ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,13 +37,13 @@
"node": ">= 20"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"eslint": "8.57.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"devDependencies": {
"@seekingalpha/prettier-config-samw": "2.0.0",
"eslint": "8.57.0",
"eslint-config-seekingalpha-base": "8.0.0",
"eslint-config-seekingalpha-base": "8.4.0",
"eslint-config-seekingalpha-node": "5.54.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-unicorn": "53.0.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5"
"lint-staged": "15.2.5",
"prettier": "3.3.2"
}
}

0 comments on commit 2cbe6f1

Please sign in to comment.