Skip to content

Commit

Permalink
QD-8148 Update dependency pnpm to v9.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiulpin committed Nov 21, 2024
1 parent a4d25ea commit 3e0778a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion next/base/cnova.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG CLANG="16"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

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="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

ENV PATH="/opt/yarn/bin:$PATH"
ENV SKIP_YARN_COREPACK_CHECK=0
Expand Down
2 changes: 1 addition & 1 deletion next/base/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

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 @@ -6,7 +6,7 @@ FROM golang:$GO_TAG
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

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 @@ -4,7 +4,7 @@ FROM node:$NODE_TAG
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

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 @@ -8,7 +8,7 @@ FROM php:$PHP_TAG
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

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="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

ENV PATH="/opt/yarn/bin:$PATH"
ENV SKIP_YARN_COREPACK_CHECK=0
Expand Down
2 changes: 1 addition & 1 deletion next/base/ruby.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ruby:$RUBY_TAG
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

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 @@ -4,7 +4,7 @@ FROM rust:$RUST_TAG
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.13.2"
ENV PNPM_VERSION="9.14.2"

ARG TARGETPLATFORM

Expand Down

0 comments on commit 3e0778a

Please sign in to comment.