From 0cd22c2c6fa01027d4fe1b1ee1aa7f8d6c8e1115 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 2eee464c..41e91f3a 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.57.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 6299d47d..7bc65ba6 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.57.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 976aeccc..4ea8d90a 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.57.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 57f6f788..d0b9050f 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.57.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 a732046e..6bc7ffd1 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.57.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 cd394dd8..230f5253 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.57.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 25e8cc27..220462f3 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.57.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 4566068c..2954e435 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.57.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="8.7.1" +ENV PNPM_VERSION="8.15.4" ARG TARGETPLATFORM