Skip to content

Commit f0b5a70

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.24.7 | 7.24.7 | | npm | @changesets/cli | 2.29.5 | 2.29.5 | | npm | @grafana/eslint-config | 8.0.0 | 8.0.0 | | npm | @grafana/plugin-e2e | 1.16.2 | 1.16.2 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.50.0 | 1.50.0 | | npm | @stylistic/eslint-plugin-ts | 2.12.1 | 2.12.1 | | npm | @swc/core | 1.6.1 | 1.6.1 | | npm | @swc/helpers | 0.5.11 | 0.5.11 | | npm | @swc/jest | 0.2.36 | 0.2.36 | | 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.12 | 29.5.12 | | npm | @types/lodash | 4.17.5 | 4.17.5 | | npm | @types/node | 20.14.5 | 20.14.5 | | npm | @types/react-router-dom | 5.3.3 | 5.3.3 | | npm | @typescript-eslint/eslint-plugin | 6.21.0 | 6.21.0 | | npm | @typescript-eslint/parser | 6.21.0 | 6.21.0 | | npm | copy-webpack-plugin | 11.0.0 | 11.0.0 | | npm | css-loader | 6.11.0 | 6.11.0 | | npm | eslint | 8.57.1 | 8.57.1 | | npm | eslint-config-prettier | 8.10.0 | 8.10.0 | | npm | eslint-plugin-deprecation | 2.0.0 | 2.0.0 | | npm | eslint-plugin-jsdoc | 46.10.1 | 46.10.1 | | npm | eslint-plugin-prettier | 5.1.3 | 5.1.3 | | npm | eslint-plugin-react | 7.37.3 | 7.37.3 | | npm | eslint-plugin-react-hooks | 4.6.2 | 4.6.2 | | npm | eslint-webpack-plugin | 4.2.0 | 4.2.0 | | npm | fork-ts-checker-webpack-plugin | 8.0.0 | 8.0.0 | | npm | glob | 10.4.1 | 10.4.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 | 2.8.8 | 2.8.8 | | 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.10 | 5.3.10 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.94.0 | 5.94.0 | | 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 7a4e9a2 commit f0b5a70

File tree

5 files changed

+133
-639
lines changed

5 files changed

+133
-639
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/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_APP_PRIVATE_KEY=grafana-oss-big-tent:private-key
2525
- name: Generate a token
2626
id: generate-token
27-
uses: actions/create-github-app-token@v1
27+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
2828
with:
2929
app-id: ${{ env.GITHUB_APP_ID }}
3030
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

.github/workflows/update-make-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
1717
persist-credentials: false
18-
- uses: grafana/writers-toolkit/update-make-docs@update-make-docs/v1 # zizmor: ignore[unpinned-uses]
18+
- uses: grafana/writers-toolkit/update-make-docs@f65819d6a412b752c0e0263375215f049507b0e6 # update-make-docs/v1 # zizmor: ignore[unpinned-uses]

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -22,59 +22,59 @@
2222
"author": "Grafana Labs <team@grafana.com> (https://grafana.com)",
2323
"license": "Apache-2.0",
2424
"devDependencies": {
25-
"@babel/core": "^7.21.4",
26-
"@changesets/cli": "^2.27.12",
27-
"@grafana/eslint-config": "^8.0.0",
28-
"@grafana/plugin-e2e": "^1.16.2",
29-
"@grafana/tsconfig": "^2.0.0",
30-
"@playwright/test": "^1.50.0",
31-
"@stylistic/eslint-plugin-ts": "^2.9.0",
32-
"@swc/core": "^1.3.90",
33-
"@swc/helpers": "^0.5.0",
34-
"@swc/jest": "^0.2.26",
25+
"@babel/core": "7.24.7",
26+
"@changesets/cli": "2.29.5",
27+
"@grafana/eslint-config": "8.0.0",
28+
"@grafana/plugin-e2e": "1.16.2",
29+
"@grafana/tsconfig": "2.0.0",
30+
"@playwright/test": "1.50.0",
31+
"@stylistic/eslint-plugin-ts": "2.12.1",
32+
"@swc/core": "1.6.1",
33+
"@swc/helpers": "0.5.11",
34+
"@swc/jest": "0.2.36",
3535
"@testing-library/jest-dom": "6.1.4",
3636
"@testing-library/react": "14.0.0",
37-
"@testing-library/user-event": "^14.6.1",
38-
"@types/glob": "^8.0.0",
39-
"@types/jest": "^29.5.0",
40-
"@types/lodash": "^4.14.194",
41-
"@types/node": "^20.8.7",
42-
"@types/react-router-dom": "^5.2.0",
37+
"@testing-library/user-event": "14.6.1",
38+
"@types/glob": "8.1.0",
39+
"@types/jest": "29.5.12",
40+
"@types/lodash": "4.17.5",
41+
"@types/node": "20.14.5",
42+
"@types/react-router-dom": "5.3.3",
4343
"@types/testing-library__jest-dom": "5.14.8",
44-
"@typescript-eslint/eslint-plugin": "^6.18.0",
45-
"@typescript-eslint/parser": "^6.18.0",
46-
"copy-webpack-plugin": "^11.0.0",
44+
"@typescript-eslint/eslint-plugin": "6.21.0",
45+
"@typescript-eslint/parser": "6.21.0",
46+
"copy-webpack-plugin": "11.0.0",
4747
"cspell": "6.26.3",
48-
"css-loader": "^6.7.3",
49-
"eslint": "^8.0.0",
50-
"eslint-config-prettier": "^8.8.0",
51-
"eslint-plugin-deprecation": "^2.0.0",
52-
"eslint-plugin-jsdoc": "^46.8.0",
53-
"eslint-plugin-prettier": "^5.0.0",
54-
"eslint-plugin-react": "^7.33.0",
55-
"eslint-plugin-react-hooks": "^4.6.0",
56-
"eslint-webpack-plugin": "^4.0.1",
57-
"fork-ts-checker-webpack-plugin": "^8.0.0",
58-
"glob": "^10.2.7",
48+
"css-loader": "6.11.0",
49+
"eslint": "8.57.1",
50+
"eslint-config-prettier": "8.10.0",
51+
"eslint-plugin-deprecation": "2.0.0",
52+
"eslint-plugin-jsdoc": "46.10.1",
53+
"eslint-plugin-prettier": "5.1.3",
54+
"eslint-plugin-react": "7.37.3",
55+
"eslint-plugin-react-hooks": "4.6.2",
56+
"eslint-webpack-plugin": "4.2.0",
57+
"fork-ts-checker-webpack-plugin": "8.0.0",
58+
"glob": "10.4.1",
5959
"identity-obj-proxy": "3.0.0",
60-
"imports-loader": "^5.0.0",
61-
"jest": "^29.5.0",
62-
"jest-environment-jsdom": "^29.5.0",
63-
"prettier": "^2.8.7",
64-
"replace-in-file-webpack-plugin": "^1.0.6",
60+
"imports-loader": "5.0.0",
61+
"jest": "29.7.0",
62+
"jest-environment-jsdom": "29.7.0",
63+
"prettier": "2.8.8",
64+
"replace-in-file-webpack-plugin": "1.0.6",
6565
"sass": "1.63.2",
6666
"sass-loader": "13.3.1",
6767
"style-loader": "3.3.3",
68-
"swc-loader": "^0.2.3",
69-
"terser-webpack-plugin": "^5.3.10",
70-
"ts-node": "^10.9.2",
71-
"tsconfig-paths": "^4.2.0",
68+
"swc-loader": "0.2.6",
69+
"terser-webpack-plugin": "5.3.10",
70+
"ts-node": "10.9.2",
71+
"tsconfig-paths": "4.2.0",
7272
"typescript": "5.5.4",
73-
"webpack": "^5.94.0",
74-
"webpack-cli": "^5.1.4",
75-
"webpack-livereload-plugin": "^3.0.2",
76-
"webpack-subresource-integrity": "^5.1.0",
77-
"webpack-virtual-modules": "^0.6.2"
73+
"webpack": "5.94.0",
74+
"webpack-cli": "5.1.4",
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.10.6",

0 commit comments

Comments
 (0)