@grafana/create-plugin 6.8.1 → 6.8.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
+ # v6.8.2 (Fri Jan 30 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore(deps): update create-plugin template github actions [#2415](https://github.com/grafana/plugin-tools/pull/2415) ([@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
  # v6.8.1 (Fri Jan 30 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": "6.8.1",
3
+ "version": "6.8.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": "9f22e76b85c607141a2406070109658aaa7f76d2"
58
+ "gitHead": "37d0dcf78e928904eb70c06e8177f8f52380f4e6"
59
59
  }
@@ -67,7 +67,7 @@ jobs:
67
67
 
68
68
  - name: Lint backend
69
69
  if: steps.check-for-backend.outputs.has-backend == 'true'
70
- uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7.0.1
70
+ uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
71
71
  with:
72
72
  version: latest
73
73
  args: ./...
@@ -18,7 +18,7 @@ jobs:
18
18
  {{/if_eq}}
19
19
 
20
20
  - name: Setup Node.js environment
21
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
21
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
22
22
  with:
23
23
  node-version: '22'
24
24
  cache: '{{ packageManagerName }}'