diff --git a/Dockerfile b/Dockerfile index 68204d19d51..d1af539b92e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -198,7 +198,7 @@ ARG JAVA_CHECKSTYLE_VERSION=12.1.0 ARG PMD_VERSION=7.22.0 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 8daa5eedbdc..e920c1f4944 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -153,7 +153,7 @@ ARG JAVA_CHECKSTYLE_VERSION=12.1.0 ARG PMD_VERSION=7.22.0 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 54ea50130a6..103b30a834a 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -147,7 +147,7 @@ ARG PIP_DJLINT_VERSION=1.36.4 # renovate: datasource=npm depName=htmlhint ARG NPM_HTMLHINT_VERSION=1.9.2 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 614d9e5b13e..0f7de47e905 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -124,7 +124,7 @@ ARG PIP_DJLINT_VERSION=1.36.4 # renovate: datasource=npm depName=htmlhint ARG NPM_HTMLHINT_VERSION=1.9.2 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/linters/javascript_es/Dockerfile b/linters/javascript_es/Dockerfile index 2cdfbda9eca..3f43f41290a 100644 --- a/linters/javascript_es/Dockerfile +++ b/linters/javascript_es/Dockerfile @@ -53,7 +53,7 @@ RUN python -m pip install --no-cache-dir "wheel>=0.46.2" "setuptools>=75.8.0" \ ############################################################################################# #ARG__START # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/linters/json_eslint_plugin_jsonc/Dockerfile b/linters/json_eslint_plugin_jsonc/Dockerfile index 6f2f64014d9..a6a962407f3 100644 --- a/linters/json_eslint_plugin_jsonc/Dockerfile +++ b/linters/json_eslint_plugin_jsonc/Dockerfile @@ -53,7 +53,7 @@ RUN python -m pip install --no-cache-dir "wheel>=0.46.2" "setuptools>=75.8.0" \ ############################################################################################# #ARG__START # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-plugin-jsonc ARG NPM_ESLINT_PLUGIN_JSONC_VERSION=3.1.1 # renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif diff --git a/linters/jsx_eslint/Dockerfile b/linters/jsx_eslint/Dockerfile index b50730b2f88..bf45bacbca4 100644 --- a/linters/jsx_eslint/Dockerfile +++ b/linters/jsx_eslint/Dockerfile @@ -53,7 +53,7 @@ RUN python -m pip install --no-cache-dir "wheel>=0.46.2" "setuptools>=75.8.0" \ ############################################################################################# #ARG__START # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-plugin-react ARG NPM_ESLINT_PLUGIN_REACT_VERSION=7.37.5 # renovate: datasource=npm depName=eslint-plugin-jsx-a11y diff --git a/linters/tsx_eslint/Dockerfile b/linters/tsx_eslint/Dockerfile index bcdb6973ccd..8e2c2c09eca 100644 --- a/linters/tsx_eslint/Dockerfile +++ b/linters/tsx_eslint/Dockerfile @@ -55,7 +55,7 @@ RUN python -m pip install --no-cache-dir "wheel>=0.46.2" "setuptools>=75.8.0" \ # renovate: datasource=npm depName=typescript ARG NPM_TYPESCRIPT_VERSION=5.9.3 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/linters/typescript_es/Dockerfile b/linters/typescript_es/Dockerfile index d83a6102b43..0f2a2a069a8 100644 --- a/linters/typescript_es/Dockerfile +++ b/linters/typescript_es/Dockerfile @@ -55,7 +55,7 @@ RUN python -m pip install --no-cache-dir "wheel>=0.46.2" "setuptools>=75.8.0" \ # renovate: datasource=npm depName=typescript ARG NPM_TYPESCRIPT_VERSION=5.9.3 # renovate: datasource=npm depName=eslint -ARG NPM_ESLINT_VERSION=8.57.1 +ARG NPM_ESLINT_VERSION=9.39.4 # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/megalinter/descriptors/javascript.megalinter-descriptor.yml b/megalinter/descriptors/javascript.megalinter-descriptor.yml index aeab13b57e9..f5228e8f84c 100644 --- a/megalinter/descriptors/javascript.megalinter-descriptor.yml +++ b/megalinter/descriptors/javascript.megalinter-descriptor.yml @@ -87,7 +87,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=8.57.1 + ARG NPM_ESLINT_VERSION=9.39.4 - |- # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 diff --git a/megalinter/descriptors/json.megalinter-descriptor.yml b/megalinter/descriptors/json.megalinter-descriptor.yml index eef5bad0c5d..438dd8bc3c8 100644 --- a/megalinter/descriptors/json.megalinter-descriptor.yml +++ b/megalinter/descriptors/json.megalinter-descriptor.yml @@ -153,7 +153,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=8.57.1 + ARG NPM_ESLINT_VERSION=9.39.4 - |- # renovate: datasource=npm depName=eslint-plugin-jsonc ARG NPM_ESLINT_PLUGIN_JSONC_VERSION=3.1.1 diff --git a/megalinter/descriptors/jsx.megalinter-descriptor.yml b/megalinter/descriptors/jsx.megalinter-descriptor.yml index ec881b6a9d1..5beff6ada71 100644 --- a/megalinter/descriptors/jsx.megalinter-descriptor.yml +++ b/megalinter/descriptors/jsx.megalinter-descriptor.yml @@ -66,7 +66,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=8.57.1 + ARG NPM_ESLINT_VERSION=9.39.4 - |- # renovate: datasource=npm depName=eslint-plugin-react ARG NPM_ESLINT_PLUGIN_REACT_VERSION=7.37.5 diff --git a/megalinter/descriptors/tsx.megalinter-descriptor.yml b/megalinter/descriptors/tsx.megalinter-descriptor.yml index 4b8ca863ba4..e536c2ab482 100644 --- a/megalinter/descriptors/tsx.megalinter-descriptor.yml +++ b/megalinter/descriptors/tsx.megalinter-descriptor.yml @@ -68,7 +68,7 @@ linters: ARG NPM_TYPESCRIPT_VERSION=5.9.3 - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=8.57.1 + ARG NPM_ESLINT_VERSION=9.39.4 - |- # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4 diff --git a/megalinter/descriptors/typescript.megalinter-descriptor.yml b/megalinter/descriptors/typescript.megalinter-descriptor.yml index 669011fdb20..6bf5f92136a 100644 --- a/megalinter/descriptors/typescript.megalinter-descriptor.yml +++ b/megalinter/descriptors/typescript.megalinter-descriptor.yml @@ -74,7 +74,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=eslint - ARG NPM_ESLINT_VERSION=8.57.1 + ARG NPM_ESLINT_VERSION=9.39.4 - |- # renovate: datasource=npm depName=eslint-config-airbnb ARG NPM_ESLINT_CONFIG_AIRBNB_VERSION=19.0.4