Skip to content

Commit 6e12958

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @grafana/eslint-config | 9.0.0 | 9.0.0 | | npm | @grafana/tsconfig | 2.0.1 | 2.0.1 | | npm | @playwright/test | 1.56.1 | 1.56.1 | | npm | @stylistic/eslint-plugin | 5.6.1 | 5.6.1 | | npm | @swc/core | 1.15.3 | 1.15.3 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/jest-dom | 6.9.1 | 6.9.1 | | npm | @testing-library/react | 16.3.0 | 16.3.0 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 24.10.1 | 24.10.1 | | npm | @types/semver | 7.7.1 | 7.7.1 | | npm | @types/testing-library__jest-dom | 5.14.9 | 5.14.9 | | npm | @types/uuid | 10.0.0 | 10.0.0 | | npm | @types/webpack-env | 1.18.8 | 1.18.8 | | npm | @volkovlabs/eslint-config | 2.0.0 | 2.0.0 | | npm | @volkovlabs/jest-selectors | 1.5.0 | 1.5.0 | | npm | copy-webpack-plugin | 13.0.1 | 13.0.1 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.39.1 | 9.39.1 | | npm | eslint-webpack-plugin | 5.0.2 | 5.0.2 | | npm | fork-ts-checker-webpack-plugin | 9.1.0 | 9.1.0 | | npm | glob | 11.1.0 | 11.1.0 | | npm | jest | 29.7.0 | 29.7.0 | | npm | jest-environment-jsdom | 29.7.0 | 29.7.0 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | sass | 1.94.2 | 1.94.2 | | npm | sass-loader | 16.0.6 | 16.0.6 | | npm | style-loader | 4.0.0 | 4.0.0 | | npm | swc-loader | 0.2.6 | 0.2.6 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | util | 0.12.5 | 0.12.5 | | npm | webpack | 5.103.0 | 5.103.0 | | npm | webpack-cli | 6.0.1 | 6.0.1 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent e10c729 commit 6e12958

File tree

4 files changed

+80
-80
lines changed

4 files changed

+80
-80
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- 3000:3000/tcp
88

99
grafana-dev:
10-
image: ghcr.io/volkovlabs/app:latest
10+
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
1111
ports:
1212
- 3000:3000/tcp
1313
environment:
@@ -22,7 +22,7 @@ services:
2222
- dev
2323

2424
grafana-main:
25-
image: grafana/grafana:main
25+
image: grafana/grafana:main@sha256:f32420efbdda117fa90758806f04e6dd8368f522c2798ecbaa0998b1a0919dcb
2626
ports:
2727
- 3000:3000/tcp
2828
environment:
@@ -37,7 +37,7 @@ services:
3737
- main
3838

3939
grafana-dep:
40-
image: grafana/grafana:11.0.0
40+
image: grafana/grafana:11.0.0@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
4141
ports:
4242
- 3000:3000/tcp
4343
environment:

package-lock.json

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

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -24,47 +24,47 @@
2424
},
2525
"description": "Powerful visualizations powered by Apache ECharts",
2626
"devDependencies": {
27-
"@grafana/eslint-config": "^9.0.0",
27+
"@grafana/eslint-config": "9.0.0",
2828
"@grafana/plugin-e2e": "2.1.7",
29-
"@grafana/tsconfig": "^2.0.0",
30-
"@playwright/test": "^1.56.1",
31-
"@stylistic/eslint-plugin": "^5.5.0",
32-
"@swc/core": "^1.15.2",
33-
"@swc/helpers": "^0.5.17",
34-
"@swc/jest": "^0.2.39",
35-
"@testing-library/jest-dom": "^6.6.4",
36-
"@testing-library/react": "^16.3.0",
37-
"@types/jest": "^29.5.14",
38-
"@types/testing-library__jest-dom": "^5.14.9",
39-
"@types/lodash": "^4.17.20",
40-
"@types/node": "^24.1.0",
41-
"@types/semver": "^7.7.0",
42-
"@types/uuid": "^10.0.0",
43-
"@types/webpack-env": "^1.18.8",
44-
"@volkovlabs/eslint-config": "^2.0.0",
45-
"@volkovlabs/jest-selectors": "^1.5.0",
46-
"copy-webpack-plugin": "^13.0.0",
47-
"css-loader": "^7.1.2",
48-
"eslint": "^9.32.0",
49-
"eslint-webpack-plugin": "^5.0.2",
50-
"fork-ts-checker-webpack-plugin": "^9.1.0",
51-
"glob": "^11.0.3",
29+
"@grafana/tsconfig": "2.0.1",
30+
"@playwright/test": "1.56.1",
31+
"@stylistic/eslint-plugin": "5.6.1",
32+
"@swc/core": "1.15.3",
33+
"@swc/helpers": "0.5.17",
34+
"@swc/jest": "0.2.39",
35+
"@testing-library/jest-dom": "6.9.1",
36+
"@testing-library/react": "16.3.0",
37+
"@types/jest": "29.5.14",
38+
"@types/testing-library__jest-dom": "5.14.9",
39+
"@types/lodash": "4.17.20",
40+
"@types/node": "24.10.1",
41+
"@types/semver": "7.7.1",
42+
"@types/uuid": "10.0.0",
43+
"@types/webpack-env": "1.18.8",
44+
"@volkovlabs/eslint-config": "2.0.0",
45+
"@volkovlabs/jest-selectors": "1.5.0",
46+
"copy-webpack-plugin": "13.0.1",
47+
"css-loader": "7.1.2",
48+
"eslint": "9.39.1",
49+
"eslint-webpack-plugin": "5.0.2",
50+
"fork-ts-checker-webpack-plugin": "9.1.0",
51+
"glob": "11.1.0",
5252
"identity-obj-proxy": "3.0.0",
53-
"jest": "^29.7.0",
54-
"jest-environment-jsdom": "^29.7.0",
55-
"prettier": "^3.6.2",
56-
"replace-in-file-webpack-plugin": "^1.0.6",
57-
"sass": "^1.89.2",
58-
"sass-loader": "^16.0.5",
59-
"style-loader": "^4.0.0",
60-
"swc-loader": "^0.2.6",
61-
"ts-node": "^10.9.2",
62-
"tsconfig-paths": "^4.2.0",
53+
"jest": "29.7.0",
54+
"jest-environment-jsdom": "29.7.0",
55+
"prettier": "3.6.2",
56+
"replace-in-file-webpack-plugin": "1.0.6",
57+
"sass": "1.94.2",
58+
"sass-loader": "16.0.6",
59+
"style-loader": "4.0.0",
60+
"swc-loader": "0.2.6",
61+
"ts-node": "10.9.2",
62+
"tsconfig-paths": "4.2.0",
6363
"typescript": "5.8.3",
64-
"util": "^0.12.5",
65-
"webpack": "^5.101.0",
66-
"webpack-cli": "^6.0.1",
67-
"webpack-livereload-plugin": "^3.0.2"
64+
"util": "0.12.5",
65+
"webpack": "5.103.0",
66+
"webpack-cli": "6.0.1",
67+
"webpack-livereload-plugin": "3.0.2"
6868
},
6969
"engines": {
7070
"node": ">=20"

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get the latest version of Playwright
2-
FROM mcr.microsoft.com/playwright:focal
2+
FROM mcr.microsoft.com/playwright:focal@sha256:2286c685f2be91dd3ee482f1a3d382af08c9a1049406c9f7b499aec6ad691a2c
33

44
# Set the work directory for the application
55
WORKDIR app

0 commit comments

Comments
 (0)