@grafana/create-plugin 7.9.0 → 7.9.1
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 +11 -0
- package/package.json +3 -3
- package/templates/common/_package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.9.1](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.9.0...@grafana/create-plugin@7.9.1) (2026-07-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **create-plugin:** pin @playwright/test to 1.61.x ([#2806](https://github.com/grafana/plugin-tools/issues/2806)) ([772bf50](https://github.com/grafana/plugin-tools/commit/772bf5018b1076d8e4dfa29625571b63003f665f))
|
|
9
|
+
* **deps:** Update dependency recast to v0.23.12 ([#2776](https://github.com/grafana/plugin-tools/issues/2776)) ([8310d86](https://github.com/grafana/plugin-tools/commit/8310d86fc1288b76dca4d1cdf34d5bd6f766e180))
|
|
10
|
+
* **deps:** Update dependency which to v7 ([#2769](https://github.com/grafana/plugin-tools/issues/2769)) ([9404973](https://github.com/grafana/plugin-tools/commit/9404973dd48592cf348cf8b6df2571b6c3e99ae2))
|
|
11
|
+
* **deps:** Update grafana dependencies ([#2789](https://github.com/grafana/plugin-tools/issues/2789)) ([53c8b6b](https://github.com/grafana/plugin-tools/commit/53c8b6b05a4af04e7556149b6f1ade40031c7cd2))
|
|
12
|
+
* **templates:** Update dependency @grafana/plugin-e2e to v3.10.0 ([#2787](https://github.com/grafana/plugin-tools/issues/2787)) ([ca2e54f](https://github.com/grafana/plugin-tools/commit/ca2e54fa3b05b0f9fb5647fa8ae3aeada7519916))
|
|
13
|
+
|
|
3
14
|
## [7.9.0](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.8.1...@grafana/create-plugin@7.9.0) (2026-07-14)
|
|
4
15
|
|
|
5
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "7.9.
|
|
3
|
+
"version": "7.9.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"directory": "packages/create-plugin",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"handlebars": "4.7.9",
|
|
36
36
|
"jsonc-parser": "3.3.1",
|
|
37
37
|
"minimist": "1.2.8",
|
|
38
|
-
"recast": "0.23.
|
|
38
|
+
"recast": "0.23.12",
|
|
39
39
|
"semver": "7.8.2",
|
|
40
40
|
"title-case": "4.3.2",
|
|
41
41
|
"valibot": "1.4.1",
|
|
42
|
-
"which": "
|
|
42
|
+
"which": "7.0.0",
|
|
43
43
|
"yaml": "2.9.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@grafana/eslint-config": "^9.0.0",
|
|
20
|
-
"@grafana/plugin-e2e": "^3.
|
|
21
|
-
"@grafana/sign-plugin": "^3.
|
|
22
|
-
"@grafana/tsconfig": "^2.0
|
|
23
|
-
"@playwright/test": "
|
|
20
|
+
"@grafana/plugin-e2e": "^3.10.0",
|
|
21
|
+
"@grafana/sign-plugin": "^3.3.3",
|
|
22
|
+
"@grafana/tsconfig": "^2.2.0",
|
|
23
|
+
"@playwright/test": "~1.61.1",{{#if useExperimentalRspack}}
|
|
24
24
|
"@rspack/core": "^1.6.0",
|
|
25
25
|
"@rspack/cli": "^1.6.0",{{/if}}
|
|
26
26
|
"@stylistic/eslint-plugin-ts": "^4.4.0",
|