Skip to content

Commit

Permalink
eslint-config-seekingalpha-tests ver. 1.108.0 (#452)
Browse files Browse the repository at this point in the history
- [deps] upgrade `eslint-plugin-testing-library` to version `6.5.0`
  • Loading branch information
alexkoval authored Nov 21, 2024
1 parent 8ea44d1 commit 58f47ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.108.0 - 2024-11-21

- [deps] upgrade `eslint-plugin-testing-library` to version `6.5.0`

## 1.107.0 - 2024-11-07

- [deps] upgrade `eslint-plugin-jest` to version `28.9.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] [email protected] eslint-plugin-testing-library@6.4.0 --save-dev
npm install [email protected] [email protected] eslint-plugin-testing-library@6.5.0 --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.107.0",
"version": "1.108.0",
"description": "SeekingAlpha's sharable testing ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,12 +40,12 @@
"peerDependencies": {
"eslint": "8.57.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-testing-library": "6.4.0"
"eslint-plugin-testing-library": "6.5.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-find-rules": "4.2.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-testing-library": "6.4.0"
"eslint-plugin-testing-library": "6.5.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.76",
"version": "5.38.77",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -47,13 +47,13 @@
"devDependencies": {
"@seekingalpha/prettier-config-samw": "2.0.0",
"eslint": "8.57.0",
"eslint-config-seekingalpha-base": "8.12.0",
"eslint-config-seekingalpha-base": "8.13.0",
"eslint-config-seekingalpha-node": "6.4.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.13.2",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-unicorn": "56.0.1",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"prettier": "3.3.3"
Expand Down

0 comments on commit 58f47ce

Please sign in to comment.