Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 10f9053

Browse files
chore(deps): bump the lint group across 1 directory with 8 updates
Bumps the lint group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.37.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.1` | `10.1.8` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.11.0` | `29.0.1` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `6.1.1` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.1.1` | `7.12.0` | | [stylelint](https://github.com/stylelint/stylelint) | `13.13.1` | `16.25.0` | | [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `4.2.0` | `16.0.2` | | [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `3.19.0` | `6.12.1` | Updates `eslint` from 8.57.1 to 9.37.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v9.37.0) Updates `eslint-config-prettier` from 10.1.1 to 10.1.8 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.1.1...v10.1.8) Updates `eslint-plugin-jest` from 28.11.0 to 29.0.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.11.0...v29.0.1) Updates `eslint-plugin-react-hooks` from 5.2.0 to 6.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-testing-library` from 7.1.1 to 7.12.0 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](testing-library/eslint-plugin-testing-library@v7.1.1...v7.12.0) Updates `stylelint` from 13.13.1 to 16.25.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@13.13.1...16.25.0) Updates `stylelint-config-recommended-scss` from 4.2.0 to 16.0.2 - [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-config-recommended-scss@4.2.0...v16.0.2) Updates `stylelint-scss` from 3.19.0 to 6.12.1 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-scss@3.19.0...v6.12.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.37.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-jest dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint-plugin-react-hooks dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint-plugin-testing-library dependency-version: 7.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint dependency-version: 16.25.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: stylelint-config-recommended-scss dependency-version: 16.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: stylelint-scss dependency-version: 6.12.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent baad577 commit 10f9053

File tree

2 files changed

+789
-1612
lines changed

2 files changed

+789
-1612
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@
7878
"commander": "6.0.0",
7979
"css-loader": "5.2.6",
8080
"dotenv": "8.2.0",
81-
"eslint": "^8.57.1",
82-
"eslint-config-prettier": "^10.1.1",
81+
"eslint": "^9.37.0",
82+
"eslint-config-prettier": "^10.1.8",
8383
"eslint-loader": "^4.0.2",
84-
"eslint-plugin-jest": "^28.11.0",
84+
"eslint-plugin-jest": "^29.0.1",
8585
"eslint-plugin-jest-dom": "^5.5.0",
8686
"eslint-plugin-react": "^7.37.5",
87-
"eslint-plugin-react-hooks": "^5.2.0",
87+
"eslint-plugin-react-hooks": "^7.0.0",
8888
"eslint-plugin-simple-import-sort": "^12.1.1",
89-
"eslint-plugin-testing-library": "^7.1.1",
89+
"eslint-plugin-testing-library": "^7.13.2",
9090
"fetch-mock": "9.11.0",
9191
"glob": "7.1.7",
9292
"identity-obj-proxy": "3.0.0",
@@ -104,9 +104,9 @@
104104
"postcss": "8.4.31",
105105
"random-words": "1.2.0",
106106
"sass-loader": "11.0.1",
107-
"stylelint": "13.13.1",
108-
"stylelint-config-recommended-scss": "4.2.0",
109-
"stylelint-scss": "3.19.0",
107+
"stylelint": "16.25.0",
108+
"stylelint-config-recommended-scss": "16.0.2",
109+
"stylelint-scss": "6.12.1",
110110
"ts-essentials": "3.0.5",
111111
"ts-import-plugin": "1.6.7",
112112
"ts-jest": "27.1.5",

0 commit comments

Comments
 (0)