Skip to content

Commit 79f9182

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | -------- | -------- | | npm | @babel/core | 7.24.5 | 7.24.5 | | npm | @changesets/cli | 2.27.12 | 2.27.12 | | npm | @grafana/eslint-config | 8.2.0 | 8.2.0 | | npm | @grafana/plugin-e2e | 2.1.14 | 2.1.14 | | npm | @grafana/plugin-meta-extractor | 0.0.2 | 0.0.2 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.55.0 | 1.55.0 | | npm | @stylistic/eslint-plugin-ts | 2.12.1 | 2.12.1 | | npm | @swc/core | 1.5.7 | 1.5.7 | | npm | @swc/helpers | 0.5.11 | 0.5.11 | | 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.5.2 | 14.5.2 | | npm | @types/glob | 8.1.0 | 8.1.0 | | npm | @types/jest | 29.5.12 | 29.5.12 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 20.12.12 | 20.12.12 | | npm | @types/react-router-dom | 5.3.3 | 5.3.3 | | npm | @typescript-eslint/eslint-plugin | 8.40.0 | 8.40.0 | | npm | @typescript-eslint/parser | 8.40.0 | 8.40.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.1.0 | 4.1.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.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | rxjs | 7.8.2 | 7.8.2 | | npm | semver | 7.7.2 | 7.7.2 | | 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 30ecbb2 commit 79f9182

File tree

5 files changed

+185
-297
lines changed

5 files changed

+185
-297
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/github-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: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -32,65 +32,65 @@
3232
"tslib": "2.5.3"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.21.4",
36-
"@changesets/cli": "^2.27.12",
35+
"@babel/core": "7.24.5",
36+
"@changesets/cli": "2.27.12",
3737
"@grafana/e2e-selectors": "12.1.0",
38-
"@grafana/eslint-config": "^8.2.0",
39-
"@grafana/plugin-e2e": "^2.1.13",
40-
"@grafana/plugin-meta-extractor": "^0.0.2",
41-
"@grafana/tsconfig": "^2.0.0",
42-
"@playwright/test": "^1.52.0",
43-
"@stylistic/eslint-plugin-ts": "^2.9.0",
44-
"@swc/core": "^1.3.90",
45-
"@swc/helpers": "^0.5.0",
46-
"@swc/jest": "^0.2.26",
47-
"@testing-library/dom": "^10.4.1",
38+
"@grafana/eslint-config": "8.2.0",
39+
"@grafana/plugin-e2e": "2.1.14",
40+
"@grafana/plugin-meta-extractor": "0.0.2",
41+
"@grafana/tsconfig": "2.0.0",
42+
"@playwright/test": "1.55.0",
43+
"@stylistic/eslint-plugin-ts": "2.12.1",
44+
"@swc/core": "1.5.7",
45+
"@swc/helpers": "0.5.11",
46+
"@swc/jest": "0.2.36",
47+
"@testing-library/dom": "10.4.1",
4848
"@testing-library/jest-dom": "6.1.4",
4949
"@testing-library/react": "14.0.0",
50-
"@testing-library/user-event": "^14.5.1",
51-
"@types/glob": "^8.0.0",
52-
"@types/jest": "^29.5.0",
53-
"@types/lodash": "^4.14.194",
54-
"@types/node": "^20.8.7",
50+
"@testing-library/user-event": "14.5.2",
51+
"@types/glob": "8.1.0",
52+
"@types/jest": "29.5.12",
53+
"@types/lodash": "4.17.20",
54+
"@types/node": "20.12.12",
5555
"@types/react": "^18.2.0",
56-
"@types/react-router-dom": "^5.2.0",
56+
"@types/react-router-dom": "5.3.3",
5757
"@types/testing-library__jest-dom": "5.14.8",
58-
"@typescript-eslint/eslint-plugin": "^8.3.0",
59-
"@typescript-eslint/parser": "^8.3.0",
60-
"copy-webpack-plugin": "^11.0.0",
58+
"@typescript-eslint/eslint-plugin": "8.40.0",
59+
"@typescript-eslint/parser": "8.40.0",
60+
"copy-webpack-plugin": "11.0.0",
6161
"cspell": "6.13.3",
62-
"css-loader": "^6.7.3",
63-
"eslint": "^8.0.0",
64-
"eslint-config-prettier": "^8.8.0",
65-
"eslint-plugin-deprecation": "^2.0.0",
66-
"eslint-plugin-jsdoc": "^46.8.0",
67-
"eslint-plugin-prettier": "^5.0.0",
68-
"eslint-plugin-react": "^7.33.0",
69-
"eslint-plugin-react-hooks": "^4.6.0",
70-
"eslint-webpack-plugin": "^4.0.1",
71-
"fork-ts-checker-webpack-plugin": "^8.0.0",
72-
"glob": "^10.2.7",
62+
"css-loader": "6.11.0",
63+
"eslint": "8.57.1",
64+
"eslint-config-prettier": "8.10.0",
65+
"eslint-plugin-deprecation": "2.0.0",
66+
"eslint-plugin-jsdoc": "46.10.1",
67+
"eslint-plugin-prettier": "5.1.3",
68+
"eslint-plugin-react": "7.37.3",
69+
"eslint-plugin-react-hooks": "4.6.2",
70+
"eslint-webpack-plugin": "4.1.0",
71+
"fork-ts-checker-webpack-plugin": "8.0.0",
72+
"glob": "10.4.5",
7373
"identity-obj-proxy": "3.0.0",
74-
"imports-loader": "^5.0.0",
75-
"jest": "^29.5.0",
76-
"jest-environment-jsdom": "^29.5.0",
77-
"prettier": "^3.6.2",
78-
"replace-in-file-webpack-plugin": "^1.0.6",
79-
"rxjs": "^7.8.2",
74+
"imports-loader": "5.0.0",
75+
"jest": "29.7.0",
76+
"jest-environment-jsdom": "29.7.0",
77+
"prettier": "3.6.2",
78+
"replace-in-file-webpack-plugin": "1.0.6",
79+
"rxjs": "7.8.2",
8080
"sass": "1.63.2",
8181
"sass-loader": "13.3.1",
82-
"semver": "^7.6.3",
82+
"semver": "7.7.2",
8383
"style-loader": "3.3.3",
84-
"swc-loader": "^0.2.3",
85-
"terser-webpack-plugin": "^5.3.10",
86-
"ts-node": "^10.9.2",
87-
"tsconfig-paths": "^4.2.0",
84+
"swc-loader": "0.2.6",
85+
"terser-webpack-plugin": "5.3.10",
86+
"ts-node": "10.9.2",
87+
"tsconfig-paths": "4.2.0",
8888
"typescript": "5.5.4",
89-
"webpack": "^5.94.0",
90-
"webpack-cli": "^5.1.4",
91-
"webpack-livereload-plugin": "^3.0.2",
92-
"webpack-subresource-integrity": "^5.1.0",
93-
"webpack-virtual-modules": "^0.6.2"
89+
"webpack": "5.94.0",
90+
"webpack-cli": "5.1.4",
91+
"webpack-livereload-plugin": "3.0.2",
92+
"webpack-subresource-integrity": "5.1.0",
93+
"webpack-virtual-modules": "0.6.2"
9494
},
9595
"packageManager": "[email protected]"
9696
}

0 commit comments

Comments
 (0)