diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b4cd2a878..bdb9f43f373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + + +# 11.6.9 (2025-12-16) + +### Features and enhancements + +- **Alerting:** Update alerting dependency [#114249](https://github.com/grafana/grafana/pull/114249), [@moustafab](https://github.com/moustafab) +- **Dependencies:** Bump Go to v1.25.5 [#114757](https://github.com/grafana/grafana/pull/114757), [@macabu](https://github.com/macabu) +- **PDFTables:** Dynamically shrink font to try and fit whole table in pdf page width (Enterprise) +- **Plugins:** Add PluginContext to plugins when scenes is disabled [#115060](https://github.com/grafana/grafana/pull/115060), [@hugohaggmark](https://github.com/hugohaggmark) + +### Bug fixes + +- **Alerting:** Fix contacts point issues [#115409](https://github.com/grafana/grafana/pull/115409), [@yuri-tceretian](https://github.com/yuri-tceretian) + + # 11.6.8 (2025-11-19) diff --git a/lerna.json b/lerna.json index d17689a9ae9..1c77c4c071b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "11.6.9" + "version": "11.6.10" } diff --git a/package.json b/package.json index 37a070c872a..ece98366b18 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "11.6.9", + "version": "11.6.10", "repository": "github:grafana/grafana", "scripts": { "build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js --progress", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 6da23980097..16b968c84ce 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": "11.6.9", + "version": "11.6.10", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -36,7 +36,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/schema": "11.6.9", + "@grafana/schema": "11.6.10", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", "d3-interpolate": "3.0.1", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 2088365046e..66a2ceafb08 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": "11.6.9", + "version": "11.6.10", "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 fa16b61d163..bed6d3099c5 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": "11.6.9", + "version": "11.6.10", "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 8ea45a15dfb..3e0678bc91d 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": "11.6.9", + "version": "11.6.10", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/ui": "11.6.10", "@leeoniya/ufuzzy": "1.0.18", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-icons/package.json b/packages/grafana-icons/package.json index 6c4e69eb34e..7bded86ab9c 100644 --- a/packages/grafana-icons/package.json +++ b/packages/grafana-icons/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/saga-icons", - "version": "11.6.9", + "version": "11.6.10", "private": true, "description": "Icons for Grafana", "author": "Grafana Labs", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index 1d2daa12a54..cebac523c4d 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": "11.6.9", + "version": "11.6.10", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", - "@grafana/e2e-selectors": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/e2e-selectors": "11.6.10", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index 0934acca759..9171a7fdca6 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": "11.6.9", + "version": "11.6.10", "dependencies": { "tslib": "2.8.1" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index fe5eca48eb6..775f8e78ea9 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": "11.6.9", + "version": "11.6.10", "description": "Grafana Prometheus Library", "keywords": [ "typescript" @@ -38,12 +38,12 @@ "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.5", - "@grafana/data": "11.6.9", - "@grafana/e2e-selectors": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/e2e-selectors": "11.6.10", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "@hello-pangea/dnd": "17.0.0", "@leeoniya/ufuzzy": "1.0.18", "@lezer/common": "1.2.3", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index a748cf47faa..f74bfc19747 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": "11.6.9", + "version": "11.6.10", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -37,11 +37,11 @@ "postpack": "mv package.json.bak package.json && rimraf ./unstable" }, "dependencies": { - "@grafana/data": "11.6.9", - "@grafana/e2e-selectors": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/e2e-selectors": "11.6.10", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "history": "4.10.1", "lodash": "4.17.21", "react-loading-skeleton": "3.5.0", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index d6becb68e1a..9b15f9ef928 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": "11.6.9", + "version": "11.6.10", "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 3a51b09c003..4587b7498cc 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 c84d3d0fb7a..2bffab483e6 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 d09497e1d50..c9b510e4b45 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 afc0bbd204d..3f1bd2bdd6d 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 f07df3a612f..3bc2c8deb55 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 1d0e17b893f..0749f01593b 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 d63818b4ec3..b04b33699f9 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 9cb35991959..057be326ac3 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 129a245c7b7..938772e0bc5 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 725c94ca31d..f298211a44e 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 cd5e887f427..f435c74ff45 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 d0bd5c398ee..148632184f4 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 3e1d0c051f8..9cd7c26b2ff 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; /** * 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 3fbeaec9110..ee5d8aa6cff 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 dcf27fdd962..4c47332007f 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; export interface Options { dedupStrategy: common.LogsDedupStrategy; diff --git a/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts index 2fcf48708dd..91e7f80488e 100644 --- a/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.6.9"; +export const pluginVersion = "11.6.10"; export interface Options { dedupStrategy: common.LogsDedupStrategy; diff --git a/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts index 18cc5e76d50..b2d65a8d364 100644 --- a/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.6.9"; +export const pluginVersion = "11.6.10"; export enum QueryEditorMode { Builder = 'builder', 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 cdac1c3e5ea..6725b54de0b 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 e5ce3dd6dba..deb80efe06d 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 7ba3bc922b8..949562ad0e7 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; /** * 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 a3caf93400a..fdd4e3e8f8c 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 8cc0061e8ae..2e0ee6d5ce6 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 9f470330de7..814b00954bd 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 cf4918e426d..022a3906c77 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 62524d6a409..e02a0b4e276 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 bdb80e15881..608d46b2551 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; 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 6c8d6c253ec..6dc871a0f52 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; /** * 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 86b052f0500..cc00fe96f24 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 = "11.6.9"; +export const pluginVersion = "11.6.10"; export enum PointShape { Circle = 'circle', diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 6c95d1a660f..c6e9718d8e2 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": "11.6.9", + "version": "11.6.10", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -15,11 +15,11 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", - "@grafana/e2e-selectors": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/e2e-selectors": "11.6.10", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/ui": "11.6.10", "@react-awesome-query-builder/ui": "6.6.4", "immutable": "5.0.3", "lodash": "4.17.21", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 0b5cdbc17d8..efbfe1f229a 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": "11.6.9", + "version": "11.6.10", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -50,10 +50,10 @@ "@emotion/react": "11.14.0", "@emotion/serialize": "1.3.3", "@floating-ui/react": "0.27.5", - "@grafana/data": "11.6.9", - "@grafana/e2e-selectors": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/e2e-selectors": "11.6.10", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "11.6.9", + "@grafana/schema": "11.6.10", "@hello-pangea/dnd": "17.0.0", "@leeoniya/ufuzzy": "1.0.18", "@monaco-editor/react": "4.6.0", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 68dc27bb191..cab0ebc4384 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -2,14 +2,14 @@ "name": "@grafana-plugins/grafana-azure-monitor-datasource", "description": "Grafana data source for Azure Monitor", "private": true, - "version": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", + "@grafana/data": "11.6.10", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^24.0.0", @@ -25,8 +25,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.6.9", - "@grafana/plugin-configs": "11.6.9", + "@grafana/e2e-selectors": "11.6.10", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index b91439ad8f3..8b3f54ff4b8 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", + "@grafana/data": "11.6.10", "@grafana/google-sdk": "0.1.2", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^24.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.6.9", - "@grafana/plugin-configs": "11.6.9", + "@grafana/e2e-selectors": "11.6.10", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json index 643fe45f526..e23238b73ed 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", + "@grafana/data": "11.6.10", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/sql": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/sql": "11.6.10", + "@grafana/ui": "11.6.10", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.6.9", - "@grafana/plugin-configs": "11.6.9", + "@grafana/e2e-selectors": "11.6.10", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.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 145e18797dc..375875c1f7c 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", - "@grafana/runtime": "11.6.9", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/runtime": "11.6.10", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "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": "11.6.9", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index af18b55faae..bdb5cf18ea1 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", - "@grafana/runtime": "11.6.9", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/runtime": "11.6.10", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -21,8 +21,8 @@ "uuid": "11.0.5" }, "devDependencies": { - "@grafana/e2e-selectors": "11.6.9", - "@grafana/plugin-configs": "11.6.9", + "@grafana/e2e-selectors": "11.6.10", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index ef29f36d0fb..f7483c40538 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index b69372ce387..511f62baaf2 100644 --- a/public/app/plugins/datasource/mssql/package.json +++ b/public/app/plugins/datasource/mssql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mssql", "description": "MSSQL data source plugin", "private": true, - "version": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", + "@grafana/data": "11.6.10", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/sql": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/sql": "11.6.10", + "@grafana/ui": "11.6.10", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.6.9", - "@grafana/plugin-configs": "11.6.9", + "@grafana/e2e-selectors": "11.6.10", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.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 dad8735f174..97d310221bb 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", + "@grafana/data": "11.6.10", "@grafana/plugin-ui": "0.10.1", - "@grafana/runtime": "11.6.9", - "@grafana/sql": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/runtime": "11.6.10", + "@grafana/sql": "11.6.10", + "@grafana/ui": "11.6.10", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.6.9", - "@grafana/plugin-configs": "11.6.9", + "@grafana/e2e-selectors": "11.6.10", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.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 fddfcf79b92..a52784bb910 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.6.9", - "@grafana/runtime": "11.6.9", - "@grafana/schema": "11.6.9", - "@grafana/ui": "11.6.9", + "@grafana/data": "11.6.10", + "@grafana/runtime": "11.6.10", + "@grafana/schema": "11.6.10", + "@grafana/ui": "11.6.10", "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": "11.6.9", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.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 1ebbb33f88c..720c77e10dd 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", @@ -39,7 +39,7 @@ "uuid": "11.0.5" }, "devDependencies": { - "@grafana/plugin-configs": "11.6.9", + "@grafana/plugin-configs": "11.6.10", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 0ce54382075..06bb26686bd 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": "11.6.9", + "version": "11.6.10", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 16edc2a6603..1f38796d01d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2529,13 +2529,13 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" - "@grafana/plugin-configs": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" + "@grafana/plugin-configs": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" - "@grafana/schema": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" + "@grafana/schema": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" @@ -2573,13 +2573,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:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" - "@grafana/plugin-configs": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" + "@grafana/plugin-configs": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" - "@grafana/sql": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" + "@grafana/sql": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2604,11 +2604,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:11.6.9" - "@grafana/plugin-configs": "npm:11.6.9" - "@grafana/runtime": "npm:11.6.9" - "@grafana/schema": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/plugin-configs": "npm:11.6.10" + "@grafana/runtime": "npm:11.6.10" + "@grafana/schema": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.2.0" @@ -2644,12 +2644,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:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" - "@grafana/plugin-configs": "npm:11.6.9" - "@grafana/runtime": "npm:11.6.9" - "@grafana/schema": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" + "@grafana/plugin-configs": "npm:11.6.10" + "@grafana/runtime": "npm:11.6.10" + "@grafana/schema": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2725,13 +2725,13 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" - "@grafana/plugin-configs": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" + "@grafana/plugin-configs": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" - "@grafana/sql": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" + "@grafana/sql": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2756,13 +2756,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" - "@grafana/plugin-configs": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" + "@grafana/plugin-configs": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" - "@grafana/sql": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" + "@grafana/sql": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2787,11 +2787,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.6.9" - "@grafana/plugin-configs": "npm:11.6.9" - "@grafana/runtime": "npm:11.6.9" - "@grafana/schema": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/plugin-configs": "npm:11.6.10" + "@grafana/runtime": "npm:11.6.10" + "@grafana/schema": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2819,14 +2819,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:11.6.9" + "@grafana/plugin-configs": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" - "@grafana/schema": "npm:11.6.9" - "@grafana/ui": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" + "@grafana/schema": "npm:11.6.10" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.2.0" @@ -2871,7 +2871,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.20" "@grafana/monaco-logql": "npm:^0.0.8" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:11.6.9" + "@grafana/plugin-configs": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" @@ -2984,12 +2984,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:11.6.9, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:11.6.10, @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/schema": "npm:11.6.9" + "@grafana/schema": "npm:11.6.10" "@grafana/tsconfig": "npm:^2.0.0" "@rollup/plugin-node-resolve": "npm:16.0.0" "@types/d3-interpolate": "npm:^3.0.0" @@ -3036,7 +3036,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:11.6.9, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:11.6.10, @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: @@ -3139,9 +3139,9 @@ __metadata: "@babel/preset-env": "npm:7.26.9" "@babel/preset-react": "npm:7.26.3" "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.6.9" + "@grafana/ui": "npm:11.6.10" "@leeoniya/ufuzzy": "npm:1.0.18" "@rollup/plugin-node-resolve": "npm:16.0.0" "@testing-library/dom": "npm:10.4.0" @@ -3248,13 +3248,13 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" - "@grafana/schema": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" + "@grafana/schema": "npm:11.6.10" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.6.9" + "@grafana/ui": "npm:11.6.10" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:16.2.0" @@ -3278,7 +3278,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:11.6.9, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:11.6.10, @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: @@ -3378,13 +3378,13 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@floating-ui/react": "npm:0.27.5" - "@grafana/data": "npm:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" - "@grafana/schema": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" + "@grafana/schema": "npm:11.6.10" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.6.9" + "@grafana/ui": "npm:11.6.10" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18" "@lezer/common": "npm:1.2.3" @@ -3439,16 +3439,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:11.6.9, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:11.6.10, @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:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:11.6.9" + "@grafana/schema": "npm:11.6.10" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.6.9" + "@grafana/ui": "npm:11.6.10" "@rollup/plugin-node-resolve": "npm:16.0.0" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.4.0" @@ -3562,7 +3562,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:11.6.9, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:11.6.10, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -3580,17 +3580,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:11.6.9, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:11.6.10, @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:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" "@grafana/plugin-ui": "npm:0.10.1" - "@grafana/runtime": "npm:11.6.9" + "@grafana/runtime": "npm:11.6.10" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.6.9" + "@grafana/ui": "npm:11.6.10" "@react-awesome-query-builder/ui": "npm:6.6.4" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3631,7 +3631,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:11.6.9, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:11.6.10, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -3641,10 +3641,10 @@ __metadata: "@emotion/serialize": "npm:1.3.3" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.27.5" - "@grafana/data": "npm:11.6.9" - "@grafana/e2e-selectors": "npm:11.6.9" + "@grafana/data": "npm:11.6.10" + "@grafana/e2e-selectors": "npm:11.6.10" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:11.6.9" + "@grafana/schema": "npm:11.6.10" "@grafana/tsconfig": "npm:^2.0.0" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18"