diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5892b4082..e22db7e8ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ + + +# 12.0.1 (2025-05-22) + +### Features and enhancements + +- **Chore:** Bump Go version to 1.24.3 [#105101](https://github.com/grafana/grafana/pull/105101), [@macabu](https://github.com/macabu) +- **Dependencies:** Bump github.com/openfga/openfga from v1.8.6 to v1.8.12 [#105368](https://github.com/grafana/grafana/pull/105368), [@macabu](https://github.com/macabu) +- **Dependencies:** Unpin and bump github.com/getkin/kin-openapi from v0.126.0 to v0.132.0 [#105249](https://github.com/grafana/grafana/pull/105249), [@macabu](https://github.com/macabu) +- **K8s:** Dashboards: Add fine grained access control checks to /apis [#104419](https://github.com/grafana/grafana/pull/104419), [@stephaniehingtgen](https://github.com/stephaniehingtgen) + +### Bug fixes + +- **Dashboard:** Fix Panel Explore link subpath duplication (#104952) [#105056](https://github.com/grafana/grafana/pull/105056), [@axelavargas](https://github.com/axelavargas) +- **Dashboard:** Fixes issue with row repeats and first row [#104469](https://github.com/grafana/grafana/pull/104469), [@torkelo](https://github.com/torkelo) +- **Graphite:** Ensure template variables are interpolated correctly [#105389](https://github.com/grafana/grafana/pull/105389), [@aangelisc](https://github.com/aangelisc) +- **Graphite:** Fix Graphite series interpolation [#104516](https://github.com/grafana/grafana/pull/104516), [@aangelisc](https://github.com/aangelisc) +- **InfluxDB:** Fix nested variable interpolation [#104176](https://github.com/grafana/grafana/pull/104176), [@aangelisc](https://github.com/aangelisc) +- **MetricsDrilldown:** Restore link to Metrics Drilldown from Explore [#104073](https://github.com/grafana/grafana/pull/104073), [@NWRichmond](https://github.com/NWRichmond) +- **NestedFolderPicker:** Fix scroll jumps back to top [#105769](https://github.com/grafana/grafana/pull/105769), [@samsch](https://github.com/samsch) +- **Preferences:** Disable the save button whilst saving preferences [#105612](https://github.com/grafana/grafana/pull/105612), [@ashharrison90](https://github.com/ashharrison90) +- **Prometheus:** Fix semver import path [#104945](https://github.com/grafana/grafana/pull/104945), [@jackw](https://github.com/jackw) +- **Themes:** Prevent duplicated API call in drawer [#105611](https://github.com/grafana/grafana/pull/105611), [@ashharrison90](https://github.com/ashharrison90) +- **XYChart:** Coerce threshold steps to numbers [#104492](https://github.com/grafana/grafana/pull/104492), [@leeoniya](https://github.com/leeoniya) +- **Security:** Fix CVE-2025-3454 +- **Security:** Fix CVE-2025-2703 + + # 11.6.0 (2025-03-25) diff --git a/e2e/test-plugins/grafana-extensionstest-app/package.json b/e2e/test-plugins/grafana-extensionstest-app/package.json index cd88dfa8594..6e196e99fb4 100644 --- a/e2e/test-plugins/grafana-extensionstest-app/package.json +++ b/e2e/test-plugins/grafana-extensionstest-app/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/extensions-test-app", - "version": "12.0.1", + "version": "12.0.2", "private": true, "scripts": { "build": "webpack -c ./webpack.config.ts --env production", diff --git a/e2e/test-plugins/grafana-test-datasource/package.json b/e2e/test-plugins/grafana-test-datasource/package.json index 5ac12bc14d4..66414378e82 100644 --- a/e2e/test-plugins/grafana-test-datasource/package.json +++ b/e2e/test-plugins/grafana-test-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/grafana-e2etest-datasource", - "version": "12.0.1", + "version": "12.0.2", "private": true, "scripts": { "build": "webpack -c ./webpack.config.ts --env production", diff --git a/lerna.json b/lerna.json index d00d28bde21..47a53fe1e50 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "12.0.1" + "version": "12.0.2" } diff --git a/package.json b/package.json index 29d132b81cb..6a8047ea310 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "12.0.1", + "version": "12.0.2", "repository": "github:grafana/grafana", "scripts": { "build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js --progress", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 331905b398a..acbd3fb68ee 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/data", - "version": "12.0.1", + "version": "12.0.2", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -56,7 +56,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/schema": "12.0.1", + "@grafana/schema": "12.0.2", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", "@types/systemjs": "6.15.1", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index bbbbf815bd1..f0b13644692 100644 --- a/packages/grafana-e2e-selectors/package.json +++ b/packages/grafana-e2e-selectors/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/e2e-selectors", - "version": "12.0.1", + "version": "12.0.2", "description": "Grafana End-to-End Test Selectors Library", "keywords": [ "cli", diff --git a/packages/grafana-eslint-rules/package.json b/packages/grafana-eslint-rules/package.json index b27c321fe74..ccd259355de 100644 --- a/packages/grafana-eslint-rules/package.json +++ b/packages/grafana-eslint-rules/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/eslint-plugin", "description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.", - "version": "12.0.1", + "version": "12.0.2", "main": "./index.cjs", "author": "Grafana Labs", "license": "Apache-2.0", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index fa62d2968c7..64c3787adb4 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/flamegraph", - "version": "12.0.1", + "version": "12.0.2", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/ui": "12.0.2", "@leeoniya/ufuzzy": "1.0.18", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-icons/package.json b/packages/grafana-icons/package.json index 11218ecbc33..a55ade8632d 100644 --- a/packages/grafana-icons/package.json +++ b/packages/grafana-icons/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/saga-icons", - "version": "12.0.1", + "version": "12.0.2", "private": true, "description": "Icons for Grafana", "author": "Grafana Labs", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index eeb4a707a7f..36558a48ce2 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "name": "@grafana/o11y-ds-frontend", "private": true, - "version": "12.0.1", + "version": "12.0.2", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", - "@grafana/e2e-selectors": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/e2e-selectors": "12.0.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "react-select": "5.10.0", "react-use": "17.6.0", "rxjs": "7.8.1", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index fd2cbda1484..0568df2aa57 100644 --- a/packages/grafana-plugin-configs/package.json +++ b/packages/grafana-plugin-configs/package.json @@ -2,7 +2,7 @@ "name": "@grafana/plugin-configs", "description": "Shared dependencies and files for core plugins", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "tslib": "2.8.1" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index fce907cdca3..566bf5a1598 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "AGPL-3.0-only", "name": "@grafana/prometheus", - "version": "12.0.1", + "version": "12.0.2", "description": "Grafana Prometheus Library", "keywords": [ "typescript" @@ -38,12 +38,12 @@ "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.7", - "@grafana/data": "12.0.1", - "@grafana/e2e-selectors": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/e2e-selectors": "12.0.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "@hello-pangea/dnd": "17.0.0", "@leeoniya/ufuzzy": "1.0.18", "@lezer/common": "1.2.3", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index eecfdc97b8a..301dc620126 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/runtime", - "version": "12.0.1", + "version": "12.0.2", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -53,11 +53,11 @@ "postpack": "mv package.json.bak package.json && rimraf ./unstable" }, "dependencies": { - "@grafana/data": "12.0.1", - "@grafana/e2e-selectors": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/e2e-selectors": "12.0.2", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "@types/systemjs": "6.15.1", "history": "4.10.1", "lodash": "4.17.21", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index 13deaf09fa5..3e3ca0c0377 100644 --- a/packages/grafana-schema/package.json +++ b/packages/grafana-schema/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/schema", - "version": "12.0.1", + "version": "12.0.2", "description": "Grafana Schema Library", "keywords": [ "typescript" diff --git a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts index 2465189c40a..09fd7531a2e 100644 --- a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { limit: number; diff --git a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts index 100ea4a0f6e..f43d3ca334e 100644 --- a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting { /** diff --git a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts index a3f4c7616b1..73ba4928e33 100644 --- a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions { displayMode: common.BarGaugeDisplayMode; diff --git a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts index 06f8ab0ecdc..9b1f381a17f 100644 --- a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export enum VizDisplayMode { Candles = 'candles', diff --git a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts index 83ef7d24c97..688f4f5e637 100644 --- a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export enum HorizontalConstraint { Center = 'center', diff --git a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts index a5d9e51eef8..8d1f29ab533 100644 --- a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface MetricStat { /** diff --git a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts index f944639c19a..130033fd8c2 100644 --- a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts index 327fe2cebce..236648a6f7e 100644 --- a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { selectedSeries: number; diff --git a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts index 8d8fa484968..a495600992b 100644 --- a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export type UpdateConfig = { render: boolean, diff --git a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts index 7d03b9c86d2..28e14eaac2e 100644 --- a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested); diff --git a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts index 26b9a67701b..dc78c067375 100644 --- a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends common.SingleStatBaseOptions { minVizHeight: number; diff --git a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts index 61655ab7d03..57b4ae88a4b 100644 --- a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { basemap: ui.MapLayerOptions; diff --git a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts index 92356dca894..52dbd2a9147 100644 --- a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; /** * Controls the color mode of the heatmap diff --git a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts index 8839314c92d..5a1cf452f97 100644 --- a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip { /** diff --git a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts index 7f5598c3c0f..9665c672561 100644 --- a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { dedupStrategy: common.LogsDedupStrategy; diff --git a/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts index f88fceb1bcf..cbbd0defb69 100644 --- a/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logsnew/panelcfg/x/LogsNewPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { dedupStrategy: common.LogsDedupStrategy; diff --git a/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts index 60d10789c99..96f17d132e0 100644 --- a/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export enum QueryEditorMode { Builder = 'builder', diff --git a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts index e91a30034d2..0a47f12fcc6 100644 --- a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts index 04bd4d7515d..a0eff0e33e7 100644 --- a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface ArcOption { /** diff --git a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts index 6f85f78f921..2e52eeb01a6 100644 --- a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; /** * Select the pie chart display style. diff --git a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts index d919abb6f77..c9f83812067 100644 --- a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends common.SingleStatBaseOptions { colorMode: common.BigValueColorMode; diff --git a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts index 6c83b42d625..b6989c2d779 100644 --- a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts index f81f0bdd6c1..3b805461ba4 100644 --- a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts index b508290d101..a2d0df665e0 100644 --- a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts index 73bb5dbd27e..bb58616f35b 100644 --- a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export enum TextMode { Code = 'code', diff --git a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts index 7a0b3790c73..ba56fde1609 100644 --- a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export interface Options extends common.OptionsWithTimezones { legend: common.VizLegendOptions; diff --git a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts index fc565fda31f..d8fd0f010c7 100644 --- a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; /** * Identical to timeseries... except it does not have timezone settings diff --git a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts index 13558cd88a0..e3ac68ff1d2 100644 --- a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.0.1"; +export const pluginVersion = "12.0.2"; export enum PointShape { Circle = 'circle', diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 4a0e2fb9f0a..0d5659ba2cb 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "@grafana/sql", - "version": "12.0.1", + "version": "12.0.2", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -15,11 +15,11 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", - "@grafana/e2e-selectors": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/e2e-selectors": "12.0.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/ui": "12.0.2", "@react-awesome-query-builder/ui": "6.6.14", "immutable": "5.0.3", "lodash": "4.17.21", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index e4605f95526..5831a1dc7de 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/ui", - "version": "12.0.1", + "version": "12.0.2", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -66,10 +66,10 @@ "@emotion/react": "11.14.0", "@emotion/serialize": "1.3.3", "@floating-ui/react": "0.27.7", - "@grafana/data": "12.0.1", - "@grafana/e2e-selectors": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/e2e-selectors": "12.0.2", "@grafana/faro-web-sdk": "^1.13.2", - "@grafana/schema": "12.0.1", + "@grafana/schema": "12.0.2", "@hello-pangea/dnd": "17.0.0", "@leeoniya/ufuzzy": "1.0.18", "@monaco-editor/react": "4.6.0", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index ed2890f2922..ecd59d0e09d 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": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", + "@grafana/data": "12.0.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^24.0.0", @@ -25,8 +25,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.1", - "@grafana/plugin-configs": "12.0.1", + "@grafana/e2e-selectors": "12.0.2", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index 6f49648478d..6d5f38228c3 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/stackdriver", "description": "Grafana data source for Google Cloud Monitoring", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", + "@grafana/data": "12.0.2", "@grafana/google-sdk": "0.1.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^24.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.1", - "@grafana/plugin-configs": "12.0.1", + "@grafana/e2e-selectors": "12.0.2", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json index 5558d7e829e..30fda647251 100644 --- a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json +++ b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/grafana-postgresql-datasource", "description": "PostgreSQL data source plugin", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", + "@grafana/data": "12.0.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/sql": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/sql": "12.0.2", + "@grafana/ui": "12.0.2", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.1", - "@grafana/plugin-configs": "12.0.1", + "@grafana/e2e-selectors": "12.0.2", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index a7abe130fe8..dbad61390ef 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/grafana-pyroscope-datasource", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", - "@grafana/runtime": "12.0.1", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/runtime": "12.0.2", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "fast-deep-equal": "^3.1.3", "lodash": "4.17.21", "monaco-editor": "0.34.1", @@ -20,7 +20,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/plugin-configs": "12.0.1", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 4be7b0e7952..71bac81a081 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/grafana-testdata-datasource", "description": "Generates test data in different forms", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", - "@grafana/runtime": "12.0.1", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/runtime": "12.0.2", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -21,8 +21,8 @@ "uuid": "11.0.5" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.1", - "@grafana/plugin-configs": "12.0.1", + "@grafana/e2e-selectors": "12.0.2", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index f81a996821d..0e234904377 100644 --- a/public/app/plugins/datasource/jaeger/package.json +++ b/public/app/plugins/datasource/jaeger/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/jaeger", "description": "Jaeger plugin for Grafana", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index 35eeecc72e3..18666953a01 100644 --- a/public/app/plugins/datasource/mssql/package.json +++ b/public/app/plugins/datasource/mssql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mssql", "description": "MSSQL data source plugin", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", + "@grafana/data": "12.0.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/sql": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/sql": "12.0.2", + "@grafana/ui": "12.0.2", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.1", - "@grafana/plugin-configs": "12.0.1", + "@grafana/e2e-selectors": "12.0.2", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/mysql/package.json b/public/app/plugins/datasource/mysql/package.json index 24686423e07..e1ed93931db 100644 --- a/public/app/plugins/datasource/mysql/package.json +++ b/public/app/plugins/datasource/mysql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mysql", "description": "MySQL data source plugin", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", + "@grafana/data": "12.0.2", "@grafana/plugin-ui": "0.10.5", - "@grafana/runtime": "12.0.1", - "@grafana/sql": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/runtime": "12.0.2", + "@grafana/sql": "12.0.2", + "@grafana/ui": "12.0.2", "lodash": "4.17.21", "react": "18.3.1", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.0.1", - "@grafana/plugin-configs": "12.0.1", + "@grafana/e2e-selectors": "12.0.2", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index 4c4244d5eda..bd424c14316 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/parca", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.0.1", - "@grafana/runtime": "12.0.1", - "@grafana/schema": "12.0.1", - "@grafana/ui": "12.0.1", + "@grafana/data": "12.0.2", + "@grafana/runtime": "12.0.2", + "@grafana/schema": "12.0.2", + "@grafana/ui": "12.0.2", "lodash": "4.17.21", "monaco-editor": "0.34.1", "react": "18.3.1", @@ -18,7 +18,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/plugin-configs": "12.0.1", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index d93a460b3ca..3125a532140 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/tempo", "description": "Grafana plugin for the Tempo data source.", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", @@ -39,7 +39,7 @@ "uuid": "11.0.5" }, "devDependencies": { - "@grafana/plugin-configs": "12.0.1", + "@grafana/plugin-configs": "12.0.2", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index ec02da89b1c..25f194e1b32 100644 --- a/public/app/plugins/datasource/zipkin/package.json +++ b/public/app/plugins/datasource/zipkin/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/zipkin", "description": "Zipkin plugin for Grafana", "private": true, - "version": "12.0.1", + "version": "12.0.2", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index ba40dd481ff..e3d116d6239 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2476,13 +2476,13 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" - "@grafana/plugin-configs": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" + "@grafana/plugin-configs": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" - "@grafana/schema": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" + "@grafana/schema": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" @@ -2520,13 +2520,13 @@ __metadata: resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" - "@grafana/plugin-configs": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" + "@grafana/plugin-configs": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" - "@grafana/sql": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" + "@grafana/sql": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2551,11 +2551,11 @@ __metadata: resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/plugin-configs": "npm:12.0.1" - "@grafana/runtime": "npm:12.0.1" - "@grafana/schema": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/plugin-configs": "npm:12.0.2" + "@grafana/runtime": "npm:12.0.2" + "@grafana/schema": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.2.0" @@ -2591,12 +2591,12 @@ __metadata: resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" - "@grafana/plugin-configs": "npm:12.0.1" - "@grafana/runtime": "npm:12.0.1" - "@grafana/schema": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" + "@grafana/plugin-configs": "npm:12.0.2" + "@grafana/runtime": "npm:12.0.2" + "@grafana/schema": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2672,13 +2672,13 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" - "@grafana/plugin-configs": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" + "@grafana/plugin-configs": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" - "@grafana/sql": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" + "@grafana/sql": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2703,13 +2703,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" - "@grafana/plugin-configs": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" + "@grafana/plugin-configs": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" - "@grafana/sql": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" + "@grafana/sql": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2734,11 +2734,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/plugin-configs": "npm:12.0.1" - "@grafana/runtime": "npm:12.0.1" - "@grafana/schema": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/plugin-configs": "npm:12.0.2" + "@grafana/runtime": "npm:12.0.2" + "@grafana/schema": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.2.0" "@testing-library/user-event": "npm:14.6.1" @@ -2766,14 +2766,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:12.0.1" + "@grafana/plugin-configs": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" - "@grafana/schema": "npm:12.0.1" - "@grafana/ui": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" + "@grafana/schema": "npm:12.0.2" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.2.0" @@ -2818,7 +2818,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.21" "@grafana/monaco-logql": "npm:^0.0.8" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:12.0.1" + "@grafana/plugin-configs": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" @@ -2931,12 +2931,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:12.0.1, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:12.0.2, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": version: 0.0.0-use.local resolution: "@grafana/data@workspace:packages/grafana-data" dependencies: "@braintree/sanitize-url": "npm:7.0.1" - "@grafana/schema": "npm:12.0.1" + "@grafana/schema": "npm:12.0.2" "@grafana/tsconfig": "npm:^2.0.0" "@rollup/plugin-node-resolve": "npm:16.0.0" "@types/d3-interpolate": "npm:^3.0.0" @@ -2984,7 +2984,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:12.0.1, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:12.0.2, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": version: 0.0.0-use.local resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors" dependencies: @@ -3087,9 +3087,9 @@ __metadata: "@babel/preset-env": "npm:7.26.9" "@babel/preset-react": "npm:7.26.3" "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.1" + "@grafana/ui": "npm:12.0.2" "@leeoniya/ufuzzy": "npm:1.0.18" "@rollup/plugin-node-resolve": "npm:16.0.0" "@testing-library/dom": "npm:10.4.0" @@ -3196,13 +3196,13 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" - "@grafana/schema": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" + "@grafana/schema": "npm:12.0.2" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.1" + "@grafana/ui": "npm:12.0.2" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:16.2.0" @@ -3226,7 +3226,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:12.0.1, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:12.0.2, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": version: 0.0.0-use.local resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" dependencies: @@ -3326,13 +3326,13 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@floating-ui/react": "npm:0.27.7" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" - "@grafana/schema": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" + "@grafana/schema": "npm:12.0.2" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.1" + "@grafana/ui": "npm:12.0.2" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18" "@lezer/common": "npm:1.2.3" @@ -3388,16 +3388,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:12.0.1, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:12.0.2, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": version: 0.0.0-use.local resolution: "@grafana/runtime@workspace:packages/grafana-runtime" dependencies: - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:12.0.1" + "@grafana/schema": "npm:12.0.2" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.1" + "@grafana/ui": "npm:12.0.2" "@rollup/plugin-node-resolve": "npm:16.0.0" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.4.0" @@ -3510,7 +3510,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:12.0.1, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:12.0.2, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -3528,17 +3528,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:12.0.1, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:12.0.2, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": version: 0.0.0-use.local resolution: "@grafana/sql@workspace:packages/grafana-sql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" "@grafana/plugin-ui": "npm:0.10.5" - "@grafana/runtime": "npm:12.0.1" + "@grafana/runtime": "npm:12.0.2" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:12.0.1" + "@grafana/ui": "npm:12.0.2" "@react-awesome-query-builder/ui": "npm:6.6.14" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3579,7 +3579,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:12.0.1, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:12.0.2, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -3589,10 +3589,10 @@ __metadata: "@emotion/serialize": "npm:1.3.3" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.27.7" - "@grafana/data": "npm:12.0.1" - "@grafana/e2e-selectors": "npm:12.0.1" + "@grafana/data": "npm:12.0.2" + "@grafana/e2e-selectors": "npm:12.0.2" "@grafana/faro-web-sdk": "npm:^1.13.2" - "@grafana/schema": "npm:12.0.1" + "@grafana/schema": "npm:12.0.2" "@grafana/tsconfig": "npm:^2.0.0" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18"