Skip to content

Commit 723e87d

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | -------- | -------- | | npm | @babel/core | 7.26.7 | 7.26.7 | | npm | @changesets/cli | 2.27.12 | 2.27.12 | | npm | @changesets/types | 5.2.1 | 5.2.1 | | npm | @grafana/eslint-config | 8.0.0 | 8.0.0 | | npm | @grafana/plugin-e2e | 2.1.8 | 2.1.8 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.52.0 | 1.52.0 | | npm | @stylistic/eslint-plugin-ts | 2.13.0 | 2.13.0 | | npm | @swc/core | 1.10.12 | 1.10.12 | | npm | @swc/helpers | 0.5.15 | 0.5.15 | | npm | @swc/jest | 0.2.37 | 0.2.37 | | npm | @testing-library/dom | 10.4.1 | 10.4.1 | | npm | @testing-library/user-event | 14.6.1 | 14.6.1 | | npm | @types/cheerio | 0.22.35 | 0.22.35 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/mathjs | 6.0.12 | 6.0.12 | | npm | @types/node | 20.17.16 | 20.17.16 | | npm | @types/react-router-dom | 5.3.3 | 5.3.3 | | npm | @types/xml2js | 0.4.14 | 0.4.14 | | npm | @typescript-eslint/eslint-plugin | 8.41.0 | 8.41.0 | | npm | @typescript-eslint/parser | 8.41.0 | 8.41.0 | | npm | buffer | 6.0.3 | 6.0.3 | | npm | copy-webpack-plugin | 11.0.0 | 11.0.0 | | npm | cspell | 5.21.2 | 5.21.2 | | 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 | 4.2.1 | 4.2.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.4.2 | 3.4.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | semver | 7.7.2 | 7.7.2 | | npm | stream-browserify | 3.0.0 | 3.0.0 | | npm | swc-loader | 0.2.6 | 0.2.6 | | npm | terser-webpack-plugin | 5.3.11 | 5.3.11 | | npm | timers-browserify | 2.0.12 | 2.0.12 | | npm | ts-jest | 29.2.5 | 29.2.5 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.97.1 | 5.97.1 | | 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 b990dd4 commit 723e87d

File tree

5 files changed

+197
-197
lines changed

5 files changed

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

docker-compose-debug.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ x-logging: &default-logging
66
services:
77
microsocks:
88
container_name: microsocks
9-
image: vimagick/microsocks
9+
image: vimagick/microsocks@sha256:7b61de9b46c40672ca7b2a95f45abf023926d9e1dfd7ecfe95d21a82506227c4
1010
ports:
1111
- 1080:1080
1212
prometheus:
1313
container_name: prometheus
14-
image: prom/prometheus
14+
image: prom/prometheus@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7
1515
command:
1616
- --web.enable-remote-write-receiver
1717
- --enable-feature=native-histograms
@@ -22,18 +22,18 @@ services:
2222
- "9090:9090"
2323
node-exporter:
2424
container_name: node_exporter
25-
image: prom/node-exporter
25+
image: prom/node-exporter@sha256:3ac34ce007accad95afed72149e0d2b927b7e42fd1c866149b945b84737c62c3
2626
ports:
2727
- "9100:9100"
2828
loki:
29-
image: grafana/loki:main
29+
image: grafana/loki:main@sha256:ae0d78305c9c06512dfdee24b518eee82716269707c5e02ce62462c415a2f0c2
3030
command: -config.file=/etc/loki/loki-config.yaml
3131
volumes:
3232
- ./docker/blocks/loki/config.yaml:/etc/loki/loki-config.yaml
3333
ports:
3434
- "3100:3100"
3535
tempo:
36-
image: grafana/tempo:latest
36+
image: grafana/tempo:latest@sha256:c73fec7d291835d304772aa7ab25f8ef488dc172c5fb6136154ebcdd02f2830b
3737
depends_on:
3838
- loki
3939
command:

package.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -76,69 +76,69 @@
7676
"xml2js": "^0.6.2"
7777
},
7878
"devDependencies": {
79-
"@babel/core": "^7.21.4",
80-
"@changesets/cli": "^2.26.1",
81-
"@changesets/types": "^5.2.1",
82-
"@grafana/eslint-config": "^8.0.0",
83-
"@grafana/plugin-e2e": "^2.1.7",
84-
"@grafana/tsconfig": "^2.0.0",
85-
"@playwright/test": "^1.52.0",
86-
"@stylistic/eslint-plugin-ts": "^2.9.0",
87-
"@swc/core": "^1.3.90",
88-
"@swc/helpers": "^0.5.0",
89-
"@swc/jest": "^0.2.26",
90-
"@testing-library/dom": "^10.4.1",
79+
"@babel/core": "7.26.7",
80+
"@changesets/cli": "2.27.12",
81+
"@changesets/types": "5.2.1",
82+
"@grafana/eslint-config": "8.0.0",
83+
"@grafana/plugin-e2e": "2.1.8",
84+
"@grafana/tsconfig": "2.0.0",
85+
"@playwright/test": "1.52.0",
86+
"@stylistic/eslint-plugin-ts": "2.13.0",
87+
"@swc/core": "1.10.12",
88+
"@swc/helpers": "0.5.15",
89+
"@swc/jest": "0.2.37",
90+
"@testing-library/dom": "10.4.1",
9191
"@testing-library/jest-dom": "6.1.4",
9292
"@testing-library/react": "14.0.0",
93-
"@testing-library/user-event": "^14.5.1",
94-
"@types/cheerio": "^0.22.21",
95-
"@types/jest": "^29.5.0",
96-
"@types/lodash": "^4.14.194",
97-
"@types/mathjs": "^6.0.5",
98-
"@types/node": "^20.8.7",
93+
"@testing-library/user-event": "14.6.1",
94+
"@types/cheerio": "0.22.35",
95+
"@types/jest": "29.5.14",
96+
"@types/lodash": "4.17.20",
97+
"@types/mathjs": "6.0.12",
98+
"@types/node": "20.17.16",
9999
"@types/react": "^18.2.0",
100-
"@types/react-router-dom": "^5.2.0",
100+
"@types/react-router-dom": "5.3.3",
101101
"@types/testing-library__jest-dom": "5.14.8",
102-
"@types/xml2js": "^0.4.6",
103-
"@typescript-eslint/eslint-plugin": "^8.3.0",
104-
"@typescript-eslint/parser": "^8.3.0",
105-
"buffer": "^6.0.3",
106-
"copy-webpack-plugin": "^11.0.0",
107-
"cspell": "^5.19.7",
108-
"css-loader": "^6.7.3",
109-
"eslint": "^8.0.0",
110-
"eslint-config-prettier": "^8.8.0",
111-
"eslint-plugin-deprecation": "^2.0.0",
112-
"eslint-plugin-jsdoc": "^46.8.0",
113-
"eslint-plugin-prettier": "^4.0.0",
114-
"eslint-plugin-react": "^7.33.0",
115-
"eslint-plugin-react-hooks": "^4.6.0",
116-
"eslint-webpack-plugin": "^4.0.1",
117-
"fork-ts-checker-webpack-plugin": "^8.0.0",
118-
"glob": "^10.2.7",
102+
"@types/xml2js": "0.4.14",
103+
"@typescript-eslint/eslint-plugin": "8.41.0",
104+
"@typescript-eslint/parser": "8.41.0",
105+
"buffer": "6.0.3",
106+
"copy-webpack-plugin": "11.0.0",
107+
"cspell": "5.21.2",
108+
"css-loader": "6.11.0",
109+
"eslint": "8.57.1",
110+
"eslint-config-prettier": "8.10.0",
111+
"eslint-plugin-deprecation": "2.0.0",
112+
"eslint-plugin-jsdoc": "46.10.1",
113+
"eslint-plugin-prettier": "4.2.1",
114+
"eslint-plugin-react": "7.37.5",
115+
"eslint-plugin-react-hooks": "4.6.2",
116+
"eslint-webpack-plugin": "4.2.0",
117+
"fork-ts-checker-webpack-plugin": "8.0.0",
118+
"glob": "10.4.5",
119119
"identity-obj-proxy": "3.0.0",
120-
"imports-loader": "^5.0.0",
121-
"jest": "^29.5.0",
122-
"jest-environment-jsdom": "^29.5.0",
123-
"prettier": "^3.3.2",
124-
"replace-in-file-webpack-plugin": "^1.0.6",
120+
"imports-loader": "5.0.0",
121+
"jest": "29.7.0",
122+
"jest-environment-jsdom": "29.7.0",
123+
"prettier": "3.4.2",
124+
"replace-in-file-webpack-plugin": "1.0.6",
125125
"sass": "1.63.2",
126126
"sass-loader": "13.3.1",
127-
"semver": "^7.6.3",
128-
"stream-browserify": "^3.0.0",
127+
"semver": "7.7.2",
128+
"stream-browserify": "3.0.0",
129129
"style-loader": "3.3.3",
130-
"swc-loader": "^0.2.3",
131-
"terser-webpack-plugin": "^5.3.10",
132-
"timers-browserify": "^2.0.12",
133-
"ts-jest": "^29.1.1",
134-
"ts-node": "^10.9.2",
135-
"tsconfig-paths": "^4.2.0",
130+
"swc-loader": "0.2.6",
131+
"terser-webpack-plugin": "5.3.11",
132+
"timers-browserify": "2.0.12",
133+
"ts-jest": "29.2.5",
134+
"ts-node": "10.9.2",
135+
"tsconfig-paths": "4.2.0",
136136
"typescript": "5.5.4",
137-
"webpack": "^5.94.0",
138-
"webpack-cli": "^5.1.4",
139-
"webpack-livereload-plugin": "^3.0.2",
140-
"webpack-subresource-integrity": "^5.1.0",
141-
"webpack-virtual-modules": "^0.6.2"
137+
"webpack": "5.97.1",
138+
"webpack-cli": "5.1.4",
139+
"webpack-livereload-plugin": "3.0.2",
140+
"webpack-subresource-integrity": "5.1.0",
141+
"webpack-virtual-modules": "0.6.2"
142142
},
143143
"packageManager": "[email protected]"
144144
}

0 commit comments

Comments
 (0)