Release: 10.4.8 (#92477)

* Update changelog

* Update version to 10.4.8

* Lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
github-actions[bot]
2024-08-27 13:22:37 +01:00
committed by GitHub
co-authored by github-actions[bot] Andreas Christou
parent 8c384b71bd
commit 6f76c8dff8
51 changed files with 149 additions and 137 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana Data Library",
"keywords": [
"typescript"
@@ -36,7 +36,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "7.0.0",
"@grafana/schema": "10.4.8",
"@grafana/schema": "10.4.9",
"@types/d3-interpolate": "^3.0.0",
"@types/string-hash": "1.1.3",
"d3-interpolate": "3.0.1",
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e-selectors",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana End-to-End Test Selectors Library",
"keywords": [
"cli",
+3 -3
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
@@ -63,8 +63,8 @@
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@cypress/webpack-preprocessor": "5.17.1",
"@grafana/e2e-selectors": "10.4.8",
"@grafana/schema": "10.4.8",
"@grafana/e2e-selectors": "10.4.9",
"@grafana/schema": "10.4.9",
"@grafana/tsconfig": "^1.2.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"babel-loader": "9.1.3",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "10.4.8",
"version": "10.4.9",
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",
+3 -3
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/flamegraph",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana flamegraph visualization component",
"keywords": [
"grafana",
@@ -44,8 +44,8 @@
],
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "10.4.8",
"@grafana/ui": "10.4.8",
"@grafana/data": "10.4.9",
"@grafana/ui": "10.4.9",
"@leeoniya/ufuzzy": "1.0.14",
"d3": "^7.8.5",
"lodash": "4.17.21",
@@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"name": "@grafana/o11y-ds-frontend",
"private": true,
"version": "10.4.8",
"version": "10.4.9",
"description": "Library to manage traces in Grafana.",
"sideEffects": false,
"repository": {
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins",
"private": true,
"version": "10.4.8",
"version": "10.4.9",
"dependencies": {
"tslib": "2.6.2"
},
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"name": "@grafana/prometheus",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana Prometheus Library",
"keywords": [
"typescript"
+5 -5
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@@ -37,11 +37,11 @@
"postpack": "mv package.json.bak package.json"
},
"dependencies": {
"@grafana/data": "10.4.8",
"@grafana/e2e-selectors": "10.4.8",
"@grafana/data": "10.4.9",
"@grafana/e2e-selectors": "10.4.9",
"@grafana/faro-web-sdk": "^1.3.6",
"@grafana/schema": "10.4.8",
"@grafana/ui": "10.4.8",
"@grafana/schema": "10.4.9",
"@grafana/ui": "10.4.9",
"history": "4.10.1",
"lodash": "4.17.21",
"rxjs": "7.8.1",
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/schema",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana Schema Library",
"keywords": [
"typescript"
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
limit: number;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export enum VizDisplayMode {
Candles = 'candles',
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export enum HorizontalConstraint {
Center = 'center',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface MetricStat {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
selectedSeries: number;
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export type UpdateConfig = {
render: boolean,
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends common.SingleStatBaseOptions {
minVizHeight: number;
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
basemap: ui.MapLayerOptions;
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
/**
* Controls the color mode of the heatmap
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
dedupStrategy: common.LogsDedupStrategy;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export enum QueryEditorMode {
Builder = 'builder',
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface ArcOption {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
/**
* Select the pie chart display style.
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export enum QueryEditorMode {
Builder = 'builder',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode;
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export enum TextMode {
Code = 'code',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
export interface Options extends common.OptionsWithTimezones {
legend: common.VizLegendOptions;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
/**
* Identical to timeseries... except it does not have timezone settings
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.8";
export const pluginVersion = "10.4.9";
/**
* Auto is "table" in the UI
+1 -1
View File
@@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "@grafana/sql",
"version": "10.4.8",
"version": "10.4.9",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git",
+4 -4
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "10.4.8",
"version": "10.4.9",
"description": "Grafana Components Library",
"keywords": [
"grafana",
@@ -50,10 +50,10 @@
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.3",
"@floating-ui/react": "0.26.9",
"@grafana/data": "10.4.8",
"@grafana/e2e-selectors": "10.4.8",
"@grafana/data": "10.4.9",
"@grafana/e2e-selectors": "10.4.9",
"@grafana/faro-web-sdk": "^1.3.6",
"@grafana/schema": "10.4.8",
"@grafana/schema": "10.4.9",
"@leeoniya/ufuzzy": "1.0.14",
"@monaco-editor/react": "4.6.0",
"@popperjs/core": "2.11.8",