Skip to content

Commit ebf3fab

Browse files
committed
build: update eslint-plugin-import to 2.23.4
1 parent 6a9c7ff commit ebf3fab

File tree

4 files changed

+34
-65
lines changed

4 files changed

+34
-65
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"eslint": "7.29.0",
152152
"eslint-config-prettier": "8.3.0",
153153
"eslint-plugin-header": "3.1.1",
154-
"eslint-plugin-import": "2.22.1",
154+
"eslint-plugin-import": "2.23.4",
155155
"express": "4.17.1",
156156
"fast-json-stable-stringify": "2.1.0",
157157
"find-cache-dir": "3.3.1",

packages/angular_devkit/build_angular/src/webpack/plugins/hmr/hmr-accept.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9+
// eslint-disable-next-line import/no-extraneous-dependencies
910
import {
1011
ApplicationRef,
1112
PlatformRef,
1213
Type,
1314
isDevMode,
1415
ɵresetCompiledComponents,
15-
// eslint-disable-next-line import/no-extraneous-dependencies
1616
} from '@angular/core';
1717
import { filter, take } from 'rxjs/operators';
1818

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"schedule": ["after 10pm every weekday", "before 4am every weekday", "every weekend"],
1313
"baseBranches": ["master"],
14-
"ignoreDeps": ["@types/node", "quicktype-core", "eslint-plugin-import"],
14+
"ignoreDeps": ["@types/node", "quicktype-core"],
1515
"packageFiles": [
1616
"WORKSPACE",
1717
"package.json",

yarn.lock

Lines changed: 31 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ array-ify@^1.0.0:
25802580
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
25812581
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
25822582

2583-
array-includes@^3.1.1:
2583+
array-includes@^3.1.3:
25842584
version "3.1.3"
25852585
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
25862586
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
@@ -2613,7 +2613,7 @@ array-unique@^0.3.2:
26132613
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
26142614
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
26152615

2616-
array.prototype.flat@^1.2.3:
2616+
array.prototype.flat@^1.2.4:
26172617
version "1.2.4"
26182618
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
26192619
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
@@ -3563,11 +3563,6 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
35633563
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
35643564
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
35653565

3566-
contains-path@^0.1.0:
3567-
version "0.1.0"
3568-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
3569-
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
3570-
35713566
35723567
version "0.5.3"
35733568
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
@@ -4402,13 +4397,12 @@ dns-txt@^2.0.2:
44024397
dependencies:
44034398
buffer-indexof "^1.0.0"
44044399

4405-
doctrine@1.5.0:
4406-
version "1.5.0"
4407-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
4408-
integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
4400+
doctrine@^2.1.0:
4401+
version "2.1.0"
4402+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
4403+
integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
44094404
dependencies:
44104405
esutils "^2.0.2"
4411-
isarray "^1.0.0"
44124406

44134407
doctrine@^3.0.0:
44144408
version "3.0.0"
@@ -4779,7 +4773,7 @@ [email protected], eslint-import-resolver-node@^0.3.4:
47794773
debug "^2.6.9"
47804774
resolve "^1.13.1"
47814775

4782-
eslint-module-utils@^2.6.0:
4776+
eslint-module-utils@^2.6.1:
47834777
version "2.6.1"
47844778
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
47854779
integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
@@ -4792,23 +4786,25 @@ [email protected]:
47924786
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
47934787
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
47944788

4795-
eslint-plugin-import@2.22.1:
4796-
version "2.22.1"
4797-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
4798-
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
4789+
eslint-plugin-import@2.23.4:
4790+
version "2.23.4"
4791+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
4792+
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
47994793
dependencies:
4800-
array-includes "^3.1.1"
4801-
array.prototype.flat "^1.2.3"
4802-
contains-path "^0.1.0"
4794+
array-includes "^3.1.3"
4795+
array.prototype.flat "^1.2.4"
48034796
debug "^2.6.9"
4804-
doctrine "1.5.0"
4797+
doctrine "^2.1.0"
48054798
eslint-import-resolver-node "^0.3.4"
4806-
eslint-module-utils "^2.6.0"
4799+
eslint-module-utils "^2.6.1"
4800+
find-up "^2.0.0"
48074801
has "^1.0.3"
4802+
is-core-module "^2.4.0"
48084803
minimatch "^3.0.4"
4809-
object.values "^1.1.1"
4810-
read-pkg-up "^2.0.0"
4811-
resolve "^1.17.0"
4804+
object.values "^1.1.3"
4805+
pkg-up "^2.0.0"
4806+
read-pkg-up "^3.0.0"
4807+
resolve "^1.20.0"
48124808
tsconfig-paths "^3.9.0"
48134809

48144810
[email protected], eslint-scope@^5.1.1:
@@ -6265,7 +6261,7 @@ is-color-stop@^1.1.0:
62656261
rgb-regex "^1.0.1"
62666262
rgba-regex "^1.0.0"
62676263

6268-
is-core-module@^2.2.0:
6264+
is-core-module@^2.2.0, is-core-module@^2.4.0:
62696265
version "2.4.0"
62706266
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
62716267
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
@@ -6560,7 +6556,7 @@ is-wsl@^2.2.0:
65606556
dependencies:
65616557
is-docker "^2.0.0"
65626558

6563-
[email protected], isarray@^1.0.0, isarray@~1.0.0:
6559+
[email protected], isarray@~1.0.0:
65646560
version "1.0.0"
65656561
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
65666562
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
@@ -7125,16 +7121,6 @@ load-json-file@^1.0.0:
71257121
pinkie-promise "^2.0.0"
71267122
strip-bom "^2.0.0"
71277123

7128-
load-json-file@^2.0.0:
7129-
version "2.0.0"
7130-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
7131-
integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
7132-
dependencies:
7133-
graceful-fs "^4.1.2"
7134-
parse-json "^2.2.0"
7135-
pify "^2.0.0"
7136-
strip-bom "^3.0.0"
7137-
71387124
load-json-file@^4.0.0:
71397125
version "4.0.0"
71407126
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
@@ -8265,7 +8251,7 @@ object.pick@^1.3.0:
82658251
dependencies:
82668252
isobject "^3.0.1"
82678253

8268-
object.values@^1.1.1:
8254+
object.values@^1.1.3:
82698255
version "1.1.4"
82708256
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
82718257
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -8695,13 +8681,6 @@ path-type@^1.0.0:
86958681
pify "^2.0.0"
86968682
pinkie-promise "^2.0.0"
86978683

8698-
path-type@^2.0.0:
8699-
version "2.0.0"
8700-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
8701-
integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
8702-
dependencies:
8703-
pify "^2.0.0"
8704-
87058684
path-type@^3.0.0:
87068685
version "3.0.0"
87078686
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -8817,6 +8796,13 @@ pkg-dir@^3.0.0:
88178796
dependencies:
88188797
find-up "^3.0.0"
88198798

8799+
pkg-up@^2.0.0:
8800+
version "2.0.0"
8801+
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
8802+
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
8803+
dependencies:
8804+
find-up "^2.1.0"
8805+
88208806
88218807
version "0.4.1"
88228808
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff"
@@ -9753,14 +9739,6 @@ read-pkg-up@^1.0.1:
97539739
find-up "^1.0.0"
97549740
read-pkg "^1.0.0"
97559741

9756-
read-pkg-up@^2.0.0:
9757-
version "2.0.0"
9758-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
9759-
integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
9760-
dependencies:
9761-
find-up "^2.0.0"
9762-
read-pkg "^2.0.0"
9763-
97649742
read-pkg-up@^3.0.0:
97659743
version "3.0.0"
97669744
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
@@ -9787,15 +9765,6 @@ read-pkg@^1.0.0:
97879765
normalize-package-data "^2.3.2"
97889766
path-type "^1.0.0"
97899767

9790-
read-pkg@^2.0.0:
9791-
version "2.0.0"
9792-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
9793-
integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
9794-
dependencies:
9795-
load-json-file "^2.0.0"
9796-
normalize-package-data "^2.3.2"
9797-
path-type "^2.0.0"
9798-
97999768
read-pkg@^3.0.0:
98009769
version "3.0.0"
98019770
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"

0 commit comments

Comments
 (0)