Skip to content

Commit d0a0d84

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.25.2 | 7.25.2 | | npm | @changesets/cli | 2.29.5 | 2.29.5 | | npm | @grafana/eslint-config | 8.0.0 | 8.0.0 | | npm | @grafana/plugin-e2e | 2.0.5 | 2.0.5 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.53.0 | 1.53.0 | | npm | @stylistic/eslint-plugin-ts | 2.13.0 | 2.13.0 | | npm | @swc/core | 1.7.14 | 1.7.14 | | npm | @swc/helpers | 0.5.12 | 0.5.12 | | npm | @swc/jest | 0.2.36 | 0.2.36 | | npm | @types/jest | 29.5.12 | 29.5.12 | | npm | @types/lodash | 4.17.14 | 4.17.14 | | npm | @types/node | 20.16.1 | 20.16.1 | | 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 | aedes | 0.51.3 | 0.51.3 | | npm | copy-webpack-plugin | 11.0.0 | 11.0.0 | | npm | cspell | 6.13.3 | 6.13.3 | | 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-react | 7.37.5 | 7.37.5 | | 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.5 | 10.4.5 | | 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.3 | 3.5.3 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | semver | 7.7.2 | 7.7.2 | | npm | swc-loader | 0.2.6 | 0.2.6 | | 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 | 5.99.9 | 5.99.9 | | 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 015741e commit d0a0d84

File tree

5 files changed

+223
-946
lines changed

5 files changed

+223
-946
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
if: github.repository == 'grafana/mqtt-datasource'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
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]
1919
with:
2020
pr_options: >
2121
--label type/docs

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -22,58 +22,58 @@
2222
"author": "Grafana Labs <[email protected]> (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": "^2.0.4",
29-
"@grafana/tsconfig": "^2.0.0",
30-
"@playwright/test": "^1.52.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.25.2",
26+
"@changesets/cli": "2.29.5",
27+
"@grafana/eslint-config": "8.0.0",
28+
"@grafana/plugin-e2e": "2.0.5",
29+
"@grafana/tsconfig": "2.0.0",
30+
"@playwright/test": "1.53.0",
31+
"@stylistic/eslint-plugin-ts": "2.13.0",
32+
"@swc/core": "1.7.14",
33+
"@swc/helpers": "0.5.12",
34+
"@swc/jest": "0.2.36",
3535
"@testing-library/jest-dom": "6.1.4",
3636
"@testing-library/react": "14.0.0",
37-
"@types/jest": "^29.5.0",
38-
"@types/lodash": "^4.14.194",
39-
"@types/node": "^20.8.7",
40-
"@types/react-router-dom": "^5.2.0",
37+
"@types/jest": "29.5.12",
38+
"@types/lodash": "4.17.14",
39+
"@types/node": "20.16.1",
40+
"@types/react-router-dom": "5.3.3",
4141
"@types/testing-library__jest-dom": "5.14.8",
42-
"@typescript-eslint/eslint-plugin": "^6.18.0",
43-
"@typescript-eslint/parser": "^6.18.0",
44-
"aedes": "^0.51.3",
45-
"copy-webpack-plugin": "^11.0.0",
46-
"cspell": "^6.13.3",
47-
"css-loader": "^6.7.3",
48-
"eslint": "^8.0.0",
49-
"eslint-config-prettier": "^8.8.0",
50-
"eslint-plugin-deprecation": "^2.0.0",
51-
"eslint-plugin-jsdoc": "^46.8.0",
52-
"eslint-plugin-react": "^7.33.0",
53-
"eslint-plugin-react-hooks": "^4.6.0",
54-
"eslint-webpack-plugin": "^4.0.1",
55-
"fork-ts-checker-webpack-plugin": "^8.0.0",
56-
"glob": "^10.2.7",
42+
"@typescript-eslint/eslint-plugin": "6.21.0",
43+
"@typescript-eslint/parser": "6.21.0",
44+
"aedes": "0.51.3",
45+
"copy-webpack-plugin": "11.0.0",
46+
"cspell": "6.13.3",
47+
"css-loader": "6.11.0",
48+
"eslint": "8.57.1",
49+
"eslint-config-prettier": "8.10.0",
50+
"eslint-plugin-deprecation": "2.0.0",
51+
"eslint-plugin-jsdoc": "46.10.1",
52+
"eslint-plugin-react": "7.37.5",
53+
"eslint-plugin-react-hooks": "4.6.2",
54+
"eslint-webpack-plugin": "4.2.0",
55+
"fork-ts-checker-webpack-plugin": "8.0.0",
56+
"glob": "10.4.5",
5757
"identity-obj-proxy": "3.0.0",
58-
"imports-loader": "^5.0.0",
59-
"jest": "^29.5.0",
60-
"jest-environment-jsdom": "^29.5.0",
61-
"prettier": "^3.5.3",
62-
"replace-in-file-webpack-plugin": "^1.0.6",
58+
"imports-loader": "5.0.0",
59+
"jest": "29.7.0",
60+
"jest-environment-jsdom": "29.7.0",
61+
"prettier": "3.5.3",
62+
"replace-in-file-webpack-plugin": "1.0.6",
6363
"sass": "1.63.2",
6464
"sass-loader": "13.3.1",
65-
"semver": "^7.6.3",
65+
"semver": "7.7.2",
6666
"style-loader": "3.3.3",
67-
"swc-loader": "^0.2.3",
68-
"terser-webpack-plugin": "^5.3.10",
69-
"ts-node": "^10.9.2",
70-
"tsconfig-paths": "^4.2.0",
67+
"swc-loader": "0.2.6",
68+
"terser-webpack-plugin": "5.3.14",
69+
"ts-node": "10.9.2",
70+
"tsconfig-paths": "4.2.0",
7171
"typescript": "5.5.4",
72-
"webpack": "^5.94.0",
73-
"webpack-cli": "^5.1.4",
74-
"webpack-livereload-plugin": "^3.0.2",
75-
"webpack-subresource-integrity": "^5.1.0",
76-
"webpack-virtual-modules": "^0.6.2"
72+
"webpack": "5.99.9",
73+
"webpack-cli": "5.1.4",
74+
"webpack-livereload-plugin": "3.0.2",
75+
"webpack-subresource-integrity": "5.1.0",
76+
"webpack-virtual-modules": "0.6.2"
7777
},
7878
"dependencies": {
7979
"@emotion/css": "11.11.2",

0 commit comments

Comments
 (0)