Skip to content

Update dependency pnpm to v10.11.1 #1638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG node_version=22.16.0-alpine3.21
# renovate: datasource=npm packageName=turbo
ARG turbo_version=2.5.4
# renovate: datasource=npm packageName=pnpm
ARG pnpm_version=10.11.0
ARG pnpm_version=10.11.1

FROM --platform=$BUILDPLATFORM node:${node_version} AS source
ARG turbo_version
Expand Down
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG turbo_version=2.5.4
# renovate: datasource=npm packageName=sharp
ARG sharp_version=0.34.2
# renovate: datasource=npm packageName=pnpm
ARG pnpm_version=10.11.0
ARG pnpm_version=10.11.1

FROM --platform=$BUILDPLATFORM node:${node_version} AS source
ARG turbo_version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"sharp"
]
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}