From 1aea2dd15941cf9662aa8aea4e5458f7e0748795 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:18:10 +0200 Subject: [PATCH] Release: Bump version to 10.4.2 (#84926) "Release: Updated versions in package to 10.4.2" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> --- lerna.json | 2 +- package.json | 2 +- packages/grafana-data/package.json | 4 +- packages/grafana-e2e-selectors/package.json | 2 +- packages/grafana-e2e/package.json | 6 +- packages/grafana-eslint-rules/package.json | 2 +- packages/grafana-flamegraph/package.json | 6 +- .../grafana-o11y-ds-frontend/package.json | 2 +- packages/grafana-plugin-configs/package.json | 2 +- packages/grafana-prometheus/package.json | 2 +- packages/grafana-runtime/package.json | 10 +- packages/grafana-schema/package.json | 2 +- .../x/AlertGroupsPanelCfg_types.gen.ts | 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 +- .../x/PrometheusDataQuery_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 | 2 +- packages/grafana-ui/package.json | 8 +- .../internal/input-datasource/package.json | 6 +- .../datasource/azuremonitor/package.json | 14 +-- .../datasource/cloud-monitoring/package.json | 14 +-- .../grafana-pyroscope-datasource/package.json | 12 +-- .../grafana-testdata-datasource/package.json | 14 +-- .../app/plugins/datasource/parca/package.json | 12 +-- .../app/plugins/datasource/tempo/package.json | 4 +- yarn.lock | 98 +++++++++---------- 51 files changed, 142 insertions(+), 142 deletions(-) diff --git a/lerna.json b/lerna.json index 6522ef819e4..5f924d4e4f5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "10.4.1" + "version": "10.4.2" } diff --git a/package.json b/package.json index 1f76b28d4ca..d657c302c3d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "10.4.1", + "version": "10.4.2", "repository": "github:grafana/grafana", "scripts": { "prebuild": "yarn plugin:build", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index bfe0c4dacf2..b7cfb6500a0 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": "10.4.1", + "version": "10.4.2", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -36,7 +36,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.0", - "@grafana/schema": "10.4.1", + "@grafana/schema": "10.4.2", "@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 8f2728b69bc..3a17b0af46b 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": "10.4.1", + "version": "10.4.2", "description": "Grafana End-to-End Test Selectors Library", "keywords": [ "cli", diff --git a/packages/grafana-e2e/package.json b/packages/grafana-e2e/package.json index d7174eb4c2a..352d6ba0b31 100644 --- a/packages/grafana-e2e/package.json +++ b/packages/grafana-e2e/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/e2e", - "version": "10.4.1", + "version": "10.4.2", "description": "Grafana End-to-End Test Library", "keywords": [ "cli", @@ -63,8 +63,8 @@ "@babel/core": "7.23.2", "@babel/preset-env": "7.23.2", "@cypress/webpack-preprocessor": "5.17.1", - "@grafana/e2e-selectors": "10.4.1", - "@grafana/schema": "10.4.1", + "@grafana/e2e-selectors": "10.4.2", + "@grafana/schema": "10.4.2", "@grafana/tsconfig": "^1.2.0-rc1", "@mochajs/json-file-reporter": "^1.2.0", "babel-loader": "9.1.3", diff --git a/packages/grafana-eslint-rules/package.json b/packages/grafana-eslint-rules/package.json index ea40fdb8c75..4e159ac42ec 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": "10.4.1", + "version": "10.4.2", "main": "./index.cjs", "author": "Grafana Labs", "license": "Apache-2.0", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index 8bf806ccfed..ab910184197 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": "10.4.1", + "version": "10.4.2", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/data": "10.4.2", + "@grafana/ui": "10.4.2", "@leeoniya/ufuzzy": "1.0.14", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index c79fccb12a4..7337068f32c 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": "10.4.1", + "version": "10.4.2", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index 29baea44439..77a5560a728 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": "10.4.1", + "version": "10.4.2", "dependencies": { "tslib": "2.6.2" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 0524b52fda7..9d8bad01df5 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": "10.4.1", + "version": "10.4.2", "description": "Grafana Prometheus Library", "keywords": [ "typescript" diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index edbc156fc94..fad96831c4c 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": "10.4.1", + "version": "10.4.2", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -37,11 +37,11 @@ "postpack": "mv package.json.bak package.json" }, "dependencies": { - "@grafana/data": "10.4.1", - "@grafana/e2e-selectors": "10.4.1", + "@grafana/data": "10.4.2", + "@grafana/e2e-selectors": "10.4.2", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/schema": "10.4.2", + "@grafana/ui": "10.4.2", "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 cea6e56247c..c59176e5a30 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": "10.4.1", + "version": "10.4.2", "description": "Grafana Schema Library", "keywords": [ "typescript" diff --git a/packages/grafana-schema/src/raw/composable/alertgroups/panelcfg/x/AlertGroupsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/alertgroups/panelcfg/x/AlertGroupsPanelCfg_types.gen.ts index c755fbad668..7b240033e98 100644 --- a/packages/grafana-schema/src/raw/composable/alertgroups/panelcfg/x/AlertGroupsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/alertgroups/panelcfg/x/AlertGroupsPanelCfg_types.gen.ts @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options { /** 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 06588edf141..1ffe7d9f088 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 @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options { limit: number; diff --git a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts index 1d9f5049f24..a4dbccbfd7c 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting { /** diff --git a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts index b4d41f17903..4886e81f5cc 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends 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 18346b93250..2b894256922 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export enum VizDisplayMode { Candles = 'candles', diff --git a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts index 76f2d9b7781..f8d6f1ebc50 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 @@ -11,7 +11,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export enum HorizontalConstraint { Center = 'center', diff --git a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts index 7eec44d663e..4f01568cacc 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface MetricStat { /** diff --git a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts index 20b280d3231..2c8872341a7 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 @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts index 98fd2e74fd4..6d9760d55e4 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 @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options { selectedSeries: number; diff --git a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts index af4e5a02cfd..1d394662156 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 @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export type UpdateConfig = { render: boolean, diff --git a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts index cdc3bec6689..fa1e3a50271 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested); diff --git a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts index fd321550ac1..7d320a6f090 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends common.SingleStatBaseOptions { minVizHeight: number; diff --git a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts index 880ca997587..dda759320ef 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 @@ -11,7 +11,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options { basemap: ui.MapLayerOptions; diff --git a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts index 6f0a56fc42a..26f320e6a9a 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 @@ -11,7 +11,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; /** * Controls the color mode of the heatmap diff --git a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts index b4ce7790f3d..645855f0be2 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip { /** diff --git a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts index 697ff203226..e708571c739 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; 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 00ba037a5e1..0cfb0e2fcb2 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; 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 462ed0ce12c..bc1770d57f2 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 @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts index 9d7229c133a..36bfdb3ede2 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 @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface ArcOption { /** diff --git a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts index 185bd06b8dc..d6a4629f549 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; /** * Select the pie chart display style. diff --git a/packages/grafana-schema/src/raw/composable/prometheus/dataquery/x/PrometheusDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/prometheus/dataquery/x/PrometheusDataQuery_types.gen.ts index c1c0c1234ca..0f449cb2754 100644 --- a/packages/grafana-schema/src/raw/composable/prometheus/dataquery/x/PrometheusDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/prometheus/dataquery/x/PrometheusDataQuery_types.gen.ts @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export enum QueryEditorMode { Builder = 'builder', 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 3ee22187454..885ef018c0e 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends common.SingleStatBaseOptions { colorMode: common.BigValueColorMode; diff --git a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts index 2854954366b..7a09f8d7a6b 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 @@ -11,7 +11,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts index 6ce36c518f1..e4fca617d42 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 @@ -11,7 +11,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts index f4ed813bddc..b617480563a 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 @@ -11,7 +11,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts index e8b90dfb22e..69b360b690b 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 @@ -9,7 +9,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export enum TextMode { Code = 'code', diff --git a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts index 282b5e4841f..4ed9680f321 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; export interface Options extends common.OptionsWithTimezones { legend: common.VizLegendOptions; diff --git a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts index 371487d2abd..343e9eaa81f 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; /** * Identical to timeseries... except it does not have timezone settings diff --git a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts index 1ccd2661947..086eac7379e 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 @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.4.1"; +export const pluginVersion = "10.4.2"; /** * Auto is "table" in the UI diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 39fa4d88487..d1b50fe1d7d 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": "10.4.1", + "version": "10.4.2", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 40f0e0fca72..39abe48b21d 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": "10.4.1", + "version": "10.4.2", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -50,10 +50,10 @@ "@emotion/css": "11.11.2", "@emotion/react": "11.11.3", "@floating-ui/react": "0.26.9", - "@grafana/data": "10.4.1", - "@grafana/e2e-selectors": "10.4.1", + "@grafana/data": "10.4.2", + "@grafana/e2e-selectors": "10.4.2", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "10.4.1", + "@grafana/schema": "10.4.2", "@leeoniya/ufuzzy": "1.0.14", "@monaco-editor/react": "4.6.0", "@popperjs/core": "2.11.8", diff --git a/plugins-bundled/internal/input-datasource/package.json b/plugins-bundled/internal/input-datasource/package.json index 123b0d9de3f..e35fc30437a 100644 --- a/plugins-bundled/internal/input-datasource/package.json +++ b/plugins-bundled/internal/input-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@grafana-plugins/input-datasource", - "version": "10.4.1", + "version": "10.4.2", "description": "Input Datasource", "private": true, "repository": { @@ -28,8 +28,8 @@ "webpack": "5.76.0" }, "dependencies": { - "@grafana/data": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/data": "10.4.2", + "@grafana/ui": "10.4.2", "react": "18.2.0", "tslib": "2.5.0" } diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 6440dcebfcd..90a3e44fa1d 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": "10.4.1", + "version": "10.4.2", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.1", + "@grafana/data": "10.4.2", "@grafana/experimental": "1.7.10", - "@grafana/runtime": "10.4.1", - "@grafana/schema": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/runtime": "10.4.2", + "@grafana/schema": "10.4.2", + "@grafana/ui": "10.4.2", "@kusto/monaco-kusto": "^7.4.0", "fast-deep-equal": "^3.1.3", "i18next": "^23.0.0", @@ -23,8 +23,8 @@ "tslib": "2.6.2" }, "devDependencies": { - "@grafana/e2e-selectors": "10.4.1", - "@grafana/plugin-configs": "10.4.1", + "@grafana/e2e-selectors": "10.4.2", + "@grafana/plugin-configs": "10.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index c10deab27ee..03956e80c06 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": "10.4.1", + "version": "10.4.2", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.1", + "@grafana/data": "10.4.2", "@grafana/experimental": "1.7.10", "@grafana/google-sdk": "0.1.2", - "@grafana/runtime": "10.4.1", - "@grafana/schema": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/runtime": "10.4.2", + "@grafana/schema": "10.4.2", + "@grafana/ui": "10.4.2", "@kusto/monaco-kusto": "^7.4.0", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", @@ -25,8 +25,8 @@ "tslib": "2.6.2" }, "devDependencies": { - "@grafana/e2e-selectors": "10.4.1", - "@grafana/plugin-configs": "10.4.1", + "@grafana/e2e-selectors": "10.4.2", + "@grafana/plugin-configs": "10.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/debounce-promise": "3.1.9", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index 552f138cb41..d9fe9a34142 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": "10.4.1", + "version": "10.4.2", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.1", - "@grafana/runtime": "10.4.1", - "@grafana/schema": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/data": "10.4.2", + "@grafana/runtime": "10.4.2", + "@grafana/schema": "10.4.2", + "@grafana/ui": "10.4.2", "fast-deep-equal": "^3.1.3", "lodash": "4.17.21", "monaco-editor": "0.34.0", @@ -20,7 +20,7 @@ "tslib": "2.6.2" }, "devDependencies": { - "@grafana/plugin-configs": "10.4.1", + "@grafana/plugin-configs": "10.4.2", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 710d93ff40f..eca1bd9cb1b 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": "10.4.1", + "version": "10.4.2", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.1", + "@grafana/data": "10.4.2", "@grafana/experimental": "1.7.10", - "@grafana/runtime": "10.4.1", - "@grafana/schema": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/runtime": "10.4.2", + "@grafana/schema": "10.4.2", + "@grafana/ui": "10.4.2", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -20,8 +20,8 @@ "uuid": "9.0.1" }, "devDependencies": { - "@grafana/e2e-selectors": "10.4.1", - "@grafana/plugin-configs": "10.4.1", + "@grafana/e2e-selectors": "10.4.2", + "@grafana/plugin-configs": "10.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/d3-random": "^3.0.2", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index fa26883d82b..ecf5f78022f 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": "10.4.1", + "version": "10.4.2", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.1", - "@grafana/runtime": "10.4.1", - "@grafana/schema": "10.4.1", - "@grafana/ui": "10.4.1", + "@grafana/data": "10.4.2", + "@grafana/runtime": "10.4.2", + "@grafana/schema": "10.4.2", + "@grafana/ui": "10.4.2", "lodash": "4.17.21", "monaco-editor": "0.34.0", "react": "18.2.0", @@ -17,7 +17,7 @@ "tslib": "2.6.2" }, "devDependencies": { - "@grafana/plugin-configs": "10.4.1", + "@grafana/plugin-configs": "10.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/lodash": "4.14.202", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 2b14d8abdee..daf45eb679b 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": "10.4.1", + "version": "10.4.2", "dependencies": { "@emotion/css": "11.11.2", "@grafana/data": "workspace:*", @@ -41,7 +41,7 @@ "uuid": "9.0.1" }, "devDependencies": { - "@grafana/plugin-configs": "10.4.1", + "@grafana/plugin-configs": "10.4.2", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", diff --git a/yarn.lock b/yarn.lock index 43474fd6285..0ff1c92425f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3219,13 +3219,13 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.11.2" - "@grafana/data": "npm:10.4.1" - "@grafana/e2e-selectors": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" + "@grafana/e2e-selectors": "npm:10.4.2" "@grafana/experimental": "npm:1.7.10" - "@grafana/plugin-configs": "npm:10.4.1" - "@grafana/runtime": "npm:10.4.1" - "@grafana/schema": "npm:10.4.1" - "@grafana/ui": "npm:10.4.1" + "@grafana/plugin-configs": "npm:10.4.2" + "@grafana/runtime": "npm:10.4.2" + "@grafana/schema": "npm:10.4.2" + "@grafana/ui": "npm:10.4.2" "@kusto/monaco-kusto": "npm:^7.4.0" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" @@ -3259,11 +3259,11 @@ __metadata: resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" dependencies: "@emotion/css": "npm:11.11.2" - "@grafana/data": "npm:10.4.1" - "@grafana/plugin-configs": "npm:10.4.1" - "@grafana/runtime": "npm:10.4.1" - "@grafana/schema": "npm:10.4.1" - "@grafana/ui": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" + "@grafana/plugin-configs": "npm:10.4.2" + "@grafana/runtime": "npm:10.4.2" + "@grafana/schema": "npm:10.4.2" + "@grafana/ui": "npm:10.4.2" "@testing-library/jest-dom": "npm:6.4.2" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" @@ -3298,13 +3298,13 @@ __metadata: resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" dependencies: "@emotion/css": "npm:11.11.2" - "@grafana/data": "npm:10.4.1" - "@grafana/e2e-selectors": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" + "@grafana/e2e-selectors": "npm:10.4.2" "@grafana/experimental": "npm:1.7.10" - "@grafana/plugin-configs": "npm:10.4.1" - "@grafana/runtime": "npm:10.4.1" - "@grafana/schema": "npm:10.4.1" - "@grafana/ui": "npm:10.4.1" + "@grafana/plugin-configs": "npm:10.4.2" + "@grafana/runtime": "npm:10.4.2" + "@grafana/schema": "npm:10.4.2" + "@grafana/ui": "npm:10.4.2" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/d3-random": "npm:^3.0.2" @@ -3333,9 +3333,9 @@ __metadata: version: 0.0.0-use.local resolution: "@grafana-plugins/input-datasource@workspace:plugins-bundled/internal/input-datasource" dependencies: - "@grafana/data": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@grafana/ui": "npm:10.4.1" + "@grafana/ui": "npm:10.4.2" "@types/jest": "npm:26.0.15" "@types/react": "npm:18.0.28" copy-webpack-plugin: "npm:11.0.0" @@ -3357,11 +3357,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.11.2" - "@grafana/data": "npm:10.4.1" - "@grafana/plugin-configs": "npm:10.4.1" - "@grafana/runtime": "npm:10.4.1" - "@grafana/schema": "npm:10.4.1" - "@grafana/ui": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" + "@grafana/plugin-configs": "npm:10.4.2" + "@grafana/runtime": "npm:10.4.2" + "@grafana/schema": "npm:10.4.2" + "@grafana/ui": "npm:10.4.2" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/lodash": "npm:4.14.202" @@ -3384,14 +3384,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.11.2" - "@grafana/data": "npm:10.4.1" - "@grafana/e2e-selectors": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" + "@grafana/e2e-selectors": "npm:10.4.2" "@grafana/experimental": "npm:1.7.10" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:10.4.1" - "@grafana/runtime": "npm:10.4.1" - "@grafana/schema": "npm:10.4.1" - "@grafana/ui": "npm:10.4.1" + "@grafana/plugin-configs": "npm:10.4.2" + "@grafana/runtime": "npm:10.4.2" + "@grafana/schema": "npm:10.4.2" + "@grafana/ui": "npm:10.4.2" "@kusto/monaco-kusto": "npm:^7.4.0" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" @@ -3436,7 +3436,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.15" "@grafana/monaco-logql": "npm:^0.0.7" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:10.4.1" + "@grafana/plugin-configs": "npm:10.4.2" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" "@grafana/ui": "workspace:*" @@ -3504,12 +3504,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:10.4.1, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:10.4.2, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": version: 0.0.0-use.local resolution: "@grafana/data@workspace:packages/grafana-data" dependencies: "@braintree/sanitize-url": "npm:7.0.0" - "@grafana/schema": "npm:10.4.1" + "@grafana/schema": "npm:10.4.2" "@grafana/tsconfig": "npm:^1.2.0-rc1" "@rollup/plugin-commonjs": "npm:25.0.7" "@rollup/plugin-json": "npm:6.1.0" @@ -3580,7 +3580,7 @@ __metadata: languageName: node linkType: hard -"@grafana/e2e-selectors@npm:10.4.1, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:10.4.2, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": version: 0.0.0-use.local resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors" dependencies: @@ -3606,8 +3606,8 @@ __metadata: "@babel/core": "npm:7.23.2" "@babel/preset-env": "npm:7.23.2" "@cypress/webpack-preprocessor": "npm:5.17.1" - "@grafana/e2e-selectors": "npm:10.4.1" - "@grafana/schema": "npm:10.4.1" + "@grafana/e2e-selectors": "npm:10.4.2" + "@grafana/schema": "npm:10.4.2" "@grafana/tsconfig": "npm:^1.2.0-rc1" "@mochajs/json-file-reporter": "npm:^1.2.0" "@rollup/plugin-node-resolve": "npm:15.2.3" @@ -3751,9 +3751,9 @@ __metadata: "@babel/preset-env": "npm:7.23.9" "@babel/preset-react": "npm:7.23.3" "@emotion/css": "npm:11.11.2" - "@grafana/data": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@grafana/ui": "npm:10.4.1" + "@grafana/ui": "npm:10.4.2" "@leeoniya/ufuzzy": "npm:1.0.14" "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3860,7 +3860,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:10.4.1, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:10.4.2, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": version: 0.0.0-use.local resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" dependencies: @@ -3990,16 +3990,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:10.4.1, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:10.4.2, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": version: 0.0.0-use.local resolution: "@grafana/runtime@workspace:packages/grafana-runtime" dependencies: - "@grafana/data": "npm:10.4.1" - "@grafana/e2e-selectors": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" + "@grafana/e2e-selectors": "npm:10.4.2" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:10.4.1" + "@grafana/schema": "npm:10.4.2" "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@grafana/ui": "npm:10.4.1" + "@grafana/ui": "npm:10.4.2" "@rollup/plugin-commonjs": "npm:25.0.7" "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/dom": "npm:9.3.4" @@ -4053,7 +4053,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:10.4.1, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:10.4.2, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -4127,7 +4127,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:10.4.1, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:10.4.2, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -4135,10 +4135,10 @@ __metadata: "@emotion/css": "npm:11.11.2" "@emotion/react": "npm:11.11.3" "@floating-ui/react": "npm:0.26.9" - "@grafana/data": "npm:10.4.1" - "@grafana/e2e-selectors": "npm:10.4.1" + "@grafana/data": "npm:10.4.2" + "@grafana/e2e-selectors": "npm:10.4.2" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:10.4.1" + "@grafana/schema": "npm:10.4.2" "@grafana/tsconfig": "npm:^1.2.0-rc1" "@leeoniya/ufuzzy": "npm:1.0.14" "@monaco-editor/react": "npm:4.6.0"