Skip to content

Commit 1c199ef

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.4 | 7.28.4 | | npm | @grafana/eslint-config | 7.0.0 | 7.0.0 | | npm | @grafana/plugin-e2e | 2.2.2 | 2.2.2 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.56.1 | 1.56.1 | | npm | @swc/core | 1.13.5 | 1.13.5 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/dom | 10.4.1 | 10.4.1 | | npm | @testing-library/react | 16.3.0 | 16.3.0 | | npm | @testing-library/user-event | 14.6.1 | 14.6.1 | | npm | @types/glob | 8.1.0 | 8.1.0 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 24.8.0 | 24.8.0 | | npm | @types/react-router-dom | 5.3.3 | 5.3.3 | | npm | @types/webpack-livereload-plugin | 2.3.6 | 2.3.6 | | npm | copy-webpack-plugin | 12.0.2 | 12.0.2 | | npm | cspell | 9.2.2 | 9.2.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint-plugin-deprecation | 3.0.0 | 3.0.0 | | 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.1.0 | 11.1.0 | | npm | imports-loader | 5.0.0 | 5.0.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 | swc-loader | 0.2.6 | 0.2.6 | | npm | terser-webpack-plugin | 5.3.14 | 5.3.14 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.102.1 | 5.102.1 | | npm | webpack-cli | 5.1.4 | 5.1.4 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | | npm | webpack-subresource-integrity | 5.1.0 | 5.1.0 | | npm | webpack-virtual-modules | 0.6.2 | 0.6.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 3e357e9 commit 1c199ef

File tree

6 files changed

+82
-82
lines changed

6 files changed

+82
-82
lines changed

.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:96a793a92c9a77cf543d6e5c55100cd296ed9e22487dc3d069331364c456247b
22
ARG grafana_image=grafana-enterprise
33

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

.github/workflows/detect-breaking-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
compatibilitycheck:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
99
with:
1010
persist-credentials: false
1111

12-
- uses: actions/setup-node@v6
12+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1313
with:
1414
node-version-file: '.nvmrc'
1515
- name: Install dependencies

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- latest
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3131
with:
3232
persist-credentials: false
3333

3434
- name: Install Go
35-
uses: actions/setup-go@v6
35+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3636
with:
3737
go-version-file: 'go.mod'
3838

.github/workflows/issue_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout Actions
10-
uses: actions/checkout@v5
10+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1111
with:
1212
repository: 'grafana/grafana-github-actions'
1313
path: ./actions

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
@@ -26,50 +26,50 @@
2626
"author": "Grafana Labs",
2727
"license": "Apache-2.0",
2828
"devDependencies": {
29-
"@babel/core": "^7.28.4",
30-
"@grafana/eslint-config": "^7.0.0",
31-
"@grafana/plugin-e2e": "^2.2.2",
32-
"@grafana/tsconfig": "^2.0.0",
33-
"@playwright/test": "^1.56.1",
34-
"@swc/core": "^1.13.5",
35-
"@swc/helpers": "^0.5.17",
36-
"@swc/jest": "^0.2.39",
37-
"@testing-library/dom": "^10.4.1",
29+
"@babel/core": "7.28.4",
30+
"@grafana/eslint-config": "7.0.0",
31+
"@grafana/plugin-e2e": "2.2.2",
32+
"@grafana/tsconfig": "2.0.0",
33+
"@playwright/test": "1.56.1",
34+
"@swc/core": "1.13.5",
35+
"@swc/helpers": "0.5.17",
36+
"@swc/jest": "0.2.39",
37+
"@testing-library/dom": "10.4.1",
3838
"@testing-library/jest-dom": "6.9.1",
39-
"@testing-library/react": "^16.3.0",
40-
"@testing-library/user-event": "^14.6.1",
41-
"@types/glob": "^8.1.0",
42-
"@types/jest": "^29.5.13",
43-
"@types/lodash": "^4.17.10",
44-
"@types/node": "^24.8.0",
45-
"@types/react-router-dom": "^5.3.3",
46-
"@types/webpack-livereload-plugin": "^2.3.6",
47-
"copy-webpack-plugin": "^12.0.2",
48-
"cspell": "^9.2.2",
49-
"css-loader": "^7.1.2",
50-
"eslint-plugin-deprecation": "^3.0.0",
51-
"eslint-webpack-plugin": "^4.2.0",
52-
"fork-ts-checker-webpack-plugin": "^9.0.2",
53-
"glob": "^11.0.0",
39+
"@testing-library/react": "16.3.0",
40+
"@testing-library/user-event": "14.6.1",
41+
"@types/glob": "8.1.0",
42+
"@types/jest": "29.5.14",
43+
"@types/lodash": "4.17.20",
44+
"@types/node": "24.8.0",
45+
"@types/react-router-dom": "5.3.3",
46+
"@types/webpack-livereload-plugin": "2.3.6",
47+
"copy-webpack-plugin": "12.0.2",
48+
"cspell": "9.2.2",
49+
"css-loader": "7.1.2",
50+
"eslint-plugin-deprecation": "3.0.0",
51+
"eslint-webpack-plugin": "4.2.0",
52+
"fork-ts-checker-webpack-plugin": "9.1.0",
53+
"glob": "11.1.0",
5454
"identity-obj-proxy": "3.0.0",
55-
"imports-loader": "^5.0.0",
56-
"jest": "^29.7.0",
57-
"jest-environment-jsdom": "^29.7.0",
58-
"prettier": "^3.3.3",
59-
"replace-in-file-webpack-plugin": "^1.0.6",
55+
"imports-loader": "5.0.0",
56+
"jest": "29.7.0",
57+
"jest-environment-jsdom": "29.7.0",
58+
"prettier": "3.6.2",
59+
"replace-in-file-webpack-plugin": "1.0.6",
6060
"sass": "1.79.4",
6161
"sass-loader": "16.0.2",
6262
"style-loader": "4.0.0",
63-
"swc-loader": "^0.2.6",
64-
"terser-webpack-plugin": "^5.3.14",
65-
"ts-node": "^10.9.2",
66-
"tsconfig-paths": "^4.2.0",
63+
"swc-loader": "0.2.6",
64+
"terser-webpack-plugin": "5.3.14",
65+
"ts-node": "10.9.2",
66+
"tsconfig-paths": "4.2.0",
6767
"typescript": "5.9.3",
68-
"webpack": "^5.95.0",
69-
"webpack-cli": "^5.1.4",
70-
"webpack-livereload-plugin": "^3.0.2",
71-
"webpack-subresource-integrity": "^5.1.0",
72-
"webpack-virtual-modules": "^0.6.2"
68+
"webpack": "5.102.1",
69+
"webpack-cli": "5.1.4",
70+
"webpack-livereload-plugin": "3.0.2",
71+
"webpack-subresource-integrity": "5.1.0",
72+
"webpack-virtual-modules": "0.6.2"
7373
},
7474
"resolutions": {
7575
"rxjs": "^7.5.6"

0 commit comments

Comments
 (0)