Skip to content

Commit 4f2dd0b

Browse files
test(deps): update dependency pnpm to v10.6.2 (main) (#4257)
test(deps): update dependency pnpm to v10.6.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32df1b7 commit 4f2dd0b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ FROM build AS test-node
153153
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
154154
RUN install-tool node 22.14.0
155155
# renovate: datasource=npm
156-
RUN install-tool pnpm 10.6.1
156+
RUN install-tool pnpm 10.6.2
157157
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
158158
RUN install-tool yarn 4.7.0
159159

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

104104
# renovate: datasource=npm
105-
RUN install-tool pnpm 10.6.1
105+
RUN install-tool pnpm 10.6.2
106106

107107
RUN set -ex; \
108108
pnpm --version;
@@ -409,13 +409,13 @@ RUN install-tool corepack 0.32.0
409409

410410
# test if corepack is overriding pnpm
411411
# renovate: datasource=npm
412-
RUN install-tool pnpm 10.6.1
412+
RUN install-tool pnpm 10.6.2
413413

414414
# renovate: datasource=npm
415415
RUN install-tool corepack 0.32.0
416416

417417
# renovate: datasource=npm depName=pnpm
418-
ARG PNPM_VERSION=10.6.1
418+
ARG PNPM_VERSION=10.6.2
419419

420420
RUN set -ex; cd a; \
421421
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 22.14.0
4747
FROM test-node AS test-pnpm
4848

4949
# renovate: datasource=npm
50-
RUN install-tool pnpm 10.6.1
50+
RUN install-tool pnpm 10.6.2
5151

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

0 commit comments

Comments
 (0)