Skip to content

Commit 216dea1

Browse files
Bump the eslint group across 1 directory with 5 updates
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.7.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.7.1` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` | | [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) | `5.2.0` | `5.4.0` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `6.2.0` | `6.2.2` | Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.7.1 - [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/v7.7.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.4.0 to 7.7.1 - [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/v7.7.1/packages/parser) Updates `eslint` from 8.57.0 to 9.1.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.1.1) Updates `eslint-plugin-jest-dom` from 5.2.0 to 5.4.0 - [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases) - [Commits](testing-library/eslint-plugin-jest-dom@v5.2.0...v5.4.0) Updates `eslint-plugin-testing-library` from 6.2.0 to 6.2.2 - [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@v6.2.0...v6.2.2) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jest-dom dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f26b10b commit 216dea1

File tree

2 files changed

+2755
-2235
lines changed

2 files changed

+2755
-2235
lines changed

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"@testing-library/user-event": "^14.5.2",
4646
"@types/jest-axe": "^3.5.9",
4747
"@types/react": "^18.2.79",
48-
"@typescript-eslint/eslint-plugin": "^7.4.0",
49-
"@typescript-eslint/parser": "^7.4.0",
48+
"@typescript-eslint/eslint-plugin": "^7.7.1",
49+
"@typescript-eslint/parser": "^7.7.1",
5050
"babel-jest": "^29.7.0",
51-
"eslint": "^8.57.0",
51+
"eslint": "^9.1.1",
5252
"eslint-config-next": "^14.2.3",
53-
"eslint-plugin-jest-dom": "^5.2.0",
54-
"eslint-plugin-testing-library": "^6.2.0",
53+
"eslint-plugin-jest-dom": "^5.4.0",
54+
"eslint-plugin-testing-library": "^6.2.2",
5555
"fast-check": "^3.18.0",
5656
"husky": "^9.0.11",
5757
"jest": "^29.7.0",

0 commit comments

Comments
 (0)