Skip to content

Commit

Permalink
eslint-config-seekingalpha-tests ver. 1.98.0 (#389)
Browse files Browse the repository at this point in the history
- [deps] upgrade `eslint-plugin-jest` to version `28.5.0`
  • Loading branch information
alexkoval committed May 4, 2024
1 parent d44cc62 commit 1cbda1f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.98.0 - 2024-05-04

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

## 1.97.0 - 2024-04-17

- [deps] upgrade `eslint-plugin-jest` to version `28.3.0`
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@28.3.0 [email protected] --save-dev
npm install [email protected] eslint-plugin-jest@28.5.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.97.0",
"version": "1.98.0",
"description": "SeekingAlpha's sharable testing ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"peerDependencies": {
"eslint": "8.57.0",
"eslint-plugin-jest": "28.3.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-testing-library": "6.2.2"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0",
"eslint-plugin-jest": "28.3.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-testing-library": "6.2.2"
}
}
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.17",
"version": "5.38.18",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 1cbda1f

Please sign in to comment.