diff --git a/CHANGELOG.md b/CHANGELOG.md index bff625b7d93..7deaed4eb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + + +# 10.4.9 (2024-09-26) + +### Features and enhancements + +- **Chore:** Update swagger ui (4.3.0 to 5.17.14) [#92344](https://github.com/grafana/grafana/pull/92344), [@ryantxu](https://github.com/ryantxu) + +### Bug fixes + +- **Provisioning:** Prevent provisioning folder errors from failing startup [#92591](https://github.com/grafana/grafana/pull/92591), [@suntala](https://github.com/suntala) + + # 10.4.8 (2024-08-27) diff --git a/lerna.json b/lerna.json index 694c8edca46..c9b6f4eba1b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "10.4.9" + "version": "10.4.10" } diff --git a/package.json b/package.json index 85db72ce18d..1574d9ce992 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "10.4.9", + "version": "10.4.10", "repository": "github:grafana/grafana", "scripts": { "prebuild": "yarn plugin:build", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index c5b5306e0f7..4a833337fc4 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.9", + "version": "10.4.10", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -36,7 +36,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.0", - "@grafana/schema": "10.4.9", + "@grafana/schema": "10.4.10", "@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 c8caa4d6f44..094d7dac313 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.9", + "version": "10.4.10", "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 aa860751dda..3e84a9bb993 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.9", + "version": "10.4.10", "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.9", - "@grafana/schema": "10.4.9", + "@grafana/e2e-selectors": "10.4.10", + "@grafana/schema": "10.4.10", "@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 52941b3363a..d62f9906238 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.9", + "version": "10.4.10", "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 4ae8517b076..90a29d0d409 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.9", + "version": "10.4.10", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.9", - "@grafana/ui": "10.4.9", + "@grafana/data": "10.4.10", + "@grafana/ui": "10.4.10", "@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 5919107a240..5006076984f 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.9", + "version": "10.4.10", "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 f6536d0ccdb..a86d3461b35 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.9", + "version": "10.4.10", "dependencies": { "tslib": "2.6.2" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 36ab64b68f0..454b74c3062 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.9", + "version": "10.4.10", "description": "Grafana Prometheus Library", "keywords": [ "typescript" diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 47581f1e86b..03b1472d9ee 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.9", + "version": "10.4.10", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -37,11 +37,11 @@ "postpack": "mv package.json.bak package.json" }, "dependencies": { - "@grafana/data": "10.4.9", - "@grafana/e2e-selectors": "10.4.9", + "@grafana/data": "10.4.10", + "@grafana/e2e-selectors": "10.4.10", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "10.4.9", - "@grafana/ui": "10.4.9", + "@grafana/schema": "10.4.10", + "@grafana/ui": "10.4.10", "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 b94152c1512..4d7f86f3d1a 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.9", + "version": "10.4.10", "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 c9c98692858..050109d4416 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.9"; +export const pluginVersion = "10.4.10"; 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 29db5bef54e..4caed700b96 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.9"; +export const pluginVersion = "10.4.10"; 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 a3f16fc76e2..674c289dfdb 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.9"; +export const pluginVersion = "10.4.10"; 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 114518c13fa..e165e3107a1 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.9"; +export const pluginVersion = "10.4.10"; 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 8d92695bc4b..1f7ce7cbae7 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.9"; +export const pluginVersion = "10.4.10"; 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 97eef21bc6a..5d752eef8e7 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.9"; +export const pluginVersion = "10.4.10"; 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 180764992c6..484eb4148eb 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.9"; +export const pluginVersion = "10.4.10"; 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 cd828c79bc0..7625e0850f3 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.9"; +export const pluginVersion = "10.4.10"; 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 cc48f31f9d8..1ec19251269 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.9"; +export const pluginVersion = "10.4.10"; 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 1f07814ac59..0f14facc269 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.9"; +export const pluginVersion = "10.4.10"; 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 94d4c5dbbed..1edf5bdb776 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.9"; +export const pluginVersion = "10.4.10"; 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 2b038cce2fb..12add3bbad8 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.9"; +export const pluginVersion = "10.4.10"; 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 ab638d40bec..d0f406e5646 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.9"; +export const pluginVersion = "10.4.10"; 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 329284d5418..4792bec3693 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.9"; +export const pluginVersion = "10.4.10"; /** * 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 42c3ce8569e..646ef4f8ec8 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.9"; +export const pluginVersion = "10.4.10"; 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 3ea66d753d9..d25a3dfa38d 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.9"; +export const pluginVersion = "10.4.10"; 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 9b12b97af36..252a1562425 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.9"; +export const pluginVersion = "10.4.10"; 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 bb7dcf1c9f0..50bfd734eb7 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.9"; +export const pluginVersion = "10.4.10"; 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 a1f563ea9f0..85fe96f5dd3 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.9"; +export const pluginVersion = "10.4.10"; 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 b9c5519b908..656a78ae500 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.9"; +export const pluginVersion = "10.4.10"; /** * 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 a2852ab6ca5..2fb0012b8d4 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.9"; +export const pluginVersion = "10.4.10"; 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 8ebeb909fdc..a4eb77deb61 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.9"; +export const pluginVersion = "10.4.10"; 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 e6c1d9d4aa5..634aa66c0e8 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.9"; +export const pluginVersion = "10.4.10"; 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 59752ee2310..a5ca523e276 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.9"; +export const pluginVersion = "10.4.10"; 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 94cbe097cf7..0ed6d64dbd8 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.9"; +export const pluginVersion = "10.4.10"; 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 1de800fa8f1..a76354a3f76 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.9"; +export const pluginVersion = "10.4.10"; 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 11a90e05d11..6138a803b76 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.9"; +export const pluginVersion = "10.4.10"; 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 701f00f278b..1ca6507097b 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.9"; +export const pluginVersion = "10.4.10"; /** * 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 0ec7004dc71..9b1b81e2136 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.9"; +export const pluginVersion = "10.4.10"; /** * Auto is "table" in the UI diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 263358f8a14..c4205adb8e6 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.9", + "version": "10.4.10", "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 94e6c794d0f..d36f2d1d2b1 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.9", + "version": "10.4.10", "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.9", - "@grafana/e2e-selectors": "10.4.9", + "@grafana/data": "10.4.10", + "@grafana/e2e-selectors": "10.4.10", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "10.4.9", + "@grafana/schema": "10.4.10", "@leeoniya/ufuzzy": "1.0.14", "@monaco-editor/react": "4.6.0", "@popperjs/core": "2.11.8", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index c3c1cb9e84f..152f9038257 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.9", + "version": "10.4.10", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.9", + "@grafana/data": "10.4.10", "@grafana/experimental": "1.7.10", - "@grafana/runtime": "10.4.9", - "@grafana/schema": "10.4.9", - "@grafana/ui": "10.4.9", + "@grafana/runtime": "10.4.10", + "@grafana/schema": "10.4.10", + "@grafana/ui": "10.4.10", "@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.9", - "@grafana/plugin-configs": "10.4.9", + "@grafana/e2e-selectors": "10.4.10", + "@grafana/plugin-configs": "10.4.10", "@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 ef6b8a53203..0e81c763859 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.9", + "version": "10.4.10", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.9", + "@grafana/data": "10.4.10", "@grafana/experimental": "1.7.10", "@grafana/google-sdk": "0.1.2", - "@grafana/runtime": "10.4.9", - "@grafana/schema": "10.4.9", - "@grafana/ui": "10.4.9", + "@grafana/runtime": "10.4.10", + "@grafana/schema": "10.4.10", + "@grafana/ui": "10.4.10", "@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.9", - "@grafana/plugin-configs": "10.4.9", + "@grafana/e2e-selectors": "10.4.10", + "@grafana/plugin-configs": "10.4.10", "@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 73d79c0d60e..53e3770a416 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.9", + "version": "10.4.10", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.9", - "@grafana/runtime": "10.4.9", - "@grafana/schema": "10.4.9", - "@grafana/ui": "10.4.9", + "@grafana/data": "10.4.10", + "@grafana/runtime": "10.4.10", + "@grafana/schema": "10.4.10", + "@grafana/ui": "10.4.10", "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.9", + "@grafana/plugin-configs": "10.4.10", "@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 41508361e2c..a7bd207263a 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.9", + "version": "10.4.10", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.9", + "@grafana/data": "10.4.10", "@grafana/experimental": "1.7.10", - "@grafana/runtime": "10.4.9", - "@grafana/schema": "10.4.9", - "@grafana/ui": "10.4.9", + "@grafana/runtime": "10.4.10", + "@grafana/schema": "10.4.10", + "@grafana/ui": "10.4.10", "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.9", - "@grafana/plugin-configs": "10.4.9", + "@grafana/e2e-selectors": "10.4.10", + "@grafana/plugin-configs": "10.4.10", "@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 7778f35dabe..81e1c105085 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.9", + "version": "10.4.10", "dependencies": { "@emotion/css": "11.11.2", - "@grafana/data": "10.4.9", - "@grafana/runtime": "10.4.9", - "@grafana/schema": "10.4.9", - "@grafana/ui": "10.4.9", + "@grafana/data": "10.4.10", + "@grafana/runtime": "10.4.10", + "@grafana/schema": "10.4.10", + "@grafana/ui": "10.4.10", "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.9", + "@grafana/plugin-configs": "10.4.10", "@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 53cb9e42ce0..724589a995f 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.9", + "version": "10.4.10", "dependencies": { "@emotion/css": "11.11.2", "@grafana/data": "workspace:*", @@ -41,7 +41,7 @@ "uuid": "9.0.1" }, "devDependencies": { - "@grafana/plugin-configs": "10.4.9", + "@grafana/plugin-configs": "10.4.10", "@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 0fee7ac77b9..39c5095eb47 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.9" - "@grafana/e2e-selectors": "npm:10.4.9" + "@grafana/data": "npm:10.4.10" + "@grafana/e2e-selectors": "npm:10.4.10" "@grafana/experimental": "npm:1.7.10" - "@grafana/plugin-configs": "npm:10.4.9" - "@grafana/runtime": "npm:10.4.9" - "@grafana/schema": "npm:10.4.9" - "@grafana/ui": "npm:10.4.9" + "@grafana/plugin-configs": "npm:10.4.10" + "@grafana/runtime": "npm:10.4.10" + "@grafana/schema": "npm:10.4.10" + "@grafana/ui": "npm:10.4.10" "@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.9" - "@grafana/plugin-configs": "npm:10.4.9" - "@grafana/runtime": "npm:10.4.9" - "@grafana/schema": "npm:10.4.9" - "@grafana/ui": "npm:10.4.9" + "@grafana/data": "npm:10.4.10" + "@grafana/plugin-configs": "npm:10.4.10" + "@grafana/runtime": "npm:10.4.10" + "@grafana/schema": "npm:10.4.10" + "@grafana/ui": "npm:10.4.10" "@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.9" - "@grafana/e2e-selectors": "npm:10.4.9" + "@grafana/data": "npm:10.4.10" + "@grafana/e2e-selectors": "npm:10.4.10" "@grafana/experimental": "npm:1.7.10" - "@grafana/plugin-configs": "npm:10.4.9" - "@grafana/runtime": "npm:10.4.9" - "@grafana/schema": "npm:10.4.9" - "@grafana/ui": "npm:10.4.9" + "@grafana/plugin-configs": "npm:10.4.10" + "@grafana/runtime": "npm:10.4.10" + "@grafana/schema": "npm:10.4.10" + "@grafana/ui": "npm:10.4.10" "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/d3-random": "npm:^3.0.2" @@ -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.9" - "@grafana/plugin-configs": "npm:10.4.9" - "@grafana/runtime": "npm:10.4.9" - "@grafana/schema": "npm:10.4.9" - "@grafana/ui": "npm:10.4.9" + "@grafana/data": "npm:10.4.10" + "@grafana/plugin-configs": "npm:10.4.10" + "@grafana/runtime": "npm:10.4.10" + "@grafana/schema": "npm:10.4.10" + "@grafana/ui": "npm:10.4.10" "@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.9" - "@grafana/e2e-selectors": "npm:10.4.9" + "@grafana/data": "npm:10.4.10" + "@grafana/e2e-selectors": "npm:10.4.10" "@grafana/experimental": "npm:1.7.10" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:10.4.9" - "@grafana/runtime": "npm:10.4.9" - "@grafana/schema": "npm:10.4.9" - "@grafana/ui": "npm:10.4.9" + "@grafana/plugin-configs": "npm:10.4.10" + "@grafana/runtime": "npm:10.4.10" + "@grafana/schema": "npm:10.4.10" + "@grafana/ui": "npm:10.4.10" "@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.9" + "@grafana/plugin-configs": "npm:10.4.10" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" "@grafana/ui": "workspace:*" @@ -3504,48 +3504,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:10.4.6": - version: 10.4.6 - resolution: "@grafana/data@npm:10.4.6" - dependencies: - "@braintree/sanitize-url": "npm:7.0.0" - "@grafana/schema": "npm:10.4.6" - "@types/d3-interpolate": "npm:^3.0.0" - "@types/string-hash": "npm:1.1.3" - d3-interpolate: "npm:3.0.1" - date-fns: "npm:3.3.1" - dompurify: "npm:^3.0.0" - eventemitter3: "npm:5.0.1" - fast_array_intersect: "npm:1.1.0" - history: "npm:4.10.1" - lodash: "npm:4.17.21" - marked: "npm:12.0.0" - marked-mangle: "npm:1.1.7" - moment: "npm:2.30.1" - moment-timezone: "npm:0.5.45" - ol: "npm:7.4.0" - papaparse: "npm:5.4.1" - react-use: "npm:17.5.0" - regenerator-runtime: "npm:0.14.1" - rxjs: "npm:7.8.1" - string-hash: "npm:^1.1.3" - tinycolor2: "npm:1.6.0" - tslib: "npm:2.6.2" - uplot: "npm:1.6.30" - xss: "npm:^1.0.14" - peerDependencies: - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - checksum: 10/10b219291700b4a12add99d1f2e24bf9e0283a3dfe7da5fefdd1ff0bb7112f7012be5efb68517a00ab0281cced442a5dcc89ec315b76bb6d8afdc5fb5b70d5a8 - languageName: node - linkType: hard - -"@grafana/data@npm:10.4.9, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:10.4.10, @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.9" + "@grafana/schema": "npm:10.4.10" "@grafana/tsconfig": "npm:^1.2.0-rc1" "@rollup/plugin-commonjs": "npm:25.0.7" "@rollup/plugin-json": "npm:6.1.0" @@ -3605,6 +3569,42 @@ __metadata: languageName: unknown linkType: soft +"@grafana/data@npm:10.4.6": + version: 10.4.6 + resolution: "@grafana/data@npm:10.4.6" + dependencies: + "@braintree/sanitize-url": "npm:7.0.0" + "@grafana/schema": "npm:10.4.6" + "@types/d3-interpolate": "npm:^3.0.0" + "@types/string-hash": "npm:1.1.3" + d3-interpolate: "npm:3.0.1" + date-fns: "npm:3.3.1" + dompurify: "npm:^3.0.0" + eventemitter3: "npm:5.0.1" + fast_array_intersect: "npm:1.1.0" + history: "npm:4.10.1" + lodash: "npm:4.17.21" + marked: "npm:12.0.0" + marked-mangle: "npm:1.1.7" + moment: "npm:2.30.1" + moment-timezone: "npm:0.5.45" + ol: "npm:7.4.0" + papaparse: "npm:5.4.1" + react-use: "npm:17.5.0" + regenerator-runtime: "npm:0.14.1" + rxjs: "npm:7.8.1" + string-hash: "npm:^1.1.3" + tinycolor2: "npm:1.6.0" + tslib: "npm:2.6.2" + uplot: "npm:1.6.30" + xss: "npm:^1.0.14" + peerDependencies: + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + checksum: 10/10b219291700b4a12add99d1f2e24bf9e0283a3dfe7da5fefdd1ff0bb7112f7012be5efb68517a00ab0281cced442a5dcc89ec315b76bb6d8afdc5fb5b70d5a8 + languageName: node + linkType: hard + "@grafana/e2e-selectors@npm:10.0.2": version: 10.0.2 resolution: "@grafana/e2e-selectors@npm:10.0.2" @@ -3616,18 +3616,7 @@ __metadata: languageName: node linkType: hard -"@grafana/e2e-selectors@npm:10.4.6": - version: 10.4.6 - resolution: "@grafana/e2e-selectors@npm:10.4.6" - dependencies: - "@grafana/tsconfig": "npm:^1.2.0-rc1" - tslib: "npm:2.6.2" - typescript: "npm:5.3.3" - checksum: 10/6034383de9585f7975394bf56b644d3f3f73f01cef758648c8bfb9e8347e4ef430f982e3378d736d6a65e6a55ca2858578a635801bfc8d7362ccee47d15c5a6d - languageName: node - linkType: hard - -"@grafana/e2e-selectors@npm:10.4.9, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:10.4.10, @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: @@ -3646,6 +3635,17 @@ __metadata: languageName: unknown linkType: soft +"@grafana/e2e-selectors@npm:10.4.6": + version: 10.4.6 + resolution: "@grafana/e2e-selectors@npm:10.4.6" + dependencies: + "@grafana/tsconfig": "npm:^1.2.0-rc1" + tslib: "npm:2.6.2" + typescript: "npm:5.3.3" + checksum: 10/6034383de9585f7975394bf56b644d3f3f73f01cef758648c8bfb9e8347e4ef430f982e3378d736d6a65e6a55ca2858578a635801bfc8d7362ccee47d15c5a6d + languageName: node + linkType: hard + "@grafana/e2e@workspace:*, @grafana/e2e@workspace:packages/grafana-e2e": version: 0.0.0-use.local resolution: "@grafana/e2e@workspace:packages/grafana-e2e" @@ -3653,8 +3653,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.9" - "@grafana/schema": "npm:10.4.9" + "@grafana/e2e-selectors": "npm:10.4.10" + "@grafana/schema": "npm:10.4.10" "@grafana/tsconfig": "npm:^1.2.0-rc1" "@mochajs/json-file-reporter": "npm:^1.2.0" "@rollup/plugin-node-resolve": "npm:15.2.3" @@ -3798,9 +3798,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.9" + "@grafana/data": "npm:10.4.10" "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@grafana/ui": "npm:10.4.9" + "@grafana/ui": "npm:10.4.10" "@leeoniya/ufuzzy": "npm:1.0.14" "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3907,7 +3907,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:10.4.9, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:10.4.10, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": version: 0.0.0-use.local resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" dependencies: @@ -4037,16 +4037,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:10.4.9, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:10.4.10, @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.9" - "@grafana/e2e-selectors": "npm:10.4.9" + "@grafana/data": "npm:10.4.10" + "@grafana/e2e-selectors": "npm:10.4.10" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:10.4.9" + "@grafana/schema": "npm:10.4.10" "@grafana/tsconfig": "npm:^1.2.0-rc1" - "@grafana/ui": "npm:10.4.9" + "@grafana/ui": "npm:10.4.10" "@rollup/plugin-commonjs": "npm:25.0.7" "@rollup/plugin-node-resolve": "npm:15.2.3" "@testing-library/dom": "npm:9.3.4" @@ -4100,16 +4100,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:10.4.6": - version: 10.4.6 - resolution: "@grafana/schema@npm:10.4.6" - dependencies: - tslib: "npm:2.6.2" - checksum: 10/a3b3475023f5fe336db701a53cc14f538bf680634212d61cab3471aa786aea12fc2f0dfeef6080d949c099e44536dd89ebc74303285b7751a8bc411c8625d304 - languageName: node - linkType: hard - -"@grafana/schema@npm:10.4.9, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:10.4.10, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -4129,6 +4120,15 @@ __metadata: languageName: unknown linkType: soft +"@grafana/schema@npm:10.4.6": + version: 10.4.6 + resolution: "@grafana/schema@npm:10.4.6" + dependencies: + tslib: "npm:2.6.2" + checksum: 10/a3b3475023f5fe336db701a53cc14f538bf680634212d61cab3471aa786aea12fc2f0dfeef6080d949c099e44536dd89ebc74303285b7751a8bc411c8625d304 + languageName: node + linkType: hard + "@grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": version: 0.0.0-use.local resolution: "@grafana/sql@workspace:packages/grafana-sql" @@ -4183,79 +4183,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:10.4.6": - version: 10.4.6 - resolution: "@grafana/ui@npm:10.4.6" - dependencies: - "@emotion/css": "npm:11.11.2" - "@emotion/react": "npm:11.11.3" - "@floating-ui/react": "npm:0.26.9" - "@grafana/data": "npm:10.4.6" - "@grafana/e2e-selectors": "npm:10.4.6" - "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:10.4.6" - "@leeoniya/ufuzzy": "npm:1.0.14" - "@monaco-editor/react": "npm:4.6.0" - "@popperjs/core": "npm:2.11.8" - "@react-aria/dialog": "npm:3.5.11" - "@react-aria/focus": "npm:3.16.1" - "@react-aria/overlays": "npm:3.21.0" - "@react-aria/utils": "npm:3.23.1" - ansicolor: "npm:1.1.100" - calculate-size: "npm:1.1.1" - classnames: "npm:2.5.1" - d3: "npm:7.8.5" - date-fns: "npm:3.3.1" - hoist-non-react-statics: "npm:3.3.2" - i18next: "npm:^23.0.0" - i18next-browser-languagedetector: "npm:^7.0.2" - immutable: "npm:4.3.5" - is-hotkey: "npm:0.2.0" - jquery: "npm:3.7.1" - lodash: "npm:4.17.21" - micro-memoize: "npm:^4.1.2" - moment: "npm:2.30.1" - monaco-editor: "npm:0.34.0" - ol: "npm:7.4.0" - prismjs: "npm:1.29.0" - rc-cascader: "npm:3.21.2" - rc-drawer: "npm:6.5.2" - rc-slider: "npm:10.5.0" - rc-time-picker: "npm:^3.7.3" - rc-tooltip: "npm:6.1.3" - react-beautiful-dnd: "npm:13.1.1" - react-calendar: "npm:4.8.0" - react-colorful: "npm:5.6.1" - react-custom-scrollbars-2: "npm:4.5.0" - react-dropzone: "npm:14.2.3" - react-highlight-words: "npm:0.20.0" - react-hook-form: "npm:^7.49.2" - react-i18next: "npm:^12.0.0" - react-inlinesvg: "npm:3.0.2" - react-loading-skeleton: "npm:3.4.0" - react-popper: "npm:2.3.0" - react-router-dom: "npm:5.3.3" - react-select: "npm:5.8.0" - react-table: "npm:7.8.0" - react-transition-group: "npm:4.4.5" - react-use: "npm:17.5.0" - react-window: "npm:1.8.10" - rxjs: "npm:7.8.1" - slate: "npm:0.47.9" - slate-plain-serializer: "npm:0.7.13" - slate-react: "npm:0.22.10" - tinycolor2: "npm:1.6.0" - tslib: "npm:2.6.2" - uplot: "npm:1.6.30" - uuid: "npm:9.0.1" - peerDependencies: - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - checksum: 10/06d413ef78adb0a98f8905ad9969af5f8a741e94282d31f2d55e81f504869fa7fd082c3db310d88f8af7b9973321e7cddaf2a241b55268dfb6c76d6aaf5c353a - languageName: node - linkType: hard - -"@grafana/ui@npm:10.4.9, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:10.4.10, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -4263,10 +4191,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.9" - "@grafana/e2e-selectors": "npm:10.4.9" + "@grafana/data": "npm:10.4.10" + "@grafana/e2e-selectors": "npm:10.4.10" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:10.4.9" + "@grafana/schema": "npm:10.4.10" "@grafana/tsconfig": "npm:^1.2.0-rc1" "@leeoniya/ufuzzy": "npm:1.0.14" "@monaco-editor/react": "npm:4.6.0" @@ -4400,6 +4328,78 @@ __metadata: languageName: unknown linkType: soft +"@grafana/ui@npm:10.4.6": + version: 10.4.6 + resolution: "@grafana/ui@npm:10.4.6" + dependencies: + "@emotion/css": "npm:11.11.2" + "@emotion/react": "npm:11.11.3" + "@floating-ui/react": "npm:0.26.9" + "@grafana/data": "npm:10.4.6" + "@grafana/e2e-selectors": "npm:10.4.6" + "@grafana/faro-web-sdk": "npm:^1.3.6" + "@grafana/schema": "npm:10.4.6" + "@leeoniya/ufuzzy": "npm:1.0.14" + "@monaco-editor/react": "npm:4.6.0" + "@popperjs/core": "npm:2.11.8" + "@react-aria/dialog": "npm:3.5.11" + "@react-aria/focus": "npm:3.16.1" + "@react-aria/overlays": "npm:3.21.0" + "@react-aria/utils": "npm:3.23.1" + ansicolor: "npm:1.1.100" + calculate-size: "npm:1.1.1" + classnames: "npm:2.5.1" + d3: "npm:7.8.5" + date-fns: "npm:3.3.1" + hoist-non-react-statics: "npm:3.3.2" + i18next: "npm:^23.0.0" + i18next-browser-languagedetector: "npm:^7.0.2" + immutable: "npm:4.3.5" + is-hotkey: "npm:0.2.0" + jquery: "npm:3.7.1" + lodash: "npm:4.17.21" + micro-memoize: "npm:^4.1.2" + moment: "npm:2.30.1" + monaco-editor: "npm:0.34.0" + ol: "npm:7.4.0" + prismjs: "npm:1.29.0" + rc-cascader: "npm:3.21.2" + rc-drawer: "npm:6.5.2" + rc-slider: "npm:10.5.0" + rc-time-picker: "npm:^3.7.3" + rc-tooltip: "npm:6.1.3" + react-beautiful-dnd: "npm:13.1.1" + react-calendar: "npm:4.8.0" + react-colorful: "npm:5.6.1" + react-custom-scrollbars-2: "npm:4.5.0" + react-dropzone: "npm:14.2.3" + react-highlight-words: "npm:0.20.0" + react-hook-form: "npm:^7.49.2" + react-i18next: "npm:^12.0.0" + react-inlinesvg: "npm:3.0.2" + react-loading-skeleton: "npm:3.4.0" + react-popper: "npm:2.3.0" + react-router-dom: "npm:5.3.3" + react-select: "npm:5.8.0" + react-table: "npm:7.8.0" + react-transition-group: "npm:4.4.5" + react-use: "npm:17.5.0" + react-window: "npm:1.8.10" + rxjs: "npm:7.8.1" + slate: "npm:0.47.9" + slate-plain-serializer: "npm:0.7.13" + slate-react: "npm:0.22.10" + tinycolor2: "npm:1.6.0" + tslib: "npm:2.6.2" + uplot: "npm:1.6.30" + uuid: "npm:9.0.1" + peerDependencies: + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + checksum: 10/06d413ef78adb0a98f8905ad9969af5f8a741e94282d31f2d55e81f504869fa7fd082c3db310d88f8af7b9973321e7cddaf2a241b55268dfb6c76d6aaf5c353a + languageName: node + linkType: hard + "@gulpjs/to-absolute-glob@npm:^4.0.0": version: 4.0.0 resolution: "@gulpjs/to-absolute-glob@npm:4.0.0"