diff --git a/Dockerfile b/Dockerfile index f2c5fd241d1..46e3e606e12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -249,7 +249,7 @@ ARG JAVA_CHECKSTYLE_VERSION=12.1.0 ARG PMD_VERSION=7.26.0 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 000e639f3e6..50bbae0b958 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -188,7 +188,7 @@ ARG JAVA_CHECKSTYLE_VERSION=12.1.0 ARG PMD_VERSION=7.26.0 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 0a70bb28359..90dd3dda971 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -176,7 +176,7 @@ ARG PIP_DJLINT_VERSION=1.44.2 # renovate: datasource=npm depName=htmlhint ARG NPM_HTMLHINT_VERSION=1.9.2 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 76a90396ae2..35caace7023 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -155,7 +155,7 @@ ARG PIP_DJLINT_VERSION=1.44.2 # renovate: datasource=npm depName=htmlhint ARG NPM_HTMLHINT_VERSION=1.9.2 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/linters/javascript_es/Dockerfile b/linters/javascript_es/Dockerfile index bae17840dad..361dbf7549c 100644 --- a/linters/javascript_es/Dockerfile +++ b/linters/javascript_es/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/linters/jsx_eslint/Dockerfile b/linters/jsx_eslint/Dockerfile index 7c00523a87b..1942621627b 100644 --- a/linters/jsx_eslint/Dockerfile +++ b/linters/jsx_eslint/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint-react/eslint-plugin ARG NPM_ESLINT_REACT_ESLINT_PLUGIN_VERSION=5.18.6 # renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif diff --git a/linters/tsx_eslint/Dockerfile b/linters/tsx_eslint/Dockerfile index 49566840896..a2edaa83663 100644 --- a/linters/tsx_eslint/Dockerfile +++ b/linters/tsx_eslint/Dockerfile @@ -64,7 +64,7 @@ ARG TARGETARCH # renovate: datasource=npm depName=typescript ARG NPM_TYPESCRIPT_VERSION=6.0.3 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=eslint-config-prettier ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 # renovate: datasource=npm depName=eslint-plugin-jest diff --git a/linters/typescript_es/Dockerfile b/linters/typescript_es/Dockerfile index 7f8d03e54a7..da486cd5d2f 100644 --- a/linters/typescript_es/Dockerfile +++ b/linters/typescript_es/Dockerfile @@ -64,7 +64,7 @@ ARG TARGETARCH # renovate: datasource=npm depName=typescript ARG NPM_TYPESCRIPT_VERSION=6.0.3 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=10.8.1 +ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/megalinter/descriptors/javascript.megalinter-descriptor.yml b/megalinter/descriptors/javascript.megalinter-descriptor.yml index cbf52f3f6c1..a90acde790c 100644 --- a/megalinter/descriptors/javascript.megalinter-descriptor.yml +++ b/megalinter/descriptors/javascript.megalinter-descriptor.yml @@ -215,7 +215,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=10.8.1 + ARG NPM_ESLINT_VERSION=10.9.1 - |- # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1 diff --git a/megalinter/descriptors/jsx.megalinter-descriptor.yml b/megalinter/descriptors/jsx.megalinter-descriptor.yml index 0d03da2ef7c..71d846df276 100644 --- a/megalinter/descriptors/jsx.megalinter-descriptor.yml +++ b/megalinter/descriptors/jsx.megalinter-descriptor.yml @@ -128,7 +128,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=10.8.1 + ARG NPM_ESLINT_VERSION=10.9.1 - |- # renovate: datasource=npm depName=@eslint-react/eslint-plugin ARG NPM_ESLINT_REACT_ESLINT_PLUGIN_VERSION=5.18.6 diff --git a/megalinter/descriptors/tsx.megalinter-descriptor.yml b/megalinter/descriptors/tsx.megalinter-descriptor.yml index 833e47f7323..deced07af5b 100644 --- a/megalinter/descriptors/tsx.megalinter-descriptor.yml +++ b/megalinter/descriptors/tsx.megalinter-descriptor.yml @@ -144,7 +144,7 @@ linters: ARG NPM_TYPESCRIPT_VERSION=6.0.3 - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=10.8.1 + ARG NPM_ESLINT_VERSION=10.9.1 - |- # renovate: datasource=npm depName=eslint-config-prettier ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.8 diff --git a/megalinter/descriptors/typescript.megalinter-descriptor.yml b/megalinter/descriptors/typescript.megalinter-descriptor.yml index 3aff02ae1b2..611c4447ec4 100644 --- a/megalinter/descriptors/typescript.megalinter-descriptor.yml +++ b/megalinter/descriptors/typescript.megalinter-descriptor.yml @@ -203,7 +203,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=10.8.1 + ARG NPM_ESLINT_VERSION=10.9.1 - |- # renovate: datasource=npm depName=@eslint/js ARG NPM_ESLINT_JS_VERSION=10.0.1