Skip to content

Commit

Permalink
Ver/5.38.28 (#401)
Browse files Browse the repository at this point in the history
* eslint-config-seekingalpha-react ver. 7.31.0
 [deps] upgrade `eslint-plugin-react` to version `7.34.3`

* eslint-config-seekingalpha-typescript ver. 5.9.0
- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.13.1`
- [deps] upgrade `@typescript-eslint/parser` to version `7.13.1`
  • Loading branch information
alexkoval committed Jun 19, 2024
1 parent 735caf9 commit 44dfe82
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
4 changes: 4 additions & 0 deletions eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 7.31.0 - 2024-06-19

- [deps] upgrade `eslint-plugin-react` to version `7.34.3`

## 7.30.0 - 2024-05-28

- [deps] upgrade `eslint-plugin-react` to version `7.34.2`
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-seekingalpha-react/README.md
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] [email protected] [email protected].2 [email protected] --save-dev
npm install [email protected] [email protected] [email protected].3 [email protected] --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
6 changes: 3 additions & 3 deletions eslint-configs/eslint-config-seekingalpha-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-react",
"version": "7.30.0",
"version": "7.31.0",
"description": "SeekingAlpha's sharable React.js ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -51,14 +51,14 @@
"peerDependencies": {
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 5.9.0 - 2024-06-19

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

## 5.8.0 - 2024-06-11

- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.13.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/[email protected].0 @typescript-eslint/[email protected].0 --save-dev
npm install [email protected] @typescript-eslint/[email protected].1 @typescript-eslint/[email protected].1 --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.8.0",
"version": "5.9.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.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.27",
"version": "5.38.28",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 44dfe82

Please sign in to comment.