Skip to content

Commit 5b8019a

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ------------------------------ | --------- | --------- | | npm | @arethetypeswrong/cli | 0.18.2 | 0.18.2 | | npm | @babel/core | 7.27.4 | 7.27.4 | | npm | @grafana/data | 12.2.1 | 12.2.1 | | npm | @grafana/eslint-config | 8.0.0 | 8.0.0 | | npm | @grafana/plugin-e2e | 2.0.2 | 2.0.2 | | npm | @grafana/plugin-e2e | 1.14.6 | 1.14.6 | | npm | @grafana/runtime | 12.2.1 | 12.2.1 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.52.0 | 1.52.0 | | npm | @rollup/plugin-node-resolve | 16.0.3 | 16.0.3 | | npm | @swc/helpers | 0.5.13 | 0.5.13 | | npm | @swc/jest | 0.2.37 | 0.2.37 | | npm | @testing-library/jest-dom | 6.4.2 | 6.4.2 | | npm | @testing-library/react | 16.1.0 | 16.1.0 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.17 | 4.17.17 | | npm | @types/node | 18.19.110 | 18.19.110 | | npm | @types/react-router-dom | 5.3.3 | 5.3.3 | | npm | @types/uuid | 10.0.0 | 10.0.0 | | npm | concurrently | 9.1.2 | 9.1.2 | | npm | copy-webpack-plugin | 12.0.2 | 12.0.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint-webpack-plugin | 4.2.0 | 4.2.0 | | npm | fork-ts-checker-webpack-plugin | 9.1.0 | 9.1.0 | | npm | glob | 11.0.2 | 11.0.2 | | 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 | prettier | 3.5.3 | 3.5.3 | | npm | prettier | 3.4.2 | 3.4.2 | | npm | react | 18.3.1 | 18.3.1 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | rollup | 4.52.5 | 4.52.5 | | npm | rollup-plugin-dts | 6.2.3 | 6.2.3 | | npm | rollup-plugin-esbuild | 6.2.1 | 6.2.1 | | npm | rollup-plugin-node-externals | 8.1.1 | 8.1.1 | | npm | rxjs | 7.8.2 | 7.8.2 | | 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.99.9 | 5.99.9 | | 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 e33abdc commit 5b8019a

File tree

6 files changed

+49
-49
lines changed

6 files changed

+49
-49
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Restore go-build cache
4848
id: restore-go-build-cache
49-
uses: actions/cache/restore@v4
49+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5050
with:
5151
path: ${{ steps.go-cache-paths.outputs.go-build }}
5252
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"packages/grafana-llm-app"
2626
],
2727
"devDependencies": {
28-
"@grafana/eslint-config": "^8.0.0",
29-
"@grafana/plugin-e2e": "^1.14.6",
28+
"@grafana/eslint-config": "8.0.0",
29+
"@grafana/plugin-e2e": "1.14.6",
3030
"@swc/core": "1.6.13",
31-
"@swc/helpers": "^0.5.13",
32-
"@swc/jest": "^0.2.37",
33-
"@testing-library/jest-dom": "^6.1.4",
34-
"@testing-library/react": "^16.1.0",
35-
"@types/jest": "^29.5.14",
31+
"@swc/helpers": "0.5.13",
32+
"@swc/jest": "0.2.37",
33+
"@testing-library/jest-dom": "6.4.2",
34+
"@testing-library/react": "16.1.0",
35+
"@types/jest": "29.5.14",
3636
"@types/testing-library__jest-dom": "5.14.8",
37-
"concurrently": "^9.1.2",
38-
"jest": "^29.7.0",
39-
"jest-environment-jsdom": "^29.7.0",
40-
"prettier": "^3.4.2",
37+
"concurrently": "9.1.2",
38+
"jest": "29.7.0",
39+
"jest-environment-jsdom": "29.7.0",
40+
"prettier": "3.4.2",
4141
"typescript": "5.6.2"
4242
},
4343
"engines": {

packages/grafana-llm-app/.config/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG grafana_version=latest
1+
ARG grafana_version=latest@sha256:0fa9cbdd2826d3866238a22f12330aa70f263129324509756fe0ee1b570a8e21
22
ARG grafana_image=grafana-enterprise
33

44
FROM grafana/${grafana_image}:${grafana_version}

packages/grafana-llm-app/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737

3838
# For grafana/vectorapi embedder or store
3939
db:
40-
image: ankane/pgvector:v0.5.1
40+
image: ankane/pgvector:v0.5.1@sha256:d3a9d8ac27bb7e05e333ef25b634d2625adaa85336ab729954b9e94859bf6fa7
4141
ports:
4242
- 5432:5432
4343
environment:
@@ -47,7 +47,7 @@ services:
4747

4848
# For grafana/vectorapi embedder or store
4949
vectorapi:
50-
image: grafana/vectorapi
50+
image: grafana/vectorapi@sha256:318780aac2a224948857d3cd8c1c7065fad2ac72ca5b45e5af0b974f7f13f66e
5151
environment:
5252
PORT: 8889
5353
POSTGRES_HOST: db
@@ -61,7 +61,7 @@ services:
6161

6262
# Playwright server for interactive development
6363
playwright-server:
64-
image: mcr.microsoft.com/playwright:v1.52.0-noble
64+
image: mcr.microsoft.com/playwright:v1.52.0-noble@sha256:a021500a801bab0611049217ffad6b9697d827205c15babb86a53bc1a61c02d5
6565
container_name: 'playwright-server'
6666
working_dir: /app
6767
command: sh -c "npm install --legacy-peer-deps && npx [email protected] run-server --port 5000 --host 0.0.0.0"
@@ -77,7 +77,7 @@ services:
7777

7878
# Playwright runner for CI/automated testing
7979
playwright-runner:
80-
image: mcr.microsoft.com/playwright:v1.52.0-noble
80+
image: mcr.microsoft.com/playwright:v1.52.0-noble@sha256:a021500a801bab0611049217ffad6b9697d827205c15babb86a53bc1a61c02d5
8181
container_name: 'playwright-runner'
8282
working_dir: /app
8383
command: sh -c "npm install --legacy-peer-deps && echo 'Waiting for Grafana to be ready...' && until curl -f http://grafana:3000/api/health; do echo 'Waiting for Grafana...'; sleep 2; done && echo 'Grafana is ready! Starting tests...' && npx playwright test"

packages/grafana-llm-app/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,32 @@
4141
"author": "Grafana",
4242
"license": "Apache-2.0",
4343
"devDependencies": {
44-
"@babel/core": "^7.26.0",
45-
"@grafana/plugin-e2e": "^2.0.2",
46-
"@grafana/tsconfig": "^2.0.0",
47-
"@playwright/test": "^1.52.0",
48-
"@types/lodash": "^4.17.14",
49-
"@types/node": "^18.15.11",
50-
"@types/react-router-dom": "^5.3.3",
51-
"copy-webpack-plugin": "^12.0.2",
44+
"@babel/core": "7.27.4",
45+
"@grafana/plugin-e2e": "2.0.2",
46+
"@grafana/tsconfig": "2.0.0",
47+
"@playwright/test": "1.52.0",
48+
"@types/lodash": "4.17.17",
49+
"@types/node": "18.19.110",
50+
"@types/react-router-dom": "5.3.3",
51+
"copy-webpack-plugin": "12.0.2",
5252
"cspell": "8.10.4",
53-
"css-loader": "^7.1.2",
54-
"eslint-webpack-plugin": "^4.2.0",
55-
"fork-ts-checker-webpack-plugin": "^9.0.2",
56-
"glob": "^11.0.0",
53+
"css-loader": "7.1.2",
54+
"eslint-webpack-plugin": "4.2.0",
55+
"fork-ts-checker-webpack-plugin": "9.1.0",
56+
"glob": "11.0.2",
5757
"identity-obj-proxy": "3.0.0",
58-
"prettier": "^3.4.2",
59-
"replace-in-file-webpack-plugin": "^1.0.6",
58+
"prettier": "3.5.3",
59+
"replace-in-file-webpack-plugin": "1.0.6",
6060
"sass": "1.77.6",
6161
"sass-loader": "14.2.1",
6262
"style-loader": "4.0.0",
63-
"swc-loader": "^0.2.3",
64-
"ts-node": "^10.9.2",
65-
"tsconfig-paths": "^4.2.0",
63+
"swc-loader": "0.2.6",
64+
"ts-node": "10.9.2",
65+
"tsconfig-paths": "4.2.0",
6666
"typescript": "5.6.2",
67-
"webpack": "^5.97.1",
68-
"webpack-cli": "^6.0.1",
69-
"webpack-livereload-plugin": "^3.0.2"
67+
"webpack": "5.99.9",
68+
"webpack-cli": "6.0.1",
69+
"webpack-livereload-plugin": "3.0.2"
7070
},
7171
"engines": {
7272
"node": ">=22"

packages/grafana-llm-frontend/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@
5858
"author": "Grafana",
5959
"license": "Apache-2.0",
6060
"devDependencies": {
61-
"@arethetypeswrong/cli": "^0.18.2",
62-
"@grafana/data": "^10.4.0 || ^11 || ^12",
63-
"@grafana/runtime": "^10.4.0 || ^11 || ^12",
64-
"@rollup/plugin-node-resolve": "^16.0.0",
65-
"@types/uuid": "^10.0.0",
66-
"prettier": "^3.4.2",
67-
"react": "^18",
68-
"rollup": "^4.30.1",
69-
"rollup-plugin-dts": "^6.1.1",
70-
"rollup-plugin-esbuild": "^6.1.1",
71-
"rollup-plugin-node-externals": "^8.0.0",
72-
"rxjs": "^7.8.1",
61+
"@arethetypeswrong/cli": "0.18.2",
62+
"@grafana/data": "12.2.1",
63+
"@grafana/runtime": "12.2.1",
64+
"@rollup/plugin-node-resolve": "16.0.3",
65+
"@types/uuid": "10.0.0",
66+
"prettier": "3.6.2",
67+
"react": "18.3.1",
68+
"rollup": "4.52.5",
69+
"rollup-plugin-dts": "6.2.3",
70+
"rollup-plugin-esbuild": "6.2.1",
71+
"rollup-plugin-node-externals": "8.1.1",
72+
"rxjs": "7.8.2",
7373
"typescript": "5.6.2"
7474
},
7575
"dependencies": {

0 commit comments

Comments
 (0)