Skip to content

Commit

Permalink
QD-8148 Update dependency eslint to v8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiulpin committed Feb 27, 2024
1 parent f2dff03 commit 0fbae80
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion next/base/debian.js.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:$NODE_TAG AS node_base
FROM debianbase

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

Expand Down
2 changes: 1 addition & 1 deletion next/base/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=repology depName=debian_11/software-properties-common versioning=loose
ENV SOFTWARE_PROPERTIES_COMMON_VERSION="0.96.20.2-2.1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

Expand Down
2 changes: 1 addition & 1 deletion next/base/go.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV LOCALES_VERSION="2.31-13+deb11u8"
# renovate: datasource=repology depName=debian_11/procps versioning=loose
ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

Expand Down
2 changes: 1 addition & 1 deletion next/base/js.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV LOCALES_VERSION="2.31-13+deb11u8"
# renovate: datasource=repology depName=debian_11/procps versioning=loose
ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

Expand Down
2 changes: 1 addition & 1 deletion next/base/php.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=repology depName=debian_11/software-properties-common versioning=loose
ENV SOFTWARE_PROPERTIES_VERSION="0.96.20.2-2.1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

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 @@ -3,7 +3,7 @@ FROM node:$NODE_TAG AS node_base
FROM pythonbase

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

Expand Down
2 changes: 1 addition & 1 deletion next/base/ruby.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LOCALES_VERSION="2.31-13+deb11u8"
# renovate: datasource=repology depName=debian_11/procps versioning=loose
ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

Expand Down
2 changes: 1 addition & 1 deletion next/base/rust.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV PROCPS_VERSION="2:3.3.17-5"
# renovate: datasource=repology depName=debian_11/pkg-config versioning=loose
ENV PKGCONFIG_VERSION="0.29.2-1"
# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="8.56.0"
ENV ESLINT_VERSION="8.57.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="8.7.1"

Expand Down

0 comments on commit 0fbae80

Please sign in to comment.