diff --git a/Dockerfile b/Dockerfile index 029f3fdd91f..0ec52b86daf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -202,7 +202,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 29e394f8a8f..9f52b861574 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/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.2.3 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 9b275adaab5..3dc830d5439 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -153,7 +153,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 1eae38b1933..dea301cb1ef 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -134,7 +134,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core diff --git a/linters/javascript_es/Dockerfile b/linters/javascript_es/Dockerfile index 3dfaf66d438..39207a48d40 100644 --- a/linters/javascript_es/Dockerfile +++ b/linters/javascript_es/Dockerfile @@ -65,7 +65,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 # renovate: datasource=npm depName=@babel/core diff --git a/linters/typescript_es/Dockerfile b/linters/typescript_es/Dockerfile index 8c57ec81a77..a61ba652fd5 100644 --- a/linters/typescript_es/Dockerfile +++ b/linters/typescript_es/Dockerfile @@ -67,7 +67,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2 # renovate: datasource=npm depName=eslint-plugin-prettier ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3 # renovate: datasource=npm depName=eslint-plugin-promise -ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 +ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8 # renovate: datasource=npm depName=prettier diff --git a/megalinter/descriptors/javascript.megalinter-descriptor.yml b/megalinter/descriptors/javascript.megalinter-descriptor.yml index 8be6f9804dd..d95239be4db 100644 --- a/megalinter/descriptors/javascript.megalinter-descriptor.yml +++ b/megalinter/descriptors/javascript.megalinter-descriptor.yml @@ -83,7 +83,7 @@ linters: ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3 - |- # renovate: datasource=npm depName=eslint-plugin-promise - ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 + ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 - |- # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=9.32.0 diff --git a/megalinter/descriptors/typescript.megalinter-descriptor.yml b/megalinter/descriptors/typescript.megalinter-descriptor.yml index 345e136e458..d74d410de6b 100644 --- a/megalinter/descriptors/typescript.megalinter-descriptor.yml +++ b/megalinter/descriptors/typescript.megalinter-descriptor.yml @@ -87,7 +87,7 @@ linters: ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3 - |- # renovate: datasource=npm depName=eslint-plugin-promise - ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0 + ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=7.2.1 - |- # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.26.8