Skip to content

Commit a267f81

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | npm | @grafana/plugin-e2e | 2.0.1 | 2.0.1 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @lezer/highlight | 1.2.1 | 1.2.1 | | npm | imports-loader | 5.0.0 | 5.0.0 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | semver | 7.7.2 | 7.7.2 | | 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-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 a4d2a96 commit a267f81

File tree

6 files changed

+72
-301
lines changed

6 files changed

+72
-301
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:0fa9cbdd2826d3866238a22f12330aa70f263129324509756fe0ee1b570a8e21
22
ARG grafana_image=grafana-enterprise
33

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

.github/workflows/is-compatible.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
permissions:
99
contents: read
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1212
with:
1313
persist-credentials: false
1414
- name: Setup Node.js environment
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1616
with:
1717
node-version: '20'
1818
cache: 'yarn'

.github/workflows/issue_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Actions
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
with:
1616
repository: 'grafana/grafana-github-actions'
1717
path: ./actions

docker-compose.yaml

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

33
services:
44
prometheus:
5-
image: prom/prometheus:v3.1.0
5+
image: prom/prometheus:v3.1.0@sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218
66
ports:
77
- "9090:9090"
88
volumes:

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@eslint/compat": "1.3.0",
2727
"@grafana/e2e-selectors": "12.1.0",
2828
"@grafana/eslint-config": "8.0.0",
29-
"@grafana/plugin-e2e": "^2.0.1",
30-
"@grafana/tsconfig": "^2.0.0",
31-
"@lezer/highlight": "^1.2.1",
29+
"@grafana/plugin-e2e": "2.0.1",
30+
"@grafana/tsconfig": "2.0.0",
31+
"@lezer/highlight": "1.2.1",
3232
"@playwright/test": "1.53.2",
3333
"@stylistic/eslint-plugin-ts": "3.1.0",
3434
"@swc/core": "1.11.24",
@@ -66,27 +66,27 @@
6666
"glob": "11.0.3",
6767
"i18next-parser": "9.3.0",
6868
"identity-obj-proxy": "3.0.0",
69-
"imports-loader": "^5.0.0",
69+
"imports-loader": "5.0.0",
7070
"jest": "30.0.5",
7171
"jest-environment-jsdom": "30.0.5",
7272
"prettier": "3.5.3",
7373
"react-popper-tooltip": "4.4.2",
74-
"replace-in-file-webpack-plugin": "^1.0.6",
74+
"replace-in-file-webpack-plugin": "1.0.6",
7575
"sass": "1.89.2",
7676
"sass-loader": "16.0.5",
77-
"semver": "^7.7.2",
77+
"semver": "7.7.2",
7878
"style-loader": "4.0.0",
7979
"swc-loader": "0.2.6",
80-
"terser-webpack-plugin": "^5.3.10",
80+
"terser-webpack-plugin": "5.3.14",
8181
"testing-library-selector": "0.3.1",
82-
"ts-node": "^10.9.2",
83-
"tsconfig-paths": "^4.2.0",
82+
"ts-node": "10.9.2",
83+
"tsconfig-paths": "4.2.0",
8484
"typescript": "5.9.2",
8585
"webpack": "5.101.0",
86-
"webpack-cli": "^6.0.1",
87-
"webpack-livereload-plugin": "^3.0.2",
88-
"webpack-subresource-integrity": "^5.1.0",
89-
"webpack-virtual-modules": "^0.6.2"
86+
"webpack-cli": "6.0.1",
87+
"webpack-livereload-plugin": "3.0.2",
88+
"webpack-subresource-integrity": "5.1.0",
89+
"webpack-virtual-modules": "0.6.2"
9090
},
9191
"dependencies": {
9292
"@emotion/css": "11.13.5",

0 commit comments

Comments
 (0)