Skip to content

Commit c408840

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

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.17
22

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
},
143143
"volta": {
144144
"node": "22.15.0",
145-
"pnpm": "10.8.1"
145+
"pnpm": "10.9.0"
146146
},
147147
"dependencies": {
148148
"@aws-sdk/client-codecommit": "3.777.0",
@@ -353,7 +353,7 @@
353353
"vitest": "3.1.2",
354354
"vitest-mock-extended": "3.1.0"
355355
},
356-
"packageManager": "pnpm@10.8.1",
356+
"packageManager": "pnpm@10.9.0",
357357
"files": [
358358
"dist",
359359
"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.0
2525

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

3030
WORKDIR /usr/local/renovate
3131

0 commit comments

Comments
 (0)