Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-promise to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 4295f56 commit 2a9ac73
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linters/javascript_es/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linters/typescript_es/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a9ac73

Please sign in to comment.