From 8dba53b541acec66c08c39a700b05c985c903eb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:13:09 +0000 Subject: [PATCH] Update dependency @testing-library/user-event to v14.5.2 --- 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-testdata-datasource/package.json | 2 +- .../app/plugins/datasource/parca/package.json | 2 +- yarn.lock | 24 +++++++++---------- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 7a1f7320461..52707b08336 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.1.4", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/angular": "1.8.5", "@types/angular-route": "1.7.3", "@types/chance": "^1.1.3", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 0662ae63d26..740cbb9bedd 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -69,7 +69,7 @@ "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.1.4", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/dompurify": "^2", "@types/history": "4.7.11", "@types/jest": "29.5.4", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index dba04157819..703501e7bb0 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -63,7 +63,7 @@ "@rollup/plugin-node-resolve": "15.2.3", "@testing-library/jest-dom": "^6.1.2", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/d3": "^7", "@types/jest": "^29.5.4", "@types/lodash": "4.14.195", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 00a9ee6502a..76674420e73 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -54,7 +54,7 @@ "@rollup/plugin-node-resolve": "15.2.3", "@testing-library/dom": "9.3.4", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/angular": "1.8.5", "@types/history": "4.7.11", "@types/jest": "29.5.4", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index f0c6f0b355c..9a6501ac3c6 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -134,7 +134,7 @@ "@testing-library/dom": "9.3.4", "@testing-library/jest-dom": "6.1.4", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/common-tags": "^1.8.0", "@types/d3": "7.4.3", "@types/hoist-non-react-statics": "3.3.1", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 3d46842f466..413db605244 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -26,7 +26,7 @@ "@grafana/e2e-selectors": "10.3.0-pre", "@grafana/plugin-configs": "10.3.0-pre", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.4", "@types/lodash": "4.14.195", "@types/node": "20.8.10", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 2644ec28042..7487cca983e 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -21,7 +21,7 @@ "@grafana/e2e-selectors": "10.3.0-pre", "@grafana/plugin-configs": "10.3.0-pre", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.4", "@types/lodash": "4.14.195", "@types/node": "20.8.10", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index a7b500113b0..73d788b267e 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@grafana/plugin-configs": "10.3.0-pre", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.1", + "@testing-library/user-event": "14.5.2", "@types/lodash": "4.14.195", "@types/react": "18.2.15", "ts-node": "10.9.1", diff --git a/yarn.lock b/yarn.lock index c297bdd16bd..ba6b7f4803a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2944,7 +2944,7 @@ __metadata: "@grafana/ui": "npm:10.3.0-pre" "@kusto/monaco-kusto": "npm:^7.4.0" "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.4" "@types/lodash": "npm:4.14.195" "@types/node": "npm:20.8.10" @@ -2983,7 +2983,7 @@ __metadata: "@grafana/schema": "npm:10.3.0-pre" "@grafana/ui": "npm:10.3.0-pre" "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.4" "@types/lodash": "npm:4.14.195" "@types/node": "npm:20.8.10" @@ -3036,7 +3036,7 @@ __metadata: "@grafana/schema": "npm:10.3.0-pre" "@grafana/ui": "npm:10.3.0-pre" "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/lodash": "npm:4.14.195" "@types/react": "npm:18.2.15" lodash: "npm:4.17.21" @@ -3084,7 +3084,7 @@ __metadata: "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:6.1.4" "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/d3-interpolate": "npm:^3.0.0" "@types/dompurify": "npm:^2" "@types/history": "npm:4.7.11" @@ -3321,7 +3321,7 @@ __metadata: "@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/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/d3": "npm:^7" "@types/jest": "npm:^29.5.4" "@types/lodash": "npm:4.14.195" @@ -3419,7 +3419,7 @@ __metadata: "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/dom": "npm:9.3.4" "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/angular": "npm:1.8.5" "@types/history": "npm:4.7.11" "@types/jest": "npm:29.5.4" @@ -3544,7 +3544,7 @@ __metadata: "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:6.1.4" "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/common-tags": "npm:^1.8.0" "@types/d3": "npm:7.4.3" "@types/hoist-non-react-statics": "npm:3.3.1" @@ -7868,12 +7868,12 @@ __metadata: languageName: node linkType: hard -"@testing-library/user-event@npm:14.5.1": - version: 14.5.1 - resolution: "@testing-library/user-event@npm:14.5.1" +"@testing-library/user-event@npm:14.5.2": + version: 14.5.2 + resolution: "@testing-library/user-event@npm:14.5.2" peerDependencies: "@testing-library/dom": ">=7.21.4" - checksum: 696e1328c230b0a7063a41d82b5350c6be926696106809a4d79d446d190ff56bebb850fe564ff0952cb74ae81e59a6f10534a88ecbb3792083271a249e04e728 + checksum: 49821459d81c6bc435d97128d6386ca24f1e4b3ba8e46cb5a96fe3643efa6e002d88c1b02b7f2ec58da593e805c59b78d7fdf0db565c1f02ba782f63ee984040 languageName: node linkType: hard @@ -17105,7 +17105,7 @@ __metadata: "@testing-library/jest-dom": "npm:6.1.4" "@testing-library/react": "npm:14.0.0" "@testing-library/react-hooks": "npm:^8.0.1" - "@testing-library/user-event": "npm:14.5.1" + "@testing-library/user-event": "npm:14.5.2" "@types/angular": "npm:1.8.5" "@types/angular-route": "npm:1.7.3" "@types/chance": "npm:^1.1.3"