From e2f07b2d0b5dd817cf459d7c1a9952923ea1e924 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:33:39 +0200 Subject: [PATCH] Release: Bump version to 10.2.4 (#79684) "Release: Updated versions in package to 10.2.4" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> (cherry picked from commit b27bbadce751a41eb0baa6a3be554529e3f3d1b2) # Conflicts: # lerna.json # yarn.lock --- lerna.json | 6 +- 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 +- packages/grafana-plugin-configs/package.json | 2 +- packages/grafana-runtime/package.json | 8 +- 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 +- .../x/GrafanaPyroscopeDataQuery_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 +- .../dataquery/x/ParcaDataQuery_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 +- .../dataquery/x/TempoDataQuery_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-ui/package.json | 8 +- .../internal/input-datasource/package.json | 6 +- .../grafana-testdata-datasource/package.json | 14 +- yarn.lock | 626 +++++++++--------- 46 files changed, 391 insertions(+), 367 deletions(-) diff --git a/lerna.json b/lerna.json index 921b17ca44d..ef3817c5d56 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,8 @@ { "npmClient": "yarn", - "version": "10.2.3" + "useWorkspaces": true, + "packages": [ + "packages/*" + ], + "version": "10.2.4" } diff --git a/package.json b/package.json index f49dd761f65..f8853a37621 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "10.2.3", + "version": "10.2.4", "repository": "github:grafana/grafana", "scripts": { "prebuild": "yarn i18n:compile && yarn plugin:build", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 4460d2aa2f2..f95a3bd2ecd 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.2.3", + "version": "10.2.4", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -36,7 +36,7 @@ }, "dependencies": { "@braintree/sanitize-url": "6.0.2", - "@grafana/schema": "10.2.3", + "@grafana/schema": "10.2.4", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.1", "d3-interpolate": "3.0.1", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index ce6aa3c65a0..cf29615dfd9 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.2.3", + "version": "10.2.4", "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 597e69b9236..deb32dd4a78 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.2.3", + "version": "10.2.4", "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.2.3", - "@grafana/schema": "10.2.3", + "@grafana/e2e-selectors": "10.2.4", + "@grafana/schema": "10.2.4", "@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 967e459981c..1b0364077eb 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.2.3", + "version": "10.2.4", "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 25b9ea40376..813c49e5ec2 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.2.3", + "version": "10.2.4", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.2.3", - "@grafana/ui": "10.2.3", + "@grafana/data": "10.2.4", + "@grafana/ui": "10.2.4", "@leeoniya/ufuzzy": "1.0.8", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index 3686afbf406..d0489a7cd40 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.2.3", + "version": "10.2.4", "dependencies": { "tslib": "2.6.0" }, diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 307eaf8ed37..606223e7383 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.2.3", + "version": "10.2.4", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -37,10 +37,10 @@ "postpack": "mv package.json.bak package.json" }, "dependencies": { - "@grafana/data": "10.2.3", - "@grafana/e2e-selectors": "10.2.3", + "@grafana/data": "10.2.4", + "@grafana/e2e-selectors": "10.2.4", "@grafana/faro-web-sdk": "1.2.1", - "@grafana/ui": "10.2.3", + "@grafana/ui": "10.2.4", "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 598c4b932ec..fc3158d1e2e 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.2.3", + "version": "10.2.4", "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 fcdf074e9f8..6f4c06d0429 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.2.3"; +export const pluginVersion = "10.2.4"; 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 309f3ba5c0d..6e73bae1723 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.2.3"; +export const pluginVersion = "10.2.4"; 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 4bed3e3b7dd..68be8093d91 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.2.3"; +export const pluginVersion = "10.2.4"; 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 21cc20d2e05..77e56468736 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.2.3"; +export const pluginVersion = "10.2.4"; 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 012c4f94d42..64766f92f9b 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.2.3"; +export const pluginVersion = "10.2.4"; 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 a998cf3bd36..b05026c5c28 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.2.3"; +export const pluginVersion = "10.2.4"; 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 222b82f518a..83b92daeab4 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.2.3"; +export const pluginVersion = "10.2.4"; 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 03dd79d20db..1b462864a9d 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.2.3"; +export const pluginVersion = "10.2.4"; 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 df9e4761b2d..96c5f1bd774 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.2.3"; +export const pluginVersion = "10.2.4"; 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 3965609153e..6b4b7e6872c 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.2.3"; +export const pluginVersion = "10.2.4"; 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 6e39138242d..dd052ac33ef 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.2.3"; +export const pluginVersion = "10.2.4"; 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 047e61893c1..7cc9914a474 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.2.3"; +export const pluginVersion = "10.2.4"; 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 b0ff9f0f7b6..5791b2abddb 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.2.3"; +export const pluginVersion = "10.2.4"; export interface Options { basemap: ui.MapLayerOptions; diff --git a/packages/grafana-schema/src/raw/composable/grafanapyroscope/dataquery/x/GrafanaPyroscopeDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/grafanapyroscope/dataquery/x/GrafanaPyroscopeDataQuery_types.gen.ts index cbee8ae2d54..7b1891f86b7 100644 --- a/packages/grafana-schema/src/raw/composable/grafanapyroscope/dataquery/x/GrafanaPyroscopeDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/grafanapyroscope/dataquery/x/GrafanaPyroscopeDataQuery_types.gen.ts @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.2.3"; +export const pluginVersion = "10.2.4"; export type PyroscopeQueryType = ('metrics' | 'profile' | 'both'); 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 77d0cb94102..9dab064d0cc 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.2.3"; +export const pluginVersion = "10.2.4"; /** * 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 295a07fb428..8a6ee8d1d4a 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.2.3"; +export const pluginVersion = "10.2.4"; 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 16afb329f98..e9026585dc3 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.2.3"; +export const pluginVersion = "10.2.4"; 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 9a50bcb586a..065074f5d80 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.2.3"; +export const pluginVersion = "10.2.4"; 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 541612375a0..927ecb357b0 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.2.3"; +export const pluginVersion = "10.2.4"; 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 00c5401cf41..a24f295895a 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.2.3"; +export const pluginVersion = "10.2.4"; export interface ArcOption { /** diff --git a/packages/grafana-schema/src/raw/composable/parca/dataquery/x/ParcaDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/parca/dataquery/x/ParcaDataQuery_types.gen.ts index 42a47abd78d..8cf84561903 100644 --- a/packages/grafana-schema/src/raw/composable/parca/dataquery/x/ParcaDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/parca/dataquery/x/ParcaDataQuery_types.gen.ts @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.2.3"; +export const pluginVersion = "10.2.4"; export type ParcaQueryType = ('metrics' | 'profile' | 'both'); 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 bb84044d2af..c569891afa6 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.2.3"; +export const pluginVersion = "10.2.4"; /** * 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 78400eb4164..fbddfbb5c07 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.2.3"; +export const pluginVersion = "10.2.4"; 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 f27b52d2fc8..de1a09c6291 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.2.3"; +export const pluginVersion = "10.2.4"; 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 8a0089d8075..43e95b3f1af 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.2.3"; +export const pluginVersion = "10.2.4"; 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 a2612da3ca0..657e5eef7a2 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.2.3"; +export const pluginVersion = "10.2.4"; 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 221f46ebaac..812250732e1 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.2.3"; +export const pluginVersion = "10.2.4"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/tempo/dataquery/x/TempoDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/tempo/dataquery/x/TempoDataQuery_types.gen.ts index a72830c5999..1cd2fe02bc9 100644 --- a/packages/grafana-schema/src/raw/composable/tempo/dataquery/x/TempoDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/tempo/dataquery/x/TempoDataQuery_types.gen.ts @@ -11,7 +11,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "10.2.3"; +export const pluginVersion = "10.2.4"; export interface TempoQuery extends common.DataQuery { filters: Array; 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 d3d2e2e56c6..e21d67b5157 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.2.3"; +export const pluginVersion = "10.2.4"; 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 205300824b8..46e78ac1b45 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.2.3"; +export const pluginVersion = "10.2.4"; 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 b6ee22dce63..5031f678b6a 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.2.3"; +export const pluginVersion = "10.2.4"; /** * 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 803c589c720..2491ad2b6b1 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.2.3"; +export const pluginVersion = "10.2.4"; export enum SeriesMapping { Auto = 'auto', diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 402baafc632..6ac6938d33e 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.2.3", + "version": "10.2.4", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -49,10 +49,10 @@ "dependencies": { "@emotion/css": "11.11.2", "@emotion/react": "11.11.1", - "@grafana/data": "10.2.3", - "@grafana/e2e-selectors": "10.2.3", + "@grafana/data": "10.2.4", + "@grafana/e2e-selectors": "10.2.4", "@grafana/faro-web-sdk": "1.2.1", - "@grafana/schema": "10.2.3", + "@grafana/schema": "10.2.4", "@leeoniya/ufuzzy": "1.0.8", "@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 e51dafdaa54..14acd00d856 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.2.3", + "version": "10.2.4", "description": "Input Datasource", "private": true, "repository": { @@ -28,8 +28,8 @@ "webpack": "5.76.0" }, "dependencies": { - "@grafana/data": "10.2.3", - "@grafana/ui": "10.2.3", + "@grafana/data": "10.2.4", + "@grafana/ui": "10.2.4", "react": "18.2.0", "tslib": "2.5.0" } diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 5b1c35aef47..16025c5e617 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.2.3", + "version": "10.2.4", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.2.3", + "@grafana/data": "10.2.4", "@grafana/experimental": "1.7.0", - "@grafana/runtime": "10.2.3", - "@grafana/schema": "10.2.3", - "@grafana/ui": "10.2.3", + "@grafana/runtime": "10.2.4", + "@grafana/schema": "10.2.4", + "@grafana/ui": "10.2.4", "lodash": "4.17.21", "react": "18.2.0", "react-use": "17.4.0", @@ -17,8 +17,8 @@ "tslib": "2.6.0" }, "devDependencies": { - "@grafana/e2e-selectors": "10.2.3", - "@grafana/plugin-configs": "10.2.3", + "@grafana/e2e-selectors": "10.2.4", + "@grafana/plugin-configs": "10.2.4", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.5.1", "@types/jest": "29.5.4", diff --git a/yarn.lock b/yarn.lock index de505179791..60e4413681b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2923,71 +2923,90 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:10.2.3, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@10.2.4, @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:6.0.2" - "@grafana/schema": "npm:10.2.3" - "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@rollup/plugin-commonjs": "npm:25.0.2" - "@rollup/plugin-json": "npm:6.0.0" - "@rollup/plugin-node-resolve": "npm:15.2.3" - "@testing-library/dom": "npm:9.3.3" - "@testing-library/jest-dom": "npm:6.1.4" - "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" - "@types/d3-interpolate": "npm:^3.0.0" - "@types/dompurify": "npm:^2" - "@types/history": "npm:4.7.11" - "@types/jest": "npm:29.5.4" - "@types/jquery": "npm:3.5.16" - "@types/lodash": "npm:4.14.195" - "@types/marked": "npm:5.0.1" - "@types/node": "npm:20.8.10" - "@types/papaparse": "npm:5.3.7" - "@types/react": "npm:18.2.15" - "@types/react-dom": "npm:18.2.7" - "@types/string-hash": "npm:1.1.1" - "@types/testing-library__jest-dom": "npm:5.14.8" - "@types/tinycolor2": "npm:1.4.3" - d3-interpolate: "npm:3.0.1" - date-fns: "npm:2.30.0" - dompurify: "npm:^2.4.3" - esbuild: "npm:0.18.12" - eventemitter3: "npm:5.0.1" - fast_array_intersect: "npm:1.1.0" - history: "npm:4.10.1" - lodash: "npm:4.17.21" - marked: "npm:5.1.1" - marked-mangle: "npm:1.1.0" - moment: "npm:2.29.4" - moment-timezone: "npm:0.5.43" - ol: "npm:7.4.0" - papaparse: "npm:5.4.1" - react: "npm:18.2.0" - react-dom: "npm:18.2.0" - react-test-renderer: "npm:18.2.0" - react-use: "npm:17.4.0" - regenerator-runtime: "npm:0.14.0" - rimraf: "npm:5.0.1" - rollup: "npm:2.79.1" - rollup-plugin-dts: "npm:^5.0.0" - rollup-plugin-esbuild: "npm:5.0.0" - rollup-plugin-node-externals: "npm:^5.0.0" - rxjs: "npm:7.8.1" - string-hash: "npm:^1.1.3" - tinycolor2: "npm:1.6.0" - tslib: "npm:2.6.0" - typescript: "npm:5.2.2" - uplot: "npm:1.6.27" - xss: "npm:^1.0.14" + "@braintree/sanitize-url": 6.0.2 + "@grafana/schema": 10.2.4 + "@grafana/tsconfig": ^1.2.0-rc1 + "@rollup/plugin-commonjs": 25.0.2 + "@rollup/plugin-json": 6.0.0 + "@rollup/plugin-node-resolve": 15.2.3 + "@testing-library/dom": 9.3.3 + "@testing-library/jest-dom": 5.16.5 + "@testing-library/react": 14.0.0 + "@testing-library/user-event": 14.5.1 + "@types/d3-interpolate": ^3.0.0 + "@types/dompurify": ^2 + "@types/history": 4.7.11 + "@types/jest": 29.5.4 + "@types/jquery": 3.5.16 + "@types/lodash": 4.14.195 + "@types/marked": 5.0.1 + "@types/node": 18.18.4 + "@types/papaparse": 5.3.7 + "@types/react": 18.2.15 + "@types/react-dom": 18.2.7 + "@types/string-hash": 1.1.1 + "@types/testing-library__jest-dom": 5.14.8 + "@types/tinycolor2": 1.4.3 + d3-interpolate: 3.0.1 + date-fns: 2.30.0 + dompurify: ^2.4.3 + esbuild: 0.18.12 + eventemitter3: 5.0.1 + fast_array_intersect: 1.1.0 + history: 4.10.1 + lodash: 4.17.21 + marked: 5.1.1 + marked-mangle: 1.1.0 + moment: 2.29.4 + moment-timezone: 0.5.43 + ol: 7.4.0 + papaparse: 5.4.1 + react: 18.2.0 + react-dom: 18.2.0 + react-test-renderer: 18.2.0 + react-use: 17.4.0 + regenerator-runtime: 0.13.11 + rimraf: 5.0.1 + rollup: 2.79.1 + rollup-plugin-dts: ^5.0.0 + rollup-plugin-esbuild: 5.0.0 + rollup-plugin-node-externals: ^5.0.0 + rxjs: 7.8.1 + string-hash: ^1.1.3 + tinycolor2: 1.6.0 + tslib: 2.6.0 + typescript: 4.8.4 + uplot: 1.6.27 + xss: ^1.0.14 peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft +"@grafana/e2e-selectors@10.2.4, @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: + "@grafana/tsconfig": ^1.2.0-rc1 + "@rollup/plugin-commonjs": 25.0.2 + "@rollup/plugin-node-resolve": 15.2.3 + "@types/node": 18.18.4 + esbuild: 0.18.12 + rimraf: 5.0.1 + rollup: 2.79.1 + rollup-plugin-dts: ^5.0.0 + rollup-plugin-esbuild: 5.0.0 + rollup-plugin-node-externals: ^5.0.0 + tslib: 2.6.0 + typescript: 4.8.4 + languageName: unknown + linkType: soft + "@grafana/e2e-selectors@npm:10.0.2": version: 10.0.2 resolution: "@grafana/e2e-selectors@npm:10.0.2" @@ -3022,42 +3041,42 @@ __metadata: version: 0.0.0-use.local resolution: "@grafana/e2e@workspace:packages/grafana-e2e" dependencies: - "@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.2.3" - "@grafana/schema": "npm:10.2.3" - "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@mochajs/json-file-reporter": "npm:^1.2.0" - "@rollup/plugin-node-resolve": "npm:15.2.3" - "@types/chrome-remote-interface": "npm:0.31.10" - "@types/lodash": "npm:4.14.195" - "@types/node": "npm:18.18.4" - "@types/uuid": "npm:9.0.2" - babel-loader: "npm:9.1.3" - blink-diff: "npm:1.0.13" - chrome-remote-interface: "npm:0.33.0" - commander: "npm:8.3.0" - cypress: "npm:9.5.1" - cypress-file-upload: "npm:5.0.8" - devtools-protocol: "npm:0.0.1170333" - esbuild: "npm:0.18.12" - execa: "npm:5.1.1" - lodash: "npm:4.17.21" - mocha: "npm:10.2.0" - resolve-bin: "npm:1.0.1" - rimraf: "npm:5.0.1" - rollup: "npm:2.79.1" - rollup-plugin-dts: "npm:^5.0.0" - rollup-plugin-esbuild: "npm:5.0.0" - rollup-plugin-node-externals: "npm:^5.0.0" - tracelib: "npm:1.0.1" - ts-loader: "npm:8.4.0" - tslib: "npm:2.6.0" - typescript: "npm:5.2.2" - uuid: "npm:9.0.0" - webpack: "npm:5.89.0" - yaml: "npm:^2.0.0" + "@babel/core": 7.23.0 + "@babel/preset-env": 7.23.2 + "@cypress/webpack-preprocessor": 5.17.1 + "@grafana/e2e-selectors": 10.2.4 + "@grafana/schema": 10.2.4 + "@grafana/tsconfig": ^1.2.0-rc1 + "@mochajs/json-file-reporter": ^1.2.0 + "@rollup/plugin-node-resolve": 15.2.3 + "@types/chrome-remote-interface": 0.31.10 + "@types/lodash": 4.14.195 + "@types/node": 18.18.4 + "@types/uuid": 9.0.2 + babel-loader: 9.1.3 + blink-diff: 1.0.13 + chrome-remote-interface: 0.33.0 + commander: 8.3.0 + cypress: 9.5.1 + cypress-file-upload: 5.0.8 + devtools-protocol: 0.0.1170333 + esbuild: 0.18.12 + execa: 5.1.1 + lodash: 4.17.21 + mocha: 10.2.0 + resolve-bin: 1.0.1 + rimraf: 5.0.1 + rollup: 2.79.1 + rollup-plugin-dts: ^5.0.0 + rollup-plugin-esbuild: 5.0.0 + rollup-plugin-node-externals: ^5.0.0 + tracelib: 1.0.1 + ts-loader: 8.4.0 + tslib: 2.6.0 + typescript: 4.8.4 + uuid: 9.0.0 + webpack: 5.88.1 + yaml: ^2.0.0 bin: grafana-e2e: bin/grafana-e2e.js languageName: unknown @@ -3162,41 +3181,41 @@ __metadata: version: 0.0.0-use.local resolution: "@grafana/flamegraph@workspace:packages/grafana-flamegraph" dependencies: - "@babel/core": "npm:7.23.2" - "@babel/preset-env": "npm:7.23.2" - "@babel/preset-react": "npm:7.22.5" - "@emotion/css": "npm:11.11.2" - "@grafana/data": "npm:10.2.3" - "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@grafana/ui": "npm:10.2.3" - "@leeoniya/ufuzzy": "npm:1.0.8" - "@rollup/plugin-node-resolve": "npm:15.2.3" - "@testing-library/jest-dom": "npm:^6.1.2" - "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" - "@types/d3": "npm:^7" - "@types/jest": "npm:^29.5.4" - "@types/lodash": "npm:4.14.195" - "@types/react": "npm:18.2.15" - "@types/react-virtualized-auto-sizer": "npm:1.0.1" - "@types/tinycolor2": "npm:1.4.3" - babel-jest: "npm:29.7.0" - d3: "npm:^7.8.5" - jest: "npm:^29.6.4" - jest-canvas-mock: "npm:2.5.2" - lodash: "npm:4.17.21" - react: "npm:18.2.0" - react-use: "npm:17.4.0" - react-virtualized-auto-sizer: "npm:1.0.7" - rollup: "npm:2.79.1" - rollup-plugin-dts: "npm:^5.0.0" - rollup-plugin-esbuild: "npm:5.0.0" - rollup-plugin-node-externals: "npm:^5.0.0" - tinycolor2: "npm:1.6.0" - ts-jest: "npm:29.1.1" - ts-node: "npm:10.9.1" - tslib: "npm:2.6.0" - typescript: "npm:5.2.2" + "@babel/core": 7.23.0 + "@babel/preset-env": 7.23.2 + "@babel/preset-react": 7.22.5 + "@emotion/css": 11.11.2 + "@grafana/data": 10.2.4 + "@grafana/tsconfig": ^1.2.0-rc1 + "@grafana/ui": 10.2.4 + "@leeoniya/ufuzzy": 1.0.8 + "@rollup/plugin-node-resolve": 15.2.3 + "@testing-library/jest-dom": ^6.1.2 + "@testing-library/react": 14.0.0 + "@testing-library/user-event": 14.5.1 + "@types/d3": ^7 + "@types/jest": ^29.5.4 + "@types/lodash": 4.14.195 + "@types/react": 18.2.15 + "@types/react-virtualized-auto-sizer": 1.0.1 + "@types/tinycolor2": 1.4.3 + babel-jest: 29.3.1 + d3: ^7.8.5 + jest: ^29.6.4 + jest-canvas-mock: 2.5.2 + lodash: 4.17.21 + react: 18.2.0 + react-use: 17.4.0 + react-virtualized-auto-sizer: 1.0.7 + rollup: 2.79.1 + rollup-plugin-dts: ^5.0.0 + rollup-plugin-esbuild: 5.0.0 + rollup-plugin-node-externals: ^5.0.0 + tinycolor2: 1.6.0 + ts-jest: 29.1.1 + ts-node: 10.9.1 + tslib: 2.6.0 + typescript: 4.8.4 peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 @@ -3242,7 +3261,7 @@ __metadata: languageName: node linkType: hard -"@grafana/plugin-configs@npm:10.2.3, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@10.2.4, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": version: 0.0.0-use.local resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" dependencies: @@ -3258,44 +3277,44 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:10.2.3, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@10.2.4, @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.2.3" - "@grafana/e2e-selectors": "npm:10.2.3" - "@grafana/faro-web-sdk": "npm:1.2.1" - "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@grafana/ui": "npm:10.2.3" - "@rollup/plugin-commonjs": "npm:25.0.2" - "@rollup/plugin-node-resolve": "npm:15.2.3" - "@testing-library/dom": "npm:9.3.3" - "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" - "@types/angular": "npm:1.8.5" - "@types/history": "npm:4.7.11" - "@types/jest": "npm:29.5.4" - "@types/lodash": "npm:4.14.195" - "@types/react": "npm:18.2.15" - "@types/react-dom": "npm:18.2.7" - "@types/systemjs": "npm:6.13.1" - esbuild: "npm:0.18.12" - history: "npm:4.10.1" - lodash: "npm:4.17.21" - react: "npm:18.2.0" - react-dom: "npm:18.2.0" - rimraf: "npm:5.0.1" - rollup: "npm:2.79.1" - rollup-plugin-dts: "npm:^5.0.0" - rollup-plugin-esbuild: "npm:5.0.0" - rollup-plugin-node-externals: "npm:^5.0.0" - rollup-plugin-sourcemaps: "npm:0.6.3" - rollup-plugin-terser: "npm:7.0.2" - rxjs: "npm:7.8.1" - systemjs: "npm:6.14.2" - systemjs-cjs-extra: "npm:0.2.0" - tslib: "npm:2.6.0" - typescript: "npm:5.2.2" + "@grafana/data": 10.2.4 + "@grafana/e2e-selectors": 10.2.4 + "@grafana/faro-web-sdk": 1.2.1 + "@grafana/tsconfig": ^1.2.0-rc1 + "@grafana/ui": 10.2.4 + "@rollup/plugin-commonjs": 25.0.2 + "@rollup/plugin-node-resolve": 15.2.3 + "@testing-library/dom": 9.3.3 + "@testing-library/react": 14.0.0 + "@testing-library/user-event": 14.5.1 + "@types/angular": 1.8.5 + "@types/history": 4.7.11 + "@types/jest": 29.5.4 + "@types/lodash": 4.14.195 + "@types/react": 18.2.15 + "@types/react-dom": 18.2.7 + "@types/systemjs": 6.13.1 + esbuild: 0.18.12 + history: 4.10.1 + lodash: 4.17.21 + react: 18.2.0 + react-dom: 18.2.0 + rimraf: 5.0.1 + rollup: 2.79.1 + rollup-plugin-dts: ^5.0.0 + rollup-plugin-esbuild: 5.0.0 + rollup-plugin-node-externals: ^5.0.0 + rollup-plugin-sourcemaps: 0.6.3 + rollup-plugin-terser: 7.0.2 + rxjs: 7.8.1 + systemjs: 6.14.2 + systemjs-cjs-extra: 0.2.0 + tslib: 2.6.0 + typescript: 4.8.4 peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 @@ -3320,7 +3339,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:10.2.3, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@10.2.4, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -3354,148 +3373,149 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:10.2.3, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@10.2.4, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: - "@babel/core": "npm:7.23.2" - "@emotion/css": "npm:11.11.2" - "@emotion/react": "npm:11.11.1" - "@grafana/data": "npm:10.2.3" - "@grafana/e2e-selectors": "npm:10.2.3" - "@grafana/faro-web-sdk": "npm:1.2.1" - "@grafana/schema": "npm:10.2.3" - "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@leeoniya/ufuzzy": "npm:1.0.8" - "@monaco-editor/react": "npm:4.6.0" - "@popperjs/core": "npm:2.11.8" - "@react-aria/button": "npm:3.8.0" - "@react-aria/dialog": "npm:3.5.3" - "@react-aria/focus": "npm:3.13.0" - "@react-aria/menu": "npm:3.10.0" - "@react-aria/overlays": "npm:3.15.0" - "@react-aria/utils": "npm:3.18.0" - "@react-stately/menu": "npm:3.5.3" - "@rollup/plugin-node-resolve": "npm:15.2.3" - "@storybook/addon-a11y": "npm:7.4.5" - "@storybook/addon-actions": "npm:7.4.5" - "@storybook/addon-docs": "npm:7.4.5" - "@storybook/addon-essentials": "npm:7.4.5" - "@storybook/addon-storysource": "npm:7.4.5" - "@storybook/api": "npm:7.4.5" - "@storybook/blocks": "npm:7.4.5" - "@storybook/client-api": "npm:7.4.5" - "@storybook/components": "npm:7.4.5" - "@storybook/core-events": "npm:7.4.5" - "@storybook/mdx2-csf": "npm:1.1.0" - "@storybook/preset-scss": "npm:1.0.3" - "@storybook/react": "npm:7.4.5" - "@storybook/react-webpack5": "npm:7.4.5" - "@storybook/theming": "npm:7.4.5" - "@testing-library/dom": "npm:9.3.3" - "@testing-library/jest-dom": "npm:6.1.4" - "@testing-library/react": "npm:14.0.0" - "@testing-library/user-event": "npm:14.5.1" - "@types/common-tags": "npm:^1.8.0" - "@types/d3": "npm:7.4.0" - "@types/hoist-non-react-statics": "npm:3.3.1" - "@types/is-hotkey": "npm:0.1.7" - "@types/jest": "npm:29.5.4" - "@types/jquery": "npm:3.5.16" - "@types/lodash": "npm:4.14.195" - "@types/mock-raf": "npm:1.0.3" - "@types/node": "npm:20.8.10" - "@types/prismjs": "npm:1.26.0" - "@types/react": "npm:18.2.15" - "@types/react-beautiful-dnd": "npm:13.1.4" - "@types/react-calendar": "npm:3.9.0" - "@types/react-color": "npm:3.0.6" - "@types/react-dom": "npm:18.2.7" - "@types/react-highlight-words": "npm:0.16.4" - "@types/react-router-dom": "npm:5.3.3" - "@types/react-table": "npm:7.7.14" - "@types/react-test-renderer": "npm:18.0.0" - "@types/react-transition-group": "npm:4.4.6" - "@types/react-window": "npm:1.8.5" - "@types/slate": "npm:0.47.11" - "@types/slate-plain-serializer": "npm:0.7.2" - "@types/slate-react": "npm:0.22.9" - "@types/testing-library__jest-dom": "npm:5.14.8" - "@types/tinycolor2": "npm:1.4.3" - "@types/uuid": "npm:9.0.2" - ansicolor: "npm:1.1.100" - calculate-size: "npm:1.1.1" - classnames: "npm:2.3.2" - common-tags: "npm:1.8.2" - core-js: "npm:3.33.0" - css-loader: "npm:6.8.1" - csstype: "npm:3.1.2" - d3: "npm:7.8.5" - date-fns: "npm:2.30.0" - esbuild: "npm:0.18.12" - expose-loader: "npm:4.1.0" - hoist-non-react-statics: "npm:3.3.2" - i18next: "npm:^22.0.0" - i18next-browser-languagedetector: "npm:^7.0.2" - immutable: "npm:4.3.1" - is-hotkey: "npm:0.2.0" - jquery: "npm:3.7.0" - lodash: "npm:4.17.21" - micro-memoize: "npm:^4.1.2" - mock-raf: "npm:1.0.1" - moment: "npm:2.29.4" - monaco-editor: "npm:0.34.0" - ol: "npm:7.4.0" - prismjs: "npm:1.29.0" - process: "npm:^0.11.10" - rc-cascader: "npm:3.20.0" - rc-drawer: "npm:6.5.2" - rc-slider: "npm:10.3.1" - rc-time-picker: "npm:^3.7.3" - rc-tooltip: "npm:6.1.1" - react: "npm:18.2.0" - react-beautiful-dnd: "npm:13.1.1" - react-calendar: "npm:4.6.0" - react-colorful: "npm:5.6.1" - react-custom-scrollbars-2: "npm:4.5.0" - react-dom: "npm:18.2.0" - react-dropzone: "npm:14.2.3" - react-highlight-words: "npm:0.20.0" - react-hook-form: "npm:7.5.3" - react-i18next: "npm:^12.0.0" - react-inlinesvg: "npm:3.0.2" - react-loading-skeleton: "npm:3.3.1" - react-popper: "npm:2.3.0" - react-popper-tooltip: "npm:4.4.2" - react-router-dom: "npm:5.3.3" - react-select: "npm:5.7.4" - react-select-event: "npm:^5.1.0" - react-table: "npm:7.8.0" - react-test-renderer: "npm:18.2.0" - react-transition-group: "npm:4.4.5" - react-use: "npm:17.4.0" - react-window: "npm:1.8.9" - rimraf: "npm:5.0.1" - rollup: "npm:2.79.1" - rollup-plugin-copy: "npm:3.5.0" - rollup-plugin-dts: "npm:^5.0.0" - rollup-plugin-esbuild: "npm:5.0.0" - rollup-plugin-node-externals: "npm:^5.0.0" - rxjs: "npm:7.8.1" - sass-loader: "npm:13.3.2" - slate: "npm:0.47.9" - slate-plain-serializer: "npm:0.7.13" - slate-react: "npm:0.22.10" - storybook: "npm:7.4.5" - storybook-addon-turbo-build: "npm:2.0.1" - storybook-dark-mode: "npm:3.0.1" - style-loader: "npm:3.3.3" - tinycolor2: "npm:1.6.0" - tslib: "npm:2.6.0" - typescript: "npm:5.2.2" - uplot: "npm:1.6.27" - uuid: "npm:9.0.0" - webpack: "npm:5.89.0" + "@babel/core": 7.23.0 + "@emotion/css": 11.11.2 + "@emotion/react": 11.11.1 + "@grafana/data": 10.2.4 + "@grafana/e2e-selectors": 10.2.4 + "@grafana/faro-web-sdk": 1.2.1 + "@grafana/schema": 10.2.4 + "@grafana/tsconfig": ^1.2.0-rc1 + "@leeoniya/ufuzzy": 1.0.8 + "@mdx-js/react": 1.6.22 + "@monaco-editor/react": 4.6.0 + "@popperjs/core": 2.11.8 + "@react-aria/button": 3.8.0 + "@react-aria/dialog": 3.5.3 + "@react-aria/focus": 3.13.0 + "@react-aria/menu": 3.10.0 + "@react-aria/overlays": 3.15.0 + "@react-aria/utils": 3.18.0 + "@react-stately/menu": 3.5.3 + "@rollup/plugin-node-resolve": 15.2.3 + "@storybook/addon-a11y": 7.4.5 + "@storybook/addon-actions": 7.4.5 + "@storybook/addon-docs": 7.4.5 + "@storybook/addon-essentials": 7.4.5 + "@storybook/addon-storysource": 7.4.5 + "@storybook/api": 7.4.5 + "@storybook/blocks": 7.4.5 + "@storybook/client-api": 7.4.5 + "@storybook/components": 7.4.5 + "@storybook/core-events": 7.4.5 + "@storybook/mdx2-csf": 1.1.0 + "@storybook/preset-scss": 1.0.3 + "@storybook/react": 7.4.5 + "@storybook/react-webpack5": 7.4.5 + "@storybook/theming": 7.4.5 + "@testing-library/dom": 9.3.3 + "@testing-library/jest-dom": 5.16.5 + "@testing-library/react": 14.0.0 + "@testing-library/user-event": 14.5.1 + "@types/common-tags": ^1.8.0 + "@types/d3": 7.4.0 + "@types/hoist-non-react-statics": 3.3.1 + "@types/is-hotkey": 0.1.7 + "@types/jest": 29.5.4 + "@types/jquery": 3.5.16 + "@types/lodash": 4.14.195 + "@types/mock-raf": 1.0.3 + "@types/node": 18.18.4 + "@types/prismjs": 1.26.0 + "@types/react": 18.2.15 + "@types/react-beautiful-dnd": 13.1.4 + "@types/react-calendar": 3.9.0 + "@types/react-color": 3.0.6 + "@types/react-dom": 18.2.7 + "@types/react-highlight-words": 0.16.4 + "@types/react-router-dom": 5.3.3 + "@types/react-table": 7.7.14 + "@types/react-test-renderer": 18.0.0 + "@types/react-transition-group": 4.4.6 + "@types/react-window": 1.8.5 + "@types/slate": 0.47.11 + "@types/slate-plain-serializer": 0.7.2 + "@types/slate-react": 0.22.9 + "@types/testing-library__jest-dom": 5.14.8 + "@types/tinycolor2": 1.4.3 + "@types/uuid": 9.0.2 + ansicolor: 1.1.100 + calculate-size: 1.1.1 + classnames: 2.3.2 + common-tags: 1.8.2 + core-js: 3.33.0 + css-loader: 6.8.1 + csstype: 3.1.2 + d3: 7.8.5 + date-fns: 2.30.0 + esbuild: 0.18.12 + expose-loader: 4.1.0 + hoist-non-react-statics: 3.3.2 + i18next: ^22.0.0 + i18next-browser-languagedetector: ^7.0.2 + immutable: 4.3.1 + is-hotkey: 0.2.0 + jquery: 3.7.0 + lodash: 4.17.21 + micro-memoize: ^4.1.2 + mock-raf: 1.0.1 + moment: 2.29.4 + monaco-editor: 0.34.0 + ol: 7.4.0 + prismjs: 1.29.0 + process: ^0.11.10 + rc-cascader: 3.18.1 + rc-drawer: 6.5.2 + rc-slider: 10.3.1 + rc-time-picker: ^3.7.3 + rc-tooltip: 6.0.1 + react: 18.2.0 + react-beautiful-dnd: 13.1.1 + react-calendar: 4.3.0 + react-colorful: 5.6.1 + react-custom-scrollbars-2: 4.5.0 + react-dom: 18.2.0 + react-dropzone: 14.2.3 + react-highlight-words: 0.20.0 + react-hook-form: 7.5.3 + react-i18next: ^12.0.0 + react-inlinesvg: 3.0.2 + react-loading-skeleton: 3.3.1 + react-popper: 2.3.0 + react-popper-tooltip: 4.4.2 + react-router-dom: 5.3.3 + react-select: 5.7.4 + react-select-event: ^5.1.0 + react-table: 7.8.0 + react-test-renderer: 18.2.0 + react-transition-group: 4.4.5 + react-use: 17.4.0 + react-window: 1.8.9 + rimraf: 5.0.1 + rollup: 2.79.1 + rollup-plugin-copy: 3.5.0 + rollup-plugin-dts: ^5.0.0 + rollup-plugin-esbuild: 5.0.0 + rollup-plugin-node-externals: ^5.0.0 + rxjs: 7.8.1 + sass-loader: 13.3.2 + slate: 0.47.9 + slate-plain-serializer: 0.7.13 + slate-react: 0.22.10 + storybook: 7.4.5 + storybook-addon-turbo-build: 2.0.1 + storybook-dark-mode: 3.0.1 + style-loader: 3.3.3 + tinycolor2: 1.6.0 + tslib: 2.6.0 + typescript: 4.8.4 + uplot: 1.6.27 + uuid: 9.0.0 + webpack: 5.88.1 peerDependencies: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0