Skip to content

Commit

Permalink
chore(deps): update dependency pnpm to v10.4.0 (#34366)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 40a8eec commit e98fe7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/containerbase/devcontainer:13.7.15

# https://github.com/pnpm/pnpm/issues/8971
# renovate: datasource=npm
RUN install-tool pnpm 10.3.0
RUN install-tool pnpm 10.4.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
},
"volta": {
"node": "22.14.0",
"pnpm": "10.3.0"
"pnpm": "10.4.0"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.738.0",
Expand Down Expand Up @@ -353,7 +353,7 @@
"typescript-eslint": "8.24.1",
"unified": "9.2.2"
},
"packageManager": "pnpm@10.3.0",
"packageManager": "pnpm@10.4.0",
"files": [
"dist",
"renovate-schema.json"
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN install-tool node 22.14.0

# corepack is too buggy 😞
# renovate: datasource=npm
RUN install-tool pnpm 10.3.0
RUN install-tool pnpm 10.4.0

WORKDIR /usr/local/renovate

Expand Down

0 comments on commit e98fe7b

Please sign in to comment.