chore: bump all dependencies and upstream Docker images#164
Merged
Conversation
- Bump manager devDeps to latest (TS 6.0.3, webpack 5.108.4, mocha 11.7.6, etc.) - Bump stakers-metrics deps to latest (TS 6.0.3, express 5.2.1, prom-client 15.1.3, etc.) - Fix tsconfig.json for TypeScript 6: add rootDir, use moduleResolution bundler, remove deprecated downlevelIteration - Pin Docker base images: node:24-alpine3.24, alpine:3.24 - Install yarn via apk in Dockerfiles (no longer bundled in node:alpine) - Re-implement getJsonRpcApiFromDnpName locally (removed from @dappnode/types 0.1.32+) - Bump upstream Docker images: node_exporter v1.11.1, cadvisor v0.60.3, prometheus v3.13.0, grafana 13.1.0, loki 3.7.3 - Fix .gitignore typo: staker-metrics → stakers-metrics
…/holesky with hoodi
Marketen
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump all Node.js dependencies, upstream Docker images, and fix TypeScript 6 compatibility.
Changes
Dependency bumps
TypeScript 6 fixes
rootDir: "./src"to both tsconfigsmoduleResolutionfrom deprecated"node"to"bundler"downlevelIteration(not needed with ESNext target)"types": ["node"]to manager tsconfigDockerfile fixes
node:24-alpine3.24,alpine:3.24apk add --no-cache yarn(no longer bundled in node:alpine)Upstream Docker image bumps
@dappnode/types breaking change
getJsonRpcApiFromDnpNamewas removed from@dappnode/typesin v0.1.32+. Re-implemented locally instakers-metrics/src/utils.tsusingexecutionClients/consensusClientsfrom the types package.Other
staker-metrics→stakers-metrics