Skip to content

Commit a3de6bd

Browse files
committed
fix(deps): update dependency eslint-config-airbnb to v19
1 parent d8b2fd8 commit a3de6bd

File tree

9 files changed

+67
-10
lines changed

9 files changed

+67
-10
lines changed
101 KB
Binary file not shown.
-16.4 KB
Binary file not shown.
19 KB
Binary file not shown.
23.6 KB
Binary file not shown.
3.95 KB
Binary file not shown.
5.05 KB
Binary file not shown.
9.68 KB
Binary file not shown.

packages/eslint-config-ibmdotcom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"babel-eslint": "^10.0.1",
22-
"eslint-config-airbnb": "^17.0.0",
22+
"eslint-config-airbnb": "^19.0.0",
2323
"eslint-config-airbnb-base": "^13.0.0",
2424
"eslint-config-prettier": "^5.0.0",
2525
"eslint-plugin-import": "^2.17.3",

yarn.lock

Lines changed: 66 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,7 +2616,7 @@ configstore@^5.0.1:
26162616
write-file-atomic "^3.0.0"
26172617
xdg-basedir "^4.0.0"
26182618

2619-
confusing-browser-globals@^1.0.5:
2619+
confusing-browser-globals@^1.0.10, confusing-browser-globals@^1.0.5:
26202620
version "1.0.10"
26212621
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
26222622
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
@@ -3406,6 +3406,32 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.1, es-
34063406
string.prototype.trimstart "^1.0.4"
34073407
unbox-primitive "^1.0.1"
34083408

3409+
es-abstract@^1.19.1:
3410+
version "1.19.1"
3411+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
3412+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
3413+
dependencies:
3414+
call-bind "^1.0.2"
3415+
es-to-primitive "^1.2.1"
3416+
function-bind "^1.1.1"
3417+
get-intrinsic "^1.1.1"
3418+
get-symbol-description "^1.0.0"
3419+
has "^1.0.3"
3420+
has-symbols "^1.0.2"
3421+
internal-slot "^1.0.3"
3422+
is-callable "^1.2.4"
3423+
is-negative-zero "^2.0.1"
3424+
is-regex "^1.1.4"
3425+
is-shared-array-buffer "^1.0.1"
3426+
is-string "^1.0.7"
3427+
is-weakref "^1.0.1"
3428+
object-inspect "^1.11.0"
3429+
object-keys "^1.1.1"
3430+
object.assign "^4.1.2"
3431+
string.prototype.trimend "^1.0.4"
3432+
string.prototype.trimstart "^1.0.4"
3433+
unbox-primitive "^1.0.1"
3434+
34093435
es-to-primitive@^1.2.1:
34103436
version "1.2.1"
34113437
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3457,7 +3483,7 @@ escodegen@^2.0.0:
34573483
optionalDependencies:
34583484
source-map "~0.6.1"
34593485

3460-
eslint-config-airbnb-base@^13.0.0, eslint-config-airbnb-base@^13.2.0:
3486+
eslint-config-airbnb-base@^13.0.0:
34613487
version "13.2.0"
34623488
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
34633489
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
@@ -3466,14 +3492,24 @@ eslint-config-airbnb-base@^13.0.0, eslint-config-airbnb-base@^13.2.0:
34663492
object.assign "^4.1.0"
34673493
object.entries "^1.1.0"
34683494

3469-
eslint-config-airbnb@^17.0.0:
3470-
version "17.1.1"
3471-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.1.1.tgz#2272e0b86bb1e2b138cdf88d07a3b6f4cda3d626"
3472-
integrity sha512-xCu//8a/aWqagKljt+1/qAM62BYZeNq04HmdevG5yUGWpja0I/xhqd6GdLRch5oetEGFiJAnvtGuTEAese53Qg==
3495+
eslint-config-airbnb-base@^15.0.0:
3496+
version "15.0.0"
3497+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
3498+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
34733499
dependencies:
3474-
eslint-config-airbnb-base "^13.2.0"
3475-
object.assign "^4.1.0"
3476-
object.entries "^1.1.0"
3500+
confusing-browser-globals "^1.0.10"
3501+
object.assign "^4.1.2"
3502+
object.entries "^1.1.5"
3503+
semver "^6.3.0"
3504+
3505+
eslint-config-airbnb@^19.0.0:
3506+
version "19.0.0"
3507+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c"
3508+
integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==
3509+
dependencies:
3510+
eslint-config-airbnb-base "^15.0.0"
3511+
object.assign "^4.1.2"
3512+
object.entries "^1.1.5"
34773513

34783514
eslint-config-prettier@^5.0.0:
34793515
version "5.1.0"
@@ -5433,6 +5469,11 @@ is-regexp@^2.0.0:
54335469
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-2.1.0.tgz#cd734a56864e23b956bf4e7c66c396a4c0b22c2d"
54345470
integrity sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==
54355471

5472+
is-shared-array-buffer@^1.0.1:
5473+
version "1.0.1"
5474+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
5475+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
5476+
54365477
is-stream@^1.1.0:
54375478
version "1.1.0"
54385479
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -5490,6 +5531,13 @@ is-utf8@^0.2.0:
54905531
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
54915532
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
54925533

5534+
is-weakref@^1.0.1:
5535+
version "1.0.1"
5536+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
5537+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
5538+
dependencies:
5539+
call-bind "^1.0.0"
5540+
54935541
is-windows@^1.0.2:
54945542
version "1.0.2"
54955543
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -6962,6 +7010,15 @@ object.entries@^1.1.0, object.entries@^1.1.4:
69627010
define-properties "^1.1.3"
69637011
es-abstract "^1.18.2"
69647012

7013+
object.entries@^1.1.5:
7014+
version "1.1.5"
7015+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
7016+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
7017+
dependencies:
7018+
call-bind "^1.0.2"
7019+
define-properties "^1.1.3"
7020+
es-abstract "^1.19.1"
7021+
69657022
object.fromentries@^2.0.4:
69667023
version "2.0.4"
69677024
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"

0 commit comments

Comments
 (0)