From 8b12d3527685398e309701060d4aa7933648ec2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:19:09 -0600 Subject: [PATCH] build(deps): bump @testing-library/dom from 8.20.0 to 9.0.0 (#1522) Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.0 to 9.0.0. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.20.0...v9.0.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 865c73be..f57f4e06 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@reduxjs/toolkit": "^1.9.2", "@shopify/react-i18n": "^7.6.0", "@svgr/webpack": "^6.5.1", - "@testing-library/dom": "^8.20.0", + "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.4.3", diff --git a/yarn.lock b/yarn.lock index e75adb20..cc47c501 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2649,7 +2649,7 @@ __metadata: "@reduxjs/toolkit": ^1.9.2 "@shopify/react-i18n": ^7.6.0 "@svgr/webpack": ^6.5.1 - "@testing-library/dom": ^8.20.0 + "@testing-library/dom": ^9.0.0 "@testing-library/jest-dom": ^5.16.5 "@testing-library/react": ^12.1.5 "@testing-library/user-event": ^14.4.3 @@ -4556,7 +4556,7 @@ __metadata: languageName: node linkType: hard -"@testing-library/dom@npm:^8.0.0, @testing-library/dom@npm:^8.20.0": +"@testing-library/dom@npm:^8.0.0": version: 8.20.0 resolution: "@testing-library/dom@npm:8.20.0" dependencies: @@ -4572,6 +4572,22 @@ __metadata: languageName: node linkType: hard +"@testing-library/dom@npm:^9.0.0": + version: 9.0.0 + resolution: "@testing-library/dom@npm:9.0.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: 5381bf9438f0ee35f795e7f9b203564aa455e7cd838b6677084c82dd56396779c38cc49ddffed4e57a8bcc3c62b4bc96ea684bb4b24d13655152db745327b2cd + languageName: node + linkType: hard + "@testing-library/jest-dom@npm:^5.16.5": version: 5.16.5 resolution: "@testing-library/jest-dom@npm:5.16.5"