Skip to content

Commit e35083e

Browse files
chore(deps-dev): bump eslint-plugin-testing-library (#20022)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.15.3 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.15.3...v7.15.4) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-version: 7.15.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4e8f53 commit e35083e

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-prettier": "5.5.4",
3232
"eslint-plugin-react": "^7.37.5",
3333
"eslint-plugin-react-hooks": "^7.0.1",
34-
"eslint-plugin-testing-library": "^7.15.3",
34+
"eslint-plugin-testing-library": "^7.15.4",
3535
"eslint-plugin-unused-imports": "^4.3.0",
3636
"generate-changelog": "1.8.0",
3737
"husky": "9.1.7",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8024,7 +8024,7 @@ __metadata:
80248024
languageName: node
80258025
linkType: hard
80268026

8027-
"@typescript-eslint/scope-manager@npm:8.51.0":
8027+
"@typescript-eslint/scope-manager@npm:8.51.0, @typescript-eslint/scope-manager@npm:^8.51.0":
80288028
version: 8.51.0
80298029
resolution: "@typescript-eslint/scope-manager@npm:8.51.0"
80308030
dependencies:
@@ -8202,7 +8202,7 @@ __metadata:
82028202
languageName: node
82038203
linkType: hard
82048204

8205-
"@typescript-eslint/utils@npm:8.51.0":
8205+
"@typescript-eslint/utils@npm:8.51.0, @typescript-eslint/utils@npm:^8.51.0":
82068206
version: 8.51.0
82078207
resolution: "@typescript-eslint/utils@npm:8.51.0"
82088208
dependencies:
@@ -13634,7 +13634,7 @@ __metadata:
1363413634
languageName: node
1363513635
linkType: hard
1363613636

13637-
"eslint-plugin-testing-library@npm:^7.0.0, eslint-plugin-testing-library@npm:^7.15.3":
13637+
"eslint-plugin-testing-library@npm:^7.0.0":
1363813638
version: 7.15.3
1363913639
resolution: "eslint-plugin-testing-library@npm:7.15.3"
1364013640
dependencies:
@@ -13646,6 +13646,18 @@ __metadata:
1364613646
languageName: node
1364713647
linkType: hard
1364813648

13649+
"eslint-plugin-testing-library@npm:^7.15.4":
13650+
version: 7.15.4
13651+
resolution: "eslint-plugin-testing-library@npm:7.15.4"
13652+
dependencies:
13653+
"@typescript-eslint/scope-manager": "npm:^8.51.0"
13654+
"@typescript-eslint/utils": "npm:^8.51.0"
13655+
peerDependencies:
13656+
eslint: ^8.57.0 || ^9.0.0
13657+
checksum: 10/be717d041ce6d368f7dd422813f620f455aff6c7c61a9364287af32fe18d31ca88467c2bf50e742bf470820db5f7bea617aac232c8e0a61daadcee8b76428786
13658+
languageName: node
13659+
linkType: hard
13660+
1364913661
"eslint-plugin-unused-imports@npm:^4, eslint-plugin-unused-imports@npm:^4.3.0":
1365013662
version: 4.3.0
1365113663
resolution: "eslint-plugin-unused-imports@npm:4.3.0"
@@ -27236,7 +27248,7 @@ __metadata:
2723627248
eslint-plugin-prettier: "npm:5.5.4"
2723727249
eslint-plugin-react: "npm:^7.37.5"
2723827250
eslint-plugin-react-hooks: "npm:^7.0.1"
27239-
eslint-plugin-testing-library: "npm:^7.15.3"
27251+
eslint-plugin-testing-library: "npm:^7.15.4"
2724027252
eslint-plugin-unused-imports: "npm:^4.3.0"
2724127253
generate-changelog: "npm:1.8.0"
2724227254
husky: "npm:9.1.7"

0 commit comments

Comments
 (0)