Skip to content

Commit 7327ab2

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ---------- | ---------- | | npm | @babel/core | 7.26.9 | 7.26.9 | | npm | @grafana/eslint-config | 9.0.0 | 9.0.0 | | npm | @grafana/plugin-e2e | 3.2.1 | 3.2.1 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @stylistic/eslint-plugin-ts | 4.4.1 | 4.4.1 | | npm | @swc/core | 1.15.11 | 1.15.11 | | npm | @swc/helpers | 0.5.18 | 0.5.18 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/user-event | 14.6.1 | 14.6.1 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.15 | 4.17.15 | | npm | @types/node | 20.17.19 | 20.17.19 | | npm | @typescript-eslint/eslint-plugin | 7.18.0 | 7.18.0 | | npm | @typescript-eslint/parser | 7.18.0 | 7.18.0 | | npm | copy-webpack-plugin | 13.0.1 | 13.0.1 | | npm | cspell | 9.6.4 | 9.6.4 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 8.57.1 | 8.57.1 | | npm | eslint-config-prettier | 10.1.1 | 10.1.1 | | npm | eslint-plugin-deprecation | 3.0.0 | 3.0.0 | | npm | eslint-plugin-jsdoc | 62.5.3 | 62.5.3 | | npm | eslint-plugin-prettier | 5.5.4 | 5.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 | 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.5.1 | 3.5.1 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | semver | 7.7.3 | 7.7.3 | | npm | swc-loader | 0.2.7 | 0.2.7 | | 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.2.0-rc.1 | 5.2.0-rc.1 | | 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 9a2256f commit 7327ab2

File tree

5 files changed

+90
-90
lines changed

5 files changed

+90
-90
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:582fc54fb34a09bf3ecd8ac2196e16705a893582eb460e25db0d37c0b2bb19c4
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,10 +5,10 @@ jobs:
55
compatibilitycheck:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
99
with:
1010
persist-credentials: false
11-
- uses: actions/setup-node@v4
11+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1212
with:
1313
node-version-file: '.nvmrc'
1414
- 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@v4
10+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1111
with:
1212
repository: 'grafana/grafana-github-actions'
1313
path: ./actions

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -38,57 +38,57 @@
3838
"tslib": "2.8.1"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.21.4",
42-
"@grafana/eslint-config": "^9.0.0",
43-
"@grafana/plugin-e2e": "^3.0.0",
44-
"@grafana/tsconfig": "^2.0.0",
41+
"@babel/core": "7.26.9",
42+
"@grafana/eslint-config": "9.0.0",
43+
"@grafana/plugin-e2e": "3.2.1",
44+
"@grafana/tsconfig": "2.0.0",
4545
"@playwright/test": "1.50.1",
46-
"@stylistic/eslint-plugin-ts": "^4.0.0",
47-
"@swc/core": "^1.15.11",
48-
"@swc/helpers": "^0.5.15",
49-
"@swc/jest": "^0.2.37",
46+
"@stylistic/eslint-plugin-ts": "4.4.1",
47+
"@swc/core": "1.15.11",
48+
"@swc/helpers": "0.5.18",
49+
"@swc/jest": "0.2.39",
5050
"@testing-library/jest-dom": "6.9.1",
5151
"@testing-library/react": "16.3.2",
52-
"@testing-library/user-event": "^14.6.1",
53-
"@types/jest": "^29.5.0",
54-
"@types/lodash": "^4.14.194",
55-
"@types/node": "^20.8.7",
52+
"@testing-library/user-event": "14.6.1",
53+
"@types/jest": "29.5.14",
54+
"@types/lodash": "4.17.15",
55+
"@types/node": "20.17.19",
5656
"@types/react": "17.0.90",
57-
"@typescript-eslint/eslint-plugin": "^7.18.0",
58-
"@typescript-eslint/parser": "^7.18.0",
59-
"copy-webpack-plugin": "^13.0.0",
60-
"cspell": "^9.0.0",
61-
"css-loader": "^7.1.2",
62-
"eslint": "^8.57.1",
63-
"eslint-config-prettier": "^10.1.1",
64-
"eslint-plugin-deprecation": "^3.0.0",
65-
"eslint-plugin-jsdoc": "^62.0.0",
66-
"eslint-plugin-prettier": "^5.5.4",
67-
"eslint-plugin-react": "^7.37.5",
68-
"eslint-plugin-react-hooks": "^5.2.0",
69-
"eslint-webpack-plugin": "^5.0.0",
70-
"fork-ts-checker-webpack-plugin": "^9.1.0",
57+
"@typescript-eslint/eslint-plugin": "7.18.0",
58+
"@typescript-eslint/parser": "7.18.0",
59+
"copy-webpack-plugin": "13.0.1",
60+
"cspell": "9.6.4",
61+
"css-loader": "7.1.2",
62+
"eslint": "8.57.1",
63+
"eslint-config-prettier": "10.1.1",
64+
"eslint-plugin-deprecation": "3.0.0",
65+
"eslint-plugin-jsdoc": "62.5.3",
66+
"eslint-plugin-prettier": "5.5.4",
67+
"eslint-plugin-react": "7.37.5",
68+
"eslint-plugin-react-hooks": "5.2.0",
69+
"eslint-webpack-plugin": "5.0.2",
70+
"fork-ts-checker-webpack-plugin": "9.1.0",
7171
"glob": "^11.0.1",
7272
"identity-obj-proxy": "3.0.0",
73-
"imports-loader": "^5.0.0",
74-
"jest": "^29.7.0",
75-
"jest-environment-jsdom": "^29.7.0",
76-
"prettier": "^3.5.1",
77-
"replace-in-file-webpack-plugin": "^1.0.6",
73+
"imports-loader": "5.0.0",
74+
"jest": "29.7.0",
75+
"jest-environment-jsdom": "29.7.0",
76+
"prettier": "3.5.1",
77+
"replace-in-file-webpack-plugin": "1.0.6",
7878
"sass": "1.97.3",
7979
"sass-loader": "16.0.5",
80-
"semver": "^7.6.3",
80+
"semver": "7.7.3",
8181
"style-loader": "4.0.0",
82-
"swc-loader": "^0.2.6",
83-
"terser-webpack-plugin": "^5.3.14",
84-
"ts-node": "^10.9.2",
85-
"tsconfig-paths": "^4.2.0",
82+
"swc-loader": "0.2.7",
83+
"terser-webpack-plugin": "5.3.16",
84+
"ts-node": "10.9.2",
85+
"tsconfig-paths": "4.2.0",
8686
"typescript": "5.9.3",
87-
"webpack": "^5.94.0",
88-
"webpack-cli": "^6.0.1",
89-
"webpack-livereload-plugin": "^3.0.2",
90-
"webpack-subresource-integrity": "^5.2.0-rc.1",
91-
"webpack-virtual-modules": "^0.6.2",
87+
"webpack": "5.105.0",
88+
"webpack-cli": "6.0.1",
89+
"webpack-livereload-plugin": "3.0.2",
90+
"webpack-subresource-integrity": "5.2.0-rc.1",
91+
"webpack-virtual-modules": "0.6.2",
9292
"@types/testing-library__jest-dom": "5.14.9"
9393
},
9494
"resolutions": {

0 commit comments

Comments
 (0)