Release: Bump version to 12.2.1 (#111415)

bump version 12.2.1

Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot] 2025-09-19 14:00:37 -05:00 committed by GitHub
parent c7b629d3bc
commit 9b4414de27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
57 changed files with 230 additions and 230 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@test-plugins/extensions-test-app", "name": "@test-plugins/extensions-test-app",
"version": "12.2.0-pre", "version": "12.2.1",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production", "build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production",

View File

@ -1,6 +1,6 @@
{ {
"name": "@test-plugins/grafana-e2etest-datasource", "name": "@test-plugins/grafana-e2etest-datasource",
"version": "12.2.0-pre", "version": "12.2.1",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production", "build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production",

View File

@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn", "npmClient": "yarn",
"version": "12.2.0-pre" "version": "12.2.1"
} }

View File

@ -3,7 +3,7 @@
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"private": true, "private": true,
"name": "grafana", "name": "grafana",
"version": "12.2.0-pre", "version": "12.2.1",
"repository": "github:grafana/grafana", "repository": "github:grafana/grafana",
"scripts": { "scripts": {
"predev": "./scripts/check-frontend-dev.sh", "predev": "./scripts/check-frontend-dev.sh",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/alerting", "name": "@grafana/alerting",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana Alerting Library Build vertical integrations on top of the industry-leading alerting solution", "description": "Grafana Alerting Library Build vertical integrations on top of the industry-leading alerting solution",
"keywords": [ "keywords": [
"typescript", "typescript",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/data", "name": "@grafana/data",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana Data Library", "description": "Grafana Data Library",
"keywords": [ "keywords": [
"typescript" "typescript"
@ -56,8 +56,8 @@
}, },
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "7.0.1", "@braintree/sanitize-url": "7.0.1",
"@grafana/i18n": "12.2.0-pre", "@grafana/i18n": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@leeoniya/ufuzzy": "1.0.18", "@leeoniya/ufuzzy": "1.0.18",
"@types/d3-interpolate": "^3.0.0", "@types/d3-interpolate": "^3.0.0",
"@types/string-hash": "1.1.3", "@types/string-hash": "1.1.3",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/e2e-selectors", "name": "@grafana/e2e-selectors",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana End-to-End Test Selectors Library", "description": "Grafana End-to-End Test Selectors Library",
"keywords": [ "keywords": [
"cli", "cli",

View File

@ -1,7 +1,7 @@
{ {
"name": "@grafana/eslint-plugin", "name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.", "description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "12.2.0-pre", "version": "12.2.1",
"main": "./index.cjs", "main": "./index.cjs",
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/flamegraph", "name": "@grafana/flamegraph",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana flamegraph visualization component", "description": "Grafana flamegraph visualization component",
"keywords": [ "keywords": [
"grafana", "grafana",
@ -44,8 +44,8 @@
], ],
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"@leeoniya/ufuzzy": "1.0.18", "@leeoniya/ufuzzy": "1.0.18",
"d3": "^7.8.5", "d3": "^7.8.5",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/i18n", "name": "@grafana/i18n",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana Internationalization Library", "description": "Grafana Internationalization Library",
"keywords": [ "keywords": [
"grafana", "grafana",

View File

@ -3,7 +3,7 @@
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"name": "@grafana/o11y-ds-frontend", "name": "@grafana/o11y-ds-frontend",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Library to manage traces in Grafana.", "description": "Library to manage traces in Grafana.",
"sideEffects": false, "sideEffects": false,
"repository": { "repository": {
@ -18,12 +18,12 @@
}, },
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"react-select": "5.10.2", "react-select": "5.10.2",
"react-use": "17.6.0", "react-use": "17.6.0",
"rxjs": "7.8.2", "rxjs": "7.8.2",

View File

@ -2,7 +2,7 @@
"name": "@grafana/plugin-configs", "name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins", "description": "Shared dependencies and files for core plugins",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"tslib": "2.8.1" "tslib": "2.8.1"
}, },

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"name": "@grafana/prometheus", "name": "@grafana/prometheus",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana Prometheus Library", "description": "Grafana Prometheus Library",
"keywords": [ "keywords": [
"typescript", "typescript",
@ -41,13 +41,13 @@
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@floating-ui/react": "0.27.16", "@floating-ui/react": "0.27.16",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/i18n": "12.2.0-pre", "@grafana/i18n": "12.2.1",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"@hello-pangea/dnd": "18.0.1", "@hello-pangea/dnd": "18.0.1",
"@leeoniya/ufuzzy": "1.0.18", "@leeoniya/ufuzzy": "1.0.18",
"@lezer/common": "1.2.3", "@lezer/common": "1.2.3",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/runtime", "name": "@grafana/runtime",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana Runtime Library", "description": "Grafana Runtime Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@ -53,11 +53,11 @@
"postpack": "mv package.json.bak package.json && rimraf ./unstable" "postpack": "mv package.json.bak package.json && rimraf ./unstable"
}, },
"dependencies": { "dependencies": {
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/faro-web-sdk": "^1.13.2", "@grafana/faro-web-sdk": "^1.13.2",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"@types/systemjs": "6.15.3", "@types/systemjs": "6.15.3",
"history": "4.10.1", "history": "4.10.1",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/schema", "name": "@grafana/schema",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana Schema Library", "description": "Grafana Schema Library",
"keywords": [ "keywords": [
"typescript" "typescript"

View File

@ -8,7 +8,7 @@
// //
// Run 'make gen-cue' from repository root to regenerate. // Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options { export interface Options {
limit: number; limit: number;

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting { export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/** /**

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions { export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode; displayMode: common.BarGaugeDisplayMode;

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export enum VizDisplayMode { export enum VizDisplayMode {
Candles = 'candles', Candles = 'candles',

View File

@ -10,7 +10,7 @@
import * as ui from '@grafana/schema'; import * as ui from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export enum HorizontalConstraint { export enum HorizontalConstraint {
Center = 'center', Center = 'center',

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface MetricStat { export interface MetricStat {
/** /**

View File

@ -8,7 +8,7 @@
// //
// Run 'make gen-cue' from repository root to regenerate. // Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options { export interface Options {
/** /**

View File

@ -8,7 +8,7 @@
// //
// Run 'make gen-cue' from repository root to regenerate. // Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options { export interface Options {
selectedSeries: number; selectedSeries: number;

View File

@ -8,7 +8,7 @@
// //
// Run 'make gen-cue' from repository root to regenerate. // Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export type UpdateConfig = { export type UpdateConfig = {
render: boolean, render: boolean,

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested); export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends common.SingleStatBaseOptions { export interface Options extends common.SingleStatBaseOptions {
minVizHeight: number; minVizHeight: number;

View File

@ -10,7 +10,7 @@
import * as ui from '@grafana/schema'; import * as ui from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options { export interface Options {
basemap: ui.MapLayerOptions; basemap: ui.MapLayerOptions;

View File

@ -10,7 +10,7 @@
import * as ui from '@grafana/schema'; import * as ui from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
/** /**
* Controls the color mode of the heatmap * Controls the color mode of the heatmap

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip { export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/** /**

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options { export interface Options {
controlsStorageKey?: string; controlsStorageKey?: string;

View File

@ -8,7 +8,7 @@
// //
// Run 'make gen-cue' from repository root to regenerate. // Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options { export interface Options {
/** /**

View File

@ -8,7 +8,7 @@
// //
// Run 'make gen-cue' from repository root to regenerate. // Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface ArcOption { export interface ArcOption {
/** /**

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
/** /**
* Select the pie chart display style. * Select the pie chart display style.

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends common.SingleStatBaseOptions { export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode; colorMode: common.BigValueColorMode;

View File

@ -10,7 +10,7 @@
import * as ui from '@grafana/schema'; import * as ui from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/** /**

View File

@ -10,7 +10,7 @@
import * as ui from '@grafana/schema'; import * as ui from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/** /**

View File

@ -10,7 +10,7 @@
import * as ui from '@grafana/schema'; import * as ui from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options { export interface Options {
/** /**

View File

@ -8,7 +8,7 @@
// //
// Run 'make gen-cue' from repository root to regenerate. // Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export enum TextMode { export enum TextMode {
Code = 'code', Code = 'code',

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export interface Options extends common.OptionsWithTimezones { export interface Options extends common.OptionsWithTimezones {
legend: common.VizLegendOptions; legend: common.VizLegendOptions;

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
/** /**
* Identical to timeseries... except it does not have timezone settings * Identical to timeseries... except it does not have timezone settings

View File

@ -10,7 +10,7 @@
import * as common from '@grafana/schema'; import * as common from '@grafana/schema';
export const pluginVersion = "12.2.0-pre"; export const pluginVersion = "12.2.1";
export enum PointShape { export enum PointShape {
Circle = 'circle', Circle = 'circle',

View File

@ -3,7 +3,7 @@
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"private": true, "private": true,
"name": "@grafana/sql", "name": "@grafana/sql",
"version": "12.2.0-pre", "version": "12.2.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/grafana/grafana.git", "url": "http://github.com/grafana/grafana.git",
@ -16,12 +16,12 @@
}, },
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/i18n": "12.2.0-pre", "@grafana/i18n": "12.2.1",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"@react-awesome-query-builder/ui": "6.6.15", "@react-awesome-query-builder/ui": "6.6.15",
"immutable": "5.1.3", "immutable": "5.1.3",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/test-utils", "name": "@grafana/test-utils",
"version": "12.2.0-pre", "version": "12.2.1",
"private": true, "private": true,
"description": "Grafana test utils & Mock API", "description": "Grafana test utils & Mock API",
"keywords": [ "keywords": [

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"name": "@grafana/ui", "name": "@grafana/ui",
"version": "12.2.0-pre", "version": "12.2.1",
"description": "Grafana Components Library", "description": "Grafana Components Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@ -67,11 +67,11 @@
"@emotion/react": "11.14.0", "@emotion/react": "11.14.0",
"@emotion/serialize": "1.3.3", "@emotion/serialize": "1.3.3",
"@floating-ui/react": "0.27.16", "@floating-ui/react": "0.27.16",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/faro-web-sdk": "^1.13.2", "@grafana/faro-web-sdk": "^1.13.2",
"@grafana/i18n": "12.2.0-pre", "@grafana/i18n": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@hello-pangea/dnd": "18.0.1", "@hello-pangea/dnd": "18.0.1",
"@monaco-editor/react": "4.7.0", "@monaco-editor/react": "4.7.0",
"@popperjs/core": "2.11.8", "@popperjs/core": "2.11.8",

View File

@ -2,15 +2,15 @@
"name": "@grafana-plugins/grafana-azure-monitor-datasource", "name": "@grafana-plugins/grafana-azure-monitor-datasource",
"description": "Grafana data source for Azure Monitor", "description": "Grafana data source for Azure Monitor",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/i18n": "12.2.0-pre", "@grafana/i18n": "12.2.1",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"@kusto/monaco-kusto": "^10.0.0", "@kusto/monaco-kusto": "^10.0.0",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"i18next": "^25.0.0", "i18next": "^25.0.0",
@ -26,8 +26,8 @@
"tslib": "2.8.1" "tslib": "2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.4", "@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",

View File

@ -2,15 +2,15 @@
"name": "@grafana-plugins/stackdriver", "name": "@grafana-plugins/stackdriver",
"description": "Grafana data source for Google Cloud Monitoring", "description": "Grafana data source for Google Cloud Monitoring",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/google-sdk": "0.3.4", "@grafana/google-sdk": "0.3.4",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"debounce-promise": "3.1.2", "debounce-promise": "3.1.2",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"i18next": "^25.0.0", "i18next": "^25.0.0",
@ -26,8 +26,8 @@
"tslib": "2.8.1" "tslib": "2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.4", "@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",

View File

@ -2,22 +2,22 @@
"name": "@grafana-plugins/grafana-postgresql-datasource", "name": "@grafana-plugins/grafana-postgresql-datasource",
"description": "PostgreSQL data source plugin", "description": "PostgreSQL data source plugin",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/sql": "12.2.0-pre", "@grafana/sql": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "18.3.1", "react": "18.3.1",
"rxjs": "7.8.2", "rxjs": "7.8.2",
"tslib": "2.8.1" "tslib": "2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.1",

View File

@ -2,13 +2,13 @@
"name": "@grafana-plugins/grafana-pyroscope-datasource", "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.", "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, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"monaco-editor": "0.34.1", "monaco-editor": "0.34.1",
@ -20,7 +20,7 @@
"tslib": "2.8.1" "tslib": "2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.4", "@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",

View File

@ -2,13 +2,13 @@
"name": "@grafana-plugins/grafana-testdata-datasource", "name": "@grafana-plugins/grafana-testdata-datasource",
"description": "Generates test data in different forms", "description": "Generates test data in different forms",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"d3-random": "^3.0.1", "d3-random": "^3.0.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"micro-memoize": "^4.1.2", "micro-memoize": "^4.1.2",
@ -21,8 +21,8 @@
"uuid": "11.1.0" "uuid": "11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.4", "@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",

View File

@ -2,7 +2,7 @@
"name": "@grafana-plugins/jaeger", "name": "@grafana-plugins/jaeger",
"description": "Jaeger plugin for Grafana", "description": "Jaeger plugin for Grafana",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "workspace:*", "@grafana/data": "workspace:*",

View File

@ -2,16 +2,16 @@
"name": "@grafana-plugins/loki", "name": "@grafana-plugins/loki",
"description": "Loki data source plugin for Grafana", "description": "Loki data source plugin for Grafana",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/lezer-logql": "0.2.8", "@grafana/lezer-logql": "0.2.8",
"@grafana/llm": "0.22.1", "@grafana/llm": "0.22.1",
"@grafana/monaco-logql": "^0.0.8", "@grafana/monaco-logql": "^0.0.8",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"d3-random": "^3.0.1", "d3-random": "^3.0.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"micro-memoize": "^4.1.2", "micro-memoize": "^4.1.2",
@ -24,8 +24,8 @@
"uuid": "11.1.0" "uuid": "11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.4", "@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",

View File

@ -2,23 +2,23 @@
"name": "@grafana-plugins/mssql", "name": "@grafana-plugins/mssql",
"description": "MSSQL data source plugin", "description": "MSSQL data source plugin",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/i18n": "12.2.0-pre", "@grafana/i18n": "12.2.1",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/sql": "12.2.0-pre", "@grafana/sql": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "18.3.1", "react": "18.3.1",
"rxjs": "7.8.2", "rxjs": "7.8.2",
"tslib": "2.8.1" "tslib": "2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.1",

View File

@ -2,22 +2,22 @@
"name": "@grafana-plugins/mysql", "name": "@grafana-plugins/mysql",
"description": "MySQL data source plugin", "description": "MySQL data source plugin",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/plugin-ui": "^0.10.10", "@grafana/plugin-ui": "^0.10.10",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/sql": "12.2.0-pre", "@grafana/sql": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "18.3.1", "react": "18.3.1",
"rxjs": "7.8.2", "rxjs": "7.8.2",
"tslib": "2.8.1" "tslib": "2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/e2e-selectors": "12.2.0-pre", "@grafana/e2e-selectors": "12.2.1",
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.1",

View File

@ -2,13 +2,13 @@
"name": "@grafana-plugins/parca", "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.", "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, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "12.2.0-pre", "@grafana/data": "12.2.1",
"@grafana/runtime": "12.2.0-pre", "@grafana/runtime": "12.2.1",
"@grafana/schema": "12.2.0-pre", "@grafana/schema": "12.2.1",
"@grafana/ui": "12.2.0-pre", "@grafana/ui": "12.2.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"monaco-editor": "0.34.1", "monaco-editor": "0.34.1",
"react": "18.3.1", "react": "18.3.1",
@ -18,7 +18,7 @@
"tslib": "2.8.1" "tslib": "2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.1",

View File

@ -2,7 +2,7 @@
"name": "@grafana-plugins/tempo", "name": "@grafana-plugins/tempo",
"description": "Grafana plugin for the Tempo data source.", "description": "Grafana plugin for the Tempo data source.",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "workspace:*", "@grafana/data": "workspace:*",
@ -38,7 +38,7 @@
"uuid": "11.1.0" "uuid": "11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@grafana/plugin-configs": "12.2.0-pre", "@grafana/plugin-configs": "12.2.1",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.6.4", "@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",

View File

@ -2,7 +2,7 @@
"name": "@grafana-plugins/zipkin", "name": "@grafana-plugins/zipkin",
"description": "Zipkin plugin for Grafana", "description": "Zipkin plugin for Grafana",
"private": true, "private": true,
"version": "12.2.0-pre", "version": "12.2.1",
"dependencies": { "dependencies": {
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@grafana/data": "workspace:*", "@grafana/data": "workspace:*",

182
yarn.lock
View File

@ -2426,14 +2426,14 @@ __metadata:
resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/i18n": "npm:12.2.0-pre" "@grafana/i18n": "npm:12.2.1"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@kusto/monaco-kusto": "npm:^10.0.0" "@kusto/monaco-kusto": "npm:^10.0.0"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.6.4" "@testing-library/jest-dom": "npm:6.6.4"
@ -2473,13 +2473,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource" resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/sql": "npm:12.2.0-pre" "@grafana/sql": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
"@testing-library/user-event": "npm:14.6.1" "@testing-library/user-event": "npm:14.6.1"
@ -2505,11 +2505,11 @@ __metadata:
resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.6.4" "@testing-library/jest-dom": "npm:6.6.4"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
@ -2546,12 +2546,12 @@ __metadata:
resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.6.4" "@testing-library/jest-dom": "npm:6.6.4"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
@ -2630,15 +2630,15 @@ __metadata:
resolution: "@grafana-plugins/loki@workspace:public/app/plugins/datasource/loki" resolution: "@grafana-plugins/loki@workspace:public/app/plugins/datasource/loki"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/lezer-logql": "npm:0.2.8" "@grafana/lezer-logql": "npm:0.2.8"
"@grafana/llm": "npm:0.22.1" "@grafana/llm": "npm:0.22.1"
"@grafana/monaco-logql": "npm:^0.0.8" "@grafana/monaco-logql": "npm:^0.0.8"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.6.4" "@testing-library/jest-dom": "npm:6.6.4"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
@ -2674,14 +2674,14 @@ __metadata:
resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/i18n": "npm:12.2.0-pre" "@grafana/i18n": "npm:12.2.1"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/sql": "npm:12.2.0-pre" "@grafana/sql": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
"@testing-library/user-event": "npm:14.6.1" "@testing-library/user-event": "npm:14.6.1"
@ -2707,13 +2707,13 @@ __metadata:
resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/sql": "npm:12.2.0-pre" "@grafana/sql": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
"@testing-library/user-event": "npm:14.6.1" "@testing-library/user-event": "npm:14.6.1"
@ -2739,11 +2739,11 @@ __metadata:
resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
"@testing-library/user-event": "npm:14.6.1" "@testing-library/user-event": "npm:14.6.1"
@ -2772,14 +2772,14 @@ __metadata:
resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/google-sdk": "npm:0.3.4" "@grafana/google-sdk": "npm:0.3.4"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.6.4" "@testing-library/jest-dom": "npm:6.6.4"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
@ -2824,7 +2824,7 @@ __metadata:
"@grafana/lezer-traceql": "npm:0.0.23" "@grafana/lezer-traceql": "npm:0.0.23"
"@grafana/monaco-logql": "npm:^0.0.8" "@grafana/monaco-logql": "npm:^0.0.8"
"@grafana/o11y-ds-frontend": "workspace:*" "@grafana/o11y-ds-frontend": "workspace:*"
"@grafana/plugin-configs": "npm:12.2.0-pre" "@grafana/plugin-configs": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "workspace:*" "@grafana/runtime": "workspace:*"
"@grafana/schema": "workspace:*" "@grafana/schema": "workspace:*"
@ -2989,13 +2989,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@grafana/data@npm:12.2.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": "@grafana/data@npm:12.2.1, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/data@workspace:packages/grafana-data" resolution: "@grafana/data@workspace:packages/grafana-data"
dependencies: dependencies:
"@braintree/sanitize-url": "npm:7.0.1" "@braintree/sanitize-url": "npm:7.0.1"
"@grafana/i18n": "npm:12.2.0-pre" "@grafana/i18n": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@leeoniya/ufuzzy": "npm:1.0.18" "@leeoniya/ufuzzy": "npm:1.0.18"
"@rollup/plugin-node-resolve": "npm:16.0.1" "@rollup/plugin-node-resolve": "npm:16.0.1"
"@types/d3-interpolate": "npm:^3.0.0" "@types/d3-interpolate": "npm:^3.0.0"
@ -3042,7 +3042,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/e2e-selectors@npm:12.2.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": "@grafana/e2e-selectors@npm:12.2.1, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors" resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors"
dependencies: dependencies:
@ -3142,8 +3142,8 @@ __metadata:
"@babel/preset-env": "npm:7.28.0" "@babel/preset-env": "npm:7.28.0"
"@babel/preset-react": "npm:7.27.1" "@babel/preset-react": "npm:7.27.1"
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@leeoniya/ufuzzy": "npm:1.0.18" "@leeoniya/ufuzzy": "npm:1.0.18"
"@rollup/plugin-node-resolve": "npm:16.0.1" "@rollup/plugin-node-resolve": "npm:16.0.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
@ -3193,7 +3193,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@grafana/i18n@npm:12.2.0-pre, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n": "@grafana/i18n@npm:12.2.1, @grafana/i18n@workspace:*, @grafana/i18n@workspace:packages/grafana-i18n":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/i18n@workspace:packages/grafana-i18n" resolution: "@grafana/i18n@workspace:packages/grafana-i18n"
dependencies: dependencies:
@ -3263,12 +3263,12 @@ __metadata:
resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/jest-dom": "npm:^6.1.2"
"@testing-library/react": "npm:16.3.0" "@testing-library/react": "npm:16.3.0"
@ -3292,7 +3292,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/plugin-configs@npm:12.2.0-pre, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": "@grafana/plugin-configs@npm:12.2.1, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs"
dependencies: dependencies:
@ -3369,13 +3369,13 @@ __metadata:
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@floating-ui/react": "npm:0.27.16" "@floating-ui/react": "npm:0.27.16"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/i18n": "npm:12.2.0-pre" "@grafana/i18n": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@hello-pangea/dnd": "npm:18.0.1" "@hello-pangea/dnd": "npm:18.0.1"
"@leeoniya/ufuzzy": "npm:1.0.18" "@leeoniya/ufuzzy": "npm:1.0.18"
"@lezer/common": "npm:1.2.3" "@lezer/common": "npm:1.2.3"
@ -3434,15 +3434,15 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/runtime@npm:12.2.0-pre, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": "@grafana/runtime@npm:12.2.1, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/runtime@workspace:packages/grafana-runtime" resolution: "@grafana/runtime@workspace:packages/grafana-runtime"
dependencies: dependencies:
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/faro-web-sdk": "npm:^1.13.2" "@grafana/faro-web-sdk": "npm:^1.13.2"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@rollup/plugin-node-resolve": "npm:16.0.1" "@rollup/plugin-node-resolve": "npm:16.0.1"
"@rollup/plugin-terser": "npm:0.4.4" "@rollup/plugin-terser": "npm:0.4.4"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
@ -3521,7 +3521,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@grafana/schema@npm:12.2.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": "@grafana/schema@npm:12.2.1, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/schema@workspace:packages/grafana-schema" resolution: "@grafana/schema@workspace:packages/grafana-schema"
dependencies: dependencies:
@ -3537,17 +3537,17 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@grafana/sql@npm:12.2.0-pre, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": "@grafana/sql@npm:12.2.1, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/sql@workspace:packages/grafana-sql" resolution: "@grafana/sql@workspace:packages/grafana-sql"
dependencies: dependencies:
"@emotion/css": "npm:11.13.5" "@emotion/css": "npm:11.13.5"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/i18n": "npm:12.2.0-pre" "@grafana/i18n": "npm:12.2.1"
"@grafana/plugin-ui": "npm:^0.10.10" "@grafana/plugin-ui": "npm:^0.10.10"
"@grafana/runtime": "npm:12.2.0-pre" "@grafana/runtime": "npm:12.2.1"
"@grafana/ui": "npm:12.2.0-pre" "@grafana/ui": "npm:12.2.1"
"@react-awesome-query-builder/ui": "npm:6.6.15" "@react-awesome-query-builder/ui": "npm:6.6.15"
"@testing-library/dom": "npm:10.4.1" "@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/jest-dom": "npm:^6.1.2"
@ -3603,7 +3603,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@grafana/ui@npm:12.2.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": "@grafana/ui@npm:12.2.1, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@grafana/ui@workspace:packages/grafana-ui" resolution: "@grafana/ui@workspace:packages/grafana-ui"
dependencies: dependencies:
@ -3613,11 +3613,11 @@ __metadata:
"@emotion/serialize": "npm:1.3.3" "@emotion/serialize": "npm:1.3.3"
"@faker-js/faker": "npm:^9.0.0" "@faker-js/faker": "npm:^9.0.0"
"@floating-ui/react": "npm:0.27.16" "@floating-ui/react": "npm:0.27.16"
"@grafana/data": "npm:12.2.0-pre" "@grafana/data": "npm:12.2.1"
"@grafana/e2e-selectors": "npm:12.2.0-pre" "@grafana/e2e-selectors": "npm:12.2.1"
"@grafana/faro-web-sdk": "npm:^1.13.2" "@grafana/faro-web-sdk": "npm:^1.13.2"
"@grafana/i18n": "npm:12.2.0-pre" "@grafana/i18n": "npm:12.2.1"
"@grafana/schema": "npm:12.2.0-pre" "@grafana/schema": "npm:12.2.1"
"@hello-pangea/dnd": "npm:18.0.1" "@hello-pangea/dnd": "npm:18.0.1"
"@monaco-editor/react": "npm:4.7.0" "@monaco-editor/react": "npm:4.7.0"
"@popperjs/core": "npm:2.11.8" "@popperjs/core": "npm:2.11.8"