Skip to content

Commit 093e439

Browse files
yarn(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 (#4465)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a795c67 commit 093e439

File tree

2 files changed

+48
-42
lines changed

2 files changed

+48
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-config-prettier": "^9.1.0",
7979
"eslint-import-resolver-typescript": "^3.6.3",
8080
"eslint-plugin-css-modules": "^2.12.0",
81-
"eslint-plugin-import": "2.29.1",
81+
"eslint-plugin-import": "2.30.0",
8282
"eslint-plugin-jest": "^28.8.2",
8383
"eslint-plugin-jsx-a11y": "6.9.0",
8484
"eslint-plugin-only-warn": "^1.1.0",

yarn.lock

Lines changed: 47 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,11 @@
19741974
estree-walker "^1.0.1"
19751975
picomatch "^2.2.2"
19761976

1977+
"@rtsao/scc@^1.1.0":
1978+
version "1.1.0"
1979+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1980+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1981+
19771982
"@rushstack/eslint-patch@^1.1.0":
19781983
version "1.3.3"
19791984
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.3.3.tgz#16ab6c727d8c2020a5b6e4a176a243ecd88d8d69"
@@ -3100,7 +3105,7 @@ array-flatten@^2.1.2:
31003105
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
31013106
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
31023107

3103-
array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
3108+
array-includes@^3.1.6, array-includes@^3.1.8:
31043109
version "3.1.8"
31053110
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
31063111
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -3129,16 +3134,17 @@ array.prototype.findlast@^1.2.5:
31293134
es-object-atoms "^1.0.0"
31303135
es-shim-unscopables "^1.0.2"
31313136

3132-
array.prototype.findlastindex@^1.2.3:
3133-
version "1.2.3"
3134-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
3135-
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
3137+
array.prototype.findlastindex@^1.2.5:
3138+
version "1.2.5"
3139+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
3140+
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
31363141
dependencies:
3137-
call-bind "^1.0.2"
3138-
define-properties "^1.2.0"
3139-
es-abstract "^1.22.1"
3140-
es-shim-unscopables "^1.0.0"
3141-
get-intrinsic "^1.2.1"
3142+
call-bind "^1.0.7"
3143+
define-properties "^1.2.1"
3144+
es-abstract "^1.23.2"
3145+
es-errors "^1.3.0"
3146+
es-object-atoms "^1.0.0"
3147+
es-shim-unscopables "^1.0.2"
31423148

31433149
array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
31443150
version "1.3.2"
@@ -5240,10 +5246,10 @@ eslint-import-resolver-typescript@^3.6.3:
52405246
is-bun-module "^1.0.2"
52415247
is-glob "^4.0.3"
52425248

5243-
eslint-module-utils@^2.8.0, eslint-module-utils@^2.8.1:
5244-
version "2.8.2"
5245-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.2.tgz#2ecad69d71e1fa81f17f7f24d5d3e46b168de663"
5246-
integrity sha512-3XnC5fDyc8M4J2E8pt8pmSVRX2M+5yWMCfI/kDZwauQeFgzQOuhcRBFKjTeJagqgk4sFKxe1mvNVnaWwImx/Tg==
5249+
eslint-module-utils@^2.8.1, eslint-module-utils@^2.9.0:
5250+
version "2.9.0"
5251+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz#95d4ac038a68cd3f63482659dffe0883900eb342"
5252+
integrity sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==
52475253
dependencies:
52485254
debug "^3.2.7"
52495255

@@ -5263,26 +5269,27 @@ eslint-plugin-flowtype@^8.0.3:
52635269
lodash "^4.17.21"
52645270
string-natural-compare "^3.0.1"
52655271

5266-
eslint-plugin-import@2.29.1, eslint-plugin-import@^2.25.3:
5267-
version "2.29.1"
5268-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
5269-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
5272+
eslint-plugin-import@2.30.0, eslint-plugin-import@^2.25.3:
5273+
version "2.30.0"
5274+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449"
5275+
integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==
52705276
dependencies:
5271-
array-includes "^3.1.7"
5272-
array.prototype.findlastindex "^1.2.3"
5277+
"@rtsao/scc" "^1.1.0"
5278+
array-includes "^3.1.8"
5279+
array.prototype.findlastindex "^1.2.5"
52735280
array.prototype.flat "^1.3.2"
52745281
array.prototype.flatmap "^1.3.2"
52755282
debug "^3.2.7"
52765283
doctrine "^2.1.0"
52775284
eslint-import-resolver-node "^0.3.9"
5278-
eslint-module-utils "^2.8.0"
5279-
hasown "^2.0.0"
5280-
is-core-module "^2.13.1"
5285+
eslint-module-utils "^2.9.0"
5286+
hasown "^2.0.2"
5287+
is-core-module "^2.15.1"
52815288
is-glob "^4.0.3"
52825289
minimatch "^3.1.2"
5283-
object.fromentries "^2.0.7"
5284-
object.groupby "^1.0.1"
5285-
object.values "^1.1.7"
5290+
object.fromentries "^2.0.8"
5291+
object.groupby "^1.0.3"
5292+
object.values "^1.2.0"
52865293
semver "^6.3.1"
52875294
tsconfig-paths "^3.15.0"
52885295

@@ -6759,12 +6766,12 @@ is-ci@^3.0.1:
67596766
dependencies:
67606767
ci-info "^3.2.0"
67616768

6762-
is-core-module@^2.13.0, is-core-module@^2.13.1:
6763-
version "2.13.1"
6764-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
6765-
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
6769+
is-core-module@^2.13.0, is-core-module@^2.15.1:
6770+
version "2.15.1"
6771+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
6772+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
67666773
dependencies:
6767-
hasown "^2.0.0"
6774+
hasown "^2.0.2"
67686775

67696776
is-data-view@^1.0.1:
67706777
version "1.0.1"
@@ -8473,7 +8480,7 @@ object.entries@^1.1.5, object.entries@^1.1.8:
84738480
define-properties "^1.2.1"
84748481
es-object-atoms "^1.0.0"
84758482

8476-
object.fromentries@^2.0.7, object.fromentries@^2.0.8:
8483+
object.fromentries@^2.0.8:
84778484
version "2.0.8"
84788485
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
84798486
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -8494,17 +8501,16 @@ object.getownpropertydescriptors@^2.1.0:
84948501
es-abstract "^1.21.2"
84958502
safe-array-concat "^1.0.0"
84968503

8497-
object.groupby@^1.0.1:
8498-
version "1.0.1"
8499-
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
8500-
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
8504+
object.groupby@^1.0.3:
8505+
version "1.0.3"
8506+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
8507+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
85018508
dependencies:
8502-
call-bind "^1.0.2"
8503-
define-properties "^1.2.0"
8504-
es-abstract "^1.22.1"
8505-
get-intrinsic "^1.2.1"
8509+
call-bind "^1.0.7"
8510+
define-properties "^1.2.1"
8511+
es-abstract "^1.23.2"
85068512

8507-
object.values@^1.1.0, object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0:
8513+
object.values@^1.1.0, object.values@^1.1.6, object.values@^1.2.0:
85088514
version "1.2.0"
85098515
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
85108516
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==

0 commit comments

Comments
 (0)