Skip to content

Commit 83d80a9

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | --------- | --------- | | npm | @babel/core | 7.23.2 | 7.23.2 | | npm | @grafana/eslint-config | 6.0.1 | 6.0.1 | | npm | @grafana/plugin-e2e | 1.14.6 | 1.14.6 | | npm | @grafana/tsconfig | 1.2.0-rc1 | 1.2.0-rc1 | | npm | @playwright/test | 1.49.1 | 1.49.1 | | npm | @swc/helpers | 0.5.3 | 0.5.3 | | npm | @swc/jest | 0.2.29 | 0.2.29 | | npm | @testing-library/jest-dom | 5.17.0 | 5.17.0 | | npm | @testing-library/react | 12.1.5 | 12.1.5 | | npm | @types/jest | 29.5.5 | 29.5.5 | | npm | @types/lodash | 4.14.199 | 4.14.199 | | npm | @types/memory-cache | 0.2.3 | 0.2.3 | | npm | @types/node | 18.18.4 | 18.18.4 | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 5.62.0 | | npm | copy-webpack-plugin | 11.0.0 | 11.0.0 | | npm | css-loader | 6.8.1 | 6.8.1 | | npm | eslint-plugin-prettier | 5.0.1 | 5.0.1 | | npm | eslint-webpack-plugin | 4.0.1 | 4.0.1 | | npm | fork-ts-checker-webpack-plugin | 8.0.0 | 8.0.0 | | npm | jest | 29.7.0 | 29.7.0 | | npm | jest-environment-jsdom | 29.7.0 | 29.7.0 | | npm | prettier | 3.0.3 | 3.0.3 | | npm | react-virtualized-auto-sizer | 1.0.20 | 1.0.20 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | swc-loader | 0.2.3 | 0.2.3 | | npm | ts-node | 10.9.1 | 10.9.1 | | 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 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 6817fd7 commit 83d80a9

File tree

4 files changed

+86
-268
lines changed

4 files changed

+86
-268
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:54f21c7281241efa917b344439728b8a8b360637833918e8164dc843aa47633f
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 }}

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -43,44 +43,44 @@
4343
"tslib": "2.5.3"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.21.4",
47-
"@grafana/eslint-config": "^6.0.0",
48-
"@grafana/plugin-e2e": "^1.14.6",
49-
"@grafana/tsconfig": "^1.2.0-rc1",
50-
"@playwright/test": "^1.48.0",
46+
"@babel/core": "7.23.2",
47+
"@grafana/eslint-config": "6.0.1",
48+
"@grafana/plugin-e2e": "1.14.6",
49+
"@grafana/tsconfig": "1.2.0-rc1",
50+
"@playwright/test": "1.49.1",
5151
"@swc/core": "1.3.75",
52-
"@swc/helpers": "^0.5.0",
53-
"@swc/jest": "^0.2.26",
54-
"@testing-library/jest-dom": "^5.16.5",
55-
"@testing-library/react": "^12.1.4",
56-
"@types/jest": "^29.5.0",
57-
"@types/lodash": "^4.14.194",
58-
"@types/memory-cache": "^0.2.1",
59-
"@types/node": "^18.15.11",
60-
"@typescript-eslint/eslint-plugin": "^5.55.0",
61-
"copy-webpack-plugin": "^11.0.0",
52+
"@swc/helpers": "0.5.3",
53+
"@swc/jest": "0.2.29",
54+
"@testing-library/jest-dom": "5.17.0",
55+
"@testing-library/react": "12.1.5",
56+
"@types/jest": "29.5.5",
57+
"@types/lodash": "4.14.199",
58+
"@types/memory-cache": "0.2.3",
59+
"@types/node": "18.18.4",
60+
"@typescript-eslint/eslint-plugin": "5.62.0",
61+
"copy-webpack-plugin": "11.0.0",
6262
"cspell": "6.30.2",
63-
"css-loader": "^6.7.3",
64-
"eslint-plugin-prettier": "^5.0.0",
65-
"eslint-webpack-plugin": "^4.0.1",
66-
"fork-ts-checker-webpack-plugin": "^8.0.0",
63+
"css-loader": "6.8.1",
64+
"eslint-plugin-prettier": "5.0.1",
65+
"eslint-webpack-plugin": "4.0.1",
66+
"fork-ts-checker-webpack-plugin": "8.0.0",
6767
"glob": "10.3.6",
6868
"identity-obj-proxy": "3.0.0",
69-
"jest": "^29.5.0",
70-
"jest-environment-jsdom": "^29.5.0",
71-
"prettier": "^3.0.3",
72-
"react-virtualized-auto-sizer": "^1.0.4",
73-
"replace-in-file-webpack-plugin": "^1.0.6",
69+
"jest": "29.7.0",
70+
"jest-environment-jsdom": "29.7.0",
71+
"prettier": "3.0.3",
72+
"react-virtualized-auto-sizer": "1.0.20",
73+
"replace-in-file-webpack-plugin": "1.0.6",
7474
"sass": "1.63.2",
7575
"sass-loader": "13.3.1",
7676
"style-loader": "3.3.3",
77-
"swc-loader": "^0.2.3",
78-
"ts-node": "^10.9.1",
79-
"tsconfig-paths": "^4.2.0",
77+
"swc-loader": "0.2.3",
78+
"ts-node": "10.9.1",
79+
"tsconfig-paths": "4.2.0",
8080
"typescript": "5.2.2",
81-
"webpack": "^5.94.0",
82-
"webpack-cli": "^5.1.4",
83-
"webpack-livereload-plugin": "^3.0.2"
81+
"webpack": "5.94.0",
82+
"webpack-cli": "5.1.4",
83+
"webpack-livereload-plugin": "3.0.2"
8484
},
8585
"resolutions": {
8686
"uplot": "1.6.31",

0 commit comments

Comments
 (0)