Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QD-8148 Update dependency pnpm to v9.8.0 #122

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next/base/cnova.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV LOCALES_VERSION="2.36-9+deb12u7"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion next/base/debian.js.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM debianbase
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV PATH="/opt/yarn/bin:$PATH"
ENV SKIP_YARN_COREPACK_CHECK=0
Expand Down
2 changes: 1 addition & 1 deletion next/base/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV SOFTWARE_PROPERTIES_COMMON_VERSION="0.96.20.2-2.1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion next/base/go.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion next/base/js.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion next/base/php.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV UNZIP_VERSION="6.0-26+deb11u1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion next/base/python.js.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM pythonbase
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV PATH="/opt/yarn/bin:$PATH"
ENV SKIP_YARN_COREPACK_CHECK=0
Expand Down
2 changes: 1 addition & 1 deletion next/base/ruby.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion next/base/rust.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV PKGCONFIG_VERSION="0.29.2-1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.8.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.6.0"
ENV PNPM_VERSION="9.8.0"

ARG TARGETPLATFORM

Expand Down