Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps-dev): Bump eslint-plugin-testing-library from 6.1.0 to 6.2.2 #5701

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelogs/unreleased/5701-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
change-type: patch
description: 'Build(deps-dev): Bump eslint-plugin-testing-library from 6.1.0 to 6.2.2'
destination-branches:
- master
- iso7
sections: {}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.1.0",
"eslint-plugin-testing-library": "^6.2.2",
"fetch-mock": "^9.11.0",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ __metadata:
eslint-plugin-prettier: "npm:5.1.3"
eslint-plugin-react: "npm:^7.33.2"
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-testing-library: "npm:^6.1.0"
eslint-plugin-testing-library: "npm:^6.2.2"
fetch-mock: "npm:^9.11.0"
file-loader: "npm:^6.2.0"
file-saver: "npm:^2.0.5"
Expand Down Expand Up @@ -6957,14 +6957,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-testing-library@npm:^6.1.0":
version: 6.1.0
resolution: "eslint-plugin-testing-library@npm:6.1.0"
"eslint-plugin-testing-library@npm:^6.2.2":
version: 6.2.2
resolution: "eslint-plugin-testing-library@npm:6.2.2"
dependencies:
"@typescript-eslint/utils": "npm:^5.58.0"
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
checksum: 10/75c0f4021ab8e3b4cf70698f7b02878ea0901c9f590ad53c1b541cdace7a8bbd2e882b1fec752b42a0ed02390c9980aab7237bf0278bc2d0f895748d037e311f
checksum: 10/61947d0b81de1565c8627ec2d1e6636a8b6613cfe554a4671d011b3e88dfd77b498ce83b15bcf0a2df5570c44ad1d46d54058ed488f4e515d764196cbc6d65cf
languageName: node
linkType: hard

Expand Down
Loading