Skip to content

Commit dcfbfd9

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ------------------------------ | --------- | --------- | | npm | @babel/core | 7.26.0 | 7.26.0 | | npm | @grafana/eslint-config | 6.0.1 | 6.0.1 | | npm | @grafana/plugin-e2e | 1.16.0 | 1.16.0 | | npm | @grafana/tsconfig | 1.2.0-rc1 | 1.2.0-rc1 | | npm | @playwright/test | 1.50.0 | 1.50.0 | | npm | @swc/core | 1.9.3 | 1.9.3 | | npm | @swc/helpers | 0.5.15 | 0.5.15 | | npm | @swc/jest | 0.2.37 | 0.2.37 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.13 | 4.17.13 | | npm | @types/node | 20.17.9 | 20.17.9 | | npm | copy-webpack-plugin | 11.0.0 | 11.0.0 | | npm | cspell | 8.16.1 | 8.16.1 | | npm | css-loader | 6.11.0 | 6.11.0 | | npm | eslint-plugin-deprecation | 2.0.0 | 2.0.0 | | 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 | 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 | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.96.1 | 5.96.1 | | 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 e15e530 commit dcfbfd9

File tree

5 files changed

+73
-144
lines changed

5 files changed

+73
-144
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.yaml

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 }}

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: '3.0'
22

33
services:
44
yugabyte:
5-
image: yugabytedb/yugabyte:latest
5+
image: yugabytedb/yugabyte:latest@sha256:f1b868431c9f71013f451df8cc63c59886568bb1254e4cb6f98de14d0232a3ad
66
container_name: yugabyte
77
command: bin/yugabyted start --daemon=false --initial_scripts_dir=/var/ybinit --tserver_flags=ysql_enable_auth=false
88
volumes:
99
- ./provisioning/yugabyte:/var/ybinit
1010
ports:
1111
- 5433:5433
1212
grafana:
13-
image: grafana/grafana-enterprise:main
13+
image: grafana/grafana-enterprise:main@sha256:d59e144eaeb3363a6d3564734b0f0cef154b44f9432188c06e0ff43b91a94c3e
1414
container_name: grafana-yugabyte-datasource
1515
depends_on:
1616
- yugabyte

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,42 @@
1818
"author": "Grafana",
1919
"license": "Apache-2.0",
2020
"devDependencies": {
21-
"@babel/core": "^7.21.4",
22-
"@grafana/eslint-config": "^6.0.0",
23-
"@grafana/plugin-e2e": "^1.16.0",
24-
"@grafana/tsconfig": "^1.2.0-rc1",
25-
"@playwright/test": "^1.50.0",
26-
"@swc/core": "^1.3.90",
27-
"@swc/helpers": "^0.5.0",
28-
"@swc/jest": "^0.2.26",
21+
"@babel/core": "7.26.0",
22+
"@grafana/eslint-config": "6.0.1",
23+
"@grafana/plugin-e2e": "1.16.0",
24+
"@grafana/tsconfig": "1.2.0-rc1",
25+
"@playwright/test": "1.50.0",
26+
"@swc/core": "1.9.3",
27+
"@swc/helpers": "0.5.15",
28+
"@swc/jest": "0.2.37",
2929
"@testing-library/jest-dom": "6.1.4",
3030
"@testing-library/react": "14.0.0",
31-
"@types/jest": "^29.5.0",
32-
"@types/lodash": "^4.14.194",
33-
"@types/node": "^20.8.7",
31+
"@types/jest": "29.5.14",
32+
"@types/lodash": "4.17.13",
33+
"@types/node": "20.17.9",
3434
"@types/testing-library__jest-dom": "5.14.8",
35-
"copy-webpack-plugin": "^11.0.0",
36-
"cspell": "^8.3.2",
37-
"css-loader": "^6.7.3",
38-
"eslint-plugin-deprecation": "^2.0.0",
39-
"eslint-webpack-plugin": "^4.0.1",
40-
"fork-ts-checker-webpack-plugin": "^8.0.0",
41-
"glob": "^10.2.7",
35+
"copy-webpack-plugin": "11.0.0",
36+
"cspell": "8.16.1",
37+
"css-loader": "6.11.0",
38+
"eslint-plugin-deprecation": "2.0.0",
39+
"eslint-webpack-plugin": "4.2.0",
40+
"fork-ts-checker-webpack-plugin": "8.0.0",
41+
"glob": "10.4.5",
4242
"identity-obj-proxy": "3.0.0",
43-
"jest": "^29.5.0",
44-
"jest-environment-jsdom": "^29.5.0",
45-
"prettier": "^2.8.7",
46-
"replace-in-file-webpack-plugin": "^1.0.6",
43+
"jest": "29.7.0",
44+
"jest-environment-jsdom": "29.7.0",
45+
"prettier": "2.8.8",
46+
"replace-in-file-webpack-plugin": "1.0.6",
4747
"sass": "1.63.2",
4848
"sass-loader": "13.3.1",
4949
"style-loader": "3.3.3",
50-
"swc-loader": "^0.2.3",
51-
"ts-node": "^10.9.1",
52-
"tsconfig-paths": "^4.2.0",
50+
"swc-loader": "0.2.6",
51+
"ts-node": "10.9.2",
52+
"tsconfig-paths": "4.2.0",
5353
"typescript": "4.8.4",
54-
"webpack": "^5.94.0",
55-
"webpack-cli": "^5.1.4",
56-
"webpack-livereload-plugin": "^3.0.2"
54+
"webpack": "5.96.1",
55+
"webpack-cli": "5.1.4",
56+
"webpack-livereload-plugin": "3.0.2"
5757
},
5858
"dependencies": {
5959
"@emotion/css": "11.10.6",

0 commit comments

Comments
 (0)