Skip to content

Commit 1f00f99

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.29.0 | 7.29.0 | | npm | @grafana/eslint-config | 8.2.0 | 8.2.0 | | npm | @grafana/plugin-e2e | 3.2.1 | 3.2.1 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.57.0 | 1.57.0 | | npm | @stylistic/eslint-plugin-ts | 4.4.1 | 4.4.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.23 | 4.17.23 | | npm | @types/node | 24.8.0 | 24.8.0 | | npm | @types/react-router-dom | 5.3.3 | 5.3.3 | | npm | @types/semver | 7.7.1 | 7.7.1 | | npm | @types/webpack-livereload-plugin | 2.3.6 | 2.3.6 | | npm | @typescript-eslint/eslint-plugin | 8.54.0 | 8.54.0 | | npm | @typescript-eslint/parser | 8.54.0 | 8.54.0 | | npm | copy-webpack-plugin | 13.0.1 | 13.0.1 | | npm | cspell | 9.4.0 | 9.4.0 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.39.2 | 9.39.2 | | npm | eslint-config-prettier | 10.1.8 | 10.1.8 | | npm | eslint-plugin-jsdoc | 62.5.4 | 62.5.4 | | npm | eslint-plugin-react | 7.37.5 | 7.37.5 | | npm | eslint-plugin-react-hooks | 5.2.0 | 5.2.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 | 13.0.1 | 13.0.1 | | 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.8.1 | 3.8.1 | | 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.16 | 5.3.16 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.105.0 | 5.105.0 | | npm | webpack-cli | 6.0.1 | 6.0.1 | | 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 c66f2f0 commit 1f00f99

File tree

8 files changed

+124
-124
lines changed

8 files changed

+124
-124
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:69fa0e18e46f54975e3943d70ae632b6d83ca0ecd1a06362ae86b953a115c02c
22
ARG grafana_image=grafana-enterprise
33

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

.github/workflows/cron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
id-token: write
2727

2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
with:
3131
# Avoid leaving a token in the repo checkout; prefer explicit auth for publishing steps
3232
persist-credentials: false
3333

3434
- name: Get secrets from Vault
3535
id: get-secrets
36-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0
36+
uses: grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
3737
with:
3838
# Grafana auth (used by @grafana/plugin-e2e)
3939
# + Prometheus creds for Bench metrics reporting
@@ -55,7 +55,7 @@ jobs:
5555
export_env: false
5656

5757
- name: Wait for Grafana to be reachable
58-
uses: grafana/plugin-actions/wait-for-grafana@wait-for-grafana/v1.0.2
58+
uses: grafana/plugin-actions/wait-for-grafana@c8ad89b7d81f8cb9967bb65e444d85f5b3d7c674 # wait-for-grafana/v1.0.2
5959
with:
6060
# Use /login so “reachable” also implies the app is up
6161
url: "https://datasourcese2e.grafana-dev.net/login"

.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@v6
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99
with:
1010
persist-credentials: false
1111

12-
- uses: actions/setup-node@v6
12+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 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@v6
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131
with:
3232
persist-credentials: false
3333

3434
- name: Install Go
35-
uses: actions/setup-go@v6
35+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # 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@v6
10+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111
with:
1212
repository: 'grafana/grafana-github-actions'
1313
path: ./actions

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
contents: read
5555
id-token: write
5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5858
with:
5959
persist-credentials: false
6060

package-lock.json

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

package.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -26,60 +26,60 @@
2626
"author": "Grafana Labs",
2727
"license": "Apache-2.0",
2828
"devDependencies": {
29-
"@babel/core": "^7.29.0",
30-
"@grafana/eslint-config": "^8.2.0",
31-
"@grafana/plugin-e2e": "^3.2.1",
32-
"@grafana/tsconfig": "^2.0.0",
33-
"@playwright/test": "^1.57.0",
34-
"@stylistic/eslint-plugin-ts": "^4.4.1",
35-
"@swc/core": "^1.13.5",
36-
"@swc/helpers": "^0.5.17",
37-
"@swc/jest": "^0.2.39",
38-
"@testing-library/dom": "^10.4.1",
29+
"@babel/core": "7.29.0",
30+
"@grafana/eslint-config": "8.2.0",
31+
"@grafana/plugin-e2e": "3.2.1",
32+
"@grafana/tsconfig": "2.0.0",
33+
"@playwright/test": "1.57.0",
34+
"@stylistic/eslint-plugin-ts": "4.4.1",
35+
"@swc/core": "1.13.5",
36+
"@swc/helpers": "0.5.17",
37+
"@swc/jest": "0.2.39",
38+
"@testing-library/dom": "10.4.1",
3939
"@testing-library/jest-dom": "6.9.1",
40-
"@testing-library/react": "^16.3.0",
41-
"@testing-library/user-event": "^14.6.1",
42-
"@types/glob": "^8.1.0",
43-
"@types/jest": "^29.5.13",
44-
"@types/lodash": "^4.17.21",
45-
"@types/node": "^24.8.0",
40+
"@testing-library/react": "16.3.0",
41+
"@testing-library/user-event": "14.6.1",
42+
"@types/glob": "8.1.0",
43+
"@types/jest": "29.5.14",
44+
"@types/lodash": "4.17.23",
45+
"@types/node": "24.8.0",
4646
"@types/react": "18.3.28",
4747
"@types/react-dom": "18.3.7",
48-
"@types/react-router-dom": "^5.3.3",
49-
"@types/semver": "^7.7.1",
50-
"@types/webpack-livereload-plugin": "^2.3.6",
51-
"@typescript-eslint/eslint-plugin": "^8.50.0",
52-
"@typescript-eslint/parser": "^8.52.0",
53-
"copy-webpack-plugin": "^13.0.0",
54-
"cspell": "^9.4.0",
55-
"css-loader": "^7.1.2",
56-
"eslint": "^9.0.0",
57-
"eslint-config-prettier": "^10.0.0",
58-
"eslint-plugin-jsdoc": "^62.5.2",
59-
"eslint-plugin-react": "^7.37.5",
60-
"eslint-plugin-react-hooks": "^5.2.0",
61-
"eslint-webpack-plugin": "^5.0.0",
62-
"fork-ts-checker-webpack-plugin": "^9.0.2",
63-
"glob": "^13.0.0",
48+
"@types/react-router-dom": "5.3.3",
49+
"@types/semver": "7.7.1",
50+
"@types/webpack-livereload-plugin": "2.3.6",
51+
"@typescript-eslint/eslint-plugin": "8.54.0",
52+
"@typescript-eslint/parser": "8.54.0",
53+
"copy-webpack-plugin": "13.0.1",
54+
"cspell": "9.4.0",
55+
"css-loader": "7.1.2",
56+
"eslint": "9.39.2",
57+
"eslint-config-prettier": "10.1.8",
58+
"eslint-plugin-jsdoc": "62.5.4",
59+
"eslint-plugin-react": "7.37.5",
60+
"eslint-plugin-react-hooks": "5.2.0",
61+
"eslint-webpack-plugin": "5.0.2",
62+
"fork-ts-checker-webpack-plugin": "9.1.0",
63+
"glob": "13.0.1",
6464
"identity-obj-proxy": "3.0.0",
65-
"imports-loader": "^5.0.0",
66-
"jest": "^29.7.0",
67-
"jest-environment-jsdom": "^29.7.0",
68-
"prettier": "^3.8.1",
69-
"replace-in-file-webpack-plugin": "^1.0.6",
65+
"imports-loader": "5.0.0",
66+
"jest": "29.7.0",
67+
"jest-environment-jsdom": "29.7.0",
68+
"prettier": "3.8.1",
69+
"replace-in-file-webpack-plugin": "1.0.6",
7070
"sass": "1.97.3",
7171
"sass-loader": "16.0.7",
7272
"style-loader": "4.0.0",
73-
"swc-loader": "^0.2.6",
74-
"terser-webpack-plugin": "^5.3.16",
75-
"ts-node": "^10.9.2",
76-
"tsconfig-paths": "^4.2.0",
73+
"swc-loader": "0.2.6",
74+
"terser-webpack-plugin": "5.3.16",
75+
"ts-node": "10.9.2",
76+
"tsconfig-paths": "4.2.0",
7777
"typescript": "5.9.3",
78-
"webpack": "^5.105.0",
79-
"webpack-cli": "^6.0.0",
80-
"webpack-livereload-plugin": "^3.0.2",
81-
"webpack-subresource-integrity": "^5.1.0",
82-
"webpack-virtual-modules": "^0.6.2"
78+
"webpack": "5.105.0",
79+
"webpack-cli": "6.0.1",
80+
"webpack-livereload-plugin": "3.0.2",
81+
"webpack-subresource-integrity": "5.1.0",
82+
"webpack-virtual-modules": "0.6.2"
8383
},
8484
"resolutions": {
8585
"rxjs": "^7.5.6"

0 commit comments

Comments
 (0)