From 1a9fbf81d3aa828e9a955a76a2aaaaa45ba65a97 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:54:07 -0400 Subject: [PATCH] Release: 12.4.8 (#130320) Co-authored-by: grafana-writer[bot] <292009011+grafana-writer[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 + .../grafana-extensionstest-app/package.json | 2 +- .../grafana-test-datasource/package.json | 2 +- .../grafana-test-panel/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- packages/grafana-alerting/package.json | 6 +- packages/grafana-api-clients/package.json | 2 +- packages/grafana-data/package.json | 6 +- packages/grafana-e2e-selectors/package.json | 2 +- packages/grafana-eslint-rules/package.json | 2 +- packages/grafana-flamegraph/package.json | 6 +- packages/grafana-i18n/package.json | 2 +- .../grafana-o11y-ds-frontend/package.json | 12 +- packages/grafana-plugin-configs/package.json | 2 +- packages/grafana-prometheus/package.json | 14 +- packages/grafana-runtime/package.json | 10 +- packages/grafana-schema/package.json | 2 +- .../annotationslist/panelcfg/x/types.gen.ts | 2 +- .../barchart/panelcfg/x/types.gen.ts | 2 +- .../bargauge/panelcfg/x/types.gen.ts | 2 +- .../candlestick/panelcfg/x/types.gen.ts | 2 +- .../composable/canvas/panelcfg/x/types.gen.ts | 2 +- .../cloudwatch/dataquery/x/types.gen.ts | 2 +- .../dashboardlist/panelcfg/x/types.gen.ts | 2 +- .../datagrid/panelcfg/x/types.gen.ts | 2 +- .../composable/debug/panelcfg/x/types.gen.ts | 2 +- .../composable/gauge/panelcfg/x/types.gen.ts | 2 +- .../composable/geomap/panelcfg/x/types.gen.ts | 2 +- .../heatmap/panelcfg/x/types.gen.ts | 2 +- .../histogram/panelcfg/x/types.gen.ts | 2 +- .../composable/logs/panelcfg/x/types.gen.ts | 2 +- .../logstable/panelcfg/x/types.gen.ts | 2 +- .../composable/news/panelcfg/x/types.gen.ts | 2 +- .../nodegraph/panelcfg/x/types.gen.ts | 2 +- .../piechart/panelcfg/x/types.gen.ts | 2 +- .../composable/stat/panelcfg/x/types.gen.ts | 2 +- .../statetimeline/panelcfg/x/types.gen.ts | 2 +- .../statushistory/panelcfg/x/types.gen.ts | 2 +- .../composable/table/panelcfg/x/types.gen.ts | 2 +- .../composable/text/panelcfg/x/types.gen.ts | 2 +- .../timeseries/panelcfg/x/types.gen.ts | 2 +- .../composable/trend/panelcfg/x/types.gen.ts | 2 +- .../xychart/panelcfg/x/types.gen.ts | 2 +- packages/grafana-sql/package.json | 12 +- packages/grafana-test-utils/package.json | 2 +- packages/grafana-ui/package.json | 10 +- .../datasource/azuremonitor/package.json | 16 +- .../datasource/cloud-monitoring/package.json | 14 +- .../datasource/elasticsearch/package.json | 14 +- .../package.json | 14 +- .../grafana-pyroscope-datasource/package.json | 14 +- .../grafana-testdata-datasource/package.json | 14 +- .../plugins/datasource/graphite/package.json | 14 +- .../plugins/datasource/jaeger/package.json | 2 +- .../app/plugins/datasource/loki/package.json | 14 +- .../app/plugins/datasource/mssql/package.json | 16 +- .../app/plugins/datasource/mysql/package.json | 14 +- .../plugins/datasource/opentsdb/package.json | 2 +- .../app/plugins/datasource/parca/package.json | 14 +- .../app/plugins/datasource/tempo/package.json | 4 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 216 +++++++++--------- 63 files changed, 273 insertions(+), 268 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d148ed76efd..ea3257abf81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + + +# 12.4.8 (2026-08-07) + + # 12.4.7 (2026-08-04) diff --git a/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json b/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json index f31637c5bb06..0c21906b5a9a 100644 --- a/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json +++ b/e2e-playwright/test-plugins/grafana-extensionstest-app/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/extensions-test-app", - "version": "12.4.8", + "version": "12.4.9", "private": true, "scripts": { "build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production", diff --git a/e2e-playwright/test-plugins/grafana-test-datasource/package.json b/e2e-playwright/test-plugins/grafana-test-datasource/package.json index 07f2ae2a47be..18127c9ef7e8 100644 --- a/e2e-playwright/test-plugins/grafana-test-datasource/package.json +++ b/e2e-playwright/test-plugins/grafana-test-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/grafana-e2etest-datasource", - "version": "12.4.8", + "version": "12.4.9", "private": true, "scripts": { "build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production", diff --git a/e2e-playwright/test-plugins/grafana-test-panel/package.json b/e2e-playwright/test-plugins/grafana-test-panel/package.json index cd5ce5cf4533..f3f9e63b9bc5 100644 --- a/e2e-playwright/test-plugins/grafana-test-panel/package.json +++ b/e2e-playwright/test-plugins/grafana-test-panel/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/grafana-e2etest-panel", - "version": "12.4.8", + "version": "12.4.9", "private": true, "scripts": { "build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production", diff --git a/lerna.json b/lerna.json index 703d9158efc2..3f0b3d8e5b96 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "12.4.8" + "version": "12.4.9" } diff --git a/package.json b/package.json index c91e9d70d053..4434c370a9b5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "12.4.8", + "version": "12.4.9", "repository": "github:grafana/grafana", "scripts": { "check-frontend-dev": "./scripts/check-frontend-dev.sh", diff --git a/packages/grafana-alerting/package.json b/packages/grafana-alerting/package.json index 673afbca04c9..b8009540b3f8 100644 --- a/packages/grafana-alerting/package.json +++ b/packages/grafana-alerting/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/alerting", - "version": "12.4.8", + "version": "12.4.9", "description": "Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution", "keywords": [ "typescript", @@ -94,8 +94,8 @@ "dependencies": { "@emotion/css": "11.13.5", "@faker-js/faker": "^9.8.0", - "@grafana/api-clients": "12.4.8", - "@grafana/i18n": "12.4.8", + "@grafana/api-clients": "12.4.9", + "@grafana/i18n": "12.4.9", "@reduxjs/toolkit": "2.10.1", "fishery": "^2.3.1", "lodash": "^4.18.1", diff --git a/packages/grafana-api-clients/package.json b/packages/grafana-api-clients/package.json index d624f8ab4dcf..3eff513510f1 100644 --- a/packages/grafana-api-clients/package.json +++ b/packages/grafana-api-clients/package.json @@ -3,7 +3,7 @@ "license": "Apache-2.0", "private": true, "name": "@grafana/api-clients", - "version": "12.4.8", + "version": "12.4.9", "description": "Grafana API client utilities", "keywords": [ "grafana", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index eb79520df55b..c7610360f993 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.4.8", + "version": "12.4.9", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -64,8 +64,8 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/i18n": "12.4.8", - "@grafana/schema": "12.4.8", + "@grafana/i18n": "12.4.9", + "@grafana/schema": "12.4.9", "@leeoniya/ufuzzy": "1.0.19", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 867234262485..a7e730f2da78 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.4.8", + "version": "12.4.9", "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 589be0963764..841f0c1f23b0 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.4.8", + "version": "12.4.9", "type": "module", "main": "./index.cjs", "author": "Grafana Labs", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index 4384bf7cbcb1..ffa21c5cb174 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.4.8", + "version": "12.4.9", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -52,8 +52,8 @@ ], "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/ui": "12.4.9", "@leeoniya/ufuzzy": "1.0.19", "d3": "^7.8.5", "lodash": "^4.18.1", diff --git a/packages/grafana-i18n/package.json b/packages/grafana-i18n/package.json index 6fcb26de10f7..29268057c2c7 100644 --- a/packages/grafana-i18n/package.json +++ b/packages/grafana-i18n/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/i18n", - "version": "12.4.8", + "version": "12.4.9", "description": "Grafana Internationalization Library", "keywords": [ "grafana", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index 6c5f266793cb..f2fd9dea501b 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.4.8", + "version": "12.4.9", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/e2e-selectors": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/e2e-selectors": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "react-select": "5.10.2", "react-use": "17.6.0", "rxjs": "7.8.2", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index b2407d257d90..296fe4fa38bf 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.4.8", + "version": "12.4.9", "dependencies": { "react": "18.3.1", "terser-webpack-plugin": "^5.4.0", diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 331d8059dbf4..059d9aa06b11 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.4.8", + "version": "12.4.9", "description": "Grafana Prometheus Library", "keywords": [ "typescript", @@ -48,13 +48,13 @@ "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.16", - "@grafana/data": "12.4.8", - "@grafana/e2e-selectors": "12.4.8", - "@grafana/i18n": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/i18n": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "@hello-pangea/dnd": "18.0.1", "@leeoniya/ufuzzy": "1.0.19", "@lezer/common": "1.3.0", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 90449a5f1344..aee37bb77572 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.4.8", + "version": "12.4.9", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -53,11 +53,11 @@ "postpack": "mv package.json.bak package.json" }, "dependencies": { - "@grafana/data": "12.4.8", - "@grafana/e2e-selectors": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/e2e-selectors": "12.4.9", "@grafana/faro-web-sdk": "^2.2.4", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "@openfeature/core": "^1.9.0", "@openfeature/ofrep-web-provider": "^0.3.3", "@openfeature/react-sdk": "^1.2.0", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index ce42f48fc288..1e77b17855dc 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.4.8", + "version": "12.4.9", "description": "Grafana Schema Library", "keywords": [ "typescript" diff --git a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/types.gen.ts index 22a42e433428..36bf235e3cd1 100644 --- a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/types.gen.ts @@ -10,7 +10,7 @@ // Generated from public/app/plugins/panel/annotationslist/panelcfg.cue file. -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options { limit: number; diff --git a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/types.gen.ts index 8304a430d74b..d9315cfdabfe 100644 --- a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting { /** diff --git a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/types.gen.ts index 09e829a9b53e..b1025a5f6cfd 100644 --- a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions { displayMode: common.BarGaugeDisplayMode; diff --git a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/types.gen.ts index 036b0f33b590..3d0a8aa40b71 100644 --- a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export enum VizDisplayMode { Candles = 'candles', diff --git a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/types.gen.ts index 380766cf9fcf..3f0846351061 100644 --- a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export enum HorizontalConstraint { Center = 'center', diff --git a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/types.gen.ts index a30197b2a1ae..267a1826d81f 100644 --- a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface MetricStat { /** diff --git a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/types.gen.ts index f11b340f0905..dc069a89f733 100644 --- a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/types.gen.ts @@ -10,7 +10,7 @@ // Generated from public/app/plugins/panel/dashboardlist/panelcfg.cue file. -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/types.gen.ts index 902c93c0cdeb..95e1998b7279 100644 --- a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/types.gen.ts @@ -10,7 +10,7 @@ // Generated from public/app/plugins/panel/datagrid/panelcfg.cue file. -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options { selectedSeries: number; diff --git a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/types.gen.ts index 9d933d6024dc..913955636a9c 100644 --- a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/types.gen.ts @@ -10,7 +10,7 @@ // Generated from public/app/plugins/panel/debug/panelcfg.cue file. -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export type UpdateConfig = { render: boolean, diff --git a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/types.gen.ts index 6cef18e9875d..a649c8898420 100644 --- a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface GaugePanelEffects { barGlow?: boolean; diff --git a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/types.gen.ts index cc90b1e717b5..0d5de7025955 100644 --- a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options { basemap: ui.MapLayerOptions; diff --git a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/types.gen.ts index 04aa50bae979..12a6964c4807 100644 --- a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; /** * Controls the color mode of the heatmap diff --git a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/types.gen.ts index 39dcce7b8313..8f4e01c8a8be 100644 --- a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip { /** diff --git a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/types.gen.ts index 91547a0a5a37..a3b879c3a026 100644 --- a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options { controlsStorageKey?: string; diff --git a/packages/grafana-schema/src/raw/composable/logstable/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/logstable/panelcfg/x/types.gen.ts index 088fa5704876..384e499f3065 100644 --- a/packages/grafana-schema/src/raw/composable/logstable/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logstable/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options { buildLinkToLogLine?: unknown; diff --git a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/types.gen.ts index adfea5ae7ec7..3c2724f89058 100644 --- a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/types.gen.ts @@ -10,7 +10,7 @@ // Generated from public/app/plugins/panel/news/panelcfg.cue file. -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/types.gen.ts index 673bfe37dca9..22f4cea23a73 100644 --- a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/types.gen.ts @@ -10,7 +10,7 @@ // Generated from public/app/plugins/panel/nodegraph/panelcfg.cue file. -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface ArcOption { /** diff --git a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/types.gen.ts index 0a79fedcf036..0fbd78297222 100644 --- a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; /** * Select the pie chart display style. diff --git a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/types.gen.ts index 0c45dd1bdb00..43075ee56fe3 100644 --- a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends common.SingleStatBaseOptions { colorMode: common.BigValueColorMode; diff --git a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/types.gen.ts index 1d8368d783d7..a9fd2e5e3a52 100644 --- a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones, ui.OptionsWithAnnotations { /** diff --git a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/types.gen.ts index b2915723c4f4..bcf95d4738ca 100644 --- a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones, ui.OptionsWithAnnotations { /** diff --git a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/types.gen.ts index 909ffab986f1..d3454b2f7507 100644 --- a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends ui.TableOptions {} diff --git a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/types.gen.ts index 47affa825b67..9c38e5158d25 100644 --- a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/types.gen.ts @@ -10,7 +10,7 @@ // Generated from public/app/plugins/panel/text/panelcfg.cue file. -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export enum TextMode { Code = 'code', diff --git a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/types.gen.ts index d4bfc808a5be..85c01ba5df08 100644 --- a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export interface Options extends common.OptionsWithTimezones, common.OptionsWithAnnotations { disableKeyboardEvents?: boolean; diff --git a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/types.gen.ts index 99ec3d97628a..bb4668cd56cc 100644 --- a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; /** * Identical to timeseries... except it does not have timezone settings diff --git a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/types.gen.ts b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/types.gen.ts index cb3ea46fd76f..492a40e15640 100644 --- a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/types.gen.ts @@ -12,7 +12,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "12.4.8"; +export const pluginVersion = "12.4.9"; export enum PointShape { Circle = 'circle', diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 65bedba75cab..d29e20109607 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.4.8", + "version": "12.4.9", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -16,12 +16,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/e2e-selectors": "12.4.8", - "@grafana/i18n": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/i18n": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/ui": "12.4.9", "@react-awesome-query-builder/ui": "6.6.15", "immutable": "5.1.4", "lodash": "^4.18.1", diff --git a/packages/grafana-test-utils/package.json b/packages/grafana-test-utils/package.json index 8d8a5031e47e..a55be7a5ed55 100644 --- a/packages/grafana-test-utils/package.json +++ b/packages/grafana-test-utils/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/test-utils", - "version": "12.4.8", + "version": "12.4.9", "private": true, "description": "Grafana test utils & Mock API", "keywords": [ diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index cd6c9ba068eb..073015f3fc49 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.4.8", + "version": "12.4.9", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -67,12 +67,12 @@ "@emotion/react": "11.14.0", "@emotion/serialize": "1.3.3", "@floating-ui/react": "0.27.16", - "@grafana/data": "12.4.8", - "@grafana/e2e-selectors": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/e2e-selectors": "12.4.9", "@grafana/faro-web-sdk": "^2.2.4", - "@grafana/i18n": "12.4.8", + "@grafana/i18n": "12.4.9", "@grafana/react-data-grid": "7.0.0-beta.57", - "@grafana/schema": "12.4.8", + "@grafana/schema": "12.4.9", "@hello-pangea/dnd": "18.0.1", "@monaco-editor/react": "4.7.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 0bcceedbdcd1..c7f69c46a57f 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/grafana-azure-monitor-datasource", "description": "Grafana data source for Azure Monitor", "private": true, - "version": "12.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/i18n": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/i18n": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^25.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index ca6a928c74c8..2177658558d0 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", + "@grafana/data": "12.4.9", "@grafana/google-sdk": "0.3.5", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^25.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/elasticsearch/package.json b/public/app/plugins/datasource/elasticsearch/package.json index 5a9cf6bbddc2..c3fc4f910fda 100644 --- a/public/app/plugins/datasource/elasticsearch/package.json +++ b/public/app/plugins/datasource/elasticsearch/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/elasticsearch", "description": "Grafana data source for Elasticsearch", "private": true, - "version": "12.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", "@grafana/aws-sdk": "0.8.3", - "@grafana/data": "12.4.8", + "@grafana/data": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "@reduxjs/toolkit": "2.10.1", "lodash": "^4.18.1", "lucene": "^2.1.1", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json index 9d8c7f59b612..56c3e8db9f6b 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", + "@grafana/data": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/sql": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/sql": "12.4.9", + "@grafana/ui": "12.4.9", "lodash": "^4.18.1", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.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 23f80c17ee41..b8b74be58639 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "fast-deep-equal": "^3.1.3", "lodash": "^4.18.1", "monaco-editor": "0.34.1", @@ -20,8 +20,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 32f93d7a01f4..a83fc1befd46 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "d3-random": "^3.0.1", "lodash": "^4.18.1", "micro-memoize": "^4.1.2", @@ -21,8 +21,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/graphite/package.json b/public/app/plugins/datasource/graphite/package.json index 7d9a41b87988..ab17a0b9acba 100644 --- a/public/app/plugins/datasource/graphite/package.json +++ b/public/app/plugins/datasource/graphite/package.json @@ -2,14 +2,14 @@ "name": "@grafana-plugins/graphite", "description": "Graphite data source plugin for Grafana", "private": true, - "version": "12.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", + "@grafana/data": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "@reduxjs/toolkit": "2.10.1", "lodash": "^4.18.1", "moment": "2.30.1", @@ -23,8 +23,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index d3c77ac18f69..da9fee277dd0 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/loki/package.json b/public/app/plugins/datasource/loki/package.json index 88672b976461..2661ef6e41d7 100644 --- a/public/app/plugins/datasource/loki/package.json +++ b/public/app/plugins/datasource/loki/package.json @@ -2,16 +2,16 @@ "name": "@grafana-plugins/loki", "description": "Loki data source plugin for Grafana", "private": true, - "version": "12.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", + "@grafana/data": "12.4.9", "@grafana/lezer-logql": "0.2.9", "@grafana/llm": "1.0.3", "@grafana/monaco-logql": "^0.0.8", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "d3-random": "^3.0.1", "lodash": "^4.18.1", "micro-memoize": "^4.1.2", @@ -24,8 +24,8 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index 1a11f9622bab..3da548056ed6 100644 --- a/public/app/plugins/datasource/mssql/package.json +++ b/public/app/plugins/datasource/mssql/package.json @@ -2,23 +2,23 @@ "name": "@grafana-plugins/mssql", "description": "MSSQL data source plugin", "private": true, - "version": "12.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/i18n": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/i18n": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/sql": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/sql": "12.4.9", + "@grafana/ui": "12.4.9", "lodash": "^4.18.1", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.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 9aa90e52f264..7700c17ec6dc 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", + "@grafana/data": "12.4.9", "@grafana/plugin-ui": "^0.12.1", - "@grafana/runtime": "12.4.8", - "@grafana/sql": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/runtime": "12.4.9", + "@grafana/sql": "12.4.9", + "@grafana/ui": "12.4.9", "lodash": "^4.18.1", "react": "18.3.1", "rxjs": "7.8.2", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/public/app/plugins/datasource/opentsdb/package.json b/public/app/plugins/datasource/opentsdb/package.json index 165b8f5f3f53..687636dafdd4 100644 --- a/public/app/plugins/datasource/opentsdb/package.json +++ b/public/app/plugins/datasource/opentsdb/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/opentsdb", "description": "OpenTSDB plugin for Grafana", "private": true, - "version": "12.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index ebbe17f553e7..528e974c62d4 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "12.4.8", - "@grafana/runtime": "12.4.8", - "@grafana/schema": "12.4.8", - "@grafana/ui": "12.4.8", + "@grafana/data": "12.4.9", + "@grafana/runtime": "12.4.9", + "@grafana/schema": "12.4.9", + "@grafana/ui": "12.4.9", "lodash": "^4.18.1", "monaco-editor": "0.34.1", "react": "18.3.1", @@ -18,8 +18,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "12.4.8", - "@grafana/plugin-configs": "12.4.8", + "@grafana/e2e-selectors": "12.4.9", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.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 aadc0cec3e00..3a9855df98d3 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", @@ -38,7 +38,7 @@ "uuid": "11.1.0" }, "devDependencies": { - "@grafana/plugin-configs": "12.4.8", + "@grafana/plugin-configs": "12.4.9", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 1a4a048177d6..4492d58c0fad 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.4.8", + "version": "12.4.9", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index cd63147e6a92..c8d85acb672f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2696,13 +2696,13 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@grafana/aws-sdk": "npm:0.8.3" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@reduxjs/toolkit": "npm:2.10.1" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" @@ -2742,14 +2742,14 @@ __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.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/i18n": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/i18n": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" @@ -2789,13 +2789,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.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/sql": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/sql": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -2821,12 +2821,12 @@ __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.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -2863,12 +2863,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.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -2904,13 +2904,13 @@ __metadata: resolution: "@grafana-plugins/graphite@workspace:public/app/plugins/datasource/graphite" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@reduxjs/toolkit": "npm:2.10.1" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" @@ -2990,15 +2990,15 @@ __metadata: resolution: "@grafana-plugins/loki@workspace:public/app/plugins/datasource/loki" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" "@grafana/lezer-logql": "npm:0.2.9" "@grafana/llm": "npm:1.0.3" "@grafana/monaco-logql": "npm:^0.0.8" - "@grafana/plugin-configs": "npm:12.4.8" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/plugin-configs": "npm:12.4.9" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -3034,14 +3034,14 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/i18n": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/i18n": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/sql": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/sql": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -3067,13 +3067,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/sql": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/sql": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -3139,12 +3139,12 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/plugin-configs": "npm:12.4.8" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/plugin-configs": "npm:12.4.9" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -3173,14 +3173,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" "@grafana/google-sdk": "npm:0.3.5" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:6.6.4" "@testing-library/react": "npm:16.3.0" @@ -3225,7 +3225,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.25" "@grafana/monaco-logql": "npm:^0.0.8" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:12.4.8" + "@grafana/plugin-configs": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" @@ -3317,8 +3317,8 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@faker-js/faker": "npm:^9.8.0" - "@grafana/api-clients": "npm:12.4.8" - "@grafana/i18n": "npm:12.4.8" + "@grafana/api-clients": "npm:12.4.9" + "@grafana/i18n": "npm:12.4.9" "@grafana/test-utils": "workspace:*" "@reduxjs/toolkit": "npm:2.10.1" "@testing-library/jest-dom": "npm:^6.6.3" @@ -3352,7 +3352,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/api-clients@npm:12.4.8, @grafana/api-clients@workspace:*, @grafana/api-clients@workspace:packages/grafana-api-clients": +"@grafana/api-clients@npm:12.4.9, @grafana/api-clients@workspace:*, @grafana/api-clients@workspace:packages/grafana-api-clients": version: 0.0.0-use.local resolution: "@grafana/api-clients@workspace:packages/grafana-api-clients" dependencies: @@ -3421,14 +3421,14 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:12.4.8, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:12.4.9, @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/i18n": "npm:12.4.8" + "@grafana/i18n": "npm:12.4.9" "@grafana/scenes": "npm:6.38.0" - "@grafana/schema": "npm:12.4.8" + "@grafana/schema": "npm:12.4.9" "@leeoniya/ufuzzy": "npm:1.0.19" "@rollup/plugin-json": "npm:6.1.0" "@rollup/plugin-node-resolve": "npm:16.0.1" @@ -3481,7 +3481,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:12.4.8, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:12.4.9, @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: @@ -3592,8 +3592,8 @@ __metadata: "@babel/preset-env": "npm:7.28.0" "@babel/preset-react": "npm:7.27.1" "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@leeoniya/ufuzzy": "npm:1.0.19" "@rollup/plugin-node-resolve": "npm:16.0.1" "@storybook/addon-webpack5-compiler-swc": "npm:^4.0.2" @@ -3649,7 +3649,7 @@ __metadata: languageName: node linkType: hard -"@grafana/i18n@npm:12.4.8, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n": +"@grafana/i18n@npm:12.4.9, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n": version: 0.0.0-use.local resolution: "@grafana/i18n@workspace:packages/grafana-i18n" dependencies: @@ -3720,12 +3720,12 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:16.3.0" @@ -3749,7 +3749,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:12.4.8, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:12.4.9, @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: @@ -3857,13 +3857,13 @@ __metadata: dependencies: "@emotion/css": "npm:11.13.5" "@floating-ui/react": "npm:0.27.16" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/i18n": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/i18n": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@hello-pangea/dnd": "npm:18.0.1" "@leeoniya/ufuzzy": "npm:1.0.19" "@lezer/common": "npm:1.3.0" @@ -3935,15 +3935,15 @@ __metadata: languageName: node linkType: hard -"@grafana/runtime@npm:12.4.8, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:12.4.9, @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.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" "@grafana/faro-web-sdk": "npm:^2.2.4" - "@grafana/schema": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/schema": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@openfeature/core": "npm:^1.9.0" "@openfeature/ofrep-web-provider": "npm:^0.3.3" "@openfeature/react-sdk": "npm:^1.2.0" @@ -4060,7 +4060,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:12.4.8, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:12.4.9, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -4077,17 +4077,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:12.4.8, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:12.4.9, @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.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" - "@grafana/i18n": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" + "@grafana/i18n": "npm:12.4.9" "@grafana/plugin-ui": "npm:^0.12.1" - "@grafana/runtime": "npm:12.4.8" - "@grafana/ui": "npm:12.4.8" + "@grafana/runtime": "npm:12.4.9" + "@grafana/ui": "npm:12.4.9" "@react-awesome-query-builder/ui": "npm:6.6.15" "@testing-library/dom": "npm:10.4.1" "@testing-library/jest-dom": "npm:^6.1.2" @@ -4150,7 +4150,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:12.4.8, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:12.4.9, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -4160,12 +4160,12 @@ __metadata: "@emotion/serialize": "npm:1.3.3" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.27.16" - "@grafana/data": "npm:12.4.8" - "@grafana/e2e-selectors": "npm:12.4.8" + "@grafana/data": "npm:12.4.9" + "@grafana/e2e-selectors": "npm:12.4.9" "@grafana/faro-web-sdk": "npm:^2.2.4" - "@grafana/i18n": "npm:12.4.8" + "@grafana/i18n": "npm:12.4.9" "@grafana/react-data-grid": "npm:7.0.0-beta.57" - "@grafana/schema": "npm:12.4.8" + "@grafana/schema": "npm:12.4.9" "@hello-pangea/dnd": "npm:18.0.1" "@monaco-editor/react": "npm:4.7.0" "@popperjs/core": "npm:2.11.8"