Skip to content

Commit

Permalink
test(deps): update dependency pnpm to v8.8.0 (#1538)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 3, 2023
1 parent 89cb8e1 commit 26e7f48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -111,7 +111,7 @@ FROM build as test-node
# renovate: datasource=node
RUN install-tool node v18.18.0
# renovate: datasource=npm
RUN install-tool pnpm 8.7.6
RUN install-tool pnpm 8.8.0
# renovate: datasource=npm
RUN install-tool yarn 1.22.19
# renovate: datasource=npm
Expand Down
6 changes: 3 additions & 3 deletions test/node/Dockerfile
Expand Up @@ -101,7 +101,7 @@ FROM build as testc
ARG APT_HTTP_PROXY

# renovate: datasource=npm
RUN install-tool pnpm 8.7.6
RUN install-tool pnpm 8.8.0

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

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

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

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=8.7.6
ARG PNPM_VERSION=8.8.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
Expand Up @@ -38,7 +38,7 @@ RUN install-tool lerna 7.3.0
FROM test-node as test-pnpm

# renovate: datasource=npm
RUN install-tool pnpm 8.7.6
RUN install-tool pnpm 8.8.0

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

0 comments on commit 26e7f48

Please sign in to comment.