@grafana/create-plugin 6.4.3-canary.2338.19856422969.0 → 6.4.3

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,17 @@
1
+ # v6.4.3 (Fri Dec 05 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: only migrate eslint if plugin depends on eslint < 9.0.0 [#2338](https://github.com/grafana/plugin-tools/pull/2338) ([@jackw](https://github.com/jackw))
6
+ - Update dependency @grafana/plugin-e2e to v3.0.3 [#2335](https://github.com/grafana/plugin-tools/pull/2335) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
7
+
8
+ #### Authors: 2
9
+
10
+ - [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
11
+ - Jack Westbrook ([@jackw](https://github.com/jackw))
12
+
13
+ ---
14
+
1
15
  # v6.4.2 (Thu Nov 27 2025)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "6.4.3-canary.2338.19856422969.0",
3
+ "version": "6.4.3",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -56,5 +56,5 @@
56
56
  "engines": {
57
57
  "node": ">=20"
58
58
  },
59
- "gitHead": "693e26670b1d136983d717e52b11c75bcca9bfa9"
59
+ "gitHead": "89b6bb2341555a8f965c88e5af71fa5bbc16537c"
60
60
  }
@@ -17,7 +17,7 @@
17
17
  "license": "Apache-2.0",
18
18
  "devDependencies": {
19
19
  "@grafana/eslint-config": "^9.0.0",
20
- "@grafana/plugin-e2e": "^3.0.1",
20
+ "@grafana/plugin-e2e": "^3.0.3",
21
21
  "@grafana/tsconfig": "^2.0.1",
22
22
  "@playwright/test": "^1.52.0",{{#if useExperimentalRspack}}
23
23
  "@rspack/core": "^1.3.0",