Skip to content

Commit ca43169

Browse files
chore(deps): update dependency pnpm to v10.11.0 (main) (renovatebot#36048)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68b5193 commit ca43169

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM ghcr.io/containerbase/devcontainer:13.8.28
22

33
# https://github.com/pnpm/pnpm/issues/8971
44
# renovate: datasource=npm
5-
RUN install-tool pnpm 10.10.0
5+
RUN install-tool pnpm 10.11.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
},
144144
"volta": {
145145
"node": "22.15.1",
146-
"pnpm": "10.10.0"
146+
"pnpm": "10.11.0"
147147
},
148148
"dependencies": {
149149
"@aws-sdk/client-codecommit": "3.799.0",
@@ -352,7 +352,7 @@
352352
"vitest": "3.1.3",
353353
"vitest-mock-extended": "3.1.0"
354354
},
355-
"packageManager": "pnpm@10.10.0",
355+
"packageManager": "pnpm@10.11.0",
356356
"files": [
357357
"dist",
358358
"renovate-schema.json"

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN install-tool node 22.15.1
2525

2626
# corepack is too buggy 😞
2727
# renovate: datasource=npm
28-
RUN install-tool pnpm 10.10.0
28+
RUN install-tool pnpm 10.11.0
2929

3030
WORKDIR /usr/local/renovate
3131

0 commit comments

Comments
 (0)