@grafana/create-plugin 5.26.7 → 5.26.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v5.26.8 (Thu Sep 25 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update grafana dependencies to v12.2.0 [#2148](https://github.com/grafana/plugin-tools/pull/2148) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
1
13
  # v5.26.7 (Wed Sep 24 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "5.26.7",
3
+ "version": "5.26.8",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -61,5 +61,5 @@
61
61
  "engines": {
62
62
  "node": ">=20"
63
63
  },
64
- "gitHead": "7d840c6d16c0f8b27a458d0313614af37f8eebfc"
64
+ "gitHead": "bf8e8855f6e2905d18e2e251d89b08ec27a0f70b"
65
65
  }
@@ -7,7 +7,7 @@ services:
7
7
  context: .
8
8
  args:
9
9
  grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} }
10
- grafana_version: ${GRAFANA_VERSION:-12.1.1}
10
+ grafana_version: ${GRAFANA_VERSION:-12.2.0}
11
11
  development: ${DEVELOPMENT:-false}
12
12
  anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
13
13
  ports:
@@ -75,11 +75,11 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@emotion/css": "11.10.6",
78
- "@grafana/data": "^12.1.0",
79
- "@grafana/i18n": "^12.1.0",
80
- "@grafana/runtime": "^12.1.0",
81
- "@grafana/ui": "^12.1.0",
82
- "@grafana/schema": "^12.1.0",{{#if_eq pluginType "scenesapp" }}
78
+ "@grafana/data": "^12.2.0",
79
+ "@grafana/i18n": "^12.2.0",
80
+ "@grafana/runtime": "^12.2.0",
81
+ "@grafana/ui": "^12.2.0",
82
+ "@grafana/schema": "^12.2.0",{{#if_eq pluginType "scenesapp" }}
83
83
  "@grafana/scenes": "{{ scenesVersion }}",{{/if_eq}}
84
84
  "react": "18.2.0",
85
85
  "react-dom": "18.2.0"{{#if isAppType}},