Skip to content

Commit

Permalink
test(deps): update dependency lerna to v7 (#1065)
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 Jun 15, 2023
1 parent f2bef7f commit afee5b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RUN install-tool pnpm 8.6.2
# renovate: datasource=npm
RUN install-tool yarn 1.22.19
# renovate: datasource=npm
RUN install-tool lerna 6.6.2
RUN install-tool lerna 7.0.0

#--------------------------------------
# Image: test-python
Expand Down
4 changes: 2 additions & 2 deletions test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ USER root
RUN install-tool yarn 1.22.19

# renovate: datasource=npm
RUN install-tool lerna 6.6.2
RUN install-tool lerna 7.0.0

USER 1000

Expand Down Expand Up @@ -274,7 +274,7 @@ SHELL [ "/bin/sh", "-c" ]
RUN install-tool yarn 1.22.19

# renovate: datasource=npm
RUN install-tool lerna 6.6.2
RUN install-tool lerna 7.0.0

RUN set -ex; \
[ "$(command -v yarn)" = "/usr/local/bin/yarn" ] && echo "works" || exit 1; \
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN install-tool node v18.16.0
FROM test-node as test-lerna

# renovate: datasource=npm
RUN install-tool lerna 6.6.2
RUN install-tool lerna 7.0.0

#--------------------------------------
# Image: pnpm
Expand Down

0 comments on commit afee5b1

Please sign in to comment.