From e61036271a3a6290989a70ca3dfd6be1718816d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:47:58 +0000 Subject: [PATCH] Update dependency react-select to v5.10.0 (#99775) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- .../grafana-o11y-ds-frontend/package.json | 2 +- packages/grafana-prometheus/package.json | 2 +- packages/grafana-sql/package.json | 2 +- packages/grafana-ui/package.json | 2 +- .../datasource/azuremonitor/package.json | 2 +- .../datasource/cloud-monitoring/package.json | 2 +- .../grafana-testdata-datasource/package.json | 2 +- .../plugins/datasource/jaeger/package.json | 2 +- .../app/plugins/datasource/tempo/package.json | 2 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 62 +++++++++---------- 12 files changed, 42 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 1e7dde232a2..e7c2c0e8ad2 100644 --- a/package.json +++ b/package.json @@ -381,7 +381,7 @@ "react-router": "5.3.3", "react-router-dom": "5.3.3", "react-router-dom-v5-compat": "^6.26.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-split-pane": "0.1.92", "react-table": "7.8.0", "react-transition-group": "4.4.5", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index a668fa0280b..30d1371c9c4 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -24,7 +24,7 @@ "@grafana/runtime": "11.5.0-pre", "@grafana/schema": "11.5.0-pre", "@grafana/ui": "11.5.0-pre", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", "tslib": "2.8.1" diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index aee6ccc8bbe..6af91236b93 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -66,7 +66,7 @@ "pluralize": "8.0.0", "prismjs": "1.29.0", "react-highlight-words": "0.21.0", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "react-window": "1.8.11", "rxjs": "7.8.1", diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 6bafb8a31ed..87c21909f24 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -25,7 +25,7 @@ "lodash": "4.17.21", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "react-virtualized-auto-sizer": "1.0.25", "rxjs": "7.8.1", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index aa162a98040..a48a1deb146 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -99,7 +99,7 @@ "react-loading-skeleton": "3.5.0", "react-router-dom": "5.3.3", "react-router-dom-v5-compat": "^6.26.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-table": "7.8.0", "react-transition-group": "4.4.5", "react-use": "17.6.0", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 0f8b460420e..dab73a2bc56 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -19,7 +19,7 @@ "prismjs": "1.29.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", "tslib": "2.8.1" diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index b281d43e7a3..8d6bbae331a 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -20,7 +20,7 @@ "prismjs": "1.29.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", "tslib": "2.8.1" diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 47acd088aeb..10ee41620e5 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -15,7 +15,7 @@ "micro-memoize": "^4.1.2", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", "tslib": "2.8.1", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index a882e2093de..b5dd82b92a7 100644 --- a/public/app/plugins/datasource/jaeger/package.json +++ b/public/app/plugins/datasource/jaeger/package.json @@ -15,7 +15,7 @@ "logfmt": "^1.3.2", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-window": "1.8.11", "rxjs": "7.8.1", "stream-browserify": "3.0.0", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 55a87c3c5f3..32e5bd74287 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -29,7 +29,7 @@ "prismjs": "1.29.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", "semver": "7.6.3", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index efddda4e217..798087d01f5 100644 --- a/public/app/plugins/datasource/zipkin/package.json +++ b/public/app/plugins/datasource/zipkin/package.json @@ -14,7 +14,7 @@ "lodash": "4.17.21", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.9.0", + "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", "tslib": "2.8.1" diff --git a/yarn.lock b/yarn.lock index 02276433807..2708ec8a2dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2730,7 +2730,7 @@ __metadata: prismjs: "npm:1.29.0" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-select-event: "npm:5.5.1" react-use: "npm:17.6.0" rxjs: "npm:7.8.1" @@ -2841,7 +2841,7 @@ __metadata: micro-memoize: "npm:^4.1.2" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-use: "npm:17.6.0" rxjs: "npm:7.8.1" ts-node: "npm:10.9.2" @@ -2882,7 +2882,7 @@ __metadata: logfmt: "npm:^1.3.2" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-window: "npm:1.8.11" rxjs: "npm:7.8.1" stream-browserify: "npm:3.0.0" @@ -3023,7 +3023,7 @@ __metadata: prismjs: "npm:1.29.0" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-select-event: "npm:5.5.1" react-use: "npm:17.6.0" rxjs: "npm:7.8.1" @@ -3079,7 +3079,7 @@ __metadata: prismjs: "npm:1.29.0" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-select-event: "npm:5.5.1" react-use: "npm:17.6.0" rxjs: "npm:7.8.1" @@ -3119,7 +3119,7 @@ __metadata: lodash: "npm:4.17.21" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-use: "npm:17.6.0" rxjs: "npm:7.8.1" ts-node: "npm:10.9.2" @@ -3512,7 +3512,7 @@ __metadata: "@types/systemjs": "npm:6.15.1" jest: "npm:^29.6.4" react: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-use: "npm:17.6.0" rxjs: "npm:7.8.1" ts-jest: "npm:29.2.5" @@ -3674,7 +3674,7 @@ __metadata: react: "npm:18.3.1" react-dom: "npm:18.3.1" react-highlight-words: "npm:0.21.0" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-select-event: "npm:5.5.1" react-use: "npm:17.6.0" react-window: "npm:1.8.11" @@ -3897,7 +3897,7 @@ __metadata: lodash: "npm:4.17.21" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-use: "npm:17.6.0" react-virtualized-auto-sizer: "npm:1.0.25" rxjs: "npm:7.8.1" @@ -4109,7 +4109,7 @@ __metadata: react-loading-skeleton: "npm:3.5.0" react-router-dom: "npm:5.3.3" react-router-dom-v5-compat: "npm:^6.26.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-select-event: "npm:^5.1.0" react-table: "npm:7.8.0" react-transition-group: "npm:4.4.5" @@ -18044,7 +18044,7 @@ __metadata: react-router: "npm:5.3.3" react-router-dom: "npm:5.3.3" react-router-dom-v5-compat: "npm:^6.26.1" - react-select: "npm:5.9.0" + react-select: "npm:5.10.0" react-select-event: "npm:5.5.1" react-split-pane: "npm:0.1.92" react-table: "npm:7.8.0" @@ -26369,6 +26369,26 @@ __metadata: languageName: node linkType: hard +"react-select@npm:5.10.0": + version: 5.10.0 + resolution: "react-select@npm:5.10.0" + dependencies: + "@babel/runtime": "npm:^7.12.0" + "@emotion/cache": "npm:^11.4.0" + "@emotion/react": "npm:^11.8.1" + "@floating-ui/dom": "npm:^1.0.1" + "@types/react-transition-group": "npm:^4.4.0" + memoize-one: "npm:^6.0.0" + prop-types: "npm:^15.6.0" + react-transition-group: "npm:^4.3.0" + use-isomorphic-layout-effect: "npm:^1.2.0" + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + checksum: 10/70ccb74ef31a1fe24c3f7cb94459dd33289999ceda104b1b75256758b7f25ead5dcb4a1877d513f9e22d9ac62d2656414c51dd57b9436d49bd6834a7c8b1c727 + languageName: node + linkType: hard + "react-select@npm:5.8.1": version: 5.8.1 resolution: "react-select@npm:5.8.1" @@ -26389,26 +26409,6 @@ __metadata: languageName: node linkType: hard -"react-select@npm:5.9.0": - version: 5.9.0 - resolution: "react-select@npm:5.9.0" - dependencies: - "@babel/runtime": "npm:^7.12.0" - "@emotion/cache": "npm:^11.4.0" - "@emotion/react": "npm:^11.8.1" - "@floating-ui/dom": "npm:^1.0.1" - "@types/react-transition-group": "npm:^4.4.0" - memoize-one: "npm:^6.0.0" - prop-types: "npm:^15.6.0" - react-transition-group: "npm:^4.3.0" - use-isomorphic-layout-effect: "npm:^1.2.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - checksum: 10/2206b6687d6584ff1426056a779d8014ef4d8c4d1d5253dea4f03b01569fdedab8ae6b683ef475ead7da5a824934008b682838d734841d9734e2a8a63b9959fd - languageName: node - linkType: hard - "react-selecto@npm:^1.25.0": version: 1.26.3 resolution: "react-selecto@npm:1.26.3"