Skip to content

Commit ae99915

Browse files
(chore): Bump the typescript-and-linting group with 4 updates
Bumps the typescript-and-linting group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) and [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library). Updates `@typescript-eslint/eslint-plugin` from 8.35.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.35.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/parser) Updates `eslint-plugin-import` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0) Updates `eslint-plugin-testing-library` from 7.1.1 to 7.15.4 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js) - [Commits](testing-library/eslint-plugin-testing-library@v7.1.1...v7.15.4) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-and-linting - dependency-name: "@typescript-eslint/parser" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-and-linting - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-and-linting - dependency-name: eslint-plugin-testing-library dependency-version: 7.15.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-and-linting ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86ff22d commit ae99915

2 files changed

Lines changed: 810 additions & 182 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
"@types/react": "^18.3.21",
3636
"@types/react-dom": "^18.3.0",
3737
"@types/webpack-env": "^1.16.4",
38-
"@typescript-eslint/eslint-plugin": "^8.35.0",
39-
"@typescript-eslint/parser": "^8.35.0",
38+
"@typescript-eslint/eslint-plugin": "^8.58.0",
39+
"@typescript-eslint/parser": "^8.58.0",
4040
"classnames": "^2.3.2",
4141
"cross-env": "^7.0.3",
4242
"dotenv": "^16.0.3",
4343
"eslint": "^8.55.0",
44-
"eslint-plugin-import": "^2.31.0",
44+
"eslint-plugin-import": "^2.32.0",
4545
"eslint-plugin-jest-dom": "^5.5.0",
4646
"eslint-plugin-playwright": "^2.1.0",
4747
"eslint-plugin-react-hooks": "^4.6.2",
48-
"eslint-plugin-testing-library": "^7.1.1",
48+
"eslint-plugin-testing-library": "^7.16.2",
4949
"fake-indexeddb": "^4.0.2",
5050
"fork-ts-checker-webpack-plugin": "^7.2.13",
5151
"husky": "^8.0.3",

0 commit comments

Comments
 (0)