Skip to content

Commit 3a47b6b

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @emotion/jest | 11.13.0 | 11.13.0 | | npm | @grafana/eslint-config | 9.0.0 | 9.0.0 | | npm | @grafana/plugin-e2e | 2.1.7 | 2.1.7 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.56.1 | 1.56.1 | | npm | @stylistic/eslint-plugin | 5.5.0 | 5.5.0 | | npm | @swc/core | 1.15.1 | 1.15.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.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.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 | @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.32.0 | 9.32.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.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 | resize-observer-polyfill | 1.5.1 | 1.5.1 | | 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 | tsconfig-paths-webpack-plugin | 4.2.0 | 4.2.0 | | npm | typescript | 5.8.3 | 5.8.3 | | npm | util | 0.12.5 | 0.12.5 | | npm | webpack | 5.101.0 | 5.101.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 33a7e85 commit 3a47b6b

File tree

8 files changed

+98
-98
lines changed

8 files changed

+98
-98
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
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:
@@ -41,7 +41,7 @@ services:
4141
- dependency
4242

4343
postgres:
44-
image: postgres
44+
image: postgres@sha256:5773fe724c49c42a7a9ca70202e11e1dff21fb7235b335a73f39297d200b73a2
4545
restart: always
4646
environment:
4747
POSTGRES_PASSWORD: postgres
@@ -73,7 +73,7 @@ services:
7373
- dependency
7474

7575
grafana-main:
76-
image: grafana/grafana:main
76+
image: grafana/grafana:main@sha256:4e7dcd46eec3505f5979212cf8f18e0239b3be79476381e34365cb9cbb81941d
7777
ports:
7878
- 3000:3000/tcp
7979
environment:
@@ -87,7 +87,7 @@ services:
8787
- main
8888

8989
grafana-dep:
90-
image: grafana/grafana:11.0.0
90+
image: grafana/grafana:11.0.0@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
9191
ports:
9292
- 3000:3000/tcp
9393
environment:

package-lock.json

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

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -16,50 +16,50 @@
1616
},
1717
"description": "Insert, update application data, and modify configuration",
1818
"devDependencies": {
19-
"@babel/core": "^7.28.0",
20-
"@emotion/jest": "^11.13.0",
21-
"@grafana/eslint-config": "^9.0.0",
22-
"@grafana/plugin-e2e": "^2.1.7",
23-
"@grafana/tsconfig": "^2.0.0",
24-
"@playwright/test": "^1.54.1",
25-
"@stylistic/eslint-plugin": "^5.5.0",
26-
"@swc/core": "^1.15.1",
27-
"@swc/helpers": "^0.5.17",
28-
"@swc/jest": "^0.2.39",
29-
"@testing-library/jest-dom": "^6.9.1",
30-
"@testing-library/react": "^16.3.0",
31-
"@types/jest": "^29.5.14",
32-
"@types/lodash": "^4.17.20",
33-
"@types/node": "^24.1.0",
34-
"@types/semver": "^7.7.0",
35-
"@types/uuid": "^10.0.0",
36-
"@volkovlabs/eslint-config": "^2.0.0",
37-
"@volkovlabs/jest-selectors": "^1.5.0",
38-
"copy-webpack-plugin": "^12.0.2",
39-
"css-loader": "^7.1.2",
40-
"eslint": "^9.32.0",
41-
"eslint-webpack-plugin": "^5.0.2",
42-
"fork-ts-checker-webpack-plugin": "^9.1.0",
43-
"glob": "^11.0.3",
19+
"@babel/core": "7.28.0",
20+
"@emotion/jest": "11.13.0",
21+
"@grafana/eslint-config": "9.0.0",
22+
"@grafana/plugin-e2e": "2.1.7",
23+
"@grafana/tsconfig": "2.0.0",
24+
"@playwright/test": "1.56.1",
25+
"@stylistic/eslint-plugin": "5.5.0",
26+
"@swc/core": "1.15.1",
27+
"@swc/helpers": "0.5.17",
28+
"@swc/jest": "0.2.39",
29+
"@testing-library/jest-dom": "6.9.1",
30+
"@testing-library/react": "16.3.0",
31+
"@types/jest": "29.5.14",
32+
"@types/lodash": "4.17.20",
33+
"@types/node": "24.1.0",
34+
"@types/semver": "7.7.0",
35+
"@types/uuid": "10.0.0",
36+
"@volkovlabs/eslint-config": "2.0.0",
37+
"@volkovlabs/jest-selectors": "1.5.0",
38+
"copy-webpack-plugin": "12.0.2",
39+
"css-loader": "7.1.2",
40+
"eslint": "9.32.0",
41+
"eslint-webpack-plugin": "5.0.2",
42+
"fork-ts-checker-webpack-plugin": "9.1.0",
43+
"glob": "11.1.0",
4444
"identity-obj-proxy": "3.0.0",
45-
"jest": "^29.7.0",
46-
"jest-environment-jsdom": "^29.7.0",
47-
"prettier": "^3.6.2",
48-
"replace-in-file-webpack-plugin": "^1.0.6",
49-
"resize-observer-polyfill": "^1.5.1",
50-
"sass": "^1.89.2",
51-
"sass-loader": "^16.0.5",
52-
"style-loader": "^4.0.0",
53-
"swc-loader": "^0.2.6",
54-
"ts-node": "^10.9.2",
55-
"tsconfig-paths": "^4.2.0",
56-
"tsconfig-paths-webpack-plugin": "^4.2.0",
57-
"typescript": "^5.8.3",
58-
"@types/testing-library__jest-dom": "^5.14.9",
59-
"util": "^0.12.5",
60-
"webpack": "^5.101.0",
61-
"webpack-cli": "^6.0.1",
62-
"webpack-livereload-plugin": "^3.0.2"
45+
"jest": "29.7.0",
46+
"jest-environment-jsdom": "29.7.0",
47+
"prettier": "3.6.2",
48+
"replace-in-file-webpack-plugin": "1.0.6",
49+
"resize-observer-polyfill": "1.5.1",
50+
"sass": "1.89.2",
51+
"sass-loader": "16.0.5",
52+
"style-loader": "4.0.0",
53+
"swc-loader": "0.2.6",
54+
"ts-node": "10.9.2",
55+
"tsconfig-paths": "4.2.0",
56+
"tsconfig-paths-webpack-plugin": "4.2.0",
57+
"typescript": "5.8.3",
58+
"@types/testing-library__jest-dom": "5.14.9",
59+
"util": "0.12.5",
60+
"webpack": "5.101.0",
61+
"webpack-cli": "6.0.1",
62+
"webpack-livereload-plugin": "3.0.2"
6363
},
6464
"engines": {
6565
"node": ">=20"

server-delay/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node
1+
FROM node@sha256:e6b32434aba48dcb8730d56de2df3d137de213f1f527a922a6bf7b2853a24e86
22

33
## Create app directory
44
WORKDIR /app

server-json/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node
1+
FROM node@sha256:e6b32434aba48dcb8730d56de2df3d137de213f1f527a922a6bf7b2853a24e86
22

33
## Create app directory
44
WORKDIR /app

server-mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.12.1-bullseye-slim
1+
FROM node:18.12.1-bullseye-slim@sha256:70bf84739156657c85440e6a55a3d77a7cac668f9c4c3c44005bc29bdc529db7
22

33
## Create app directory
44
WORKDIR /home/node/app

server-pg/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node
1+
FROM node@sha256:e6b32434aba48dcb8730d56de2df3d137de213f1f527a922a6bf7b2853a24e86
22

33
## Create app directory
44
WORKDIR /app

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)