@grafana/create-plugin 7.6.2 → 7.6.3-canary.2674.26536059423.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "7.6.2",
3
+ "version": "7.6.3-canary.2674.26536059423.0",
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": "a91b2e866422b9400b3bfdd54a1054f3fff47ec9"
58
+ "gitHead": "f65df59e14e72f4ceccd4497ab41971e7bae0b57"
59
59
  }
@@ -32,7 +32,7 @@ jobs:
32
32
  {{#if_eq packageManagerName "pnpm"}}
33
33
  # pnpm action uses the packageManager field in package.json to
34
34
  # understand which version to install.
35
- - uses: pnpm/action-setup@v4
35
+ - uses: pnpm/action-setup@v6
36
36
  {{/if_eq}}
37
37
  - name: Setup Node.js environment
38
38
  uses: actions/setup-node@v6
@@ -68,21 +68,21 @@ jobs:
68
68
 
69
69
  - name: Lint backend
70
70
  if: steps.check-for-backend.outputs.has-backend == 'true'
71
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
71
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
72
72
  with:
73
73
  version: latest
74
74
  args: ./...
75
75
 
76
76
  - name: Build backend
77
77
  if: steps.check-for-backend.outputs.has-backend == 'true'
78
- uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
78
+ uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0
79
79
  with:
80
80
  version: latest
81
81
  args: buildAll
82
82
 
83
83
  - name: Test backend
84
84
  if: steps.check-for-backend.outputs.has-backend == 'true'
85
- uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
85
+ uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0
86
86
  with:
87
87
  version: latest
88
88
  args: test
@@ -182,7 +182,7 @@ jobs:
182
182
  {{#if_eq packageManagerName "pnpm"}}
183
183
  # pnpm action uses the packageManager field in package.json to
184
184
  # understand which version to install.
185
- - uses: pnpm/action-setup@v4
185
+ - uses: pnpm/action-setup@v6
186
186
  {{/if_eq}}
187
187
  - name: Setup Node.js environment
188
188
  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@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
17
+ - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
18
18
  {{/if_eq}}
19
19
 
20
20
  - name: Setup Node.js environment
21
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
21
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
22
22
  with:
23
23
  node-version: '22'
24
24
  cache: '{{ packageManagerName }}'