From aa7486787f0cf18a2061dcc532e223f1f9ff4dfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 06:12:33 +0200 Subject: [PATCH] Release: 11.4.5+security-01 (#106663) * Update changelog * Update version to 11.4.5+security-01 * Update CHANGELOG.md --------- Co-authored-by: grafana-delivery-bot[bot] Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> --- CHANGELOG.md | 9 + .../grafana-extensionstest-app/package.json | 2 +- 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 +- .../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, 211 insertions(+), 202 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70de7a55200..04d4b7202f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +# 11.4.5+security-01 (2025-06-12) + +### Bug fixes + +- **Security:** Fixed CVE-2025-3415 + + # 11.4.4 (2025-04-23) diff --git a/e2e/test-plugins/grafana-extensionstest-app/package.json b/e2e/test-plugins/grafana-extensionstest-app/package.json index 25020fa70ba..e1da92e74f0 100644 --- a/e2e/test-plugins/grafana-extensionstest-app/package.json +++ b/e2e/test-plugins/grafana-extensionstest-app/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/extensions-test-app", - "version": "11.4.5", + "version": "11.4.6", "private": true, "scripts": { "build": "webpack -c ./webpack.config.ts --env production", diff --git a/lerna.json b/lerna.json index f0c1a757549..d88feebcda5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "11.4.5" + "version": "11.4.6" } diff --git a/package.json b/package.json index 6ed4a2ac0e5..41230b3d98a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "11.4.5", + "version": "11.4.6", "repository": "github:grafana/grafana", "scripts": { "build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 1cbd87bae6a..b24bf0e80c8 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/data", - "version": "11.4.5", + "version": "11.4.6", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -36,7 +36,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/schema": "11.4.5", + "@grafana/schema": "11.4.6", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", "d3-interpolate": "3.0.1", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 438c7fb3fe6..1946ca40ed4 100644 --- a/packages/grafana-e2e-selectors/package.json +++ b/packages/grafana-e2e-selectors/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/e2e-selectors", - "version": "11.4.5", + "version": "11.4.6", "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 7dc382faca4..9ed967e4f5a 100644 --- a/packages/grafana-eslint-rules/package.json +++ b/packages/grafana-eslint-rules/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/eslint-plugin", "description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.", - "version": "11.4.5", + "version": "11.4.6", "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 5c1521201b7..492dbee580f 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/flamegraph", - "version": "11.4.5", + "version": "11.4.6", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/data": "11.4.6", + "@grafana/ui": "11.4.6", "@leeoniya/ufuzzy": "1.0.14", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-icons/package.json b/packages/grafana-icons/package.json index cfc155722d3..35ede7cd9ed 100644 --- a/packages/grafana-icons/package.json +++ b/packages/grafana-icons/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/saga-icons", - "version": "11.4.5", + "version": "11.4.6", "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 2f530efa1cc..07795f0ab53 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "name": "@grafana/o11y-ds-frontend", "private": true, - "version": "11.4.5", + "version": "11.4.6", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", - "@grafana/e2e-selectors": "11.4.5", + "@grafana/data": "11.4.6", + "@grafana/e2e-selectors": "11.4.6", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.4.5", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "react-select": "5.8.1", "react-use": "17.5.1", "rxjs": "7.8.1", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index 91f47978a02..23a3267f85f 100644 --- a/packages/grafana-plugin-configs/package.json +++ b/packages/grafana-plugin-configs/package.json @@ -2,7 +2,7 @@ "name": "@grafana/plugin-configs", "description": "Shared dependencies and files for core plugins", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "tslib": "2.7.0" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index b747b9c3a17..005a51ab066 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "AGPL-3.0-only", "name": "@grafana/prometheus", - "version": "11.4.5", + "version": "11.4.6", "description": "Grafana Prometheus Library", "keywords": [ "typescript" @@ -38,12 +38,12 @@ "dependencies": { "@emotion/css": "11.13.4", "@floating-ui/react": "0.26.24", - "@grafana/data": "11.4.5", + "@grafana/data": "11.4.6", "@grafana/experimental": "2.1.1", "@grafana/faro-web-sdk": "1.10.2", - "@grafana/runtime": "11.4.5", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "@hello-pangea/dnd": "16.6.0", "@leeoniya/ufuzzy": "1.0.14", "@lezer/common": "1.2.2", @@ -76,7 +76,7 @@ }, "devDependencies": { "@emotion/eslint-plugin": "11.12.0", - "@grafana/e2e-selectors": "11.4.5", + "@grafana/e2e-selectors": "11.4.6", "@grafana/tsconfig": "^2.0.0", "@rollup/plugin-image": "3.0.3", "@rollup/plugin-node-resolve": "15.3.0", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index b4e404f778f..149a0aab025 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/runtime", - "version": "11.4.5", + "version": "11.4.6", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -37,11 +37,11 @@ "postpack": "mv package.json.bak package.json" }, "dependencies": { - "@grafana/data": "11.4.5", - "@grafana/e2e-selectors": "11.4.5", + "@grafana/data": "11.4.6", + "@grafana/e2e-selectors": "11.4.6", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "history": "4.10.1", "lodash": "4.17.21", "rxjs": "7.8.1", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index 72c9caa88b0..4b75d2381cf 100644 --- a/packages/grafana-schema/package.json +++ b/packages/grafana-schema/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/schema", - "version": "11.4.5", + "version": "11.4.6", "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 7eee2080f22..200fa3c75fd 100644 --- a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 36028aab0cd..99802af7149 100644 --- a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 74ef0973b7f..643455f0c73 100644 --- a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 66e548dd59f..68b1f39999b 100644 --- a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 c918719b3c5..41c509a0d79 100644 --- a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 a0f64a34924..665331424c7 100644 --- a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 7a027add6cf..03b8f1e2f1b 100644 --- a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 f83699be1a2..a3a2e1a9c21 100644 --- a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 e4c8da1d8d6..8e31941343d 100644 --- a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 36ef23e375f..788be8a16c6 100644 --- a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 461daef1236..0ec3cf990f9 100644 --- a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 feb3dcc2f61..8b6ec59d724 100644 --- a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 e7c32bdc952..355ae499235 100644 --- a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; /** * 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 99e6dfb758e..292e9a0dbfe 100644 --- a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 7ff263d11c6..6a969606490 100644 --- a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 becc1be5486..39191ebd3e6 100644 --- a/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 9e25ae99cf8..539a9522a20 100644 --- a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 9a274acdd70..49995107718 100644 --- a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 5dbf6991217..36ee5963a96 100644 --- a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; /** * 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 6d72d7dd6aa..cfe0229fa00 100644 --- a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 83365f16814..41c5eba92bf 100644 --- a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 af92820d38b..cf6dee220a1 100644 --- a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 6a5c49046a1..5935aaeb5a7 100644 --- a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 461d133f235..da6b3f55790 100644 --- a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 82d03237096..b7a3b4c88da 100644 --- a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; 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 c0109582bfe..c5560035965 100644 --- a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; /** * 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 bed4417c370..62c49c8b4ef 100644 --- a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.4.5"; +export const pluginVersion = "11.4.6"; /** * Auto is "table" in the UI diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 6b56f611ad4..8135e9e469a 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "@grafana/sql", - "version": "11.4.5", + "version": "11.4.6", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -15,11 +15,11 @@ }, "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", - "@grafana/e2e-selectors": "11.4.5", + "@grafana/data": "11.4.6", + "@grafana/e2e-selectors": "11.4.6", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/ui": "11.4.6", "@react-awesome-query-builder/ui": "6.6.3", "immutable": "4.3.7", "lodash": "4.17.21", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 2ac4ed12a2f..8e33dbe21fa 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/ui", - "version": "11.4.5", + "version": "11.4.6", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -51,10 +51,10 @@ "@emotion/react": "11.13.3", "@emotion/serialize": "1.3.2", "@floating-ui/react": "0.26.24", - "@grafana/data": "11.4.5", - "@grafana/e2e-selectors": "11.4.5", + "@grafana/data": "11.4.6", + "@grafana/e2e-selectors": "11.4.6", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "11.4.5", + "@grafana/schema": "11.4.6", "@hello-pangea/dnd": "16.6.0", "@leeoniya/ufuzzy": "1.0.14", "@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 bad295b0be1..0126fc1411a 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -2,14 +2,14 @@ "name": "@grafana-plugins/grafana-azure-monitor-datasource", "description": "Grafana data source for Azure Monitor", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", + "@grafana/data": "11.4.6", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.4.5", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^23.0.0", @@ -25,8 +25,8 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.4.5", - "@grafana/plugin-configs": "11.4.5", + "@grafana/e2e-selectors": "11.4.6", + "@grafana/plugin-configs": "11.4.6", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index b1a775d0933..06737a053bf 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/stackdriver", "description": "Grafana data source for Google Cloud Monitoring", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", + "@grafana/data": "11.4.6", "@grafana/experimental": "2.1.1", "@grafana/google-sdk": "0.1.2", - "@grafana/runtime": "11.4.5", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^23.0.0", @@ -26,8 +26,8 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.4.5", - "@grafana/plugin-configs": "11.4.5", + "@grafana/e2e-selectors": "11.4.6", + "@grafana/plugin-configs": "11.4.6", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json index 0376d92d982..c7e6a9f506d 100644 --- a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json +++ b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/grafana-postgresql-datasource", "description": "PostgreSQL data source plugin", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", + "@grafana/data": "11.4.6", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.4.5", - "@grafana/sql": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/sql": "11.4.6", + "@grafana/ui": "11.4.6", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.4.5", - "@grafana/plugin-configs": "11.4.5", + "@grafana/e2e-selectors": "11.4.6", + "@grafana/plugin-configs": "11.4.6", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.13", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index e3db6bc10d2..d5c965a3ac7 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/grafana-pyroscope-datasource", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", - "@grafana/runtime": "11.4.5", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/data": "11.4.6", + "@grafana/runtime": "11.4.6", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "fast-deep-equal": "^3.1.3", "lodash": "4.17.21", "monaco-editor": "0.34.1", @@ -20,7 +20,7 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/plugin-configs": "11.4.5", + "@grafana/plugin-configs": "11.4.6", "@testing-library/dom": "10.0.0", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "15.0.2", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 11dfbf64562..cb79921233a 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -2,14 +2,14 @@ "name": "@grafana-plugins/grafana-testdata-datasource", "description": "Generates test data in different forms", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", + "@grafana/data": "11.4.6", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.4.5", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -22,8 +22,8 @@ "uuid": "9.0.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.4.5", - "@grafana/plugin-configs": "11.4.5", + "@grafana/e2e-selectors": "11.4.6", + "@grafana/plugin-configs": "11.4.6", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index 1c0b7625ed6..a727a2515b5 100644 --- a/public/app/plugins/datasource/jaeger/package.json +++ b/public/app/plugins/datasource/jaeger/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/jaeger", "description": "Jaeger plugin for Grafana", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index d77e44705e0..bd74d9ee3f1 100644 --- a/public/app/plugins/datasource/mssql/package.json +++ b/public/app/plugins/datasource/mssql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mssql", "description": "MSSQL data source plugin", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", + "@grafana/data": "11.4.6", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.4.5", - "@grafana/sql": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/sql": "11.4.6", + "@grafana/ui": "11.4.6", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.4.5", - "@grafana/plugin-configs": "11.4.5", + "@grafana/e2e-selectors": "11.4.6", + "@grafana/plugin-configs": "11.4.6", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.13", diff --git a/public/app/plugins/datasource/mysql/package.json b/public/app/plugins/datasource/mysql/package.json index 39c06ba8317..f4e6ca134a8 100644 --- a/public/app/plugins/datasource/mysql/package.json +++ b/public/app/plugins/datasource/mysql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mysql", "description": "MySQL data source plugin", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", + "@grafana/data": "11.4.6", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.4.5", - "@grafana/sql": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/runtime": "11.4.6", + "@grafana/sql": "11.4.6", + "@grafana/ui": "11.4.6", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.4.5", - "@grafana/plugin-configs": "11.4.5", + "@grafana/e2e-selectors": "11.4.6", + "@grafana/plugin-configs": "11.4.6", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.13", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index 845047e5eba..2a4557c1afc 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/parca", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.4.5", - "@grafana/runtime": "11.4.5", - "@grafana/schema": "11.4.5", - "@grafana/ui": "11.4.5", + "@grafana/data": "11.4.6", + "@grafana/runtime": "11.4.6", + "@grafana/schema": "11.4.6", + "@grafana/ui": "11.4.6", "lodash": "4.17.21", "monaco-editor": "0.34.1", "react": "18.2.0", @@ -18,7 +18,7 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/plugin-configs": "11.4.5", + "@grafana/plugin-configs": "11.4.6", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index f1e166dcb43..1a6b9002be2 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/tempo", "description": "Grafana plugin for the Tempo data source.", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", "@grafana/data": "workspace:*", @@ -39,7 +39,7 @@ "uuid": "9.0.1" }, "devDependencies": { - "@grafana/plugin-configs": "11.4.5", + "@grafana/plugin-configs": "11.4.6", "@testing-library/dom": "10.0.0", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "15.0.2", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 555111f8bb2..5fbb41b059a 100644 --- a/public/app/plugins/datasource/zipkin/package.json +++ b/public/app/plugins/datasource/zipkin/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/zipkin", "description": "Zipkin plugin for Grafana", "private": true, - "version": "11.4.5", + "version": "11.4.6", "dependencies": { "@emotion/css": "11.13.4", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index c99b2875286..32529220112 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3133,13 +3133,13 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/schema": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/schema": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" @@ -3177,13 +3177,13 @@ __metadata: resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/sql": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/sql": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.13" @@ -3208,11 +3208,11 @@ __metadata: resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/schema": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/schema": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@testing-library/dom": "npm:10.0.0" "@testing-library/jest-dom": "npm:6.4.2" "@testing-library/react": "npm:15.0.2" @@ -3249,13 +3249,13 @@ __metadata: resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/schema": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/schema": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" @@ -3332,13 +3332,13 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/sql": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/sql": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.13" @@ -3363,13 +3363,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/sql": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/sql": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.13" @@ -3394,11 +3394,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/schema": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/schema": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" @@ -3426,14 +3426,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:11.4.5" - "@grafana/runtime": "npm:11.4.5" - "@grafana/schema": "npm:11.4.5" - "@grafana/ui": "npm:11.4.5" + "@grafana/plugin-configs": "npm:11.4.6" + "@grafana/runtime": "npm:11.4.6" + "@grafana/schema": "npm:11.4.6" + "@grafana/ui": "npm:11.4.6" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" @@ -3481,7 +3481,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.19" "@grafana/monaco-logql": "npm:^0.0.7" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:11.4.5" + "@grafana/plugin-configs": "npm:11.4.6" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" "@grafana/ui": "workspace:*" @@ -3591,12 +3591,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:11.4.5, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:11.4.6, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": version: 0.0.0-use.local resolution: "@grafana/data@workspace:packages/grafana-data" dependencies: "@braintree/sanitize-url": "npm:7.0.1" - "@grafana/schema": "npm:11.4.5" + "@grafana/schema": "npm:11.4.6" "@grafana/tsconfig": "npm:^2.0.0" "@rollup/plugin-node-resolve": "npm:15.3.0" "@types/d3-interpolate": "npm:^3.0.0" @@ -3644,7 +3644,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:11.4.5, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:11.4.6, @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: @@ -3770,9 +3770,9 @@ __metadata: "@babel/preset-env": "npm:7.25.7" "@babel/preset-react": "npm:7.25.7" "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.4.5" + "@grafana/ui": "npm:11.4.6" "@leeoniya/ufuzzy": "npm:1.0.14" "@rollup/plugin-node-resolve": "npm:15.3.0" "@testing-library/dom": "npm:10.0.0" @@ -3854,13 +3854,13 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" - "@grafana/runtime": "npm:11.4.5" - "@grafana/schema": "npm:11.4.5" + "@grafana/runtime": "npm:11.4.6" + "@grafana/schema": "npm:11.4.6" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.4.5" + "@grafana/ui": "npm:11.4.6" "@testing-library/dom": "npm:10.0.0" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:15.0.2" @@ -3885,7 +3885,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:11.4.5, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:11.4.6, @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: @@ -3925,14 +3925,14 @@ __metadata: "@emotion/css": "npm:11.13.4" "@emotion/eslint-plugin": "npm:11.12.0" "@floating-ui/react": "npm:0.26.24" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" "@grafana/faro-web-sdk": "npm:1.10.2" - "@grafana/runtime": "npm:11.4.5" - "@grafana/schema": "npm:11.4.5" + "@grafana/runtime": "npm:11.4.6" + "@grafana/schema": "npm:11.4.6" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.4.5" + "@grafana/ui": "npm:11.4.6" "@hello-pangea/dnd": "npm:16.6.0" "@leeoniya/ufuzzy": "npm:1.0.14" "@lezer/common": "npm:1.2.2" @@ -4029,16 +4029,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:11.4.5, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:11.4.6, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": version: 0.0.0-use.local resolution: "@grafana/runtime@workspace:packages/grafana-runtime" dependencies: - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:11.4.5" + "@grafana/schema": "npm:11.4.6" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.4.5" + "@grafana/ui": "npm:11.4.6" "@rollup/plugin-node-resolve": "npm:15.3.0" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.0.0" @@ -4129,7 +4129,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:11.4.5, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:11.4.6, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -4147,17 +4147,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:11.4.5, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:11.4.6, @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.4" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/experimental": "npm:2.1.1" - "@grafana/runtime": "npm:11.4.5" + "@grafana/runtime": "npm:11.4.6" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.4.5" + "@grafana/ui": "npm:11.4.6" "@react-awesome-query-builder/ui": "npm:6.6.3" "@testing-library/dom": "npm:10.0.0" "@testing-library/jest-dom": "npm:^6.1.2" @@ -4200,7 +4200,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:11.4.5, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:11.4.6, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -4210,10 +4210,10 @@ __metadata: "@emotion/serialize": "npm:1.3.2" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.26.24" - "@grafana/data": "npm:11.4.5" - "@grafana/e2e-selectors": "npm:11.4.5" + "@grafana/data": "npm:11.4.6" + "@grafana/e2e-selectors": "npm:11.4.6" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:11.4.5" + "@grafana/schema": "npm:11.4.6" "@grafana/tsconfig": "npm:^2.0.0" "@hello-pangea/dnd": "npm:16.6.0" "@leeoniya/ufuzzy": "npm:1.0.14"