From 8b7fd796d8ae6850147b6a229bebb34e0dd722db Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" Date: Wed, 19 Nov 2025 11:12:43 +0000 Subject: [PATCH] Update version to 12.1.3+security-01 --- lerna.json | 2 +- package.json | 2 +- packages/grafana-alerting/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-i18n/package.json | 2 +- .../grafana-o11y-ds-frontend/package.json | 12 +- packages/grafana-plugin-configs/package.json | 2 +- packages/grafana-prometheus/package.json | 14 +- packages/grafana-runtime/package.json | 10 +- packages/grafana-schema/package.json | 2 +- .../x/AnnotationsListPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/BarChartPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/BarGaugePanelCfg_types.gen.ts | 2 +- .../x/CandlestickPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/CanvasPanelCfg_types.gen.ts | 2 +- .../x/CloudWatchDataQuery_types.gen.ts | 2 +- .../x/DashboardListPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/DatagridPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/DebugPanelCfg_types.gen.ts | 2 +- .../x/ElasticsearchDataQuery_types.gen.ts | 2 +- .../panelcfg/x/GaugePanelCfg_types.gen.ts | 2 +- .../panelcfg/x/GeomapPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/HeatmapPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/HistogramPanelCfg_types.gen.ts | 2 +- .../logs/panelcfg/x/LogsPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/LogsNewPanelCfg_types.gen.ts | 2 +- .../news/panelcfg/x/NewsPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/NodeGraphPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/PieChartPanelCfg_types.gen.ts | 2 +- .../stat/panelcfg/x/StatPanelCfg_types.gen.ts | 2 +- .../x/StateTimelinePanelCfg_types.gen.ts | 2 +- .../x/StatusHistoryPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/TablePanelCfg_types.gen.ts | 2 +- .../text/panelcfg/x/TextPanelCfg_types.gen.ts | 2 +- .../x/TimeSeriesPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/TrendPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/XYChartPanelCfg_types.gen.ts | 2 +- packages/grafana-sql/package.json | 12 +- packages/grafana-test-utils/package.json | 2 +- packages/grafana-ui/package.json | 10 +- .../datasource/azuremonitor/package.json | 16 +- .../datasource/cloud-monitoring/package.json | 14 +- .../package.json | 14 +- .../grafana-pyroscope-datasource/package.json | 12 +- .../grafana-testdata-datasource/package.json | 14 +- .../plugins/datasource/jaeger/package.json | 2 +- .../app/plugins/datasource/loki/package.json | 14 +- .../app/plugins/datasource/mssql/package.json | 16 +- .../app/plugins/datasource/mysql/package.json | 14 +- .../app/plugins/datasource/parca/package.json | 12 +- .../app/plugins/datasource/tempo/package.json | 4 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 180 +++++++++--------- 56 files changed, 227 insertions(+), 227 deletions(-) diff --git a/lerna.json b/lerna.json index 6b2e5af6a5e..fbc457f95e1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "12.1.4" + "version": "12.1.5" } diff --git a/package.json b/package.json index 0af7006f43c..494e053569e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "12.1.4", + "version": "12.1.5", "repository": "github:grafana/grafana", "scripts": { "build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js", diff --git a/packages/grafana-alerting/package.json b/packages/grafana-alerting/package.json index b1c14407ec7..5223d4d5061 100644 --- a/packages/grafana-alerting/package.json +++ b/packages/grafana-alerting/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/alerting", - "version": "12.1.4", + "version": "12.1.5", "description": "Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution", "keywords": [ "typescript", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 9d689d30591..45d06b30042 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.1.4", + "version": "12.1.5", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -56,7 +56,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/schema": "12.1.4", + "@grafana/schema": "12.1.5", "@leeoniya/ufuzzy": "1.0.18", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 61d4743f293..02596f37c41 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.1.4", + "version": "12.1.5", "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 c778d1d66fd..84606857c34 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.1.4", + "version": "12.1.5", "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 2ddbbcb6f9b..c3aa547dcbb 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.1.4", + "version": "12.1.5", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/ui": "12.1.5", "@leeoniya/ufuzzy": "1.0.18", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-i18n/package.json b/packages/grafana-i18n/package.json index bb82a196f89..7b5e3cfa0bb 100644 --- a/packages/grafana-i18n/package.json +++ b/packages/grafana-i18n/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/i18n", - "version": "12.1.4", + "version": "12.1.5", "description": "Grafana Internationalization Library", "keywords": [ "grafana", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index 8736e5cc34a..7f3b4ca6967 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.1.4", + "version": "12.1.5", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/e2e-selectors": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/e2e-selectors": "12.1.5", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "react-select": "5.10.1", "react-use": "17.6.0", "rxjs": "7.8.2", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index 55aa3b4f41a..8dfb00bca36 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.1.4", + "version": "12.1.5", "dependencies": { "tslib": "2.8.1" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index fef55f101ef..83364eea358 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.1.4", + "version": "12.1.5", "description": "Grafana Prometheus Library", "keywords": [ "typescript", @@ -41,13 +41,13 @@ "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.13", - "@grafana/data": "12.1.4", - "@grafana/e2e-selectors": "12.1.4", - "@grafana/i18n": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/i18n": "12.1.5", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "@hello-pangea/dnd": "18.0.1", "@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 9322e14b8cc..12a094862b7 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.1.4", + "version": "12.1.5", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -53,11 +53,11 @@ "postpack": "mv package.json.bak package.json && rimraf ./unstable" }, "dependencies": { - "@grafana/data": "12.1.4", - "@grafana/e2e-selectors": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/e2e-selectors": "12.1.5", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "@types/systemjs": "6.15.3", "history": "4.10.1", "lodash": "4.17.21", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index 183d5cd9eff..5f74c025296 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.1.4", + "version": "12.1.5", "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 8f007edbb3b..02229b90b35 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.1.4"; +export const pluginVersion = "12.1.5"; 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 51eeb6a566a..75329fb510f 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.1.4"; +export const pluginVersion = "12.1.5"; 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 c2330623563..1bc1649ad8d 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.1.4"; +export const pluginVersion = "12.1.5"; 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 b2ff94f0f69..16aee98d0a1 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.1.4"; +export const pluginVersion = "12.1.5"; 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 24ba4a9c9e0..d12e0ee62fb 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.1.4"; +export const pluginVersion = "12.1.5"; 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 29a12647764..6b8041dab6f 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.1.4"; +export const pluginVersion = "12.1.5"; 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 eca852ba28c..01146b58dbd 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.1.4"; +export const pluginVersion = "12.1.5"; 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 87e8efc90a3..4fb5ca51f77 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.1.4"; +export const pluginVersion = "12.1.5"; 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 fba11f7b1a4..2f2c513878d 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.1.4"; +export const pluginVersion = "12.1.5"; 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 2b25a23a4f1..c98ddfabe49 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.1.4"; +export const pluginVersion = "12.1.5"; 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 865de3b70eb..2ecb2493df5 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.1.4"; +export const pluginVersion = "12.1.5"; 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 2cdd627fd1a..5521dece7ac 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.1.4"; +export const pluginVersion = "12.1.5"; 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 73ba5d3426a..78ea657c313 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.1.4"; +export const pluginVersion = "12.1.5"; /** * 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 432d03254b2..854bb7138d6 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.1.4"; +export const pluginVersion = "12.1.5"; 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 a6ee52fbb68..94ab365545d 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.1.4"; +export const pluginVersion = "12.1.5"; export interface Options { controlsStorageKey?: string; 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 bbaaede311d..04fb7249887 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.1.4"; +export const pluginVersion = "12.1.5"; export interface Options { controlsStorageKey?: string; 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 6e45aa449a4..a32d53a2fe3 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.1.4"; +export const pluginVersion = "12.1.5"; 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 34072c47782..f3151ee3e5b 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.1.4"; +export const pluginVersion = "12.1.5"; 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 c7b9fb8ee0d..b2c9bba578f 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.1.4"; +export const pluginVersion = "12.1.5"; /** * 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 750daf98062..3110aa20628 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.1.4"; +export const pluginVersion = "12.1.5"; 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 7ecb65f6e62..19e748fdeaf 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.1.4"; +export const pluginVersion = "12.1.5"; 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 05133f9b4c7..6286228a9af 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.1.4"; +export const pluginVersion = "12.1.5"; 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 1160acf1c78..95ee39ab2fa 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.1.4"; +export const pluginVersion = "12.1.5"; 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 8395d0a0d0d..97f6e067584 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.1.4"; +export const pluginVersion = "12.1.5"; 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 d2cc968d0c9..062f699e727 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.1.4"; +export const pluginVersion = "12.1.5"; 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 7ef34b2a09e..2666fe1eb3b 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.1.4"; +export const pluginVersion = "12.1.5"; /** * 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 fbe4539462e..0f5ddf144f6 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.1.4"; +export const pluginVersion = "12.1.5"; export enum PointShape { Circle = 'circle', diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 3ab487de456..29290c46cbb 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.1.4", + "version": "12.1.5", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -16,12 +16,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/e2e-selectors": "12.1.4", - "@grafana/i18n": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/i18n": "12.1.5", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/ui": "12.1.5", "@react-awesome-query-builder/ui": "6.6.15", "immutable": "5.1.3", "lodash": "4.17.21", diff --git a/packages/grafana-test-utils/package.json b/packages/grafana-test-utils/package.json index f653cadb51f..1cbcfe0d02f 100644 --- a/packages/grafana-test-utils/package.json +++ b/packages/grafana-test-utils/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/test-utils", - "version": "12.1.4", + "version": "12.1.5", "private": true, "description": "Grafana test utils & Mock API", "keywords": [ diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 54ca1c2cf91..612b1f10ba4 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.1.4", + "version": "12.1.5", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -66,11 +66,11 @@ "@emotion/react": "11.14.0", "@emotion/serialize": "1.3.3", "@floating-ui/react": "0.27.13", - "@grafana/data": "12.1.4", - "@grafana/e2e-selectors": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/e2e-selectors": "12.1.5", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/i18n": "12.1.4", - "@grafana/schema": "12.1.4", + "@grafana/i18n": "12.1.5", + "@grafana/schema": "12.1.5", "@hello-pangea/dnd": "18.0.1", "@monaco-editor/react": "4.7.0", "@popperjs/core": "2.11.8", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 36757408ca4..a9b614516e4 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/grafana-azure-monitor-datasource", "description": "Grafana data source for Azure Monitor", "private": true, - "version": "12.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/i18n": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/i18n": "12.1.5", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^25.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.1.4", - "@grafana/plugin-configs": "12.1.4", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/plugin-configs": "12.1.5", "@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 162ad990851..b60aed006af 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", + "@grafana/data": "12.1.5", "@grafana/google-sdk": "0.3.4", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^25.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.1.4", - "@grafana/plugin-configs": "12.1.4", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/plugin-configs": "12.1.5", "@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 0d68d0e82a8..0b506e61dfc 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", + "@grafana/data": "12.1.5", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/sql": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/sql": "12.1.5", + "@grafana/ui": "12.1.5", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.1.4", - "@grafana/plugin-configs": "12.1.4", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/plugin-configs": "12.1.5", "@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 20ca1069dd4..44a067c4b74 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "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.1.4", + "@grafana/plugin-configs": "12.1.5", "@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 6405ce31900..a271139ba63 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -21,8 +21,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.1.4", - "@grafana/plugin-configs": "12.1.4", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/plugin-configs": "12.1.5", "@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 99337b4a3a3..ea182156b2f 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/loki/package.json b/public/app/plugins/datasource/loki/package.json index 6e7dba170ae..38989c9380b 100644 --- a/public/app/plugins/datasource/loki/package.json +++ b/public/app/plugins/datasource/loki/package.json @@ -2,16 +2,16 @@ "name": "@grafana-plugins/loki", "description": "Loki data source plugin for Grafana", "private": true, - "version": "12.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", + "@grafana/data": "12.1.5", "@grafana/lezer-logql": "0.2.8", "@grafana/llm": "0.22.1", "@grafana/monaco-logql": "^0.0.8", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -24,8 +24,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.1.4", - "@grafana/plugin-configs": "12.1.4", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/plugin-configs": "12.1.5", "@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/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index de6ec7072be..a7baf038df4 100644 --- a/public/app/plugins/datasource/mssql/package.json +++ b/public/app/plugins/datasource/mssql/package.json @@ -2,23 +2,23 @@ "name": "@grafana-plugins/mssql", "description": "MSSQL data source plugin", "private": true, - "version": "12.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/i18n": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/i18n": "12.1.5", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/sql": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/sql": "12.1.5", + "@grafana/ui": "12.1.5", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.1.4", - "@grafana/plugin-configs": "12.1.4", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/plugin-configs": "12.1.5", "@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 8a856e66826..f2bc4ca6721 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", + "@grafana/data": "12.1.5", "@grafana/plugin-ui": "0.10.7", - "@grafana/runtime": "12.1.4", - "@grafana/sql": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/runtime": "12.1.5", + "@grafana/sql": "12.1.5", + "@grafana/ui": "12.1.5", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.1.4", - "@grafana/plugin-configs": "12.1.4", + "@grafana/e2e-selectors": "12.1.5", + "@grafana/plugin-configs": "12.1.5", "@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 3096e59634e..d3baf31b148 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.1.4", - "@grafana/runtime": "12.1.4", - "@grafana/schema": "12.1.4", - "@grafana/ui": "12.1.4", + "@grafana/data": "12.1.5", + "@grafana/runtime": "12.1.5", + "@grafana/schema": "12.1.5", + "@grafana/ui": "12.1.5", "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.1.4", + "@grafana/plugin-configs": "12.1.5", "@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 bcab468ee0d..cca34d5336a 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", @@ -38,7 +38,7 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/plugin-configs": "12.1.4", + "@grafana/plugin-configs": "12.1.5", "@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 414dd9c3a80..d658fdb0788 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.1.4", + "version": "12.1.5", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 5b1fb5573b2..869ce44145e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2527,14 +2527,14 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" - "@grafana/i18n": "npm:12.1.4" - "@grafana/plugin-configs": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" + "@grafana/i18n": "npm:12.1.5" + "@grafana/plugin-configs": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@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:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" - "@grafana/plugin-configs": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" + "@grafana/plugin-configs": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" - "@grafana/sql": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" + "@grafana/sql": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@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:12.1.4" - "@grafana/plugin-configs": "npm:12.1.4" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/plugin-configs": "npm:12.1.5" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@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:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" - "@grafana/plugin-configs": "npm:12.1.4" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" + "@grafana/plugin-configs": "npm:12.1.5" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2725,15 +2725,15 @@ __metadata: resolution: "@grafana-plugins/loki@workspace:public/app/plugins/datasource/loki" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" "@grafana/lezer-logql": "npm:0.2.8" "@grafana/llm": "npm:0.22.1" "@grafana/monaco-logql": "npm:^0.0.8" - "@grafana/plugin-configs": "npm:12.1.4" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/plugin-configs": "npm:12.1.5" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2767,14 +2767,14 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" - "@grafana/i18n": "npm:12.1.4" - "@grafana/plugin-configs": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" + "@grafana/i18n": "npm:12.1.5" + "@grafana/plugin-configs": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" - "@grafana/sql": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" + "@grafana/sql": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2800,13 +2800,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" - "@grafana/plugin-configs": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" + "@grafana/plugin-configs": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" - "@grafana/sql": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" + "@grafana/sql": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2831,11 +2831,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.1.4" - "@grafana/plugin-configs": "npm:12.1.4" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/plugin-configs": "npm:12.1.5" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2863,14 +2863,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" "@grafana/google-sdk": "npm:0.3.4" - "@grafana/plugin-configs": "npm:12.1.4" + "@grafana/plugin-configs": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" - "@grafana/ui": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" + "@grafana/ui": "npm:12.1.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.2.0" @@ -2914,7 +2914,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.22" "@grafana/monaco-logql": "npm:^0.0.8" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:12.1.4" + "@grafana/plugin-configs": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" @@ -3063,12 +3063,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:12.1.4, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:12.1.5, @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.1.4" + "@grafana/schema": "npm:12.1.5" "@grafana/tsconfig": "npm:^2.0.0" "@leeoniya/ufuzzy": "npm:1.0.18" "@rollup/plugin-node-resolve": "npm:16.0.1" @@ -3116,7 +3116,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:12.1.4, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:12.1.5, @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: @@ -3217,9 +3217,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.1.4" + "@grafana/data": "npm:12.1.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.1.4" + "@grafana/ui": "npm:12.1.5" "@leeoniya/ufuzzy": "npm:1.0.18" "@rollup/plugin-node-resolve": "npm:16.0.1" "@testing-library/dom": "npm:10.4.0" @@ -3268,7 +3268,7 @@ __metadata: languageName: node linkType: hard -"@grafana/i18n@npm:12.1.4, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n": +"@grafana/i18n@npm:12.1.5, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n": version: 0.0.0-use.local resolution: "@grafana/i18n@workspace:packages/grafana-i18n" dependencies: @@ -3339,13 +3339,13 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.1.4" + "@grafana/ui": "npm:12.1.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:16.2.0" @@ -3369,7 +3369,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:12.1.4, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:12.1.5, @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: @@ -3441,14 +3441,14 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@floating-ui/react": "npm:0.27.13" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" - "@grafana/i18n": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" + "@grafana/i18n": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.1.4" + "@grafana/ui": "npm:12.1.5" "@hello-pangea/dnd": "npm:18.0.1" "@leeoniya/ufuzzy": "npm:1.0.18" "@lezer/common": "npm:1.2.3" @@ -3507,16 +3507,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:12.1.4, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:12.1.5, @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.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:12.1.4" + "@grafana/schema": "npm:12.1.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.1.4" + "@grafana/ui": "npm:12.1.5" "@rollup/plugin-node-resolve": "npm:16.0.1" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.4.0" @@ -3595,7 +3595,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:12.1.4, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:12.1.5, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -3612,18 +3612,18 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:12.1.4, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:12.1.5, @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.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" - "@grafana/i18n": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" + "@grafana/i18n": "npm:12.1.5" "@grafana/plugin-ui": "npm:0.10.7" - "@grafana/runtime": "npm:12.1.4" + "@grafana/runtime": "npm:12.1.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.1.4" + "@grafana/ui": "npm:12.1.5" "@react-awesome-query-builder/ui": "npm:6.6.15" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3676,7 +3676,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:12.1.4, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:12.1.5, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -3686,11 +3686,11 @@ __metadata: "@emotion/serialize": "npm:1.3.3" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.27.13" - "@grafana/data": "npm:12.1.4" - "@grafana/e2e-selectors": "npm:12.1.4" + "@grafana/data": "npm:12.1.5" + "@grafana/e2e-selectors": "npm:12.1.5" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/i18n": "npm:12.1.4" - "@grafana/schema": "npm:12.1.4" + "@grafana/i18n": "npm:12.1.5" + "@grafana/schema": "npm:12.1.5" "@grafana/tsconfig": "npm:^2.0.0" "@hello-pangea/dnd": "npm:18.0.1" "@monaco-editor/react": "npm:4.7.0"