Skip to content

Commit

Permalink
chore(deps): update dependency pnpm to v10.5.0 (main) (#34606)
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 Mar 4, 2025
1 parent 48dfd62 commit b62b8d7
Show file tree
Hide file tree
Showing 4 changed files with 5 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.8.4

# https://github.com/pnpm/pnpm/issues/8971
# renovate: datasource=npm
RUN install-tool pnpm 10.4.1
RUN install-tool pnpm 10.5.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
"volta": {
"node": "22.14.0",
"pnpm": "10.4.1"
"pnpm": "10.5.0"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.738.0",
Expand Down Expand Up @@ -348,7 +348,7 @@
"vitest": "3.0.7",
"vitest-mock-extended": "3.0.1"
},
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.0",
"files": [
"dist",
"renovate-schema.json"
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.1
RUN install-tool pnpm 10.5.0

WORKDIR /usr/local/renovate

Expand Down

0 comments on commit b62b8d7

Please sign in to comment.