Skip to content

Commit

Permalink
test(deps): update dependency pnpm to v9.15.0 (main) (#3774)
Browse files Browse the repository at this point in the history
test(deps): update dependency pnpm to v9.15.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 65fe1e8 commit 21f1b10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ FROM build AS test-node
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node 22.12.0
# renovate: datasource=npm
RUN install-tool pnpm 9.14.4
RUN install-tool pnpm 9.15.0
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 4.5.3

Expand Down
6 changes: 3 additions & 3 deletions test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN install-tool yarn 4.5.3
FROM build AS testc

# renovate: datasource=npm
RUN install-tool pnpm 9.14.4
RUN install-tool pnpm 9.15.0

RUN set -ex; \
pnpm --version;
Expand Down Expand Up @@ -409,13 +409,13 @@ RUN install-tool corepack 0.30.0

# test if corepack is overriding pnpm
# renovate: datasource=npm
RUN install-tool pnpm 9.14.4
RUN install-tool pnpm 9.15.0

# renovate: datasource=npm
RUN install-tool corepack 0.30.0

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=9.14.4
ARG PNPM_VERSION=9.15.0

RUN set -ex; cd a; \
npm pkg set packageManager=pnpm@${PNPM_VERSION}; \
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN install-tool node 22.12.0
FROM test-node AS test-pnpm

# renovate: datasource=npm
RUN install-tool pnpm 9.14.4
RUN install-tool pnpm 9.15.0

#--------------------------------------
# Image: yarn
Expand Down

0 comments on commit 21f1b10

Please sign in to comment.