Skip to content

Commit 8130952

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | -------- | -------- | | npm | @babel/core | 7.29.0 | 7.29.0 | | npm | @grafana/eslint-config | 9.0.0 | 9.0.0 | | npm | @grafana/plugin-e2e | 1.19.3 | 1.19.3 | | 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.15.3 | 1.15.3 | | npm | @swc/helpers | 0.5.7 | 0.5.7 | | npm | @swc/jest | 0.2.36 | 0.2.36 | | npm | @testing-library/dom | 10.4.1 | 10.4.1 | | npm | @testing-library/user-event | 14.6.1 | 14.6.1 | | npm | @types/jest | 30.0.0 | 30.0.0 | | npm | @types/lodash | 4.17.24 | 4.17.24 | | npm | @types/node | 20.19.37 | 20.19.37 | | npm | @types/react-router-dom | 5.3.3 | 5.3.3 | | 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 | 14.0.0 | 14.0.0 | | npm | cspell | 9.4.0 | 9.4.0 | | npm | css-loader | 7.1.4 | 7.1.4 | | npm | eslint | 8.57.1 | 8.57.1 | | npm | eslint-config-prettier | 10.1.8 | 10.1.8 | | npm | eslint-plugin-deprecation | 3.0.0 | 3.0.0 | | npm | eslint-plugin-jsdoc | 62.8.0 | 62.8.0 | | 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.3 | 5.0.3 | | npm | fork-ts-checker-webpack-plugin | 9.1.0 | 9.1.0 | | npm | glob | 13.0.6 | 13.0.6 | | npm | imports-loader | 5.0.0 | 5.0.0 | | npm | jest | 30.3.0 | 30.3.0 | | npm | jest-environment-jsdom | 30.2.0 | 30.2.0 | | npm | jest-fetch-mock | 3.0.3 | 3.0.3 | | npm | jest-mock-extended | 4.0.0 | 4.0.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.4.0 | 5.4.0 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.105.4 | 5.105.4 | | 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 2da9375 commit 8130952

7 files changed

Lines changed: 115 additions & 115 deletions

File tree

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

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

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
plugin-version: ${{ steps.metadata.outputs.plugin-version }}
1616
archive: ${{ steps.metadata.outputs.archive }}
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
with:
2020
persist-credentials: false
2121

2222
- name: Setup Node.js environment
23-
uses: actions/setup-node@v6
23+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2424
with:
2525
node-version-file: '.nvmrc'
2626

@@ -29,7 +29,7 @@ jobs:
2929
run: echo "::set-output name=dir::$(yarn cache dir)"
3030

3131
- name: Cache yarn cache
32-
uses: actions/cache@v5
32+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3333
id: cache-yarn-cache
3434
with:
3535
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Cache node_modules
4141
id: cache-node-modules
42-
uses: actions/cache@v5
42+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4343
with:
4444
path: node_modules
4545
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}
@@ -59,7 +59,7 @@ jobs:
5959
run: yarn build
6060

6161
- name: Setup Go environment
62-
uses: actions/setup-go@v6
62+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6363
with:
6464
go-version-file: go.mod
6565

@@ -98,7 +98,7 @@ jobs:
9898
zip ${PLUGIN_ARCHIVE} ${PLUGIN_ID} -r
9999
100100
- name: Archive Build
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
102102
with:
103103
name: ${{ steps.metadata.outputs.plugin-id }}-${{ steps.metadata.outputs.plugin-version }}
104104
path: ${{ steps.metadata.outputs.archive }}
@@ -128,12 +128,12 @@ jobs:
128128
name: ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
129129
runs-on: ubuntu-latest
130130
steps:
131-
- uses: actions/checkout@v6
131+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
132132
with:
133133
persist-credentials: false
134134

135135
- name: Setup Node.js environment
136-
uses: actions/setup-node@v6
136+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
137137
with:
138138
node-version-file: '.nvmrc'
139139
cache: 'npm'
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Download build
148148
id: download-build
149-
uses: actions/download-artifact@v7
149+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
150150
with:
151151
name: ${{ needs.build.outputs.plugin-id }}-${{ needs.build.outputs.plugin-version }}
152152

@@ -183,12 +183,12 @@ jobs:
183183
name: ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
184184
runs-on: ubuntu-latest
185185
steps:
186-
- uses: actions/checkout@v6
186+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
187187
with:
188188
persist-credentials: false
189189

190190
- name: Setup Node.js environment
191-
uses: actions/setup-node@v6
191+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
192192
with:
193193
node-version-file: '.nvmrc'
194194
cache: 'npm'
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Download build
203203
id: download-build
204-
uses: actions/download-artifact@v7
204+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
205205
with:
206206
name: ${{ needs.build.outputs.plugin-id }}-${{ needs.build.outputs.plugin-version }}
207207

.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@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1313
with:
1414
node-version-file: '.nvmrc'
1515
- name: Install dependencies

.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

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
humio:
5-
image: humio/humio
5+
image: humio/humio@sha256:2d23d1ac912f2521ea2f6df58d1eb71809a37aab906e4af1833ad6515d71aa39
66
hostname: humio
77
environment:
88
env-file: ./humio.conf

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -22,59 +22,59 @@
2222
"author": "Grafana Labs",
2323
"license": "Apache-2.0",
2424
"devDependencies": {
25-
"@babel/core": "^7.29.0",
25+
"@babel/core": "7.29.0",
2626
"@grafana/e2e-selectors": "11.6.0",
27-
"@grafana/eslint-config": "^9.0.0",
28-
"@grafana/plugin-e2e": "^1.19.3",
29-
"@grafana/tsconfig": "^2.0.0",
30-
"@playwright/test": "^1.57.0",
31-
"@stylistic/eslint-plugin-ts": "^4.0.0",
32-
"@swc/core": "^1.15.3",
33-
"@swc/helpers": "^0.5.7",
34-
"@swc/jest": "^0.2.36",
35-
"@testing-library/dom": "^10.4.1",
27+
"@grafana/eslint-config": "9.0.0",
28+
"@grafana/plugin-e2e": "1.19.3",
29+
"@grafana/tsconfig": "2.0.0",
30+
"@playwright/test": "1.57.0",
31+
"@stylistic/eslint-plugin-ts": "4.4.1",
32+
"@swc/core": "1.15.3",
33+
"@swc/helpers": "0.5.7",
34+
"@swc/jest": "0.2.36",
35+
"@testing-library/dom": "10.4.1",
3636
"@testing-library/jest-dom": "6.9.1",
3737
"@testing-library/react": "16.3.2",
38-
"@testing-library/user-event": "^14.6.1",
39-
"@types/jest": "^30.0.0",
40-
"@types/lodash": "^4.17.23",
41-
"@types/node": "^20.11.30",
42-
"@types/react-router-dom": "^5.2.0",
43-
"@typescript-eslint/eslint-plugin": "^8.54.0",
44-
"@typescript-eslint/parser": "^8.54.0",
45-
"copy-webpack-plugin": "^14.0.0",
46-
"cspell": "^9.4.0",
47-
"css-loader": "^7.1.3",
48-
"eslint": "^8.0.0",
49-
"eslint-config-prettier": "^10.1.8",
50-
"eslint-plugin-deprecation": "^3.0.0",
51-
"eslint-plugin-jsdoc": "^62.8.0",
52-
"eslint-plugin-react": "^7.37.5",
53-
"eslint-plugin-react-hooks": "^5.2.0",
54-
"eslint-webpack-plugin": "^5.0.2",
55-
"fork-ts-checker-webpack-plugin": "^9.1.0",
56-
"glob": "^13.0.3",
38+
"@testing-library/user-event": "14.6.1",
39+
"@types/jest": "30.0.0",
40+
"@types/lodash": "4.17.24",
41+
"@types/node": "20.19.37",
42+
"@types/react-router-dom": "5.3.3",
43+
"@typescript-eslint/eslint-plugin": "8.54.0",
44+
"@typescript-eslint/parser": "8.54.0",
45+
"copy-webpack-plugin": "14.0.0",
46+
"cspell": "9.4.0",
47+
"css-loader": "7.1.4",
48+
"eslint": "8.57.1",
49+
"eslint-config-prettier": "10.1.8",
50+
"eslint-plugin-deprecation": "3.0.0",
51+
"eslint-plugin-jsdoc": "62.8.0",
52+
"eslint-plugin-react": "7.37.5",
53+
"eslint-plugin-react-hooks": "5.2.0",
54+
"eslint-webpack-plugin": "5.0.3",
55+
"fork-ts-checker-webpack-plugin": "9.1.0",
56+
"glob": "13.0.6",
5757
"identity-obj-proxy": "3.0.0",
58-
"imports-loader": "^5.0.0",
59-
"jest": "^30.2.0",
60-
"jest-environment-jsdom": "^30.2.0",
61-
"jest-fetch-mock": "^3.0.3",
62-
"jest-mock-extended": "^4.0.0",
63-
"prettier": "^3.8.1",
64-
"replace-in-file-webpack-plugin": "^1.0.6",
58+
"imports-loader": "5.0.0",
59+
"jest": "30.3.0",
60+
"jest-environment-jsdom": "30.2.0",
61+
"jest-fetch-mock": "3.0.3",
62+
"jest-mock-extended": "4.0.0",
63+
"prettier": "3.8.1",
64+
"replace-in-file-webpack-plugin": "1.0.6",
6565
"sass": "1.98.0",
6666
"sass-loader": "16.0.7",
6767
"style-loader": "4.0.0",
68-
"swc-loader": "^0.2.6",
69-
"terser-webpack-plugin": "^5.4.0",
70-
"ts-node": "^10.9.2",
71-
"tsconfig-paths": "^4.2.0",
68+
"swc-loader": "0.2.6",
69+
"terser-webpack-plugin": "5.4.0",
70+
"ts-node": "10.9.2",
71+
"tsconfig-paths": "4.2.0",
7272
"typescript": "5.9.3",
73-
"webpack": "^5.105.2",
74-
"webpack-cli": "^6.0.0",
75-
"webpack-livereload-plugin": "^3.0.2",
76-
"webpack-subresource-integrity": "^5.1.0",
77-
"webpack-virtual-modules": "^0.6.2"
73+
"webpack": "5.105.4",
74+
"webpack-cli": "6.0.1",
75+
"webpack-livereload-plugin": "3.0.2",
76+
"webpack-subresource-integrity": "5.1.0",
77+
"webpack-virtual-modules": "0.6.2"
7878
},
7979
"dependencies": {
8080
"@emotion/css": "11.13.5",

0 commit comments

Comments
 (0)