Skip to content

Commit 002234a

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @grafana/eslint-config | 8.1.0 | 8.1.0 | | npm | @grafana/plugin-e2e | 2.1.7 | 2.1.7 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.54.1 | 1.54.1 | | npm | @stylistic/eslint-plugin | 5.2.2 | 5.2.2 | | npm | @swc/core | 1.13.2 | 1.13.2 | | 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 | @testing-library/user-event | 14.6.1 | 14.6.1 | | 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/react-beautiful-dnd | 13.1.8 | 13.1.8 | | npm | @types/semver | 7.7.0 | 7.7.0 | | npm | @types/testing-library__jest-dom | 5.14.9 | 5.14.9 | | 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 | 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 | util | 0.12.5 | 0.12.5 | | 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 e1b84de commit 002234a

File tree

5 files changed

+84
-84
lines changed

5 files changed

+84
-84
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:
@@ -21,7 +21,7 @@ services:
2121
- dev
2222

2323
timescale:
24-
image: timescale/timescaledb:latest-pg14
24+
image: timescale/timescaledb:latest-pg14@sha256:0f5553d37abbe0f20bfe0a04dab5d1238955b5cda2711aba403090f95b6e51ff
2525
restart: always
2626
environment:
2727
POSTGRES_PASSWORD: postgres
@@ -54,7 +54,7 @@ services:
5454
- playwright
5555

5656
grafana-main:
57-
image: grafana/grafana:main
57+
image: grafana/grafana:main@sha256:321abbc629cf32d8bd80834801ab5d6e021713171277a7dfbed6920dbbd9571a
5858
ports:
5959
- 3000:3000/tcp
6060
environment:
@@ -68,7 +68,7 @@ services:
6868
- main
6969

7070
grafana-dep:
71-
image: grafana/grafana:11.5.0
71+
image: grafana/grafana:11.5.0@sha256:0a2874cf39c6487093c682215f7c7903ed8646d78ae5f911af945d2dfcc0a447
7272
ports:
7373
- 3000:3000/tcp
7474
environment:

package-lock.json

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

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,49 +17,49 @@
1717
},
1818
"description": "Enhances dashboards with movable, standalone filter panels for dynamic control.",
1919
"devDependencies": {
20-
"@grafana/eslint-config": "^8.1.0",
21-
"@grafana/plugin-e2e": "^2.1.7",
22-
"@grafana/tsconfig": "^2.0.0",
23-
"@playwright/test": "^1.54.1",
24-
"@stylistic/eslint-plugin": "^5.2.2",
25-
"@swc/core": "^1.13.2",
26-
"@swc/helpers": "^0.5.17",
27-
"@swc/jest": "^0.2.39",
28-
"@testing-library/jest-dom": "^6.6.3",
29-
"@testing-library/react": "^16.3.0",
30-
"@testing-library/user-event": "^14.6.1",
31-
"@types/jest": "^29.5.14",
32-
"@types/testing-library__jest-dom": "^5.14.9",
33-
"@types/lodash": "^4.17.20",
34-
"@types/node": "^24.1.0",
35-
"@types/react-beautiful-dnd": "^13.1.8",
20+
"@grafana/eslint-config": "8.1.0",
21+
"@grafana/plugin-e2e": "2.1.7",
22+
"@grafana/tsconfig": "2.0.0",
23+
"@playwright/test": "1.54.1",
24+
"@stylistic/eslint-plugin": "5.2.2",
25+
"@swc/core": "1.13.2",
26+
"@swc/helpers": "0.5.17",
27+
"@swc/jest": "0.2.39",
28+
"@testing-library/jest-dom": "6.6.3",
29+
"@testing-library/react": "16.3.0",
30+
"@testing-library/user-event": "14.6.1",
31+
"@types/jest": "29.5.14",
32+
"@types/testing-library__jest-dom": "5.14.9",
33+
"@types/lodash": "4.17.20",
34+
"@types/node": "24.1.0",
35+
"@types/react-beautiful-dnd": "13.1.8",
3636
"@types/react-dom": "^19.1.9",
37-
"@types/semver": "^7.7.0",
38-
"@volkovlabs/eslint-config": "^2.0.0",
39-
"@volkovlabs/jest-selectors": "^1.5.0",
40-
"copy-webpack-plugin": "^12.0.2",
41-
"css-loader": "^7.1.2",
42-
"eslint": "^9.32.0",
43-
"eslint-webpack-plugin": "^5.0.2",
44-
"fork-ts-checker-webpack-plugin": "^9.1.0",
37+
"@types/semver": "7.7.0",
38+
"@volkovlabs/eslint-config": "2.0.0",
39+
"@volkovlabs/jest-selectors": "1.5.0",
40+
"copy-webpack-plugin": "12.0.2",
41+
"css-loader": "7.1.2",
42+
"eslint": "9.32.0",
43+
"eslint-webpack-plugin": "5.0.2",
44+
"fork-ts-checker-webpack-plugin": "9.1.0",
4545
"glob": "^11.0.3",
4646
"identity-obj-proxy": "3.0.0",
47-
"jest": "^29.7.0",
48-
"jest-environment-jsdom": "^29.7.0",
49-
"prettier": "^3.6.2",
50-
"replace-in-file-webpack-plugin": "^1.0.6",
51-
"resize-observer-polyfill": "^1.5.1",
52-
"sass": "^1.89.2",
53-
"sass-loader": "^16.0.5",
54-
"style-loader": "^4.0.0",
55-
"swc-loader": "^0.2.6",
56-
"ts-node": "^10.9.2",
57-
"tsconfig-paths": "^4.2.0",
47+
"jest": "29.7.0",
48+
"jest-environment-jsdom": "29.7.0",
49+
"prettier": "3.6.2",
50+
"replace-in-file-webpack-plugin": "1.0.6",
51+
"resize-observer-polyfill": "1.5.1",
52+
"sass": "1.89.2",
53+
"sass-loader": "16.0.5",
54+
"style-loader": "4.0.0",
55+
"swc-loader": "0.2.6",
56+
"ts-node": "10.9.2",
57+
"tsconfig-paths": "4.2.0",
5858
"typescript": "5.8.3",
59-
"util": "^0.12.5",
60-
"webpack": "^5.100.2",
61-
"webpack-cli": "^6.0.1",
62-
"webpack-livereload-plugin": "^3.0.2"
59+
"util": "0.12.5",
60+
"webpack": "5.100.2",
61+
"webpack-cli": "6.0.1",
62+
"webpack-livereload-plugin": "3.0.2"
6363
},
6464
"engines": {
6565
"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

timescale/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:7478f3725ef76ce6ba257a6818ea43c5eb7eb5bd424f0c3df3a80ff77203305e
22

33
## Create app directory
44
WORKDIR /app

0 commit comments

Comments
 (0)