Skip to content

Commit

Permalink
eslint-config-seekingalpha-typescript ver. 5.44.0 (#470)
Browse files Browse the repository at this point in the history
- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.22.0`
- [deps] upgrade `@typescript-eslint/parser` to version `8.22.0`
  • Loading branch information
alexkoval authored Jan 28, 2025
1 parent 509930f commit 739d326
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 5.44.0 - 2025-01-28

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

## 5.43.0 - 2025-01-23

- [deps] upgrade `eslint` to version `8.57.1`
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@8.21.0 @typescript-eslint/parser@8.21.0 --save-dev
npm install [email protected] @typescript-eslint/eslint-plugin@8.22.0 @typescript-eslint/parser@8.22.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.43.0",
"version": "5.44.0",
"description": "SeekingAlpha's sharable typescript ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,13 +37,13 @@
"node": ">= 22"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"eslint": "8.57.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"eslint": "8.57.1",
"eslint-find-rules": "5.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.95",
"version": "5.38.96",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "56.0.1",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"lint-staged": "15.4.3",
"prettier": "3.4.2"
}
}

0 comments on commit 739d326

Please sign in to comment.