Skip to content

Commit

Permalink
QD-8148 Update dependency pnpm to v8.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiulpin committed Mar 28, 2024
1 parent a6400cf commit 5d09e9a
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV PATH="/opt/yarn/bin:$PATH"
COPY --from=node_base /usr/local/bin/node /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/base/php.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV SOFTWARE_PROPERTIES_VERSION="0.96.20.2-2.1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV PATH="/opt/yarn/bin:$PATH"
COPY --from=node_base /usr/local/bin/node /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/jvm/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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV SOFTWARE_PROPERTIES_VERSION="0.96.20.2-2.1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV HOME="/root" \
LC_ALL="en_US.UTF-8" \
Expand Down
2 changes: 1 addition & 1 deletion 2024.1/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV LIBXRENDER1_VERSION="1:0.9.10-1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV PATH="/opt/yarn/bin:$PATH"
COPY --from=node_base /usr/local/bin/node /usr/local/bin/
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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

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 @@ -26,7 +26,7 @@ ENV SOFTWARE_PROPERTIES_VERSION="0.96.20.2-2.1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ENV PATH="/opt/yarn/bin:$PATH"
COPY --from=node_base /usr/local/bin/node /usr/local/bin/
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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

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="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.15.4"
ENV PNPM_VERSION="8.15.5"

ARG TARGETPLATFORM

Expand Down

0 comments on commit 5d09e9a

Please sign in to comment.