diff --git a/Dockerfile b/Dockerfile index c7f7e47fe04..2e071b57b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -202,7 +202,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.0.0 # 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 aec68dadaee..2b36393a92d 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -160,7 +160,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.0.0 # 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 e709af53107..e9259ab28ed 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -153,7 +153,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.0.0 # 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 2aad13a5380..bd9e7c29041 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -134,7 +134,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.0.0 # 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 fb48c736ea3..72515298a7b 100644 --- a/linters/javascript_es/Dockerfile +++ b/linters/javascript_es/Dockerfile @@ -65,7 +65,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.0.0 # 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 82a9f9cd453..7a4085aacf4 100644 --- a/linters/typescript_es/Dockerfile +++ b/linters/typescript_es/Dockerfile @@ -67,7 +67,7 @@ ARG NPM_ESLINT_PLUGIN_N_VERSION=16.0.0 # 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 e4e25aea35f..694786436a4 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 d5e6bd689a1..d858dd29398 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