Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QD-8148 Update dependency eslint to v9.21.0 #228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2025.1/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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down
2 changes: 1 addition & 1 deletion 2025.1/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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down
2 changes: 1 addition & 1 deletion 2025.1/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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down
2 changes: 1 addition & 1 deletion 2025.1/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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

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

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down
2 changes: 1 addition & 1 deletion 2025.1/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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down
2 changes: 1 addition & 1 deletion 2025.1/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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down
2 changes: 1 addition & 1 deletion 2025.1/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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

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

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down
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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.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 @@ -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.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.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 @@ -4,7 +4,7 @@ FROM node:$NODE_TAG AS node_base
FROM golang:$GO_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.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 @@ -2,7 +2,7 @@ ARG NODE_TAG="22-bookworm-slim"
FROM node:$NODE_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.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 @@ -6,7 +6,7 @@ FROM composer:$COMPOSER_TAG AS composer_base
FROM php:$PHP_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.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="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.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 @@ -5,7 +5,7 @@ FROM node:$NODE_TAG AS node_base
FROM ruby:$RUBY_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.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 @@ -2,7 +2,7 @@ ARG RUST_TAG="1.85-slim-bookworm"
FROM rust:$RUST_TAG

# renovate: datasource=npm depName=eslint
ENV ESLINT_VERSION="9.20.1"
ENV ESLINT_VERSION="9.21.0"
# renovate: datasource=npm depName=pnpm
ENV PNPM_VERSION="10.4.1"

Expand Down