Skip to content

Commit 10c4af0

Browse files
test(deps): update dependency pnpm to v10.33.0 (main) (#6312)
test(deps): update dependency pnpm to v10.33.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c91cfeb commit 10c4af0

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
@@ -195,7 +195,7 @@ FROM build AS test-node
195195
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
196196
RUN install-tool node 24.14.1
197197
# renovate: datasource=npm
198-
RUN install-tool pnpm 10.32.1
198+
RUN install-tool pnpm 10.33.0
199199
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
200200
RUN install-tool yarn 4.13.0
201201

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.13.0
102102
FROM build AS testc
103103

104104
# renovate: datasource=npm
105-
RUN install-tool pnpm 10.32.1
105+
RUN install-tool pnpm 10.33.0
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.32.1
461+
RUN install-tool pnpm 10.33.0
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.32.1
467+
ARG PNPM_VERSION=10.33.0
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.14.1
4747
FROM test-node AS test-pnpm
4848

4949
# renovate: datasource=npm
50-
RUN install-tool pnpm 10.32.1
50+
RUN install-tool pnpm 10.33.0
5151

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

0 commit comments

Comments
 (0)