Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-jest-dom to v5 (#14227)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 17, 2023
1 parent feb98d8 commit 410931a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jest-dom": "^5.0.0",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
30 changes: 7 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7114,22 +7114,6 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^8.11.1":
version: 8.20.0
resolution: "@testing-library/dom@npm:8.20.0"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/runtime": ^7.12.5
"@types/aria-query": ^5.0.1
aria-query: ^5.0.0
chalk: ^4.1.0
dom-accessibility-api: ^0.5.9
lz-string: ^1.4.4
pretty-format: ^27.0.2
checksum: 1e599129a2fe91959ce80900a0a4897232b89e2a8e22c1f5950c36d39c97629ea86b4986b60b173b5525a05de33fde1e35836ea597b03de78cc51b122835c6f0
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0":
version: 9.0.1
resolution: "@testing-library/dom@npm:9.0.1"
Expand Down Expand Up @@ -14245,7 +14229,7 @@ __metadata:
eslint-config-prettier: ^8.8.0
eslint-plugin-import: ^2.27.5
eslint-plugin-jest: ^26.9.0
eslint-plugin-jest-dom: ^4.0.3
eslint-plugin-jest-dom: ^5.0.0
eslint-plugin-jsdoc: ^40.0.0
eslint-plugin-jsx-a11y: ^6.7.1
eslint-plugin-prettier: ^4.2.1
Expand Down Expand Up @@ -14472,16 +14456,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest-dom@npm:^4.0.3":
version: 4.0.3
resolution: "eslint-plugin-jest-dom@npm:4.0.3"
"eslint-plugin-jest-dom@npm:^5.0.0":
version: 5.0.1
resolution: "eslint-plugin-jest-dom@npm:5.0.1"
dependencies:
"@babel/runtime": ^7.16.3
"@testing-library/dom": ^8.11.1
requireindex: ^1.2.0
peerDependencies:
"@testing-library/dom": ^8.0.0 || ^9.0.0
eslint: ^6.8.0 || ^7.0.0 || ^8.0.0
checksum: 6bd22cdb7951a4b9ac65fe35c7bdc3e44cbe09918c79535fa698433d730392ef7a6faa55468b84d1cb0303a923266a05d45e38278d88380b0f09c8e8f57c75de
checksum: aad1ccae292e8b77be0e034499a62502e074d6d631320efa8b7d9de4a1e484f0ab27480820fb4974cec49101df35c9d4a320643a7c93d2a08778fec283b1e2fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -21234,7 +21218,7 @@ __metadata:
languageName: node
linkType: hard

"lz-string@npm:^1.4.4, lz-string@npm:^1.5.0":
"lz-string@npm:^1.5.0":
version: 1.5.0
resolution: "lz-string@npm:1.5.0"
bin:
Expand Down

0 comments on commit 410931a

Please sign in to comment.