Skip to content

Commit

Permalink
QD-8148 Update dependency pnpm to v9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2024
1 parent 4192733 commit 45b2f0b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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

0 comments on commit 45b2f0b

Please sign in to comment.