Skip to content

Commit 2a82dd4

Browse files
committed
fix(deps): update dependency eslint-config-airbnb to v19
1 parent 6de6488 commit 2a82dd4

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
@@ -2611,7 +2611,7 @@ configstore@^5.0.1:
26112611
write-file-atomic "^3.0.0"
26122612
xdg-basedir "^4.0.0"
26132613

2614-
confusing-browser-globals@^1.0.5:
2614+
confusing-browser-globals@^1.0.10, confusing-browser-globals@^1.0.5:
26152615
version "1.0.10"
26162616
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
26172617
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
@@ -3401,6 +3401,32 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.1, es-
34013401
string.prototype.trimstart "^1.0.4"
34023402
unbox-primitive "^1.0.1"
34033403

3404+
es-abstract@^1.19.1:
3405+
version "1.19.1"
3406+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
3407+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
3408+
dependencies:
3409+
call-bind "^1.0.2"
3410+
es-to-primitive "^1.2.1"
3411+
function-bind "^1.1.1"
3412+
get-intrinsic "^1.1.1"
3413+
get-symbol-description "^1.0.0"
3414+
has "^1.0.3"
3415+
has-symbols "^1.0.2"
3416+
internal-slot "^1.0.3"
3417+
is-callable "^1.2.4"
3418+
is-negative-zero "^2.0.1"
3419+
is-regex "^1.1.4"
3420+
is-shared-array-buffer "^1.0.1"
3421+
is-string "^1.0.7"
3422+
is-weakref "^1.0.1"
3423+
object-inspect "^1.11.0"
3424+
object-keys "^1.1.1"
3425+
object.assign "^4.1.2"
3426+
string.prototype.trimend "^1.0.4"
3427+
string.prototype.trimstart "^1.0.4"
3428+
unbox-primitive "^1.0.1"
3429+
34043430
es-to-primitive@^1.2.1:
34053431
version "1.2.1"
34063432
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3452,7 +3478,7 @@ escodegen@^2.0.0:
34523478
optionalDependencies:
34533479
source-map "~0.6.1"
34543480

3455-
eslint-config-airbnb-base@^13.0.0, eslint-config-airbnb-base@^13.2.0:
3481+
eslint-config-airbnb-base@^13.0.0:
34563482
version "13.2.0"
34573483
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
34583484
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
@@ -3461,14 +3487,24 @@ eslint-config-airbnb-base@^13.0.0, eslint-config-airbnb-base@^13.2.0:
34613487
object.assign "^4.1.0"
34623488
object.entries "^1.1.0"
34633489

3464-
eslint-config-airbnb@^17.0.0:
3465-
version "17.1.1"
3466-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.1.1.tgz#2272e0b86bb1e2b138cdf88d07a3b6f4cda3d626"
3467-
integrity sha512-xCu//8a/aWqagKljt+1/qAM62BYZeNq04HmdevG5yUGWpja0I/xhqd6GdLRch5oetEGFiJAnvtGuTEAese53Qg==
3490+
eslint-config-airbnb-base@^15.0.0:
3491+
version "15.0.0"
3492+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
3493+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
34683494
dependencies:
3469-
eslint-config-airbnb-base "^13.2.0"
3470-
object.assign "^4.1.0"
3471-
object.entries "^1.1.0"
3495+
confusing-browser-globals "^1.0.10"
3496+
object.assign "^4.1.2"
3497+
object.entries "^1.1.5"
3498+
semver "^6.3.0"
3499+
3500+
eslint-config-airbnb@^19.0.0:
3501+
version "19.0.0"
3502+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c"
3503+
integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==
3504+
dependencies:
3505+
eslint-config-airbnb-base "^15.0.0"
3506+
object.assign "^4.1.2"
3507+
object.entries "^1.1.5"
34723508

34733509
eslint-config-prettier@^5.0.0:
34743510
version "5.1.0"
@@ -5428,6 +5464,11 @@ is-regexp@^2.0.0:
54285464
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-2.1.0.tgz#cd734a56864e23b956bf4e7c66c396a4c0b22c2d"
54295465
integrity sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==
54305466

5467+
is-shared-array-buffer@^1.0.1:
5468+
version "1.0.1"
5469+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
5470+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
5471+
54315472
is-stream@^1.1.0:
54325473
version "1.1.0"
54335474
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -5485,6 +5526,13 @@ is-utf8@^0.2.0:
54855526
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
54865527
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
54875528

5529+
is-weakref@^1.0.1:
5530+
version "1.0.1"
5531+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
5532+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
5533+
dependencies:
5534+
call-bind "^1.0.0"
5535+
54885536
is-windows@^1.0.2:
54895537
version "1.0.2"
54905538
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -6957,6 +7005,15 @@ object.entries@^1.1.0, object.entries@^1.1.4:
69577005
define-properties "^1.1.3"
69587006
es-abstract "^1.18.2"
69597007

7008+
object.entries@^1.1.5:
7009+
version "1.1.5"
7010+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
7011+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
7012+
dependencies:
7013+
call-bind "^1.0.2"
7014+
define-properties "^1.1.3"
7015+
es-abstract "^1.19.1"
7016+
69607017
object.fromentries@^2.0.4:
69617018
version "2.0.4"
69627019
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"

0 commit comments

Comments
 (0)