Skip to content

Commit b88a306

Browse files
chore(deps): update dependency pnpm to v10.7.1 (main) (#35249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9ba9fc commit b88a306

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

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

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.14.0",
145-
"pnpm": "10.7.0"
145+
"pnpm": "10.7.1"
146146
},
147147
"dependencies": {
148148
"@aws-sdk/client-codecommit": "3.777.0",
@@ -350,7 +350,7 @@
350350
"vitest": "3.1.1",
351351
"vitest-mock-extended": "3.0.1"
352352
},
353-
"packageManager": "[email protected].0",
353+
"packageManager": "[email protected].1",
354354
"files": [
355355
"dist",
356356
"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.14.0
2525

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

3030
WORKDIR /usr/local/renovate
3131

0 commit comments

Comments
 (0)