Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 2bc505e

Browse files
build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.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.27.5...v2.28.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c35887d commit 2bc505e

File tree

2 files changed

+175
-19
lines changed

2 files changed

+175
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"concurrently": "^8.2.0",
4949
"eslint": "^8.45.0",
5050
"eslint-config-videojs": "^6.0.0",
51-
"eslint-plugin-import": "^2.26.0",
51+
"eslint-plugin-import": "^2.28.0",
5252
"eslint-plugin-jsdoc": "^46.4.4",
5353
"eslint-plugin-n": "^16.0.1",
5454
"eslint-plugin-sonarjs": "^0.19.0",

yarn.lock

Lines changed: 174 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,17 @@ array-includes@^3.1.6:
14721472
get-intrinsic "^1.1.3"
14731473
is-string "^1.0.7"
14741474

1475+
array.prototype.findlastindex@^1.2.2:
1476+
version "1.2.2"
1477+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#bc229aef98f6bd0533a2bc61ff95209875526c9b"
1478+
integrity sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==
1479+
dependencies:
1480+
call-bind "^1.0.2"
1481+
define-properties "^1.1.4"
1482+
es-abstract "^1.20.4"
1483+
es-shim-unscopables "^1.0.0"
1484+
get-intrinsic "^1.1.3"
1485+
14751486
array.prototype.flat@^1.3.1:
14761487
version "1.3.1"
14771488
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2"
@@ -1492,6 +1503,18 @@ array.prototype.flatmap@^1.3.1:
14921503
es-abstract "^1.20.4"
14931504
es-shim-unscopables "^1.0.0"
14941505

1506+
arraybuffer.prototype.slice@^1.0.1:
1507+
version "1.0.1"
1508+
resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz#9b5ea3868a6eebc30273da577eb888381c0044bb"
1509+
integrity sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==
1510+
dependencies:
1511+
array-buffer-byte-length "^1.0.0"
1512+
call-bind "^1.0.2"
1513+
define-properties "^1.2.0"
1514+
get-intrinsic "^1.2.1"
1515+
is-array-buffer "^3.0.2"
1516+
is-shared-array-buffer "^1.0.2"
1517+
14951518
arrify@^1.0.1:
14961519
version "1.0.1"
14971520
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2049,6 +2072,51 @@ es-abstract@^1.19.0, es-abstract@^1.20.4:
20492072
unbox-primitive "^1.0.2"
20502073
which-typed-array "^1.1.9"
20512074

2075+
es-abstract@^1.21.2:
2076+
version "1.22.1"
2077+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc"
2078+
integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
2079+
dependencies:
2080+
array-buffer-byte-length "^1.0.0"
2081+
arraybuffer.prototype.slice "^1.0.1"
2082+
available-typed-arrays "^1.0.5"
2083+
call-bind "^1.0.2"
2084+
es-set-tostringtag "^2.0.1"
2085+
es-to-primitive "^1.2.1"
2086+
function.prototype.name "^1.1.5"
2087+
get-intrinsic "^1.2.1"
2088+
get-symbol-description "^1.0.0"
2089+
globalthis "^1.0.3"
2090+
gopd "^1.0.1"
2091+
has "^1.0.3"
2092+
has-property-descriptors "^1.0.0"
2093+
has-proto "^1.0.1"
2094+
has-symbols "^1.0.3"
2095+
internal-slot "^1.0.5"
2096+
is-array-buffer "^3.0.2"
2097+
is-callable "^1.2.7"
2098+
is-negative-zero "^2.0.2"
2099+
is-regex "^1.1.4"
2100+
is-shared-array-buffer "^1.0.2"
2101+
is-string "^1.0.7"
2102+
is-typed-array "^1.1.10"
2103+
is-weakref "^1.0.2"
2104+
object-inspect "^1.12.3"
2105+
object-keys "^1.1.1"
2106+
object.assign "^4.1.4"
2107+
regexp.prototype.flags "^1.5.0"
2108+
safe-array-concat "^1.0.0"
2109+
safe-regex-test "^1.0.0"
2110+
string.prototype.trim "^1.2.7"
2111+
string.prototype.trimend "^1.0.6"
2112+
string.prototype.trimstart "^1.0.6"
2113+
typed-array-buffer "^1.0.0"
2114+
typed-array-byte-length "^1.0.0"
2115+
typed-array-byte-offset "^1.0.0"
2116+
typed-array-length "^1.0.4"
2117+
unbox-primitive "^1.0.2"
2118+
which-typed-array "^1.1.10"
2119+
20522120
es-set-tostringtag@^2.0.1:
20532121
version "2.0.1"
20542122
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -2108,7 +2176,7 @@ eslint-import-resolver-node@^0.3.7:
21082176
is-core-module "^2.11.0"
21092177
resolve "^1.22.1"
21102178

2111-
eslint-module-utils@^2.7.4:
2179+
eslint-module-utils@^2.8.0:
21122180
version "2.8.0"
21132181
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
21142182
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
@@ -2123,26 +2191,29 @@ eslint-plugin-es-x@^7.1.0:
21232191
"@eslint-community/eslint-utils" "^4.1.2"
21242192
"@eslint-community/regexpp" "^4.5.0"
21252193

2126-
eslint-plugin-import@^2.26.0:
2127-
version "2.27.5"
2128-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
2129-
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
2194+
eslint-plugin-import@^2.28.0:
2195+
version "2.28.0"
2196+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005"
2197+
integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==
21302198
dependencies:
21312199
array-includes "^3.1.6"
2200+
array.prototype.findlastindex "^1.2.2"
21322201
array.prototype.flat "^1.3.1"
21332202
array.prototype.flatmap "^1.3.1"
21342203
debug "^3.2.7"
21352204
doctrine "^2.1.0"
21362205
eslint-import-resolver-node "^0.3.7"
2137-
eslint-module-utils "^2.7.4"
2206+
eslint-module-utils "^2.8.0"
21382207
has "^1.0.3"
2139-
is-core-module "^2.11.0"
2208+
is-core-module "^2.12.1"
21402209
is-glob "^4.0.3"
21412210
minimatch "^3.1.2"
2211+
object.fromentries "^2.0.6"
2212+
object.groupby "^1.0.0"
21422213
object.values "^1.1.6"
2143-
resolve "^1.22.1"
2144-
semver "^6.3.0"
2145-
tsconfig-paths "^3.14.1"
2214+
resolve "^1.22.3"
2215+
semver "^6.3.1"
2216+
tsconfig-paths "^3.14.2"
21462217

21472218
eslint-plugin-jsdoc@^46.4.4:
21482219
version "46.4.4"
@@ -2459,6 +2530,16 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
24592530
has "^1.0.3"
24602531
has-symbols "^1.0.3"
24612532

2533+
get-intrinsic@^1.2.1:
2534+
version "1.2.1"
2535+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82"
2536+
integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==
2537+
dependencies:
2538+
function-bind "^1.1.1"
2539+
has "^1.0.3"
2540+
has-proto "^1.0.1"
2541+
has-symbols "^1.0.3"
2542+
24622543
get-stdin@^4.0.1:
24632544
version "4.0.1"
24642545
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -2810,7 +2891,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
28102891
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
28112892
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
28122893

2813-
is-core-module@^2.11.0, is-core-module@^2.12.1, is-core-module@^2.5.0:
2894+
is-core-module@^2.11.0, is-core-module@^2.12.0, is-core-module@^2.12.1, is-core-module@^2.5.0:
28142895
version "2.12.1"
28152896
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
28162897
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
@@ -2932,6 +3013,11 @@ is-weakref@^1.0.2:
29323013
dependencies:
29333014
call-bind "^1.0.2"
29343015

3016+
isarray@^2.0.5:
3017+
version "2.0.5"
3018+
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
3019+
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
3020+
29353021
isarray@~1.0.0:
29363022
version "1.0.0"
29373023
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -3573,6 +3659,25 @@ object.assign@^4.1.4:
35733659
has-symbols "^1.0.3"
35743660
object-keys "^1.1.1"
35753661

3662+
object.fromentries@^2.0.6:
3663+
version "2.0.6"
3664+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
3665+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
3666+
dependencies:
3667+
call-bind "^1.0.2"
3668+
define-properties "^1.1.4"
3669+
es-abstract "^1.20.4"
3670+
3671+
object.groupby@^1.0.0:
3672+
version "1.0.0"
3673+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.0.tgz#cb29259cf90f37e7bac6437686c1ea8c916d12a9"
3674+
integrity sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==
3675+
dependencies:
3676+
call-bind "^1.0.2"
3677+
define-properties "^1.2.0"
3678+
es-abstract "^1.21.2"
3679+
get-intrinsic "^1.2.1"
3680+
35763681
object.values@^1.1.6:
35773682
version "1.1.6"
35783683
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
@@ -3845,7 +3950,7 @@ regexp-tree@^0.1.27:
38453950
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
38463951
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
38473952

3848-
regexp.prototype.flags@^1.4.3:
3953+
regexp.prototype.flags@^1.4.3, regexp.prototype.flags@^1.5.0:
38493954
version "1.5.0"
38503955
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#fe7ce25e7e4cca8db37b6634c8a2c7009199b9cb"
38513956
integrity sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==
@@ -3902,12 +4007,12 @@ resolve-from@^4.0.0:
39024007
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
39034008
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
39044009

3905-
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.22.1, resolve@^1.22.2:
3906-
version "1.22.2"
3907-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
3908-
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
4010+
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.3:
4011+
version "1.22.3"
4012+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283"
4013+
integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==
39094014
dependencies:
3910-
is-core-module "^2.11.0"
4015+
is-core-module "^2.12.0"
39114016
path-parse "^1.0.7"
39124017
supports-preserve-symlinks-flag "^1.0.0"
39134018

@@ -3963,6 +4068,16 @@ rxjs@^7.8.1:
39634068
dependencies:
39644069
tslib "^2.1.0"
39654070

4071+
safe-array-concat@^1.0.0:
4072+
version "1.0.0"
4073+
resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.0.tgz#2064223cba3c08d2ee05148eedbc563cd6d84060"
4074+
integrity sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==
4075+
dependencies:
4076+
call-bind "^1.0.2"
4077+
get-intrinsic "^1.2.0"
4078+
has-symbols "^1.0.3"
4079+
isarray "^2.0.5"
4080+
39664081
safe-buffer@~5.1.0, safe-buffer@~5.1.1:
39674082
version "5.1.2"
39684083
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -4353,7 +4468,7 @@ trim-newlines@^3.0.0:
43534468
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
43544469
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
43554470

4356-
tsconfig-paths@^3.14.1:
4471+
tsconfig-paths@^3.14.2:
43574472
version "3.14.2"
43584473
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
43594474
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
@@ -4400,6 +4515,36 @@ type-fest@^0.8.1:
44004515
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
44014516
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
44024517

4518+
typed-array-buffer@^1.0.0:
4519+
version "1.0.0"
4520+
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60"
4521+
integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==
4522+
dependencies:
4523+
call-bind "^1.0.2"
4524+
get-intrinsic "^1.2.1"
4525+
is-typed-array "^1.1.10"
4526+
4527+
typed-array-byte-length@^1.0.0:
4528+
version "1.0.0"
4529+
resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0"
4530+
integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==
4531+
dependencies:
4532+
call-bind "^1.0.2"
4533+
for-each "^0.3.3"
4534+
has-proto "^1.0.1"
4535+
is-typed-array "^1.1.10"
4536+
4537+
typed-array-byte-offset@^1.0.0:
4538+
version "1.0.0"
4539+
resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b"
4540+
integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==
4541+
dependencies:
4542+
available-typed-arrays "^1.0.5"
4543+
call-bind "^1.0.2"
4544+
for-each "^0.3.3"
4545+
has-proto "^1.0.1"
4546+
is-typed-array "^1.1.10"
4547+
44034548
typed-array-length@^1.0.4:
44044549
version "1.0.4"
44054550
resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb"
@@ -4573,6 +4718,17 @@ which-boxed-primitive@^1.0.2:
45734718
is-string "^1.0.5"
45744719
is-symbol "^1.0.3"
45754720

4721+
which-typed-array@^1.1.10:
4722+
version "1.1.11"
4723+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a"
4724+
integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==
4725+
dependencies:
4726+
available-typed-arrays "^1.0.5"
4727+
call-bind "^1.0.2"
4728+
for-each "^0.3.3"
4729+
gopd "^1.0.1"
4730+
has-tostringtag "^1.0.0"
4731+
45764732
which-typed-array@^1.1.9:
45774733
version "1.1.9"
45784734
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6"

0 commit comments

Comments
 (0)