From 6eb51f6367e86ed10012a6ebdb14c115b4715faa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:40:41 +0000 Subject: [PATCH] Update dependency @testing-library/react to v14.1.2 (#80802) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/grafana-data/package.json | 2 +- packages/grafana-flamegraph/package.json | 2 +- packages/grafana-runtime/package.json | 2 +- packages/grafana-ui/package.json | 2 +- .../datasource/azuremonitor/package.json | 2 +- .../grafana-pyroscope-datasource/package.json | 2 +- .../grafana-testdata-datasource/package.json | 2 +- .../app/plugins/datasource/parca/package.json | 2 +- .../app/plugins/datasource/tempo/package.json | 2 +- yarn.lock | 28 +++++++++---------- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index e070c73c13e..d63ca583995 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@swc/helpers": "0.5.3", "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.2.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/angular": "1.8.9", "@types/angular-route": "1.7.6", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 925c44d3720..f26f812bab7 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -68,7 +68,7 @@ "@rollup/plugin-node-resolve": "15.2.3", "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.2.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/dompurify": "^2", "@types/history": "4.7.11", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index 7a593bd016a..d1e3c704dc9 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -62,7 +62,7 @@ "@grafana/tsconfig": "^1.2.0-rc1", "@rollup/plugin-node-resolve": "15.2.3", "@testing-library/jest-dom": "^6.1.2", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/d3": "^7", "@types/jest": "^29.5.4", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index aeec5e8353d..4b310192dc8 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -53,7 +53,7 @@ "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-node-resolve": "15.2.3", "@testing-library/dom": "9.3.4", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/angular": "1.8.9", "@types/history": "4.7.11", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 61e980f95e1..57b43aba533 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -130,7 +130,7 @@ "@storybook/theming": "7.4.5", "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.2.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/common-tags": "^1.8.0", "@types/d3": "7.4.3", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index b3d72f9e4b0..9fee5110107 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@grafana/e2e-selectors": "10.4.0-pre", "@grafana/plugin-configs": "10.4.0-pre", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", "@types/lodash": "4.14.202", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index e2e8e4742d9..aa053e50d5b 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@grafana/plugin-configs": "10.4.0-pre", "@testing-library/jest-dom": "6.2.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", "@types/lodash": "4.14.202", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 9ab8f2cf77d..7e568c91b93 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@grafana/e2e-selectors": "10.4.0-pre", "@grafana/plugin-configs": "10.4.0-pre", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", "@types/lodash": "4.14.202", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index cc78d9f0e9c..d319044e930 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@grafana/plugin-configs": "10.4.0-pre", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/lodash": "4.14.202", "@types/react": "18.2.15", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index eed362b8df0..0be0caa9050 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@grafana/plugin-configs": "10.4.0-pre", "@testing-library/jest-dom": "6.2.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", "@types/lodash": "4.14.202", diff --git a/yarn.lock b/yarn.lock index 7e985464fe9..22f1cf0baff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2901,7 +2901,7 @@ __metadata: "@grafana/schema": "npm:10.4.0-pre" "@grafana/ui": "npm:10.4.0-pre" "@kusto/monaco-kusto": "npm:^7.4.0" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.11" "@types/lodash": "npm:4.14.202" @@ -2939,7 +2939,7 @@ __metadata: "@grafana/schema": "npm:10.4.0-pre" "@grafana/ui": "npm:10.4.0-pre" "@testing-library/jest-dom": "npm:6.2.0" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.11" "@types/lodash": "npm:4.14.202" @@ -2979,7 +2979,7 @@ __metadata: "@grafana/runtime": "npm:10.4.0-pre" "@grafana/schema": "npm:10.4.0-pre" "@grafana/ui": "npm:10.4.0-pre" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.11" "@types/lodash": "npm:4.14.202" @@ -3032,7 +3032,7 @@ __metadata: "@grafana/runtime": "npm:10.4.0-pre" "@grafana/schema": "npm:10.4.0-pre" "@grafana/ui": "npm:10.4.0-pre" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/lodash": "npm:4.14.202" "@types/react": "npm:18.2.15" @@ -3071,7 +3071,7 @@ __metadata: "@opentelemetry/semantic-conventions": "npm:1.17.1" "@reduxjs/toolkit": "npm:1.9.5" "@testing-library/jest-dom": "npm:6.2.0" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.11" "@types/lodash": "npm:4.14.202" @@ -3139,7 +3139,7 @@ __metadata: "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:6.2.0" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/d3-interpolate": "npm:^3.0.0" "@types/dompurify": "npm:^2" @@ -3376,7 +3376,7 @@ __metadata: "@leeoniya/ufuzzy": "npm:1.0.14" "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/jest-dom": "npm:^6.1.2" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/d3": "npm:^7" "@types/jest": "npm:^29.5.4" @@ -3474,7 +3474,7 @@ __metadata: "@rollup/plugin-commonjs": "npm:25.0.7" "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/dom": "npm:9.3.4" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/angular": "npm:1.8.9" "@types/history": "npm:4.7.11" @@ -3596,7 +3596,7 @@ __metadata: "@storybook/theming": "npm:7.4.5" "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:6.2.0" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/user-event": "npm:14.5.2" "@types/common-tags": "npm:^1.8.0" "@types/d3": "npm:7.4.3" @@ -7632,9 +7632,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:14.0.0": - version: 14.0.0 - resolution: "@testing-library/react@npm:14.0.0" +"@testing-library/react@npm:14.1.2": + version: 14.1.2 + resolution: "@testing-library/react@npm:14.1.2" dependencies: "@babel/runtime": "npm:^7.12.5" "@testing-library/dom": "npm:^9.0.0" @@ -7642,7 +7642,7 @@ __metadata: peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 - checksum: 1f2a4f78d107e741b35671e9c7dd992d5c9f49b48ee24112ccfe636179be72f3c62a65b1405901b59eb6cde996176ebc2c99099e04d9f14575641e46688747f0 + checksum: 1664990ad9673403ee1d74c1c1b60ec30591d42a3fe1e2175c28cb935cd49bc9a4ba398707f702acc3278c3b0cb492ee57fe66f41ceb040c5da57de98cba5414 languageName: node linkType: hard @@ -16895,7 +16895,7 @@ __metadata: "@swc/helpers": "npm:0.5.3" "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:6.2.0" - "@testing-library/react": "npm:14.0.0" + "@testing-library/react": "npm:14.1.2" "@testing-library/react-hooks": "npm:^8.0.1" "@testing-library/user-event": "npm:14.5.2" "@types/angular": "npm:1.8.9"