Skip to content

Commit d74d673

Browse files
chore(deps): update dependency eslint-plugin-n to v17
1 parent 42e6173 commit d74d673

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ ARG NPM_ESLINT_PLUGIN_IMPORT_VERSION=2.31.0
198198
# renovate: datasource=npm depName=eslint-plugin-jest
199199
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
200200
# renovate: datasource=npm depName=eslint-plugin-n
201-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
201+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
202202
# renovate: datasource=npm depName=eslint-plugin-prettier
203203
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3
204204
# renovate: datasource=npm depName=eslint-plugin-promise

Diff for: flavors/cupcake/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ ARG NPM_ESLINT_PLUGIN_IMPORT_VERSION=2.31.0
156156
# renovate: datasource=npm depName=eslint-plugin-jest
157157
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
158158
# renovate: datasource=npm depName=eslint-plugin-n
159-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
159+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
160160
# renovate: datasource=npm depName=eslint-plugin-prettier
161161
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3
162162
# renovate: datasource=npm depName=eslint-plugin-promise

Diff for: flavors/dotnetweb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ ARG NPM_ESLINT_PLUGIN_IMPORT_VERSION=2.31.0
149149
# renovate: datasource=npm depName=eslint-plugin-jest
150150
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
151151
# renovate: datasource=npm depName=eslint-plugin-n
152-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
152+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
153153
# renovate: datasource=npm depName=eslint-plugin-prettier
154154
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3
155155
# renovate: datasource=npm depName=eslint-plugin-promise

Diff for: flavors/javascript/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ARG NPM_ESLINT_PLUGIN_IMPORT_VERSION=2.31.0
130130
# renovate: datasource=npm depName=eslint-plugin-jest
131131
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
132132
# renovate: datasource=npm depName=eslint-plugin-n
133-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
133+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
134134
# renovate: datasource=npm depName=eslint-plugin-prettier
135135
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3
136136
# renovate: datasource=npm depName=eslint-plugin-promise

Diff for: linters/javascript_es/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ARG NPM_ESLINT_PLUGIN_IMPORT_VERSION=2.31.0
6161
# renovate: datasource=npm depName=eslint-plugin-jest
6262
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
6363
# renovate: datasource=npm depName=eslint-plugin-n
64-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
64+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
6565
# renovate: datasource=npm depName=eslint-plugin-prettier
6666
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3
6767
# renovate: datasource=npm depName=eslint-plugin-promise

Diff for: linters/typescript_es/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ARG NPM_ESLINT_PLUGIN_IMPORT_VERSION=2.31.0
6363
# renovate: datasource=npm depName=eslint-plugin-jest
6464
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
6565
# renovate: datasource=npm depName=eslint-plugin-n
66-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
66+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
6767
# renovate: datasource=npm depName=eslint-plugin-prettier
6868
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3
6969
# renovate: datasource=npm depName=eslint-plugin-promise

Diff for: megalinter/descriptors/javascript.megalinter-descriptor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ linters:
7777
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
7878
- |-
7979
# renovate: datasource=npm depName=eslint-plugin-n
80-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
80+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
8181
- |-
8282
# renovate: datasource=npm depName=eslint-plugin-prettier
8383
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3

Diff for: megalinter/descriptors/typescript.megalinter-descriptor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ linters:
8181
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
8282
- |-
8383
# renovate: datasource=npm depName=eslint-plugin-n
84-
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
84+
ARG NPM_ESLINT_PLUGIN_N_VERSION=17.15.1
8585
- |-
8686
# renovate: datasource=npm depName=eslint-plugin-prettier
8787
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.3

0 commit comments

Comments
 (0)