From 1a3aeab607e3b9ca5bfdf696bea853c899402825 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:57:58 -0700 Subject: [PATCH] Release: 12.3.1 (#115450) * Update changelog * Update version to 12.3.1 * restart ci --------- Co-authored-by: grafana-delivery-bot[bot] Co-authored-by: jev forsberg --- CHANGELOG.md | 23 ++ .../grafana-extensionstest-app/package.json | 2 +- .../grafana-test-datasource/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- packages/grafana-alerting/package.json | 4 +- packages/grafana-api-clients/package.json | 2 +- packages/grafana-data/package.json | 6 +- packages/grafana-e2e-selectors/package.json | 2 +- packages/grafana-eslint-rules/package.json | 2 +- packages/grafana-flamegraph/package.json | 6 +- packages/grafana-i18n/package.json | 2 +- .../grafana-o11y-ds-frontend/package.json | 12 +- packages/grafana-plugin-configs/package.json | 2 +- packages/grafana-prometheus/package.json | 14 +- packages/grafana-runtime/package.json | 10 +- packages/grafana-schema/package.json | 2 +- .../x/AnnotationsListPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/BarChartPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/BarGaugePanelCfg_types.gen.ts | 2 +- .../x/CandlestickPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/CanvasPanelCfg_types.gen.ts | 2 +- .../x/CloudWatchDataQuery_types.gen.ts | 2 +- .../x/DashboardListPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/DatagridPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/DebugPanelCfg_types.gen.ts | 2 +- .../x/ElasticsearchDataQuery_types.gen.ts | 2 +- .../panelcfg/x/GaugePanelCfg_types.gen.ts | 2 +- .../panelcfg/x/GeomapPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/HeatmapPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/HistogramPanelCfg_types.gen.ts | 2 +- .../logs/panelcfg/x/LogsPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/NewGaugePanelCfg_types.gen.ts | 2 +- .../news/panelcfg/x/NewsPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/NodeGraphPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/PieChartPanelCfg_types.gen.ts | 2 +- .../stat/panelcfg/x/StatPanelCfg_types.gen.ts | 2 +- .../x/StateTimelinePanelCfg_types.gen.ts | 2 +- .../x/StatusHistoryPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/TablePanelCfg_types.gen.ts | 2 +- .../text/panelcfg/x/TextPanelCfg_types.gen.ts | 2 +- .../x/TimeSeriesPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/TrendPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/XYChartPanelCfg_types.gen.ts | 2 +- packages/grafana-sql/package.json | 12 +- packages/grafana-test-utils/package.json | 2 +- packages/grafana-ui/package.json | 10 +- .../datasource/azuremonitor/package.json | 16 +- .../datasource/cloud-monitoring/package.json | 14 +- .../package.json | 14 +- .../grafana-pyroscope-datasource/package.json | 12 +- .../grafana-testdata-datasource/package.json | 14 +- .../plugins/datasource/graphite/package.json | 14 +- .../plugins/datasource/jaeger/package.json | 2 +- .../app/plugins/datasource/loki/package.json | 14 +- .../app/plugins/datasource/mssql/package.json | 16 +- .../app/plugins/datasource/mysql/package.json | 14 +- .../app/plugins/datasource/parca/package.json | 12 +- .../app/plugins/datasource/tempo/package.json | 4 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 196 +++++++++--------- 61 files changed, 270 insertions(+), 247 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e53f42f32..2ca86d13008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + + +# 12.3.1 (2025-12-16) + +### Features and enhancements + +- **Alerting:** Update alerting dependency [#114259](https://github.com/grafana/grafana/pull/114259), [@moustafab](https://github.com/moustafab) +- **Azure:** Improved column handling in logs query builder [#114841](https://github.com/grafana/grafana/pull/114841), [@aangelisc](https://github.com/aangelisc) +- **Azure:** Include aggregate columns in logs builder [#114835](https://github.com/grafana/grafana/pull/114835), [@aangelisc](https://github.com/aangelisc) +- **Dependencies:** Bump Go to v1.25.5 [#114751](https://github.com/grafana/grafana/pull/114751), [@macabu](https://github.com/macabu) +- **Docs:** Clarify section title for repeating rows and tabs [#115346](https://github.com/grafana/grafana/pull/115346), [@imatwawana](https://github.com/imatwawana) +- **Plugins:** Add PluginContext to plugins when scenes is disabled [#115064](https://github.com/grafana/grafana/pull/115064), [@hugohaggmark](https://github.com/hugohaggmark) +- **QueryEditorRows:** Clear hideSeriesFrom override on query edit [#114628](https://github.com/grafana/grafana/pull/114628), [@Sergej-Vlasov](https://github.com/Sergej-Vlasov) + +### Bug fixes + +- **Azure:** Fix `dcount` aggregation [#114907](https://github.com/grafana/grafana/pull/114907), [@aangelisc](https://github.com/aangelisc) +- **Azure:** Fix `percentile` syntax [#114707](https://github.com/grafana/grafana/pull/114707), [@aangelisc](https://github.com/aangelisc) +- **Dashboards:** Fix empty space under time controls when a dashboard has a lot of variables [#114730](https://github.com/grafana/grafana/pull/114730), [@oscarkilhed](https://github.com/oscarkilhed) +- **Plugins:** Datasource breadcrumb link should link to settings tab [#113910](https://github.com/grafana/grafana/pull/113910), [@wbrowne](https://github.com/wbrowne) +- **Postgresql:** Fix variable interpolation logic when the variable has multiple values [#114876](https://github.com/grafana/grafana/pull/114876), [@itsmylife](https://github.com/itsmylife) + + # 12.2.1 (2025-10-21) diff --git a/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json b/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json index 57e9f55f389..53a84bd0af8 100644 --- a/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json +++ b/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/extensions-test-app", - "version": "12.3.1", + "version": "12.3.2", "private": true, "scripts": { "build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production", diff --git a/e2e-playwright/test-plugins/grafana-test-datasource/package.json b/e2e-playwright/test-plugins/grafana-test-datasource/package.json index 139b7e17b7a..4c4416e096b 100644 --- a/e2e-playwright/test-plugins/grafana-test-datasource/package.json +++ b/e2e-playwright/test-plugins/grafana-test-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/grafana-e2etest-datasource", - "version": "12.3.1", + "version": "12.3.2", "private": true, "scripts": { "build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production", diff --git a/lerna.json b/lerna.json index 877b2321071..658b00f5ea4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "12.3.1" + "version": "12.3.2" } diff --git a/package.json b/package.json index f1424952550..099f3cd273c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "12.3.1", + "version": "12.3.2", "repository": "github:grafana/grafana", "scripts": { "check-frontend-dev": "./scripts/check-frontend-dev.sh", diff --git a/packages/grafana-alerting/package.json b/packages/grafana-alerting/package.json index 31838fef440..6f17425d457 100644 --- a/packages/grafana-alerting/package.json +++ b/packages/grafana-alerting/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/alerting", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution", "keywords": [ "typescript", @@ -94,7 +94,7 @@ "dependencies": { "@emotion/css": "11.13.5", "@faker-js/faker": "^9.8.0", - "@grafana/i18n": "12.3.1", + "@grafana/i18n": "12.3.2", "@reduxjs/toolkit": "^2.9.0", "fishery": "^2.3.1", "lodash": "^4.17.21", diff --git a/packages/grafana-api-clients/package.json b/packages/grafana-api-clients/package.json index f66cc851a1f..732aed16be5 100644 --- a/packages/grafana-api-clients/package.json +++ b/packages/grafana-api-clients/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "private": true, "name": "@grafana/api-clients", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana API client utilities", "keywords": [ "grafana", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index c0747f3f15b..bc30f1c5f3c 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/data", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -56,8 +56,8 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/i18n": "12.3.1", - "@grafana/schema": "12.3.1", + "@grafana/i18n": "12.3.2", + "@grafana/schema": "12.3.2", "@leeoniya/ufuzzy": "1.0.19", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index b44b52f4d1b..de2ecd4a164 100644 --- a/packages/grafana-e2e-selectors/package.json +++ b/packages/grafana-e2e-selectors/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/e2e-selectors", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana End-to-End Test Selectors Library", "keywords": [ "cli", diff --git a/packages/grafana-eslint-rules/package.json b/packages/grafana-eslint-rules/package.json index 4b5cda9f06a..85d4ccd97e8 100644 --- a/packages/grafana-eslint-rules/package.json +++ b/packages/grafana-eslint-rules/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/eslint-plugin", "description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.", - "version": "12.3.1", + "version": "12.3.2", "main": "./index.cjs", "author": "Grafana Labs", "license": "Apache-2.0", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index 59b20335011..250859f457a 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/flamegraph", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/ui": "12.3.2", "@leeoniya/ufuzzy": "1.0.19", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-i18n/package.json b/packages/grafana-i18n/package.json index 8a83f641f76..1c98d6af3b3 100644 --- a/packages/grafana-i18n/package.json +++ b/packages/grafana-i18n/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/i18n", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana Internationalization Library", "keywords": [ "grafana", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index e54fcd505fe..5a5b48d99a9 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "name": "@grafana/o11y-ds-frontend", "private": true, - "version": "12.3.1", + "version": "12.3.2", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/e2e-selectors": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/e2e-selectors": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index 333fbf0c88d..ab3745278d5 100644 --- a/packages/grafana-plugin-configs/package.json +++ b/packages/grafana-plugin-configs/package.json @@ -2,7 +2,7 @@ "name": "@grafana/plugin-configs", "description": "Shared dependencies and files for core plugins", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "react": "18.3.1", "terser-webpack-plugin": "5.3.14", diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 9aea4843cd9..ef5ceb55a14 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "AGPL-3.0-only", "name": "@grafana/prometheus", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana Prometheus Library", "keywords": [ "typescript", @@ -41,13 +41,13 @@ "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.16", - "@grafana/data": "12.3.1", - "@grafana/e2e-selectors": "12.3.1", - "@grafana/i18n": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/i18n": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "@hello-pangea/dnd": "18.0.1", "@leeoniya/ufuzzy": "1.0.19", "@lezer/common": "1.2.3", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 1e68ad9e132..d9e9eed5371 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/runtime", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -53,11 +53,11 @@ "postpack": "mv package.json.bak package.json && rimraf ./unstable" }, "dependencies": { - "@grafana/data": "12.3.1", - "@grafana/e2e-selectors": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/e2e-selectors": "12.3.2", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "@openfeature/core": "^1.9.0", "@openfeature/ofrep-web-provider": "^0.3.3", "@openfeature/web-sdk": "^1.6.1", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index 7e30b80c367..594cfbf4b92 100644 --- a/packages/grafana-schema/package.json +++ b/packages/grafana-schema/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/schema", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana Schema Library", "keywords": [ "typescript" diff --git a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts index 0ce254e2bf2..5bbcceca817 100644 --- a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options { limit: number; diff --git a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts index db09daa3918..537ce722d8c 100644 --- a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting { /** diff --git a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts index 8d442de7967..9d8cbf21218 100644 --- a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions { displayMode: common.BarGaugeDisplayMode; diff --git a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts index f0d90a86105..3c0371b02b1 100644 --- a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export enum VizDisplayMode { Candles = 'candles', diff --git a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts index 5664fe21c1f..a1813220224 100644 --- a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export enum HorizontalConstraint { Center = 'center', diff --git a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts index 6da58320e79..11827dec026 100644 --- a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface MetricStat { /** diff --git a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts index 77bedc3fde7..4abda5f0b8f 100644 --- a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts index d5061b80760..a4e578de377 100644 --- a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options { selectedSeries: number; diff --git a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts index 5ead9b37193..9eb9f8c57cf 100644 --- a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export type UpdateConfig = { render: boolean, diff --git a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts index f1ff69a5253..be35695e76a 100644 --- a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested); diff --git a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts index dca4678d2eb..1e3f00ff937 100644 --- a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends common.SingleStatBaseOptions { minVizHeight: number; diff --git a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts index 77c5e08510b..5c2c1600663 100644 --- a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options { basemap: ui.MapLayerOptions; diff --git a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts index 2f6d6acbd83..171dd87ff05 100644 --- a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; /** * Controls the color mode of the heatmap diff --git a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts index 0a564dd29b9..2366350a8dd 100644 --- a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip { /** diff --git a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts index 120d5d4a94b..93e68afd495 100644 --- a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options { controlsStorageKey?: string; diff --git a/packages/grafana-schema/src/raw/composable/newgauge/panelcfg/x/NewGaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/newgauge/panelcfg/x/NewGaugePanelCfg_types.gen.ts index ce85fa92ced..8c2fe57b3f8 100644 --- a/packages/grafana-schema/src/raw/composable/newgauge/panelcfg/x/NewGaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/newgauge/panelcfg/x/NewGaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface GaugePanelEffects { barGlow?: boolean; diff --git a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts index 890a25d4be3..2ec9b9d813a 100644 --- a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts index a8c8d694c00..ad34ff1dfb5 100644 --- a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface ArcOption { /** diff --git a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts index 041aacdcaf3..307e8239492 100644 --- a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; /** * Select the pie chart display style. diff --git a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts index 094168ffa74..6341f8af532 100644 --- a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends common.SingleStatBaseOptions { colorMode: common.BigValueColorMode; diff --git a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts index c9a2e60cd5c..ae7344020d1 100644 --- a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts index 68f9a0c3484..1d334279305 100644 --- a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts index 65128a0a401..fe76cb6a069 100644 --- a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts index cf1f533bb21..dfa119e9fe8 100644 --- a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export enum TextMode { Code = 'code', diff --git a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts index 3988870263d..a3ed72c933e 100644 --- a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export interface Options extends common.OptionsWithTimezones { legend: common.VizLegendOptions; diff --git a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts index 24b3b26ac79..c620cfe507f 100644 --- a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; /** * Identical to timeseries... except it does not have timezone settings diff --git a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts index 6e2a885c5e9..ba63b59c1bf 100644 --- a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.3.1"; +export const pluginVersion = "12.3.2"; export enum PointShape { Circle = 'circle', diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 96df9d54d94..132b62a43f9 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "@grafana/sql", - "version": "12.3.1", + "version": "12.3.2", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -16,12 +16,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/e2e-selectors": "12.3.1", - "@grafana/i18n": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/i18n": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/ui": "12.3.2", "@react-awesome-query-builder/ui": "6.6.15", "immutable": "5.1.4", "lodash": "4.17.21", diff --git a/packages/grafana-test-utils/package.json b/packages/grafana-test-utils/package.json index 889045f3f03..99e7f272269 100644 --- a/packages/grafana-test-utils/package.json +++ b/packages/grafana-test-utils/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/test-utils", - "version": "12.3.1", + "version": "12.3.2", "private": true, "description": "Grafana test utils & Mock API", "keywords": [ diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index eed0c8aa657..833f2be8987 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/ui", - "version": "12.3.1", + "version": "12.3.2", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -67,11 +67,11 @@ "@emotion/react": "11.14.0", "@emotion/serialize": "1.3.3", "@floating-ui/react": "0.27.16", - "@grafana/data": "12.3.1", - "@grafana/e2e-selectors": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/e2e-selectors": "12.3.2", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/i18n": "12.3.1", - "@grafana/schema": "12.3.1", + "@grafana/i18n": "12.3.2", + "@grafana/schema": "12.3.2", "@hello-pangea/dnd": "18.0.1", "@monaco-editor/react": "4.7.0", "@popperjs/core": "2.11.8", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index ed994946c24..c087e0c7877 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/grafana-azure-monitor-datasource", "description": "Grafana data source for Azure Monitor", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/i18n": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/i18n": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^25.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index bcd198ef99c..69a6aa4dd5d 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/stackdriver", "description": "Grafana data source for Google Cloud Monitoring", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", + "@grafana/data": "12.3.2", "@grafana/google-sdk": "0.3.5", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^25.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json index 8639a96df7f..1d2065cb63e 100644 --- a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json +++ b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/grafana-postgresql-datasource", "description": "PostgreSQL data source plugin", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", + "@grafana/data": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/sql": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/sql": "12.3.2", + "@grafana/ui": "12.3.2", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index 86dd4b07fbd..481c5013e5f 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/grafana-pyroscope-datasource", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "fast-deep-equal": "^3.1.3", "lodash": "4.17.21", "monaco-editor": "0.34.1", @@ -20,7 +20,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/plugin-configs": "12.3.1", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index ec1d46b06c6..077e1e81f36 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/grafana-testdata-datasource", "description": "Generates test data in different forms", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -21,8 +21,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/graphite/package.json b/public/app/plugins/datasource/graphite/package.json index 12a8e88e4d8..72f33ae71aa 100644 --- a/public/app/plugins/datasource/graphite/package.json +++ b/public/app/plugins/datasource/graphite/package.json @@ -2,14 +2,14 @@ "name": "@grafana-plugins/graphite", "description": "Graphite data source plugin for Grafana", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", + "@grafana/data": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "@reduxjs/toolkit": "2.9.0", "lodash": "4.17.21", "moment": "2.30.1", @@ -23,8 +23,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index ca2f1ae5608..73a2026f5b9 100644 --- a/public/app/plugins/datasource/jaeger/package.json +++ b/public/app/plugins/datasource/jaeger/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/jaeger", "description": "Jaeger plugin for Grafana", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/loki/package.json b/public/app/plugins/datasource/loki/package.json index 8bfee4c1f19..696502c5891 100644 --- a/public/app/plugins/datasource/loki/package.json +++ b/public/app/plugins/datasource/loki/package.json @@ -2,16 +2,16 @@ "name": "@grafana-plugins/loki", "description": "Loki data source plugin for Grafana", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", + "@grafana/data": "12.3.2", "@grafana/lezer-logql": "0.2.9", "@grafana/llm": "1.0.1", "@grafana/monaco-logql": "^0.0.8", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -24,8 +24,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index 3d097083dd4..9331ed49467 100644 --- a/public/app/plugins/datasource/mssql/package.json +++ b/public/app/plugins/datasource/mssql/package.json @@ -2,23 +2,23 @@ "name": "@grafana-plugins/mssql", "description": "MSSQL data source plugin", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/i18n": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/i18n": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/sql": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/sql": "12.3.2", + "@grafana/ui": "12.3.2", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/mysql/package.json b/public/app/plugins/datasource/mysql/package.json index 12f6135f726..07110312205 100644 --- a/public/app/plugins/datasource/mysql/package.json +++ b/public/app/plugins/datasource/mysql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mysql", "description": "MySQL data source plugin", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", + "@grafana/data": "12.3.2", "@grafana/plugin-ui": "^0.10.10", - "@grafana/runtime": "12.3.1", - "@grafana/sql": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/runtime": "12.3.2", + "@grafana/sql": "12.3.2", + "@grafana/ui": "12.3.2", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.3.1", - "@grafana/plugin-configs": "12.3.1", + "@grafana/e2e-selectors": "12.3.2", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index 9fdab71a78f..c84c7e65224 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/parca", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.3.1", - "@grafana/runtime": "12.3.1", - "@grafana/schema": "12.3.1", - "@grafana/ui": "12.3.1", + "@grafana/data": "12.3.2", + "@grafana/runtime": "12.3.2", + "@grafana/schema": "12.3.2", + "@grafana/ui": "12.3.2", "lodash": "4.17.21", "monaco-editor": "0.34.1", "react": "18.3.1", @@ -18,7 +18,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/plugin-configs": "12.3.1", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 15149d6e352..2547cf41a03 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/tempo", "description": "Grafana plugin for the Tempo data source.", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", @@ -38,7 +38,7 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/plugin-configs": "12.3.1", + "@grafana/plugin-configs": "12.3.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 146966774c8..0df826012fd 100644 --- a/public/app/plugins/datasource/zipkin/package.json +++ b/public/app/plugins/datasource/zipkin/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/zipkin", "description": "Zipkin plugin for Grafana", "private": true, - "version": "12.3.1", + "version": "12.3.2", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index cd586d662fa..caf74738fa2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2433,14 +2433,14 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/i18n": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/i18n": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" @@ -2480,13 +2480,13 @@ __metadata: resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/sql": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/sql": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -2512,11 +2512,11 @@ __metadata: resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -2553,12 +2553,12 @@ __metadata: resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -2594,13 +2594,13 @@ __metadata: resolution: "@grafana-plugins/graphite@workspace:public/app/plugins/datasource/graphite" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@reduxjs/toolkit": "npm:2.9.0" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" @@ -2680,15 +2680,15 @@ __metadata: resolution: "@grafana-plugins/loki@workspace:public/app/plugins/datasource/loki" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" "@grafana/lezer-logql": "npm:0.2.9" "@grafana/llm": "npm:1.0.1" "@grafana/monaco-logql": "npm:^0.0.8" - "@grafana/plugin-configs": "npm:12.3.1" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/plugin-configs": "npm:12.3.2" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -2724,14 +2724,14 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/i18n": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/i18n": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/sql": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/sql": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -2757,13 +2757,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/sql": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/sql": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -2789,11 +2789,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/plugin-configs": "npm:12.3.1" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/plugin-configs": "npm:12.3.2" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -2822,14 +2822,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" "@grafana/google-sdk": "npm:0.3.5" - "@grafana/plugin-configs": "npm:12.3.1" + "@grafana/plugin-configs": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -2874,7 +2874,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.25" "@grafana/monaco-logql": "npm:^0.0.8" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:12.3.1" + "@grafana/plugin-configs": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" @@ -2966,7 +2966,7 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@faker-js/faker": "npm:^9.8.0" - "@grafana/i18n": "npm:12.3.1" + "@grafana/i18n": "npm:12.3.2" "@grafana/test-utils": "workspace:*" "@reduxjs/toolkit": "npm:^2.9.0" "@rtk-query/codegen-openapi": "npm:^2.0.0" @@ -3060,14 +3060,14 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:12.3.1, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:12.3.2, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": version: 0.0.0-use.local resolution: "@grafana/data@workspace:packages/grafana-data" dependencies: "@braintree/sanitize-url": "npm:7.0.1" - "@grafana/i18n": "npm:12.3.1" + "@grafana/i18n": "npm:12.3.2" "@grafana/scenes": "npm:6.38.0" - "@grafana/schema": "npm:12.3.1" + "@grafana/schema": "npm:12.3.2" "@leeoniya/ufuzzy": "npm:1.0.19" "@rollup/plugin-node-resolve": "npm:16.0.1" "@testing-library/react": "npm:16.3.0" @@ -3115,7 +3115,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:12.3.1, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:12.3.2, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": version: 0.0.0-use.local resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors" dependencies: @@ -3215,8 +3215,8 @@ __metadata: "@babel/preset-env": "npm:7.28.0" "@babel/preset-react": "npm:7.27.1" "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@leeoniya/ufuzzy": "npm:1.0.19" "@rollup/plugin-node-resolve": "npm:16.0.1" "@testing-library/dom": "npm:10.4.1" @@ -3266,7 +3266,7 @@ __metadata: languageName: node linkType: hard -"@grafana/i18n@npm:12.3.1, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n": +"@grafana/i18n@npm:12.3.2, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n": version: 0.0.0-use.local resolution: "@grafana/i18n@workspace:packages/grafana-i18n" dependencies: @@ -3337,12 +3337,12 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:16.3.0" @@ -3366,7 +3366,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:12.3.1, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:12.3.2, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": version: 0.0.0-use.local resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" dependencies: @@ -3446,13 +3446,13 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@floating-ui/react": "npm:0.27.16" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/i18n": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/i18n": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@hello-pangea/dnd": "npm:18.0.1" "@leeoniya/ufuzzy": "npm:1.0.19" "@lezer/common": "npm:1.2.3" @@ -3512,15 +3512,15 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:12.3.1, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:12.3.2, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": version: 0.0.0-use.local resolution: "@grafana/runtime@workspace:packages/grafana-runtime" dependencies: - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/schema": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@openfeature/core": "npm:^1.9.0" "@openfeature/ofrep-web-provider": "npm:^0.3.3" "@openfeature/web-sdk": "npm:^1.6.1" @@ -3628,7 +3628,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:12.3.1, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:12.3.2, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -3645,17 +3645,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:12.3.1, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:12.3.2, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": version: 0.0.0-use.local resolution: "@grafana/sql@workspace:packages/grafana-sql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" - "@grafana/i18n": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" + "@grafana/i18n": "npm:12.3.2" "@grafana/plugin-ui": "npm:^0.10.10" - "@grafana/runtime": "npm:12.3.1" - "@grafana/ui": "npm:12.3.1" + "@grafana/runtime": "npm:12.3.2" + "@grafana/ui": "npm:12.3.2" "@react-awesome-query-builder/ui": "npm:6.6.15" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3717,7 +3717,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:12.3.1, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:12.3.2, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -3727,11 +3727,11 @@ __metadata: "@emotion/serialize": "npm:1.3.3" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.27.16" - "@grafana/data": "npm:12.3.1" - "@grafana/e2e-selectors": "npm:12.3.1" + "@grafana/data": "npm:12.3.2" + "@grafana/e2e-selectors": "npm:12.3.2" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/i18n": "npm:12.3.1" - "@grafana/schema": "npm:12.3.1" + "@grafana/i18n": "npm:12.3.2" + "@grafana/schema": "npm:12.3.2" "@hello-pangea/dnd": "npm:18.0.1" "@monaco-editor/react": "npm:4.7.0" "@popperjs/core": "npm:2.11.8"