Skip to content

Commit d49ff2a

Browse files
chore(deps): update dependency eslint-plugin-import to v2.31.0 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e46779 commit d49ff2a

File tree

2 files changed

+37
-39
lines changed

2 files changed

+37
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"docz-theme-default": "1.2.0",
3737
"eslint": "7.32.0",
3838
"eslint-config-airbnb": "18.2.1",
39-
"eslint-plugin-import": "2.29.1",
39+
"eslint-plugin-import": "2.31.0",
4040
"eslint-plugin-json": "3.1.0",
4141
"eslint-plugin-jsx-a11y": "6.10.2",
4242
"eslint-plugin-react": "7.37.4",

yarn.lock

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4588,6 +4588,11 @@
45884588
resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.81.tgz#0b7c440b6e126f79036cbe74a88791aba72b9fcf"
45894589
integrity sha512-g3YvkLO7UsSWiDfYAU+gLhRHtEpUyz732lZB+N8IlLXc5MnfXHC8GKneDGY3Mh52I3gBrs20o37D5viQX9E1CA==
45904590

4591+
"@rtsao/scc@^1.1.0":
4592+
version "1.1.0"
4593+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
4594+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
4595+
45914596
"@sindresorhus/is@^0.14.0":
45924597
version "0.14.0"
45934598
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -5747,7 +5752,7 @@ array-includes@^3.1.6:
57475752
get-intrinsic "^1.1.3"
57485753
is-string "^1.0.7"
57495754

5750-
array-includes@^3.1.7, array-includes@^3.1.8:
5755+
array-includes@^3.1.8:
57515756
version "3.1.8"
57525757
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
57535758
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -5827,7 +5832,7 @@ array.prototype.findlast@^1.2.5:
58275832
es-object-atoms "^1.0.0"
58285833
es-shim-unscopables "^1.0.2"
58295834

5830-
array.prototype.findlastindex@^1.2.3:
5835+
array.prototype.findlastindex@^1.2.5:
58315836
version "1.2.5"
58325837
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
58335838
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
@@ -10399,6 +10404,13 @@ eslint-loader@^2.2.1:
1039910404
object-hash "^1.1.4"
1040010405
rimraf "^2.6.1"
1040110406

10407+
eslint-module-utils@^2.12.0:
10408+
version "2.12.0"
10409+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
10410+
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
10411+
dependencies:
10412+
debug "^3.2.7"
10413+
1040210414
eslint-module-utils@^2.4.1:
1040310415
version "2.5.0"
1040410416
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
@@ -10407,13 +10419,6 @@ eslint-module-utils@^2.4.1:
1040710419
debug "^2.6.9"
1040810420
pkg-dir "^2.0.0"
1040910421

10410-
eslint-module-utils@^2.8.0:
10411-
version "2.8.0"
10412-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
10413-
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
10414-
dependencies:
10415-
debug "^3.2.7"
10416-
1041710422
eslint-plugin-eslint-plugin@^2.1.0:
1041810423
version "2.1.0"
1041910424
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5"
@@ -10434,27 +10439,29 @@ eslint-plugin-graphql@^3.1.0:
1043410439
graphql-config "^2.0.1"
1043510440
lodash "^4.11.1"
1043610441

10437-
eslint-plugin-import@2.29.1:
10438-
version "2.29.1"
10439-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
10440-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
10442+
eslint-plugin-import@2.31.0:
10443+
version "2.31.0"
10444+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
10445+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
1044110446
dependencies:
10442-
array-includes "^3.1.7"
10443-
array.prototype.findlastindex "^1.2.3"
10447+
"@rtsao/scc" "^1.1.0"
10448+
array-includes "^3.1.8"
10449+
array.prototype.findlastindex "^1.2.5"
1044410450
array.prototype.flat "^1.3.2"
1044510451
array.prototype.flatmap "^1.3.2"
1044610452
debug "^3.2.7"
1044710453
doctrine "^2.1.0"
1044810454
eslint-import-resolver-node "^0.3.9"
10449-
eslint-module-utils "^2.8.0"
10450-
hasown "^2.0.0"
10451-
is-core-module "^2.13.1"
10455+
eslint-module-utils "^2.12.0"
10456+
hasown "^2.0.2"
10457+
is-core-module "^2.15.1"
1045210458
is-glob "^4.0.3"
1045310459
minimatch "^3.1.2"
10454-
object.fromentries "^2.0.7"
10455-
object.groupby "^1.0.1"
10456-
object.values "^1.1.7"
10460+
object.fromentries "^2.0.8"
10461+
object.groupby "^1.0.3"
10462+
object.values "^1.2.0"
1045710463
semver "^6.3.1"
10464+
string.prototype.trimend "^1.0.8"
1045810465
tsconfig-paths "^3.15.0"
1045910466

1046010467
eslint-plugin-import@^2.19.1:
@@ -14009,12 +14016,12 @@ is-core-module@^2.13.0:
1400914016
dependencies:
1401014017
has "^1.0.3"
1401114018

14012-
is-core-module@^2.13.1:
14013-
version "2.13.1"
14014-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
14015-
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
14019+
is-core-module@^2.15.1:
14020+
version "2.16.1"
14021+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
14022+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
1401614023
dependencies:
14017-
hasown "^2.0.0"
14024+
hasown "^2.0.2"
1401814025

1401914026
is-core-module@^2.2.0:
1402014027
version "2.2.0"
@@ -17791,7 +17798,7 @@ object.fromentries@^2.0.1:
1779117798
function-bind "^1.1.1"
1779217799
has "^1.0.3"
1779317800

17794-
object.fromentries@^2.0.7, object.fromentries@^2.0.8:
17801+
object.fromentries@^2.0.8:
1779517802
version "2.0.8"
1779617803
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
1779717804
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -17809,7 +17816,7 @@ object.getownpropertydescriptors@^2.0.3:
1780917816
define-properties "^1.1.2"
1781017817
es-abstract "^1.5.1"
1781117818

17812-
object.groupby@^1.0.1:
17819+
object.groupby@^1.0.3:
1781317820
version "1.0.3"
1781417821
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
1781517822
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
@@ -17852,16 +17859,7 @@ object.values@^1.1.6:
1785217859
define-properties "^1.1.4"
1785317860
es-abstract "^1.20.4"
1785417861

17855-
object.values@^1.1.7:
17856-
version "1.2.0"
17857-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
17858-
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
17859-
dependencies:
17860-
call-bind "^1.0.7"
17861-
define-properties "^1.2.1"
17862-
es-object-atoms "^1.0.0"
17863-
17864-
object.values@^1.2.1:
17862+
object.values@^1.2.0, object.values@^1.2.1:
1786517863
version "1.2.1"
1786617864
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
1786717865
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==

0 commit comments

Comments
 (0)