From 7c7919777e54b88924db9561f0a7bedced91aacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 04:10:41 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react-hooks from 7.0.2 to 8.0.0 Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases) - [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react-hooks" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .changeset/dependabot-79d2c45.md | 21 +++++++++++++++++++++ packages/core-app-api/package.json | 2 +- packages/core-components/package.json | 2 +- packages/core-plugin-api/package.json | 2 +- packages/version-bridge/package.json | 2 +- plugins/catalog-graph/package.json | 2 +- plugins/catalog-import/package.json | 2 +- plugins/catalog-react/package.json | 2 +- plugins/git-release-manager/package.json | 2 +- plugins/kafka/package.json | 2 +- plugins/kubernetes/package.json | 2 +- plugins/lighthouse/package.json | 2 +- plugins/rollbar/package.json | 2 +- plugins/scaffolder/package.json | 2 +- plugins/search-react/package.json | 2 +- plugins/search/package.json | 2 +- plugins/techdocs-react/package.json | 2 +- plugins/techdocs/package.json | 2 +- yarn.lock | 22 ++++++---------------- 19 files changed, 44 insertions(+), 33 deletions(-) create mode 100644 .changeset/dependabot-79d2c45.md diff --git a/.changeset/dependabot-79d2c45.md b/.changeset/dependabot-79d2c45.md new file mode 100644 index 0000000000..31bb958713 --- /dev/null +++ b/.changeset/dependabot-79d2c45.md @@ -0,0 +1,21 @@ +--- +'@backstage/core-app-api': patch +'@backstage/core-components': patch +'@backstage/core-plugin-api': patch +'@backstage/version-bridge': patch +'@backstage/plugin-catalog-graph': patch +'@backstage/plugin-catalog-import': patch +'@backstage/plugin-catalog-react': patch +'@backstage/plugin-git-release-manager': patch +'@backstage/plugin-kafka': patch +'@backstage/plugin-kubernetes': patch +'@backstage/plugin-lighthouse': patch +'@backstage/plugin-rollbar': patch +'@backstage/plugin-scaffolder': patch +'@backstage/plugin-search-react': patch +'@backstage/plugin-search': patch +'@backstage/plugin-techdocs-react': patch +'@backstage/plugin-techdocs': patch +--- + +build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0 diff --git a/packages/core-app-api/package.json b/packages/core-app-api/package.json index 7c7357ce37..d1cd4cfba9 100644 --- a/packages/core-app-api/package.json +++ b/packages/core-app-api/package.json @@ -53,7 +53,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 7db6c1c5a4..6eee67394b 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -83,7 +83,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/classnames": "^2.2.9", "@types/d3-selection": "^3.0.1", diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json index 30a0234ab5..0ca065fdb9 100644 --- a/packages/core-plugin-api/package.json +++ b/packages/core-plugin-api/package.json @@ -51,7 +51,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/packages/version-bridge/package.json b/packages/version-bridge/package.json index a03e3d9f75..e5d6b73abb 100644 --- a/packages/version-bridge/package.json +++ b/packages/version-bridge/package.json @@ -40,7 +40,7 @@ "@backstage/cli": "^0.17.0-next.1", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2" + "@testing-library/react-hooks": "^8.0.0" }, "files": [ "dist" diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json index 297f0f91b4..0b02ef068f 100644 --- a/plugins/catalog-graph/package.json +++ b/plugins/catalog-graph/package.json @@ -52,7 +52,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7" }, diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json index fd2223b1d5..9bbd628997 100644 --- a/plugins/catalog-import/package.json +++ b/plugins/catalog-import/package.json @@ -66,7 +66,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "cross-fetch": "^3.1.5", diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index b50abc3be2..e2a230e112 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -70,7 +70,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/jwt-decode": "^3.1.0", diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json index 6dd5d24173..3bf4cab256 100644 --- a/plugins/git-release-manager/package.json +++ b/plugins/git-release-manager/package.json @@ -49,7 +49,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json index dc93d6717a..4c6bf70deb 100644 --- a/plugins/kafka/package.json +++ b/plugins/kafka/package.json @@ -45,7 +45,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 8cbc75e461..2cb0ebcc2b 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -63,7 +63,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index 9c68be2d25..f46bc74995 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -57,7 +57,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json index 1558269ebc..fc4c8608d1 100644 --- a/plugins/rollbar/package.json +++ b/plugins/rollbar/package.json @@ -59,7 +59,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index bbdff1c5e5..53388f7bcd 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -86,7 +86,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/humanize-duration": "^3.18.1", "@types/jest": "^26.0.7", diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json index f34ade558a..4defc0e681 100644 --- a/plugins/search-react/package.json +++ b/plugins/search-react/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/jest-dom": "^5.10.1" }, "files": [ diff --git a/plugins/search/package.json b/plugins/search/package.json index eeb06980fb..7769981e60 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -63,7 +63,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", diff --git a/plugins/techdocs-react/package.json b/plugins/techdocs-react/package.json index 99097c5e02..584f2b786e 100644 --- a/plugins/techdocs-react/package.json +++ b/plugins/techdocs-react/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@backstage/test-utils": "^1.0.1-next.2", "@backstage/theme": "^0.2.15" }, diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index 8f47c25f17..7296bff484 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -74,7 +74,7 @@ "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^7.0.2", + "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", "@types/event-source-polyfill": "^1.0.0", "@types/dompurify": "^2.2.2", diff --git a/yarn.lock b/yarn.lock index 9dd49b612d..99b7727adf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5553,15 +5553,12 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react-hooks@^7.0.2": - version "7.0.2" - resolved "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz#3388d07f562d91e7f2431a4a21b5186062ecfee0" - integrity sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg== +"@testing-library/react-hooks@^8.0.0": + version "8.0.0" + resolved "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-8.0.0.tgz#7d0164bffce4647f506039de0a97f6fcbd20f4bf" + integrity sha512-uZqcgtcUUtw7Z9N32W13qQhVAD+Xki2hxbTR461MKax8T6Jr8nsUvZB+vcBTkzY2nFvsUet434CsgF0ncW2yFw== dependencies: "@babel/runtime" "^7.12.5" - "@types/react" ">=16.9.0" - "@types/react-dom" ">=16.9.0" - "@types/react-test-renderer" ">=16.9.0" react-error-boundary "^3.1.0" "@testing-library/react@^12.1.3": @@ -6559,7 +6556,7 @@ resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c" integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== -"@types/react-dom@*", "@types/react-dom@>=16.9.0", "@types/react-dom@^17": +"@types/react-dom@*", "@types/react-dom@^17": version "17.0.15" resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156" integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw== @@ -6597,13 +6594,6 @@ dependencies: "@types/react" "*" -"@types/react-test-renderer@>=16.9.0": - version "16.9.2" - resolved "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-16.9.2.tgz#e1c408831e8183e5ad748fdece02214a7c2ab6c5" - integrity sha512-4eJr1JFLIAlWhzDkBCkhrOIWOvOxcCAfQh+jiKg7l/nNZcCIL2MHl2dZhogIFKyHzedVWHaVP1Yydq/Ruu4agw== - dependencies: - "@types/react" "*" - "@types/react-text-truncate@^0.14.0": version "0.14.1" resolved "https://registry.npmjs.org/@types/react-text-truncate/-/react-text-truncate-0.14.1.tgz#3d24eca927e5fd1bfd789b047ae8ec53ba878b28" @@ -6632,7 +6622,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@>=16.9.0", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^17": +"@types/react@*", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^17": version "17.0.44" resolved "https://registry.npmjs.org/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==