From fa9e4be39fe603e6ab4418cc1f14a66154add22f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:19:02 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-promise to v7 --- Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/dotnetweb/Dockerfile | 2 +- flavors/javascript/Dockerfile | 2 +- linters/javascript_es/Dockerfile | 2 +- linters/typescript_es/Dockerfile | 2 +- megalinter/descriptors/javascript.megalinter-descriptor.yml | 2 +- megalinter/descriptors/typescript.megalinter-descriptor.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68204d19d51..d6ff2e895fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -214,7 +214,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.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.8.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index 8daa5eedbdc..d7aec8288e1 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -169,7 +169,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.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.8.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 54ea50130a6..da4ba27e235 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -163,7 +163,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.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.8.0 # renovate: datasource=npm depName=@babel/core diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 614d9e5b13e..2a4e73c954c 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.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.8.0 # renovate: datasource=npm depName=@babel/core diff --git a/linters/javascript_es/Dockerfile b/linters/javascript_es/Dockerfile index 2cdfbda9eca..b59857916ba 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.2.1 # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.8.0 # renovate: datasource=npm depName=@babel/core diff --git a/linters/typescript_es/Dockerfile b/linters/typescript_es/Dockerfile index d83a6102b43..4ddd786ae09 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.2.1 # 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 aeab13b57e9..5dd7a38149c 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.2.1 - |- # renovate: datasource=npm depName=eslint-plugin-vue ARG NPM_ESLINT_PLUGIN_VUE_VERSION=10.8.0 diff --git a/megalinter/descriptors/typescript.megalinter-descriptor.yml b/megalinter/descriptors/typescript.megalinter-descriptor.yml index 669011fdb20..475d5d7c337 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.2.1 - |- # renovate: datasource=npm depName=@babel/eslint-parser ARG NPM_BABEL_ESLINT_PARSER_VERSION=7.28.6