From 1cbb6b807e8b6d95179785f7977ed260a9c981f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 04:09:51 +0000 Subject: [PATCH] Bump eslint-plugin-testing-library from 7.7.0 to 7.8.0 in /frontend Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.7.0 to 7.8.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](https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.7.0...v7.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-version: 7.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 74a8671a0..099a2fca4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -73,7 +73,7 @@ "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^7.7.0", + "eslint-plugin-testing-library": "^7.8.0", "jest": "^30.1.0", "jest-environment-jsdom": "^30.1.1", "postcss": "^8.5.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 503904a40..e94f8e5b1 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3307,10 +3307,10 @@ eslint-plugin-react@^7.37.0: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^7.7.0: - version "7.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.7.0.tgz#9f88466c82139bc130d1536220d51c92aa91cced" - integrity sha512-gxQU77Q9wuedmwnCEjXHd67Wr1HquWWK/6fb95vG8ImiDMB9fA4vorz9+wzHOj+aXexfz5EUYF9VU7J5zrgF8g== +eslint-plugin-testing-library@^7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.8.0.tgz#f18b95ad9710c32a7630c48fdfcba826e7c5d06a" + integrity sha512-zmu9xtpULN5KCtJBABBmXK3jfKZej2ZJ6QzCX4MtywP3UTJ7yn/Zful8Kn5mUiOCxX6KBt0to3OZf7Usuhtvfg== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0"