Skip to content

Commit 5340b71

Browse files
committed
Merge remote-tracking branch 'origin/main' into hugoh/fix-scenes-template
2 parents 642731d + 6274692 commit 5340b71

17 files changed

Lines changed: 335 additions & 35 deletions

File tree

.all-contributorsrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@
391391
"avatar_url": "https://avatars.githubusercontent.com/u/231133?v=4",
392392
"profile": "http://www.paulmarbach.com/",
393393
"contributions": [
394-
"code"
394+
"code",
395+
"doc"
395396
]
396397
}
397398
],

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@
114114
"matchUpdateTypes": ["patch"],
115115
"matchPackageNames": ["!/^@?docusaurus/", "!/@grafana/*/"]
116116
},
117+
{
118+
"automerge": true,
119+
"groupName": "plugin-e2e template version",
120+
"labels": ["dependencies", "javascript", "release", "patch"],
121+
"matchManagers": ["custom.regex"],
122+
"matchPackageNames": ["@grafana/plugin-e2e"],
123+
"minimumReleaseAge": null,
124+
"prPriority": 10,
125+
"prConcurrentLimit": 0
126+
},
117127
{
118128
"automerge": false,
119129
"groupName": "create-plugin template github actions",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
npx -y knip --config ../packed-artifacts/knip.json --reporter markdown --no-exit-code
477477
working-directory: ./${{ matrix.workingDir }}
478478

479-
- name: Failing build due to test failures (canary versions)
479+
- name: Failing build due to test failures (latest versions)
480480
if: steps.run-e2e-tests.outcome != 'success' || steps.run-e2e-tests-min-version.outcome != 'success'
481481
run: exit 1
482482

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# (Thu Feb 26 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@grafana/create-plugin@6.10.3`
6+
- chore(deps): update dependency @grafana/plugin-e2e to v3.4.0 [#2483](https://github.com/grafana/plugin-tools/pull/2483) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
7+
8+
#### Authors: 1
9+
10+
- [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
11+
12+
---
13+
14+
# (Wed Feb 25 2026)
15+
16+
#### 🚀 Enhancement
17+
18+
- `@grafana/plugin-e2e@3.4.0`
19+
- A11y: add fixture and matcher for a11y tests with Axe [#2462](https://github.com/grafana/plugin-tools/pull/2462) ([@fastfrwrd](https://github.com/fastfrwrd))
20+
21+
#### Authors: 1
22+
23+
- Paul Marbach ([@fastfrwrd](https://github.com/fastfrwrd))
24+
25+
---
26+
27+
# (Wed Feb 25 2026)
28+
29+
#### 🐛 Bug Fix
30+
31+
- Create Plugin: Bump plugin-e2e [#2480](https://github.com/grafana/plugin-tools/pull/2480) ([@sunker](https://github.com/sunker))
32+
- `@grafana/create-plugin@6.10.2`
33+
- chore(deps): update dependency @grafana/plugin-e2e to v3.3.3 [#2446](https://github.com/grafana/plugin-tools/pull/2446) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
34+
35+
#### Authors: 2
36+
37+
- [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
38+
- Erik Sundell ([@sunker](https://github.com/sunker))
39+
40+
---
41+
142
# (Tue Feb 24 2026)
243

344
#### 🐛 Bug Fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
105105
<tr>
106106
<td align="center"><a href="https://github.com/apps/renovate-sh-app"><img src="https://avatars.githubusercontent.com/u/7195757?v=4?s=100" width="100px;" alt=""/><br /><sub><b>renovate-sh-app[bot]</b></sub></a><br /><a href="https://github.com/grafana/plugin-tools/commits?author=renovate-sh-app[bot]" title="Code">💻</a></td>
107107
<td align="center"><a href="https://github.com/apps/grafana-plugins-platform-bot"><img src="https://avatars.githubusercontent.com/u/7195757?v=4?s=100" width="100px;" alt=""/><br /><sub><b>grafana-plugins-platform-bot[bot]</b></sub></a><br /><a href="https://github.com/grafana/plugin-tools/commits?author=grafana-plugins-platform-bot[bot]" title="Code">💻</a></td>
108-
<td align="center"><a href="http://www.paulmarbach.com/"><img src="https://avatars.githubusercontent.com/u/231133?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul Marbach</b></sub></a><br /><a href="https://github.com/grafana/plugin-tools/commits?author=fastfrwrd" title="Code">💻</a></td>
108+
<td align="center"><a href="http://www.paulmarbach.com/"><img src="https://avatars.githubusercontent.com/u/231133?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Paul Marbach</b></sub></a><br /><a href="https://github.com/grafana/plugin-tools/commits?author=fastfrwrd" title="Code">💻</a> <a href="https://github.com/grafana/plugin-tools/commits?author=fastfrwrd" title="Documentation">📖</a></td>
109109
</tr>
110110
</table>
111111

package-lock.json

Lines changed: 35 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-plugin/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# v6.10.3 (Thu Feb 26 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- chore(deps): update dependency @grafana/plugin-e2e to v3.4.0 [#2483](https://github.com/grafana/plugin-tools/pull/2483) ([@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+
13+
# v6.10.2 (Wed Feb 25 2026)
14+
15+
#### 🐛 Bug Fix
16+
17+
- chore(deps): update dependency @grafana/plugin-e2e to v3.3.3 [#2446](https://github.com/grafana/plugin-tools/pull/2446) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
18+
19+
#### Authors: 1
20+
21+
- [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
22+
23+
---
24+
125
# v6.10.1 (Mon Feb 16 2026)
226

327
#### 🐛 Bug Fix

packages/create-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/create-plugin",
3-
"version": "6.10.1",
3+
"version": "6.10.3",
44
"repository": {
55
"directory": "packages/create-plugin",
66
"url": "https://github.com/grafana/plugin-tools"

packages/create-plugin/templates/common/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"devDependencies": {
1919
"@grafana/eslint-config": "^9.0.0",
20-
"@grafana/plugin-e2e": "^3.3.0",
20+
"@grafana/plugin-e2e": "^3.4.0",
2121
"@grafana/tsconfig": "^2.0.1",
2222
"@playwright/test": "^1.57.0",{{#if useExperimentalRspack}}
2323
"@rspack/core": "^1.6.0",

packages/plugin-e2e/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v3.4.0 (Wed Feb 25 2026)
2+
3+
#### 🚀 Enhancement
4+
5+
- A11y: add fixture and matcher for a11y tests with Axe [#2462](https://github.com/grafana/plugin-tools/pull/2462) ([@fastfrwrd](https://github.com/fastfrwrd))
6+
7+
#### Authors: 1
8+
9+
- Paul Marbach ([@fastfrwrd](https://github.com/fastfrwrd))
10+
11+
---
12+
113
# v3.3.3 (Tue Feb 24 2026)
214

315
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)