From b01bdb7210fd87095c806860a93a884bea76f8d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 07:37:00 +0000 Subject: [PATCH] fix(deps): update grafana dependencies --- package-lock.json | 20 +++++++++---------- .../templates/common/_package.json | 12 +++++------ .../templates/common/docker-compose.yaml | 2 +- packages/plugin-types-bundler/package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index e126f1bc0..16e21920b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5645,9 +5645,9 @@ } }, "node_modules/@grafana/levitate": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/@grafana/levitate/-/levitate-0.15.1.tgz", - "integrity": "sha512-aGrVo0MfLno4D008eLwRb7dpKCy9D/hamx2grFC052s6gL9WSF9I46kmAvLgfTG2r3v5JsLOimDcg2yJdrVsnw==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@grafana/levitate/-/levitate-0.16.0.tgz", + "integrity": "sha512-yDBx5snJ4XmpGi5o5oascCKR5Y3QPbCgNikQl+v+BOzGVX1x2+Uyal8SIl6h1rzUpuBTl6zZmykrQE4BaAoNGQ==", "license": "Apache-2.0", "dependencies": { "@tsd/typescript": "^5.6.2", @@ -5907,9 +5907,9 @@ } }, "node_modules/@grafana/levitate/node_modules/log-symbols/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -6031,9 +6031,9 @@ } }, "node_modules/@grafana/levitate/node_modules/ora/node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -35237,7 +35237,7 @@ "version": "0.2.3", "license": "Apache-2.0", "dependencies": { - "@grafana/levitate": "^0.15.0", + "@grafana/levitate": "^0.16.0", "@types/minimist": "^1.2.2", "@types/node": "22.10.10", "debug": "^4.3.4", diff --git a/packages/create-plugin/templates/common/_package.json b/packages/create-plugin/templates/common/_package.json index 238fb824b..29d3db82e 100644 --- a/packages/create-plugin/templates/common/_package.json +++ b/packages/create-plugin/templates/common/_package.json @@ -21,7 +21,7 @@ {{#if useCypress}} "@grafana/e2e": "^11.0.7", "@grafana/e2e-selectors": "^11.4.0",{{/if}} "@grafana/eslint-config": "^8.0.0",{{#if usePlaywright}} - "@grafana/plugin-e2e": "^1.13.1",{{/if}} + "@grafana/plugin-e2e": "^1.16.1",{{/if}} "@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}} "@playwright/test": "^1.41.2",{{/if}} "@stylistic/eslint-plugin-ts": "^2.9.0", @@ -72,11 +72,11 @@ }, "dependencies": { "@emotion/css": "11.10.6", - "@grafana/data": "^11.3.2", - "@grafana/runtime": "^11.3.2", - "@grafana/ui": "^11.3.2", - "@grafana/schema": "^11.3.2",{{#if_eq pluginType "scenesapp"}} - "@grafana/scenes": "^5.28.1",{{/if_eq}} + "@grafana/data": "^11.4.0", + "@grafana/runtime": "^11.4.0", + "@grafana/ui": "^11.4.0", + "@grafana/schema": "^11.4.0",{{#if_eq pluginType "scenesapp"}} + "@grafana/scenes": "^5.38.0",{{/if_eq}} "react": "18.2.0", "react-dom": "18.2.0"{{#if isAppType}}, "react-router-dom": "^{{ reactRouterVersion }}", diff --git a/packages/create-plugin/templates/common/docker-compose.yaml b/packages/create-plugin/templates/common/docker-compose.yaml index 232f88ac2..eb0cd72a6 100644 --- a/packages/create-plugin/templates/common/docker-compose.yaml +++ b/packages/create-plugin/templates/common/docker-compose.yaml @@ -7,7 +7,7 @@ services: context: ./.config args: grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} } - grafana_version: ${GRAFANA_VERSION:-11.3.2} + grafana_version: ${GRAFANA_VERSION:-11.4.0} development: ${DEVELOPMENT:-false} anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true} ports: diff --git a/packages/plugin-types-bundler/package.json b/packages/plugin-types-bundler/package.json index 7396f8845..e12297ced 100644 --- a/packages/plugin-types-bundler/package.json +++ b/packages/plugin-types-bundler/package.json @@ -48,7 +48,7 @@ "node": ">=18.8.0" }, "dependencies": { - "@grafana/levitate": "^0.15.0", + "@grafana/levitate": "^0.16.0", "@types/minimist": "^1.2.2", "@types/node": "22.10.10", "debug": "^4.3.4",