Skip to content

Commit 8d3588e

Browse files
test(deps): update dependency pnpm to v10.29.3 (main) (#5972)
test(deps): update dependency pnpm to v10.29.3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee912d6 commit 8d3588e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ FROM build AS test-node
169169
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
170170
RUN install-tool node 24.13.1
171171
# renovate: datasource=npm
172-
RUN install-tool pnpm 10.29.2
172+
RUN install-tool pnpm 10.29.3
173173
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
174174
RUN install-tool yarn 4.12.0
175175

test/node/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN install-tool yarn 4.12.0
102102
FROM build AS testc
103103

104104
# renovate: datasource=npm
105-
RUN install-tool pnpm 10.29.2
105+
RUN install-tool pnpm 10.29.3
106106

107107
RUN set -ex; \
108108
pnpm --version;
@@ -458,13 +458,13 @@ RUN install-tool corepack 0.34.6
458458

459459
# test if corepack is overriding pnpm
460460
# renovate: datasource=npm
461-
RUN install-tool pnpm 10.29.2
461+
RUN install-tool pnpm 10.29.3
462462

463463
# renovate: datasource=npm
464464
RUN install-tool corepack 0.34.6
465465

466466
# renovate: datasource=npm depName=pnpm
467-
ARG PNPM_VERSION=10.29.2
467+
ARG PNPM_VERSION=10.29.3
468468

469469
RUN set -ex; cd a; \
470470
npm pkg set packageManager=pnpm@${PNPM_VERSION}; \

test/node/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN install-tool node 24.13.1
4747
FROM test-node AS test-pnpm
4848

4949
# renovate: datasource=npm
50-
RUN install-tool pnpm 10.29.2
50+
RUN install-tool pnpm 10.29.3
5151

5252
#--------------------------------------
5353
# Image: yarn

0 commit comments

Comments
 (0)