Skip to content

Commit

Permalink
QD-8148 Update dependency eslint to v9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tiulpin committed Nov 19, 2024
1 parent 01b6f4e commit 8a789f1
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 @@ -6,7 +6,7 @@ FROM debian:$BASE_TAG
ARG CLANG="16"

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

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

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

Expand Down
2 changes: 1 addition & 1 deletion next/base/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:$NODE_TAG AS node_base
FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_BASE_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

Expand Down
2 changes: 1 addition & 1 deletion next/base/go.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:$NODE_TAG AS node_base
FROM golang:$GO_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

Expand Down
2 changes: 1 addition & 1 deletion next/base/js.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NODE_TAG="20-bullseye-slim"
FROM node:$NODE_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

Expand Down
2 changes: 1 addition & 1 deletion next/base/php.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

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

Expand Down
2 changes: 1 addition & 1 deletion next/base/ruby.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM node:$NODE_TAG AS node_base
FROM ruby:$RUBY_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

Expand Down
2 changes: 1 addition & 1 deletion next/base/rust.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG RUST_TAG="1.82-slim-bullseye"
FROM rust:$RUST_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.13.0"
ENV ESLINT_VERSION="9.15.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="9.12.2"

Expand Down

0 comments on commit 8a789f1

Please sign in to comment.