diff --git a/Dockerfile b/Dockerfile index 7c59b92ee21..674c066f7bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -212,7 +212,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.9.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index a8aa3f9925b..5ba6b8af27c 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -171,7 +171,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.9.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index c20c02495c0..4f9bea5fc95 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -160,7 +160,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.9.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 429577901a3..0af8de81eca 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -140,7 +140,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.9.0 # renovate: datasource=npm depName=@babel/core diff --git a/linters/javascript_es/Dockerfile b/linters/javascript_es/Dockerfile index 684f4bf1937..1e3f8a4c49b 100644 --- a/linters/javascript_es/Dockerfile +++ b/linters/javascript_es/Dockerfile @@ -69,7 +69,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.9.0 # renovate: datasource=npm depName=@babel/core diff --git a/linters/typescript_es/Dockerfile b/linters/typescript_es/Dockerfile index 6527777f7fa..e258f4179be 100644 --- a/linters/typescript_es/Dockerfile +++ b/linters/typescript_es/Dockerfile @@ -71,7 +71,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.28.6 # renovate: datasource=npm depName=prettier diff --git a/megalinter/descriptors/javascript.megalinter-descriptor.yml b/megalinter/descriptors/javascript.megalinter-descriptor.yml index 93849851c80..26370c29231 100644 --- a/megalinter/descriptors/javascript.megalinter-descriptor.yml +++ b/megalinter/descriptors/javascript.megalinter-descriptor.yml @@ -111,7 +111,7 @@ linters: ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 - |- # renovate: datasource=npm depName=eslint-plugin-promise - ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 + ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 - |- # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.9.0 diff --git a/megalinter/descriptors/typescript.megalinter-descriptor.yml b/megalinter/descriptors/typescript.megalinter-descriptor.yml index f0cc1474ff6..52e798e46c9 100644 --- a/megalinter/descriptors/typescript.megalinter-descriptor.yml +++ b/megalinter/descriptors/typescript.megalinter-descriptor.yml @@ -98,7 +98,7 @@ linters: ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.5.5 - |- # renovate: datasource=npm depName=eslint-plugin-promise - ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 + ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.3.0 - |- # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.28.6