From 138a56e2f64e785525d5bc1802a796030ab67e6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 01:40:19 +0000 Subject: [PATCH] QD-8148 Update dependency pnpm to v9 --- 2024.1/base/debian.js.Dockerfile | 2 +- 2024.1/base/dotnet.Dockerfile | 2 +- 2024.1/base/go.Dockerfile | 2 +- 2024.1/base/js.Dockerfile | 2 +- 2024.1/base/php.Dockerfile | 2 +- 2024.1/base/python.js.Dockerfile | 2 +- 2024.1/base/ruby.Dockerfile | 2 +- 2024.1/base/rust.Dockerfile | 2 +- 2024.1/dotnet/Dockerfile | 2 +- 2024.1/go/Dockerfile | 2 +- 2024.1/js/Dockerfile | 2 +- 2024.1/jvm/Dockerfile | 2 +- 2024.1/php/Dockerfile | 2 +- 2024.1/python/Dockerfile | 2 +- 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 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/2024.1/base/debian.js.Dockerfile b/2024.1/base/debian.js.Dockerfile index 238ed7d2..2a2acf5f 100644 --- a/2024.1/base/debian.js.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV PATH="/opt/yarn/bin:$PATH" COPY --from=node_base /usr/local/bin/node /usr/local/bin/ diff --git a/2024.1/base/dotnet.Dockerfile b/2024.1/base/dotnet.Dockerfile index 682ac8ae..28565d41 100644 --- a/2024.1/base/dotnet.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/base/go.Dockerfile b/2024.1/base/go.Dockerfile index 16dba90b..1869f719 100644 --- a/2024.1/base/go.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/base/js.Dockerfile b/2024.1/base/js.Dockerfile index a263bf44..a3c371b6 100644 --- a/2024.1/base/js.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/base/php.Dockerfile b/2024.1/base/php.Dockerfile index 46aabf1f..2426ea53 100644 --- a/2024.1/base/php.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/base/python.js.Dockerfile b/2024.1/base/python.js.Dockerfile index 5782b2d7..a74b1642 100644 --- a/2024.1/base/python.js.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV PATH="/opt/yarn/bin:$PATH" COPY --from=node_base /usr/local/bin/node /usr/local/bin/ diff --git a/2024.1/base/ruby.Dockerfile b/2024.1/base/ruby.Dockerfile index ce8741be..101aa9d5 100644 --- a/2024.1/base/ruby.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/base/rust.Dockerfile b/2024.1/base/rust.Dockerfile index 0eac9f28..de8527a8 100644 --- a/2024.1/base/rust.Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ARG TARGETPLATFORM diff --git a/2024.1/dotnet/Dockerfile b/2024.1/dotnet/Dockerfile index 577036c4..d11b7fd1 100644 --- a/2024.1/dotnet/Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/go/Dockerfile b/2024.1/go/Dockerfile index f87d6225..51ace3db 100644 --- a/2024.1/go/Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/js/Dockerfile b/2024.1/js/Dockerfile index 37e71e55..d46c5ef0 100644 --- a/2024.1/js/Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/jvm/Dockerfile b/2024.1/jvm/Dockerfile index a3f58de0..d16cbeac 100644 --- a/2024.1/jvm/Dockerfile +++ b/2024.1/jvm/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/php/Dockerfile b/2024.1/php/Dockerfile index 04dab6f1..ae8a452f 100644 --- a/2024.1/php/Dockerfile +++ b/2024.1/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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.1/python/Dockerfile b/2024.1/python/Dockerfile index dcfdc2c2..19db1457 100644 --- a/2024.1/python/Dockerfile +++ b/2024.1/python/Dockerfile @@ -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.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/debian.js.Dockerfile b/next/base/debian.js.Dockerfile index 238ed7d2..2a2acf5f 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.15.7" +ENV PNPM_VERSION="9.0.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 682ac8ae..28565d41 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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/go.Dockerfile b/next/base/go.Dockerfile index 16dba90b..1869f719 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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/js.Dockerfile b/next/base/js.Dockerfile index a263bf44..a3c371b6 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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/php.Dockerfile b/next/base/php.Dockerfile index 46aabf1f..2426ea53 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.15.7" +ENV PNPM_VERSION="9.0.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 5782b2d7..a74b1642 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.15.7" +ENV PNPM_VERSION="9.0.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 ce8741be..101aa9d5 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.15.7" +ENV PNPM_VERSION="9.0.4" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/next/base/rust.Dockerfile b/next/base/rust.Dockerfile index 0eac9f28..de8527a8 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.15.7" +ENV PNPM_VERSION="9.0.4" ARG TARGETPLATFORM