Skip to content

Commit 8bf6803

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 8680d8b commit 8bf6803

2 files changed

Lines changed: 899 additions & 181 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
"@types/react": "^18.3.21",
3535
"@types/react-dom": "^18.3.0",
3636
"@types/webpack-env": "^1.16.4",
37-
"@typescript-eslint/eslint-plugin": "^8.35.0",
38-
"@typescript-eslint/parser": "^8.35.0",
37+
"@typescript-eslint/eslint-plugin": "^8.56.1",
38+
"@typescript-eslint/parser": "^8.56.1",
3939
"classnames": "^2.3.2",
4040
"cross-env": "^7.0.3",
4141
"dotenv": "^16.0.3",
4242
"eslint": "^8.55.0",
43-
"eslint-plugin-import": "^2.31.0",
43+
"eslint-plugin-import": "^2.32.0",
4444
"eslint-plugin-jest-dom": "^5.5.0",
4545
"eslint-plugin-playwright": "^2.1.0",
4646
"eslint-plugin-react-hooks": "^4.6.2",
47-
"eslint-plugin-testing-library": "^7.1.1",
47+
"eslint-plugin-testing-library": "^7.16.0",
4848
"fake-indexeddb": "^4.0.2",
4949
"fork-ts-checker-webpack-plugin": "^7.2.13",
5050
"husky": "^8.0.3",

0 commit comments

Comments
 (0)