From efe515b765a039c909dcc951219951afc29aed2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:00:29 +0100 Subject: [PATCH] Release: 12.0.7 (#114164) * Update changelog * Update version to 12.0.7 * update changelog --------- Co-authored-by: grafana-delivery-bot[bot] Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com> --- CHANGELOG.md | 12 ++ lerna.json | 2 +- package.json | 2 +- packages/grafana-data/package.json | 4 +- packages/grafana-e2e-selectors/package.json | 2 +- packages/grafana-eslint-rules/package.json | 2 +- packages/grafana-flamegraph/package.json | 6 +- packages/grafana-icons/package.json | 2 +- .../grafana-o11y-ds-frontend/package.json | 12 +- packages/grafana-plugin-configs/package.json | 2 +- packages/grafana-prometheus/package.json | 12 +- 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/LogsNewPanelCfg_types.gen.ts | 2 +- .../dataquery/x/LokiDataQuery_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 | 10 +- packages/grafana-ui/package.json | 8 +- .../datasource/azuremonitor/package.json | 14 +- .../datasource/cloud-monitoring/package.json | 14 +- .../package.json | 14 +- .../grafana-pyroscope-datasource/package.json | 12 +- .../grafana-testdata-datasource/package.json | 14 +- .../plugins/datasource/jaeger/package.json | 2 +- .../app/plugins/datasource/mssql/package.json | 14 +- .../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 | 156 +++++++++--------- 55 files changed, 214 insertions(+), 202 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d40c18029..bc321473af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + + +# 12.0.7 (2025-11-19) + +### Bug fixes + +- **Alerting:** Fix unmarshalling of GettableStatus to include time intervals [#112732](https://github.com/grafana/grafana/pull/112732), [@yuri-tceretian](https://github.com/yuri-tceretian) +- **AnalyticsSummaries:** Fix dashboard rollup not resetting "last X days" metrics to zero (Enterprise) +- **AnalyticsSummaries:** Fix dashboard rollup totals resetting incorrectly (Enterprise) +- **Security:** fix for CVE-2025-41115 in SCIM (System for Cross-domain Identity Management) (Enterprise) + + # 12.0.6 (2025-10-21) diff --git a/lerna.json b/lerna.json index 6530dd36c6c..cd2e63beb30 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "12.0.7" + "version": "12.0.8" } diff --git a/package.json b/package.json index 32160b3e7e3..73cbfb8a919 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "12.0.7", + "version": "12.0.8", "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 dbcbc6374a8..9db2e4429aa 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.0.7", + "version": "12.0.8", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -56,7 +56,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/schema": "12.0.7", + "@grafana/schema": "12.0.8", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", "@types/systemjs": "6.15.1", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 533e7cf7825..9d5b1cc32bb 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.0.7", + "version": "12.0.8", "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 64bd3a20a25..a3dd21cde76 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.0.7", + "version": "12.0.8", "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 cf7a24fb730..8a17bd9e2db 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.0.7", + "version": "12.0.8", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/ui": "12.0.8", "@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 38326f139a8..86eda336768 100644 --- a/packages/grafana-icons/package.json +++ b/packages/grafana-icons/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/saga-icons", - "version": "12.0.7", + "version": "12.0.8", "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 f00db247da6..84a7ec5640d 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.0.7", + "version": "12.0.8", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", - "@grafana/e2e-selectors": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/e2e-selectors": "12.0.8", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "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 bd38095f19f..3aa1634d4c8 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.0.7", + "version": "12.0.8", "dependencies": { "tslib": "2.8.1" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index f3693cb72a4..50c5a3113c8 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.0.7", + "version": "12.0.8", "description": "Grafana Prometheus Library", "keywords": [ "typescript" @@ -38,12 +38,12 @@ "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.7", - "@grafana/data": "12.0.7", - "@grafana/e2e-selectors": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/e2e-selectors": "12.0.8", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "@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 855c37f9205..421392442e8 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.0.7", + "version": "12.0.8", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -53,11 +53,11 @@ "postpack": "mv package.json.bak package.json && rimraf ./unstable" }, "dependencies": { - "@grafana/data": "12.0.7", - "@grafana/e2e-selectors": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/e2e-selectors": "12.0.8", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "@types/systemjs": "6.15.1", "history": "4.10.1", "lodash": "4.17.21", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index dc084a62076..adabb97c83f 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.0.7", + "version": "12.0.8", "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 39e405ee7a1..2a19d849df3 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.0.7"; +export const pluginVersion = "12.0.8"; 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 69a90602205..e14165e2306 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.0.7"; +export const pluginVersion = "12.0.8"; 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 457fc8d81f2..c2cfebb9067 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.0.7"; +export const pluginVersion = "12.0.8"; 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 d3cb821107c..17ad5a7efac 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.0.7"; +export const pluginVersion = "12.0.8"; 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 f6e76a8391a..ac136a21267 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.0.7"; +export const pluginVersion = "12.0.8"; 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 3452bdf1c10..3df0c0ea535 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.0.7"; +export const pluginVersion = "12.0.8"; 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 91d103f957b..593ba5fc389 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.0.7"; +export const pluginVersion = "12.0.8"; 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 b6d3346f0eb..d573a0451f7 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.0.7"; +export const pluginVersion = "12.0.8"; 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 ce518097b2e..35ecfbd830a 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.0.7"; +export const pluginVersion = "12.0.8"; 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 df6e8ecd8bb..2ab7b011638 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.0.7"; +export const pluginVersion = "12.0.8"; 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 0b3e3e657ed..d22b6788a3e 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.0.7"; +export const pluginVersion = "12.0.8"; 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 95445ac9609..ad7a3d64264 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.0.7"; +export const pluginVersion = "12.0.8"; 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 38b2d7b698a..bf500fc3f17 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.0.7"; +export const pluginVersion = "12.0.8"; /** * 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 6caf5483329..557b431ffe8 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.0.7"; +export const pluginVersion = "12.0.8"; 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 aaf9cd1e6e4..5e665ddd956 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.0.7"; +export const pluginVersion = "12.0.8"; 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 6981c3a7441..8cfd117facb 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 = "12.0.7"; +export const pluginVersion = "12.0.8"; 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 b73cee921b5..d7a1636c7a2 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 = "12.0.7"; +export const pluginVersion = "12.0.8"; 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 5be3142c1cc..7c8c2be9465 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.0.7"; +export const pluginVersion = "12.0.8"; 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 c084c188928..d2fecf519b6 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.0.7"; +export const pluginVersion = "12.0.8"; 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 3f090db10c9..0dca52e01ea 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.0.7"; +export const pluginVersion = "12.0.8"; /** * 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 caca68d981f..bf55a263027 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.0.7"; +export const pluginVersion = "12.0.8"; 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 97a891f6de3..b30c254113d 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.0.7"; +export const pluginVersion = "12.0.8"; 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 323016f4053..d15c70c522a 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.0.7"; +export const pluginVersion = "12.0.8"; 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 0e8bab994c1..3100108f85f 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.0.7"; +export const pluginVersion = "12.0.8"; 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 6afc1b9c514..d68b09e8079 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.0.7"; +export const pluginVersion = "12.0.8"; 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 4054f6a235c..a5187c4d970 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.0.7"; +export const pluginVersion = "12.0.8"; 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 a48e5b435aa..ab7281731d5 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.0.7"; +export const pluginVersion = "12.0.8"; /** * 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 918a22175af..0b3a20160ad 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.0.7"; +export const pluginVersion = "12.0.8"; export enum PointShape { Circle = 'circle', diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index b03bc2552a0..838f837bb9f 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.0.7", + "version": "12.0.8", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -15,11 +15,11 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", - "@grafana/e2e-selectors": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/e2e-selectors": "12.0.8", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/ui": "12.0.8", "@react-awesome-query-builder/ui": "6.6.14", "immutable": "5.0.3", "lodash": "4.17.21", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index ff41173c13a..173a482d250 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.0.7", + "version": "12.0.8", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -66,10 +66,10 @@ "@emotion/react": "11.14.0", "@emotion/serialize": "1.3.3", "@floating-ui/react": "0.27.7", - "@grafana/data": "12.0.7", - "@grafana/e2e-selectors": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/e2e-selectors": "12.0.8", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "12.0.7", + "@grafana/schema": "12.0.8", "@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 0464107b933..99a328bd532 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": "12.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", + "@grafana/data": "12.0.8", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "@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": "12.0.7", - "@grafana/plugin-configs": "12.0.7", + "@grafana/e2e-selectors": "12.0.8", + "@grafana/plugin-configs": "12.0.8", "@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 2434ae5e201..285356bc57a 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", + "@grafana/data": "12.0.8", "@grafana/google-sdk": "0.1.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "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": "12.0.7", - "@grafana/plugin-configs": "12.0.7", + "@grafana/e2e-selectors": "12.0.8", + "@grafana/plugin-configs": "12.0.8", "@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 87fb9ec6e34..044da4ae0d4 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", + "@grafana/data": "12.0.8", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/sql": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/sql": "12.0.8", + "@grafana/ui": "12.0.8", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.7", - "@grafana/plugin-configs": "12.0.7", + "@grafana/e2e-selectors": "12.0.8", + "@grafana/plugin-configs": "12.0.8", "@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 86ad435830f..ce4a32a9753 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", - "@grafana/runtime": "12.0.7", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/runtime": "12.0.8", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "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.0.7", + "@grafana/plugin-configs": "12.0.8", "@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 3efa8b5eacf..895eed2bf55 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", - "@grafana/runtime": "12.0.7", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/runtime": "12.0.8", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "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": "12.0.7", - "@grafana/plugin-configs": "12.0.7", + "@grafana/e2e-selectors": "12.0.8", + "@grafana/plugin-configs": "12.0.8", "@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 1e92eb97ff1..ee6034bc9a9 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.0.7", + "version": "12.0.8", "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 906db016a13..00d48964dc2 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": "12.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", + "@grafana/data": "12.0.8", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/sql": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/sql": "12.0.8", + "@grafana/ui": "12.0.8", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.7", - "@grafana/plugin-configs": "12.0.7", + "@grafana/e2e-selectors": "12.0.8", + "@grafana/plugin-configs": "12.0.8", "@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 d55fe9b1b0b..7ebf713b4e9 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", + "@grafana/data": "12.0.8", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.7", - "@grafana/sql": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/runtime": "12.0.8", + "@grafana/sql": "12.0.8", + "@grafana/ui": "12.0.8", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.7", - "@grafana/plugin-configs": "12.0.7", + "@grafana/e2e-selectors": "12.0.8", + "@grafana/plugin-configs": "12.0.8", "@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 cf2e0e1997d..43905fac9c1 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.7", - "@grafana/runtime": "12.0.7", - "@grafana/schema": "12.0.7", - "@grafana/ui": "12.0.7", + "@grafana/data": "12.0.8", + "@grafana/runtime": "12.0.8", + "@grafana/schema": "12.0.8", + "@grafana/ui": "12.0.8", "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.0.7", + "@grafana/plugin-configs": "12.0.8", "@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 c3c1c563fca..281fe832f1c 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", @@ -39,7 +39,7 @@ "uuid": "11.0.5" }, "devDependencies": { - "@grafana/plugin-configs": "12.0.7", + "@grafana/plugin-configs": "12.0.8", "@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 e269841840d..d1575ecb7f8 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.0.7", + "version": "12.0.8", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 6631fc48ffb..9455d26433e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2523,13 +2523,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:12.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" - "@grafana/plugin-configs": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" + "@grafana/plugin-configs": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" - "@grafana/schema": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" + "@grafana/schema": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" @@ -2567,13 +2567,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.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" - "@grafana/plugin-configs": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" + "@grafana/plugin-configs": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" - "@grafana/sql": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" + "@grafana/sql": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2598,11 +2598,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.0.7" - "@grafana/plugin-configs": "npm:12.0.7" - "@grafana/runtime": "npm:12.0.7" - "@grafana/schema": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/plugin-configs": "npm:12.0.8" + "@grafana/runtime": "npm:12.0.8" + "@grafana/schema": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.2.0" @@ -2638,12 +2638,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.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" - "@grafana/plugin-configs": "npm:12.0.7" - "@grafana/runtime": "npm:12.0.7" - "@grafana/schema": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" + "@grafana/plugin-configs": "npm:12.0.8" + "@grafana/runtime": "npm:12.0.8" + "@grafana/schema": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2719,13 +2719,13 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" - "@grafana/plugin-configs": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" + "@grafana/plugin-configs": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" - "@grafana/sql": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" + "@grafana/sql": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2750,13 +2750,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" - "@grafana/plugin-configs": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" + "@grafana/plugin-configs": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" - "@grafana/sql": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" + "@grafana/sql": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2781,11 +2781,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.7" - "@grafana/plugin-configs": "npm:12.0.7" - "@grafana/runtime": "npm:12.0.7" - "@grafana/schema": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/plugin-configs": "npm:12.0.8" + "@grafana/runtime": "npm:12.0.8" + "@grafana/schema": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2813,14 +2813,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:12.0.7" + "@grafana/plugin-configs": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" - "@grafana/schema": "npm:12.0.7" - "@grafana/ui": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" + "@grafana/schema": "npm:12.0.8" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.2.0" @@ -2865,7 +2865,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.21" "@grafana/monaco-logql": "npm:^0.0.8" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:12.0.7" + "@grafana/plugin-configs": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" @@ -2978,12 +2978,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:12.0.7, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:12.0.8, @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:12.0.7" + "@grafana/schema": "npm:12.0.8" "@grafana/tsconfig": "npm:^2.0.0" "@rollup/plugin-node-resolve": "npm:16.0.0" "@types/d3-interpolate": "npm:^3.0.0" @@ -3031,7 +3031,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:12.0.7, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:12.0.8, @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: @@ -3134,9 +3134,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:12.0.7" + "@grafana/data": "npm:12.0.8" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.7" + "@grafana/ui": "npm:12.0.8" "@leeoniya/ufuzzy": "npm:1.0.18" "@rollup/plugin-node-resolve": "npm:16.0.0" "@testing-library/dom": "npm:10.4.0" @@ -3243,13 +3243,13 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" - "@grafana/schema": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" + "@grafana/schema": "npm:12.0.8" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.7" + "@grafana/ui": "npm:12.0.8" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:16.2.0" @@ -3273,7 +3273,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:12.0.7, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:12.0.8, @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: @@ -3373,13 +3373,13 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@floating-ui/react": "npm:0.27.7" - "@grafana/data": "npm:12.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" - "@grafana/schema": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" + "@grafana/schema": "npm:12.0.8" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.7" + "@grafana/ui": "npm:12.0.8" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18" "@lezer/common": "npm:1.2.3" @@ -3435,16 +3435,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:12.0.7, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:12.0.8, @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.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:12.0.7" + "@grafana/schema": "npm:12.0.8" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.7" + "@grafana/ui": "npm:12.0.8" "@rollup/plugin-node-resolve": "npm:16.0.0" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.4.0" @@ -3557,7 +3557,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:12.0.7, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:12.0.8, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -3575,17 +3575,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:12.0.7, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:12.0.8, @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.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.7" + "@grafana/runtime": "npm:12.0.8" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.7" + "@grafana/ui": "npm:12.0.8" "@react-awesome-query-builder/ui": "npm:6.6.14" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3626,7 +3626,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:12.0.7, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:12.0.8, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -3636,10 +3636,10 @@ __metadata: "@emotion/serialize": "npm:1.3.3" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.27.7" - "@grafana/data": "npm:12.0.7" - "@grafana/e2e-selectors": "npm:12.0.7" + "@grafana/data": "npm:12.0.8" + "@grafana/e2e-selectors": "npm:12.0.8" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:12.0.7" + "@grafana/schema": "npm:12.0.8" "@grafana/tsconfig": "npm:^2.0.0" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18"