@grafana/create-plugin 7.2.2-canary.2560.e8259b0.0 → 7.2.2
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
|
+
# v7.2.2 (Sat Apr 25 2026)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Update dependency @grafana/plugin-e2e to v3.6.1 [#2597](https://github.com/grafana/plugin-tools/pull/2597) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v7.2.1 (Fri Apr 24 2026)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "7.2.2
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=20"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "0b202c28c4904886a39818bdc8734f0fcda7917a"
|
|
59
59
|
}
|
|
@@ -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.6.
|
|
20
|
+
"@grafana/plugin-e2e": "^3.6.1",
|
|
21
21
|
"@grafana/tsconfig": "^2.0.1",
|
|
22
22
|
"@playwright/test": "^1.57.0",{{#if useExperimentalRspack}}
|
|
23
23
|
"@rspack/core": "^1.6.0",
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
{{#if_eq packageManagerName "pnpm"}}
|
|
32
32
|
# pnpm action uses the packageManager field in package.json to
|
|
33
33
|
# understand which version to install.
|
|
34
|
-
- uses: pnpm/action-setup@
|
|
34
|
+
- uses: pnpm/action-setup@v4
|
|
35
35
|
{{/if_eq}}
|
|
36
36
|
- name: Setup Node.js environment
|
|
37
37
|
uses: actions/setup-node@v6
|
|
@@ -74,14 +74,14 @@ jobs:
|
|
|
74
74
|
|
|
75
75
|
- name: Build backend
|
|
76
76
|
if: steps.check-for-backend.outputs.has-backend == 'true'
|
|
77
|
-
uses: magefile/mage-action@
|
|
77
|
+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
|
|
78
78
|
with:
|
|
79
79
|
version: latest
|
|
80
80
|
args: buildAll
|
|
81
81
|
|
|
82
82
|
- name: Test backend
|
|
83
83
|
if: steps.check-for-backend.outputs.has-backend == 'true'
|
|
84
|
-
uses: magefile/mage-action@
|
|
84
|
+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
|
|
85
85
|
with:
|
|
86
86
|
version: latest
|
|
87
87
|
args: test
|
|
@@ -187,7 +187,7 @@ jobs:
|
|
|
187
187
|
{{#if_eq packageManagerName "pnpm"}}
|
|
188
188
|
# pnpm action uses the packageManager field in package.json to
|
|
189
189
|
# understand which version to install.
|
|
190
|
-
- uses: pnpm/action-setup@
|
|
190
|
+
- uses: pnpm/action-setup@v4
|
|
191
191
|
{{/if_eq}}
|
|
192
192
|
- name: Setup Node.js environment
|
|
193
193
|
uses: actions/setup-node@v6
|
|
@@ -14,11 +14,11 @@ jobs:
|
|
|
14
14
|
{{#if_eq packageManagerName "pnpm"}}
|
|
15
15
|
# pnpm action uses the packageManager field in package.json to
|
|
16
16
|
# understand which version to install.
|
|
17
|
-
- uses: pnpm/action-setup@
|
|
17
|
+
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
|
|
18
18
|
{{/if_eq}}
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js environment
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
|
22
22
|
with:
|
|
23
23
|
node-version: '22'
|
|
24
24
|
cache: '{{ packageManagerName }}'
|