Skip to content

Commit 7f24700

Browse files
grafana-plugins-platform-bot[bot]academoxnyo
authored
Automated update to latest version (#611)
Co-authored-by: academo <227916+academo@users.noreply.github.com> Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
1 parent 21fee62 commit 7f24700

File tree

32 files changed

+1612
-832
lines changed

32 files changed

+1612
-832
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.2.2"
2+
"version": "6.4.2"
33
}

examples/app-basic/.config/docker-compose-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
args:
99
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-12.2.1}
10+
grafana_version: ${GRAFANA_VERSION:-12.3.0}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

examples/app-basic/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ jobs:
236236
# required for playwright-gh-pages
237237
persist-credentials: true
238238
- name: Publish report
239-
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.0.1
239+
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.1.0
240240
with:
241241
github-token: ${{ secrets.GITHUB_TOKEN }}

examples/app-basic/package-lock.json

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

examples/app-basic/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@grafana/tsconfig": "^2.0.1",
2222
"@playwright/test": "^1.52.0",
2323
"@stylistic/eslint-plugin-ts": "^2.9.0",
24-
"@swc/core": "1.13.20",
24+
"@swc/core": "^1.14.0",
2525
"@swc/helpers": "^0.5.0",
2626
"@swc/jest": "^0.2.26",
2727
"@testing-library/jest-dom": "6.1.4",
@@ -67,11 +67,11 @@
6767
},
6868
"dependencies": {
6969
"@emotion/css": "11.10.6",
70-
"@grafana/data": "^12.2.1",
71-
"@grafana/i18n": "^12.2.1",
72-
"@grafana/runtime": "^12.2.1",
73-
"@grafana/ui": "^12.2.1",
74-
"@grafana/schema": "^12.2.1",
70+
"@grafana/data": "^12.3.0",
71+
"@grafana/i18n": "^12.3.0",
72+
"@grafana/runtime": "^12.3.0",
73+
"@grafana/ui": "^12.3.0",
74+
"@grafana/schema": "^12.3.0",
7575
"react": "^18.3.0",
7676
"react-dom": "^18.3.0",
7777
"react-router-dom": "^6.22.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.2.2"
2+
"version": "6.4.2"
33
}

examples/app-with-backend/.config/docker-compose-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
args:
99
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-12.2.1}
10+
grafana_version: ${GRAFANA_VERSION:-12.3.0}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

examples/app-with-backend/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ jobs:
236236
# required for playwright-gh-pages
237237
persist-credentials: true
238238
- name: Publish report
239-
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.0.1
239+
uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.1.0
240240
with:
241241
github-token: ${{ secrets.GITHUB_TOKEN }}

examples/app-with-backend/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/myorg/backend
22

33
go 1.24.6
44

5-
require github.com/grafana/grafana-plugin-sdk-go v0.283.0
5+
require github.com/grafana/grafana-plugin-sdk-go v0.284.0
66

77
require (
88
github.com/BurntSushi/toml v1.5.0 // indirect
@@ -74,7 +74,7 @@ require (
7474
golang.org/x/mod v0.28.0 // indirect
7575
golang.org/x/net v0.46.0 // indirect
7676
golang.org/x/sync v0.18.0 // indirect
77-
golang.org/x/sys v0.37.0 // indirect
77+
golang.org/x/sys v0.38.0 // indirect
7878
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect
7979
golang.org/x/text v0.30.0 // indirect
8080
golang.org/x/tools v0.37.0 // indirect

examples/app-with-backend/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
8585
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
8686
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e h1:JKmoR8x90Iww1ks85zJ1lfDGgIiMDuIptTOhJq+zKyg=
8787
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
88-
github.com/grafana/grafana-plugin-sdk-go v0.283.0 h1:G7IHshAr30rLWV9FtX3iLlFTTlBhuOkfe7xVAoIP5rE=
89-
github.com/grafana/grafana-plugin-sdk-go v0.283.0/go.mod h1:20qhoYxIgbZRmwCEO1KMP8q2yq/Kge5+xE/99/hLEk0=
88+
github.com/grafana/grafana-plugin-sdk-go v0.284.0 h1:1bK7eWsnPBLUWDcWJWe218Ik5ad0a5JpEL4mH9ry7Ws=
89+
github.com/grafana/grafana-plugin-sdk-go v0.284.0/go.mod h1:lHPniaSxq3SL5MxDIPy04TYB1jnTp/ivkYO+xn5Rz3E=
9090
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
9191
github.com/grafana/otel-profiling-go v0.5.1/go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls=
9292
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 h1:c1Us8i6eSmkW+Ez05d3co8kasnuOY813tbMN8i/a3Og=
@@ -304,8 +304,8 @@ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBc
304304
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
305305
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
306306
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
307-
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
308-
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
307+
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
308+
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
309309
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 h1:dHQOQddU4YHS5gY33/6klKjq7Gp3WwMyOXGNp5nzRj8=
310310
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053/go.mod h1:+nZKN+XVh4LCiA9DV3ywrzN4gumyCnKjau3NGb9SGoE=
311311
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=

0 commit comments

Comments
 (0)