Skip to content

Commit 123ea77

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @grafana/eslint-config | 8.1.0 | 8.1.0 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.56.1 | 1.56.1 | | npm | @stylistic/eslint-plugin | 5.2.2 | 5.2.2 | | npm | @swc/core | 1.13.1 | 1.13.1 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/jest-dom | 6.6.3 | 6.6.3 | | npm | @testing-library/react | 16.3.0 | 16.3.0 | | npm | @types/file-saver | 2.0.7 | 2.0.7 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 24.1.0 | 24.1.0 | | npm | @types/semver | 7.7.0 | 7.7.0 | | npm | @types/testing-library__jest-dom | 5.14.9 | 5.14.9 | | npm | @types/uuid | 10.0.0 | 10.0.0 | | npm | @typescript-eslint/eslint-plugin | 8.38.0 | 8.38.0 | | npm | @volkovlabs/eslint-config | 2.0.0 | 2.0.0 | | npm | @volkovlabs/jest-selectors | 1.5.0 | 1.5.0 | | npm | copy-webpack-plugin | 12.0.2 | 12.0.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.31.0 | 9.31.0 | | 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.0.3 | 11.0.3 | | 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.89.2 | 1.89.2 | | npm | sass-loader | 16.0.5 | 16.0.5 | | 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 | webpack | 5.100.2 | 5.100.2 | | 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 968de54 commit 123ea77

File tree

5 files changed

+133
-205
lines changed

5 files changed

+133
-205
lines changed

docker-compose.yaml

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

99
postgres:
10-
image: postgres
10+
image: postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
1111
restart: always
1212
environment:
1313
POSTGRES_PASSWORD: postgres
@@ -43,7 +43,7 @@ services:
4343
- playwright
4444

4545
grafana-dev:
46-
image: ghcr.io/volkovlabs/app:latest
46+
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
4747
ports:
4848
- 3000:3000/tcp
4949
environment:
@@ -57,7 +57,7 @@ services:
5757
- dev
5858

5959
grafana-main:
60-
image: grafana/grafana:main
60+
image: grafana/grafana:main@sha256:3ca2bbe08dfc62c5bc71cd8a604fabf511036561018ba7fa1cca6dee286982a6
6161
ports:
6262
- 3000:3000/tcp
6363
environment:
@@ -71,7 +71,7 @@ services:
7171
- main
7272

7373
grafana-dep:
74-
image: grafana/grafana:11.0.0
74+
image: grafana/grafana:11.0.0@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
7575
ports:
7676
- 3000:3000/tcp
7777
environment:

0 commit comments

Comments
 (0)