From 178bf2304fc1508a8319bbf3e6685e0724101801 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:25:43 +0000 Subject: [PATCH] QD-8148 Update dependency pnpm to v8.15.4 --- next/base/debian.js.Dockerfile | 2 +- next/base/dotnet.Dockerfile | 2 +- next/base/go.Dockerfile | 2 +- next/base/js.Dockerfile | 2 +- next/base/php.Dockerfile | 2 +- next/base/python.js.Dockerfile | 2 +- next/base/ruby.Dockerfile | 2 +- next/base/rust.Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/next/base/debian.js.Dockerfile b/next/base/debian.js.Dockerfile index 88dc01b3..7e912944 100644 --- a/next/base/debian.js.Dockerfile +++ b/next/base/debian.js.Dockerfile @@ -5,7 +5,7 @@ FROM debianbase # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ENV PATH="/opt/yarn/bin:$PATH" COPY --from=node_base /usr/local/bin/node /usr/local/bin/ diff --git a/next/base/dotnet.Dockerfile b/next/base/dotnet.Dockerfile index 40ff6c48..1d0abbd2 100644 --- a/next/base/dotnet.Dockerfile +++ b/next/base/dotnet.Dockerfile @@ -24,7 +24,7 @@ ENV SOFTWARE_PROPERTIES_COMMON_VERSION="0.96.20.2-2.1" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/go.Dockerfile b/next/base/go.Dockerfile index 763ea674..a65439aa 100644 --- a/next/base/go.Dockerfile +++ b/next/base/go.Dockerfile @@ -22,7 +22,7 @@ ENV PROCPS_VERSION="2:3.3.17-5" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/js.Dockerfile b/next/base/js.Dockerfile index 013bd24c..43914874 100644 --- a/next/base/js.Dockerfile +++ b/next/base/js.Dockerfile @@ -20,7 +20,7 @@ ENV PROCPS_VERSION="2:3.3.17-5" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/php.Dockerfile b/next/base/php.Dockerfile index 9bdc98b7..e4a838d8 100644 --- a/next/base/php.Dockerfile +++ b/next/base/php.Dockerfile @@ -26,7 +26,7 @@ ENV SOFTWARE_PROPERTIES_VERSION="0.96.20.2-2.1" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/python.js.Dockerfile b/next/base/python.js.Dockerfile index 934d9c58..0fbd22d1 100644 --- a/next/base/python.js.Dockerfile +++ b/next/base/python.js.Dockerfile @@ -5,7 +5,7 @@ FROM pythonbase # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ENV PATH="/opt/yarn/bin:$PATH" COPY --from=node_base /usr/local/bin/node /usr/local/bin/ diff --git a/next/base/ruby.Dockerfile b/next/base/ruby.Dockerfile index b957a0ea..3749f20f 100644 --- a/next/base/ruby.Dockerfile +++ b/next/base/ruby.Dockerfile @@ -23,7 +23,7 @@ ENV PROCPS_VERSION="2:3.3.17-5" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/rust.Dockerfile b/next/base/rust.Dockerfile index ae5be2b8..41efb597 100644 --- a/next/base/rust.Dockerfile +++ b/next/base/rust.Dockerfile @@ -22,7 +22,7 @@ ENV PKGCONFIG_VERSION="0.29.2-1" # renovate: datasource=npm depName=eslint ENV ESLINT_VERSION="8.56.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ARG TARGETPLATFORM