From e22ace40312a2fd2e277acc7eca0722ba1ff270d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 05:41:33 +0000 Subject: [PATCH] Update dependency react-select to v5.10.2 (#108030) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- .../grafana-o11y-ds-frontend/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/loki/package.json | 2 +- .../app/plugins/datasource/tempo/package.json | 2 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 30 +++++++++---------- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 9c3c6e603d2..aeb2c06d514 100644 --- a/package.json +++ b/package.json @@ -396,7 +396,7 @@ "react-router": "5.3.4", "react-router-dom": "5.3.4", "react-router-dom-v5-compat": "^6.26.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "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 cf7da96e1c8..18faf879904 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -24,7 +24,7 @@ "@grafana/runtime": "12.1.0-pre", "@grafana/schema": "12.1.0-pre", "@grafana/ui": "12.1.0-pre", - "react-select": "5.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", "tslib": "2.8.1" diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 5807c465e12..2068a48f9de 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -27,7 +27,7 @@ "lodash": "4.17.21", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "react-virtualized-auto-sizer": "1.0.26", "rxjs": "7.8.2", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 854e58ae28a..e7eecdd6f4c 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -116,7 +116,7 @@ "react-loading-skeleton": "3.5.0", "react-router-dom": "5.3.4", "react-router-dom-v5-compat": "^6.26.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "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 2619deb5e98..70fc99f5487 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -20,7 +20,7 @@ "prismjs": "1.30.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", "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 f476c47156c..4ebc93b79be 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.30.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", "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 1c71f41c562..0fe0876a9c8 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -14,7 +14,7 @@ "micro-memoize": "^4.1.2", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", "tslib": "2.8.1", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index d32fdd415c7..160045a9948 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.10.1", + "react-select": "5.10.2", "react-window": "1.8.11", "rxjs": "7.8.2", "stream-browserify": "3.0.0", diff --git a/public/app/plugins/datasource/loki/package.json b/public/app/plugins/datasource/loki/package.json index 3cd58989823..6ccdca31bb9 100644 --- a/public/app/plugins/datasource/loki/package.json +++ b/public/app/plugins/datasource/loki/package.json @@ -17,7 +17,7 @@ "micro-memoize": "^4.1.2", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", "tslib": "2.8.1", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 469228c1ce9..455e45f1b02 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -28,7 +28,7 @@ "prismjs": "1.30.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-select": "5.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", "semver": "7.7.2", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 94a2c65a18e..21fcf1d7aae 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.10.1", + "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", "tslib": "2.8.1" diff --git a/yarn.lock b/yarn.lock index 450707fc536..ef748e84c73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2555,7 +2555,7 @@ __metadata: prismjs: "npm:1.30.0" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-select-event: "npm:5.5.1" react-use: "npm:17.6.0" rxjs: "npm:7.8.2" @@ -2665,7 +2665,7 @@ __metadata: micro-memoize: "npm:^4.1.2" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-use: "npm:17.6.0" rxjs: "npm:7.8.2" ts-node: "npm:10.9.2" @@ -2706,7 +2706,7 @@ __metadata: logfmt: "npm:^1.3.2" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-window: "npm:1.8.11" rxjs: "npm:7.8.2" stream-browserify: "npm:3.0.0" @@ -2749,7 +2749,7 @@ __metadata: micro-memoize: "npm:^4.1.2" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-use: "npm:17.6.0" rxjs: "npm:7.8.2" ts-node: "npm:10.9.2" @@ -2891,7 +2891,7 @@ __metadata: prismjs: "npm:1.30.0" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-select-event: "npm:5.5.1" react-use: "npm:17.6.0" rxjs: "npm:7.8.2" @@ -2946,7 +2946,7 @@ __metadata: prismjs: "npm:1.30.0" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-select-event: "npm:5.5.1" react-use: "npm:17.6.0" rxjs: "npm:7.8.2" @@ -2986,7 +2986,7 @@ __metadata: lodash: "npm:4.17.21" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-use: "npm:17.6.0" rxjs: "npm:7.8.2" ts-node: "npm:10.9.2" @@ -3356,7 +3356,7 @@ __metadata: "@types/systemjs": "npm:6.15.3" jest: "npm:^29.6.4" react: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-use: "npm:17.6.0" rxjs: "npm:7.8.2" ts-jest: "npm:29.2.5" @@ -3643,7 +3643,7 @@ __metadata: lodash: "npm:4.17.21" react: "npm:18.3.1" react-dom: "npm:18.3.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-use: "npm:17.6.0" react-virtualized-auto-sizer: "npm:1.0.26" rxjs: "npm:7.8.2" @@ -3792,7 +3792,7 @@ __metadata: react-loading-skeleton: "npm:3.5.0" react-router-dom: "npm:5.3.4" react-router-dom-v5-compat: "npm:^6.26.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-select-event: "npm:^5.1.0" react-table: "npm:7.8.0" react-transition-group: "npm:4.4.5" @@ -18411,7 +18411,7 @@ __metadata: react-router: "npm:5.3.4" react-router-dom: "npm:5.3.4" react-router-dom-v5-compat: "npm:^6.26.1" - react-select: "npm:5.10.1" + react-select: "npm:5.10.2" react-select-event: "npm:5.5.1" react-split-pane: "npm:0.1.92" react-table: "npm:7.8.0" @@ -27152,9 +27152,9 @@ __metadata: languageName: node linkType: hard -"react-select@npm:5.10.1": - version: 5.10.1 - resolution: "react-select@npm:5.10.1" +"react-select@npm:5.10.2": + version: 5.10.2 + resolution: "react-select@npm:5.10.2" dependencies: "@babel/runtime": "npm:^7.12.0" "@emotion/cache": "npm:^11.4.0" @@ -27168,7 +27168,7 @@ __metadata: 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/c0c4d798e9b1f654b56c26bffb149ab811d24ca0950c1e8c3675438065628561eb132c6a5982cea893a288a0e9af6f9d9db290f4e53da71570dada0c1147f146 + checksum: 10/9c7f488a9774f566f60e882343dc26276eed866669304805638378b3bafb87fb1f6189d1aacde5eba4f637a7ff022f8e24caec541d12c254bafc2eb9658e14d2 languageName: node linkType: hard