Skip to content

Commit a31b78e

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint-plugin-import to v2.25.2
1 parent 600100f commit a31b78e

File tree

2 files changed

+96
-38
lines changed

2 files changed

+96
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"eslint-config-airbnb": "18.2.1",
105105
"eslint-config-prettier": "7.2.0",
106106
"eslint-webpack-plugin": "2.5.4",
107-
"eslint-plugin-import": "2.24.2",
107+
"eslint-plugin-import": "2.25.2",
108108
"eslint-plugin-jest": "23.20.0",
109109
"eslint-plugin-jsx-a11y": "6.4.1",
110110
"eslint-plugin-prettier": "3.4.1",

yarn.lock

Lines changed: 95 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,17 @@ array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
23602360
get-intrinsic "^1.1.1"
23612361
is-string "^1.0.5"
23622362

2363+
array-includes@^3.1.4:
2364+
version "3.1.4"
2365+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
2366+
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
2367+
dependencies:
2368+
call-bind "^1.0.2"
2369+
define-properties "^1.1.3"
2370+
es-abstract "^1.19.1"
2371+
get-intrinsic "^1.1.1"
2372+
is-string "^1.0.7"
2373+
23632374
array-union@^1.0.1:
23642375
version "1.0.2"
23652376
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -2401,7 +2412,7 @@ array.prototype.find@^2.1.1:
24012412
define-properties "^1.1.3"
24022413
es-abstract "^1.17.4"
24032414

2404-
array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.4:
2415+
array.prototype.flat@^1.2.3:
24052416
version "1.2.4"
24062417
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
24072418
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
@@ -2410,6 +2421,15 @@ array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.4:
24102421
define-properties "^1.1.3"
24112422
es-abstract "^1.18.0-next.1"
24122423

2424+
array.prototype.flat@^1.2.5:
2425+
version "1.2.5"
2426+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
2427+
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
2428+
dependencies:
2429+
call-bind "^1.0.2"
2430+
define-properties "^1.1.3"
2431+
es-abstract "^1.19.0"
2432+
24132433
array.prototype.flatmap@^1.2.4:
24142434
version "1.2.4"
24152435
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
@@ -4497,6 +4517,32 @@ es-abstract@^1.18.1:
44974517
string.prototype.trimstart "^1.0.4"
44984518
unbox-primitive "^1.0.1"
44994519

4520+
es-abstract@^1.19.0, es-abstract@^1.19.1:
4521+
version "1.19.1"
4522+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
4523+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
4524+
dependencies:
4525+
call-bind "^1.0.2"
4526+
es-to-primitive "^1.2.1"
4527+
function-bind "^1.1.1"
4528+
get-intrinsic "^1.1.1"
4529+
get-symbol-description "^1.0.0"
4530+
has "^1.0.3"
4531+
has-symbols "^1.0.2"
4532+
internal-slot "^1.0.3"
4533+
is-callable "^1.2.4"
4534+
is-negative-zero "^2.0.1"
4535+
is-regex "^1.1.4"
4536+
is-shared-array-buffer "^1.0.1"
4537+
is-string "^1.0.7"
4538+
is-weakref "^1.0.1"
4539+
object-inspect "^1.11.0"
4540+
object-keys "^1.1.1"
4541+
object.assign "^4.1.2"
4542+
string.prototype.trimend "^1.0.4"
4543+
string.prototype.trimstart "^1.0.4"
4544+
unbox-primitive "^1.0.1"
4545+
45004546
es-array-method-boxes-properly@^1.0.0:
45014547
version "1.0.0"
45024548
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
@@ -4596,32 +4642,31 @@ eslint-import-resolver-node@^0.3.6:
45964642
debug "^3.2.7"
45974643
resolve "^1.20.0"
45984644

4599-
eslint-module-utils@^2.6.2:
4600-
version "2.6.2"
4601-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
4602-
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
4645+
eslint-module-utils@^2.7.0:
4646+
version "2.7.1"
4647+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
4648+
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
46034649
dependencies:
46044650
debug "^3.2.7"
4651+
find-up "^2.1.0"
46054652
pkg-dir "^2.0.0"
46064653

4607-
eslint-plugin-import@2.24.2:
4608-
version "2.24.2"
4609-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
4610-
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
4654+
eslint-plugin-import@2.25.2:
4655+
version "2.25.2"
4656+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
4657+
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
46114658
dependencies:
4612-
array-includes "^3.1.3"
4613-
array.prototype.flat "^1.2.4"
4659+
array-includes "^3.1.4"
4660+
array.prototype.flat "^1.2.5"
46144661
debug "^2.6.9"
46154662
doctrine "^2.1.0"
46164663
eslint-import-resolver-node "^0.3.6"
4617-
eslint-module-utils "^2.6.2"
4618-
find-up "^2.0.0"
4664+
eslint-module-utils "^2.7.0"
46194665
has "^1.0.3"
4620-
is-core-module "^2.6.0"
4666+
is-core-module "^2.7.0"
4667+
is-glob "^4.0.3"
46214668
minimatch "^3.0.4"
4622-
object.values "^1.1.4"
4623-
pkg-up "^2.0.0"
4624-
read-pkg-up "^3.0.0"
4669+
object.values "^1.1.5"
46254670
resolve "^1.20.0"
46264671
tsconfig-paths "^3.11.0"
46274672

@@ -5167,7 +5212,7 @@ find-up@5.0.0:
51675212
locate-path "^6.0.0"
51685213
path-exists "^4.0.0"
51695214

5170-
find-up@^2.0.0, find-up@^2.1.0:
5215+
find-up@^2.1.0:
51715216
version "2.1.0"
51725217
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
51735218
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
@@ -6162,10 +6207,10 @@ is-core-module@^2.2.0:
61626207
dependencies:
61636208
has "^1.0.3"
61646209

6165-
is-core-module@^2.6.0:
6166-
version "2.6.0"
6167-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
6168-
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
6210+
is-core-module@^2.7.0:
6211+
version "2.8.0"
6212+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
6213+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
61696214
dependencies:
61706215
has "^1.0.3"
61716216

@@ -6264,6 +6309,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
62646309
dependencies:
62656310
is-extglob "^2.1.1"
62666311

6312+
is-glob@^4.0.3:
6313+
version "4.0.3"
6314+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
6315+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
6316+
dependencies:
6317+
is-extglob "^2.1.1"
6318+
62676319
is-installed-globally@^0.4.0:
62686320
version "0.4.0"
62696321
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520"
@@ -6381,6 +6433,11 @@ is-resolvable@^1.1.0:
63816433
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
63826434
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
63836435

6436+
is-shared-array-buffer@^1.0.1:
6437+
version "1.0.1"
6438+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
6439+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
6440+
63846441
is-stream@^1.1.0:
63856442
version "1.1.0"
63866443
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -6420,6 +6477,13 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
64206477
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
64216478
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
64226479

6480+
is-weakref@^1.0.1:
6481+
version "1.0.1"
6482+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
6483+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
6484+
dependencies:
6485+
call-bind "^1.0.0"
6486+
64236487
is-windows@^1.0.2:
64246488
version "1.0.2"
64256489
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -8473,6 +8537,15 @@ object.values@^1.1.1, object.values@^1.1.2, object.values@^1.1.4:
84738537
define-properties "^1.1.3"
84748538
es-abstract "^1.18.2"
84758539

8540+
object.values@^1.1.5:
8541+
version "1.1.5"
8542+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
8543+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
8544+
dependencies:
8545+
call-bind "^1.0.2"
8546+
define-properties "^1.1.3"
8547+
es-abstract "^1.19.1"
8548+
84768549
obuf@^1.0.0, obuf@^1.1.2:
84778550
version "1.1.2"
84788551
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -8935,13 +9008,6 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
89359008
dependencies:
89369009
find-up "^4.0.0"
89379010

8938-
pkg-up@^2.0.0:
8939-
version "2.0.0"
8940-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
8941-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
8942-
dependencies:
8943-
find-up "^2.1.0"
8944-
89459011
please-upgrade-node@^3.2.0:
89469012
version "3.2.0"
89479013
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
@@ -9618,14 +9684,6 @@ read-package-json-fast@^2.0.1:
96189684
json-parse-even-better-errors "^2.3.0"
96199685
npm-normalize-package-bin "^1.0.1"
96209686

9621-
read-pkg-up@^3.0.0:
9622-
version "3.0.0"
9623-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
9624-
integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
9625-
dependencies:
9626-
find-up "^2.0.0"
9627-
read-pkg "^3.0.0"
9628-
96299687
read-pkg-up@^4.0.0:
96309688
version "4.0.0"
96319689
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978"

0 commit comments

Comments
 (0)