From fc4a69f6be09497364174ae10b7545ba9af71496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:02:44 +0000 Subject: [PATCH] QD-8148 Update dependency pnpm to v9.9.0 --- 2024.2/base/cnova.Dockerfile | 2 +- 2024.2/base/debian.js.Dockerfile | 2 +- 2024.2/base/dotnet.Dockerfile | 2 +- 2024.2/base/go.Dockerfile | 2 +- 2024.2/base/js.Dockerfile | 2 +- 2024.2/base/php.Dockerfile | 2 +- 2024.2/base/python.js.Dockerfile | 2 +- 2024.2/base/ruby.Dockerfile | 2 +- 2024.2/base/rust.Dockerfile | 2 +- 2024.2/dotnet/Dockerfile | 2 +- 2024.2/go/Dockerfile | 2 +- 2024.2/js/Dockerfile | 2 +- 2024.2/php/Dockerfile | 2 +- 2024.2/python/Dockerfile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/2024.2/base/cnova.Dockerfile b/2024.2/base/cnova.Dockerfile index 56cf4643..8f16462f 100644 --- a/2024.2/base/cnova.Dockerfile +++ b/2024.2/base/cnova.Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/base/debian.js.Dockerfile b/2024.2/base/debian.js.Dockerfile index 0beb09e9..31ebf640 100644 --- a/2024.2/base/debian.js.Dockerfile +++ b/2024.2/base/debian.js.Dockerfile @@ -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.9.0" ENV PATH="/opt/yarn/bin:$PATH" ENV SKIP_YARN_COREPACK_CHECK=0 diff --git a/2024.2/base/dotnet.Dockerfile b/2024.2/base/dotnet.Dockerfile index 9410dc4f..327ed0ac 100644 --- a/2024.2/base/dotnet.Dockerfile +++ b/2024.2/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="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/base/go.Dockerfile b/2024.2/base/go.Dockerfile index 5184364f..ab0679d4 100644 --- a/2024.2/base/go.Dockerfile +++ b/2024.2/base/go.Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/base/js.Dockerfile b/2024.2/base/js.Dockerfile index 9ffa9aa9..fadff6ec 100644 --- a/2024.2/base/js.Dockerfile +++ b/2024.2/base/js.Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/base/php.Dockerfile b/2024.2/base/php.Dockerfile index 6f75815c..f46593ae 100644 --- a/2024.2/base/php.Dockerfile +++ b/2024.2/base/php.Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/base/python.js.Dockerfile b/2024.2/base/python.js.Dockerfile index 6d460ccf..03eaa6e6 100644 --- a/2024.2/base/python.js.Dockerfile +++ b/2024.2/base/python.js.Dockerfile @@ -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.9.0" ENV PATH="/opt/yarn/bin:$PATH" ENV SKIP_YARN_COREPACK_CHECK=0 diff --git a/2024.2/base/ruby.Dockerfile b/2024.2/base/ruby.Dockerfile index ed2c8e36..3fd3aa99 100644 --- a/2024.2/base/ruby.Dockerfile +++ b/2024.2/base/ruby.Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/base/rust.Dockerfile b/2024.2/base/rust.Dockerfile index 230e658a..5afcfa70 100644 --- a/2024.2/base/rust.Dockerfile +++ b/2024.2/base/rust.Dockerfile @@ -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.9.0" ARG TARGETPLATFORM diff --git a/2024.2/dotnet/Dockerfile b/2024.2/dotnet/Dockerfile index 75705bd6..9ddf509b 100644 --- a/2024.2/dotnet/Dockerfile +++ b/2024.2/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="9.8.0" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="9.6.0" +ENV PNPM_VERSION="9.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/go/Dockerfile b/2024.2/go/Dockerfile index bf4ed389..8d93dfb8 100644 --- a/2024.2/go/Dockerfile +++ b/2024.2/go/Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/js/Dockerfile b/2024.2/js/Dockerfile index f3398ee8..50271bcf 100644 --- a/2024.2/js/Dockerfile +++ b/2024.2/js/Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/php/Dockerfile b/2024.2/php/Dockerfile index 95ba3fd4..cbc0ad63 100644 --- a/2024.2/php/Dockerfile +++ b/2024.2/php/Dockerfile @@ -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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \ diff --git a/2024.2/python/Dockerfile b/2024.2/python/Dockerfile index 84198e86..2345282f 100644 --- a/2024.2/python/Dockerfile +++ b/2024.2/python/Dockerfile @@ -32,7 +32,7 @@ ENV LIBXRENDER1_VERSION="1:0.9.10-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.9.0" ENV HOME="/root" \ LC_ALL="en_US.UTF-8" \