Skip to content

Commit 5a17ba5

Browse files
Merge pull request #415 from openscript-ch/renovate/all-minor-patch
chore(deps): update dependency eslint-plugin-import to v2.30.0
2 parents b669b0b + 120b1cb commit 5a17ba5

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint-config-airbnb": "19.0.4",
5656
"eslint-config-airbnb-typescript": "17.1.0",
5757
"eslint-config-prettier": "9.1.0",
58-
"eslint-plugin-import": "2.29.1",
58+
"eslint-plugin-import": "2.30.0",
5959
"eslint-plugin-jsx-a11y": "6.9.0",
6060
"eslint-plugin-mdx": "^3.1.1",
6161
"eslint-plugin-prettier": "5.2.1",

yarn.lock

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3406,6 +3406,11 @@
34063406
"@resvg/resvg-js-win32-ia32-msvc" "2.6.2"
34073407
"@resvg/resvg-js-win32-x64-msvc" "2.6.2"
34083408

3409+
"@rtsao/scc@^1.1.0":
3410+
version "1.1.0"
3411+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
3412+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
3413+
34093414
"@sideway/address@^4.1.3":
34103415
version "4.1.4"
34113416
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
@@ -4690,6 +4695,18 @@ array.prototype.findlastindex@^1.2.3:
46904695
es-shim-unscopables "^1.0.0"
46914696
get-intrinsic "^1.2.1"
46924697

4698+
array.prototype.findlastindex@^1.2.5:
4699+
version "1.2.5"
4700+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
4701+
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
4702+
dependencies:
4703+
call-bind "^1.0.7"
4704+
define-properties "^1.2.1"
4705+
es-abstract "^1.23.2"
4706+
es-errors "^1.3.0"
4707+
es-object-atoms "^1.0.0"
4708+
es-shim-unscopables "^1.0.2"
4709+
46934710
array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
46944711
version "1.3.2"
46954712
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
@@ -7250,6 +7267,13 @@ eslint-module-utils@^2.8.0:
72507267
dependencies:
72517268
debug "^3.2.7"
72527269

7270+
eslint-module-utils@^2.9.0:
7271+
version "2.9.0"
7272+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz#95d4ac038a68cd3f63482659dffe0883900eb342"
7273+
integrity sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==
7274+
dependencies:
7275+
debug "^3.2.7"
7276+
72537277
eslint-plugin-flowtype@^5.10.0:
72547278
version "5.10.0"
72557279
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb"
@@ -7258,7 +7282,31 @@ eslint-plugin-flowtype@^5.10.0:
72587282
lodash "^4.17.15"
72597283
string-natural-compare "^3.0.1"
72607284

7261-
eslint-plugin-import@2.29.1, eslint-plugin-import@^2.27.5:
7285+
eslint-plugin-import@2.30.0:
7286+
version "2.30.0"
7287+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449"
7288+
integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==
7289+
dependencies:
7290+
"@rtsao/scc" "^1.1.0"
7291+
array-includes "^3.1.8"
7292+
array.prototype.findlastindex "^1.2.5"
7293+
array.prototype.flat "^1.3.2"
7294+
array.prototype.flatmap "^1.3.2"
7295+
debug "^3.2.7"
7296+
doctrine "^2.1.0"
7297+
eslint-import-resolver-node "^0.3.9"
7298+
eslint-module-utils "^2.9.0"
7299+
hasown "^2.0.2"
7300+
is-core-module "^2.15.1"
7301+
is-glob "^4.0.3"
7302+
minimatch "^3.1.2"
7303+
object.fromentries "^2.0.8"
7304+
object.groupby "^1.0.3"
7305+
object.values "^1.2.0"
7306+
semver "^6.3.1"
7307+
tsconfig-paths "^3.15.0"
7308+
7309+
eslint-plugin-import@^2.27.5:
72627310
version "2.29.1"
72637311
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
72647312
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
@@ -9859,6 +9907,13 @@ is-core-module@^2.13.0, is-core-module@^2.13.1:
98599907
dependencies:
98609908
hasown "^2.0.0"
98619909

9910+
is-core-module@^2.15.1:
9911+
version "2.15.1"
9912+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
9913+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
9914+
dependencies:
9915+
hasown "^2.0.2"
9916+
98629917
is-data-view@^1.0.1:
98639918
version "1.0.1"
98649919
resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.1.tgz#4b4d3a511b70f3dc26d42c03ca9ca515d847759f"
@@ -12863,6 +12918,15 @@ object.groupby@^1.0.1:
1286312918
es-abstract "^1.22.1"
1286412919
get-intrinsic "^1.2.1"
1286512920

12921+
object.groupby@^1.0.3:
12922+
version "1.0.3"
12923+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
12924+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
12925+
dependencies:
12926+
call-bind "^1.0.7"
12927+
define-properties "^1.2.1"
12928+
es-abstract "^1.23.2"
12929+
1286612930
object.hasown@^1.1.2:
1286712931
version "1.1.3"
1286812932
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.3.tgz#6a5f2897bb4d3668b8e79364f98ccf971bda55ae"

0 commit comments

Comments
 (0)