Skip to content

Commit c4e20c8

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

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-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.7.18
22

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
},
142142
"volta": {
143143
"node": "22.14.0",
144-
"pnpm": "10.4.0"
144+
"pnpm": "10.4.1"
145145
},
146146
"dependencies": {
147147
"@aws-sdk/client-codecommit": "3.738.0",
@@ -353,7 +353,7 @@
353353
"typescript-eslint": "8.24.1",
354354
"unified": "9.2.2"
355355
},
356-
"packageManager": "pnpm@10.4.0",
356+
"packageManager": "pnpm@10.4.1",
357357
"files": [
358358
"dist",
359359
"renovate-schema.json"

pnpm-lock.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0
28+
RUN install-tool pnpm 10.4.1
2929

3030
WORKDIR /usr/local/renovate
3131

0 commit comments

Comments
 (0)