Skip to content

Commit

Permalink
Ver/5.37.14 (#366)
Browse files Browse the repository at this point in the history
* eslint-config-seekingalpha-tests ver. 1.92.0
- [deps] upgrade `eslint-plugin-jest` to version `27.8.0`

* eslint-config-seekingalpha-typescript ver. 4.23.0
- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.0.1`
- [deps] upgrade `@typescript-eslint/parser` to version `7.0.1`
  • Loading branch information
alexkoval authored Feb 14, 2024
1 parent 1c5de77 commit 1f4ed7d
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-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.92.0 - 2024-02-14

- [deps] upgrade `eslint-plugin-jest` to version `27.8.0`

## 1.91.0 - 2024-01-14

- [deps] upgrade `eslint-plugin-jest` to version `27.6.3`
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-seekingalpha-tests/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] eslint-plugin-jest@27.6.3 [email protected] --save-dev
npm install [email protected] eslint-plugin-jest@27.8.0 [email protected] --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
6 changes: 3 additions & 3 deletions eslint-configs/eslint-config-seekingalpha-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-tests",
"version": "1.91.0",
"version": "1.92.0",
"description": "SeekingAlpha's sharable testing ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"peerDependencies": {
"eslint": "8.56.0",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest": "27.8.0",
"eslint-plugin-testing-library": "6.2.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-find-rules": "4.1.0",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest": "27.8.0",
"eslint-plugin-testing-library": "6.2.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 4.23.0 - 2024-02-14

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

## 4.22.0 - 2024-02-11

- [deps] upgrade `@stylistic/eslint-plugin-ts` to version `1.6.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@6.21.0 @typescript-eslint/parser@6.21.0 @stylistic/[email protected] --save-dev
npm install [email protected] @typescript-eslint/eslint-plugin@7.0.1 @typescript-eslint/parser@7.0.1 @stylistic/[email protected] --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": "4.22.0",
"version": "4.23.0",
"description": "SeekingAlpha's sharable typescript ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,14 +38,14 @@
},
"peerDependencies": {
"@stylistic/eslint-plugin-ts": "1.6.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "1.6.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.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.37.13",
"version": "5.37.14",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 1f4ed7d

Please sign in to comment.