Skip to content

Commit cf19fa5

Browse files
dependabot[bot]adi-herwana-nus
authored andcommitted
chore(deps-dev): bump eslint-plugin-import in /client
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.1 to 2.32.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.32.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a803f6 commit cf19fa5

2 files changed

Lines changed: 67 additions & 84 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"eslint-import-resolver-node": "^0.3.9",
167167
"eslint-import-resolver-webpack": "^0.13.11",
168168
"eslint-plugin-eslint-comments": "^3.2.0",
169-
"eslint-plugin-import": "^2.29.1",
169+
"eslint-plugin-import": "^2.32.0",
170170
"eslint-plugin-jest": "^29.15.0",
171171
"eslint-plugin-jsx-a11y": "^6.10.2",
172172
"eslint-plugin-prettier": "^5.1.3",

client/yarn.lock

Lines changed: 66 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,6 +3360,11 @@
33603360
dependencies:
33613361
tiny-invariant "^1.1.0"
33623362

3363+
"@rtsao/scc@^1.1.0":
3364+
version "1.1.0"
3365+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
3366+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
3367+
33633368
"@sgratzl/boxplots@^1.3.0":
33643369
version "1.3.0"
33653370
resolved "https://registry.yarnpkg.com/@sgratzl/boxplots/-/boxplots-1.3.0.tgz#c9063d98e33a15f880cf4bd3531be71497e2a94e"
@@ -4795,7 +4800,7 @@ array-flatten@1.1.1:
47954800
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
47964801
integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
47974802

4798-
array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
4803+
array-includes@^3.1.6, array-includes@^3.1.8, array-includes@^3.1.9:
47994804
version "3.1.9"
48004805
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
48014806
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
@@ -4825,38 +4830,30 @@ array.prototype.filter@^1.0.0:
48254830
es-array-method-boxes-properly "^1.0.0"
48264831
is-string "^1.0.7"
48274832

4828-
array.prototype.findlastindex@^1.2.3:
4829-
version "1.2.3"
4830-
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz#b37598438f97b579166940814e2c0493a4f50207"
4831-
integrity sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==
4832-
dependencies:
4833-
call-bind "^1.0.2"
4834-
define-properties "^1.2.0"
4835-
es-abstract "^1.22.1"
4836-
es-shim-unscopables "^1.0.0"
4837-
get-intrinsic "^1.2.1"
4838-
4839-
array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
4840-
version "1.3.2"
4841-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
4842-
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
4833+
array.prototype.findlastindex@^1.2.6:
4834+
version "1.2.6"
4835+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
4836+
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
48434837
dependencies:
4844-
call-bind "^1.0.2"
4845-
define-properties "^1.2.0"
4846-
es-abstract "^1.22.1"
4847-
es-shim-unscopables "^1.0.0"
4838+
call-bind "^1.0.8"
4839+
call-bound "^1.0.4"
4840+
define-properties "^1.2.1"
4841+
es-abstract "^1.23.9"
4842+
es-errors "^1.3.0"
4843+
es-object-atoms "^1.1.1"
4844+
es-shim-unscopables "^1.1.0"
48484845

4849-
array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2:
4850-
version "1.3.2"
4851-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
4852-
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
4846+
array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.3:
4847+
version "1.3.3"
4848+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
4849+
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
48534850
dependencies:
4854-
call-bind "^1.0.2"
4855-
define-properties "^1.2.0"
4856-
es-abstract "^1.22.1"
4857-
es-shim-unscopables "^1.0.0"
4851+
call-bind "^1.0.8"
4852+
define-properties "^1.2.1"
4853+
es-abstract "^1.23.5"
4854+
es-shim-unscopables "^1.0.2"
48584855

4859-
array.prototype.flatmap@^1.3.3:
4856+
array.prototype.flatmap@^1.3.1, array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3:
48604857
version "1.3.3"
48614858
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
48624859
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
@@ -6839,7 +6836,7 @@ es-shim-unscopables@^1.0.0:
68396836
dependencies:
68406837
has "^1.0.3"
68416838

6842-
es-shim-unscopables@^1.0.2:
6839+
es-shim-unscopables@^1.0.2, es-shim-unscopables@^1.1.0:
68436840
version "1.1.0"
68446841
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
68456842
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
@@ -6965,10 +6962,10 @@ eslint-import-resolver-webpack@^0.13.11:
69656962
resolve "^2.0.0-next.6"
69666963
semver "^5.7.2"
69676964

6968-
eslint-module-utils@^2.8.0:
6969-
version "2.8.0"
6970-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
6971-
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
6965+
eslint-module-utils@^2.12.1:
6966+
version "2.12.1"
6967+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
6968+
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
69726969
dependencies:
69736970
debug "^3.2.7"
69746971

@@ -6980,27 +6977,29 @@ eslint-plugin-eslint-comments@^3.2.0:
69806977
escape-string-regexp "^1.0.5"
69816978
ignore "^5.0.5"
69826979

6983-
eslint-plugin-import@^2.29.1:
6984-
version "2.29.1"
6985-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
6986-
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
6980+
eslint-plugin-import@^2.32.0:
6981+
version "2.32.0"
6982+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
6983+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
69876984
dependencies:
6988-
array-includes "^3.1.7"
6989-
array.prototype.findlastindex "^1.2.3"
6990-
array.prototype.flat "^1.3.2"
6991-
array.prototype.flatmap "^1.3.2"
6985+
"@rtsao/scc" "^1.1.0"
6986+
array-includes "^3.1.9"
6987+
array.prototype.findlastindex "^1.2.6"
6988+
array.prototype.flat "^1.3.3"
6989+
array.prototype.flatmap "^1.3.3"
69926990
debug "^3.2.7"
69936991
doctrine "^2.1.0"
69946992
eslint-import-resolver-node "^0.3.9"
6995-
eslint-module-utils "^2.8.0"
6996-
hasown "^2.0.0"
6997-
is-core-module "^2.13.1"
6993+
eslint-module-utils "^2.12.1"
6994+
hasown "^2.0.2"
6995+
is-core-module "^2.16.1"
69986996
is-glob "^4.0.3"
69996997
minimatch "^3.1.2"
7000-
object.fromentries "^2.0.7"
7001-
object.groupby "^1.0.1"
7002-
object.values "^1.1.7"
6998+
object.fromentries "^2.0.8"
6999+
object.groupby "^1.0.3"
7000+
object.values "^1.2.1"
70037001
semver "^6.3.1"
7002+
string.prototype.trimend "^1.0.9"
70047003
tsconfig-paths "^3.15.0"
70057004

70067005
eslint-plugin-jest@^29.15.0:
@@ -8560,7 +8559,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.1.5, is-callable@^1.2.7:
85608559
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
85618560
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
85628561

8563-
is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.16.1:
8562+
is-core-module@^2.13.0, is-core-module@^2.16.1:
85648563
version "2.16.1"
85658564
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
85668565
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
@@ -10388,20 +10387,13 @@ minimatch@^10.2.2:
1038810387
dependencies:
1038910388
brace-expansion "^5.0.2"
1039010389

10391-
minimatch@^3.0.4, minimatch@^3.1.1:
10390+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1039210391
version "3.1.5"
1039310392
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
1039410393
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
1039510394
dependencies:
1039610395
brace-expansion "^1.1.7"
1039710396

10398-
minimatch@^3.0.5, minimatch@^3.1.2:
10399-
version "3.1.2"
10400-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
10401-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
10402-
dependencies:
10403-
brace-expansion "^1.1.7"
10404-
1040510397
minimatch@^9.0.4:
1040610398
version "9.0.5"
1040710399
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
@@ -10730,7 +10722,7 @@ object.entries@^1.1.9:
1073010722
define-properties "^1.2.1"
1073110723
es-object-atoms "^1.1.1"
1073210724

10733-
object.fromentries@^2.0.0, object.fromentries@^2.0.6, object.fromentries@^2.0.7, object.fromentries@^2.0.8:
10725+
object.fromentries@^2.0.0, object.fromentries@^2.0.6, object.fromentries@^2.0.8:
1073410726
version "2.0.8"
1073510727
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
1073610728
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -10750,15 +10742,14 @@ object.getownpropertydescriptors@^2.0.3:
1075010742
define-properties "^1.1.4"
1075110743
es-abstract "^1.20.1"
1075210744

10753-
object.groupby@^1.0.1:
10754-
version "1.0.1"
10755-
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.1.tgz#d41d9f3c8d6c778d9cbac86b4ee9f5af103152ee"
10756-
integrity sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==
10745+
object.groupby@^1.0.3:
10746+
version "1.0.3"
10747+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
10748+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
1075710749
dependencies:
10758-
call-bind "^1.0.2"
10759-
define-properties "^1.2.0"
10760-
es-abstract "^1.22.1"
10761-
get-intrinsic "^1.2.1"
10750+
call-bind "^1.0.7"
10751+
define-properties "^1.2.1"
10752+
es-abstract "^1.23.2"
1076210753

1076310754
object.hasown@^1.1.2:
1076410755
version "1.1.2"
@@ -10768,14 +10759,15 @@ object.hasown@^1.1.2:
1076810759
define-properties "^1.1.4"
1076910760
es-abstract "^1.20.4"
1077010761

10771-
object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7:
10772-
version "1.1.7"
10773-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a"
10774-
integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==
10762+
object.values@^1.1.1, object.values@^1.1.6, object.values@^1.2.1:
10763+
version "1.2.1"
10764+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
10765+
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
1077510766
dependencies:
10776-
call-bind "^1.0.2"
10777-
define-properties "^1.2.0"
10778-
es-abstract "^1.22.1"
10767+
call-bind "^1.0.8"
10768+
call-bound "^1.0.3"
10769+
define-properties "^1.2.1"
10770+
es-object-atoms "^1.0.0"
1077910771

1078010772
obuf@^1.0.0, obuf@^1.1.2:
1078110773
version "1.1.2"
@@ -13116,16 +13108,7 @@ string.prototype.trim@^1.2.10:
1311613108
es-object-atoms "^1.0.0"
1311713109
has-property-descriptors "^1.0.2"
1311813110

13119-
string.prototype.trimend@^1.0.7:
13120-
version "1.0.7"
13121-
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e"
13122-
integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==
13123-
dependencies:
13124-
call-bind "^1.0.2"
13125-
define-properties "^1.2.0"
13126-
es-abstract "^1.22.1"
13127-
13128-
string.prototype.trimend@^1.0.9:
13111+
string.prototype.trimend@^1.0.7, string.prototype.trimend@^1.0.9:
1312913112
version "1.0.9"
1313013113
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942"
1313113114
integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==

0 commit comments

Comments
 (0)