Skip to content

Commit f3c4587

Browse files
committed
Update dependency eslint-config-airbnb to v19
1 parent 0f90147 commit f3c4587

2 files changed

Lines changed: 25 additions & 77 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"babel-register": "6.26.0",
4444
"chai": "3.5.0",
4545
"eslint": "4.19.1",
46-
"eslint-config-airbnb": "18.2.1",
46+
"eslint-config-airbnb": "19.0.4",
4747
"eslint-plugin-import": "2.25.4",
4848
"eslint-plugin-jsx-a11y": "4.0.0",
4949
"eslint-plugin-react": "6.10.3",

yarn.lock

Lines changed: 24 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,23 +1559,6 @@ error-ex@^1.2.0:
15591559
dependencies:
15601560
is-arrayish "^0.2.1"
15611561

1562-
es-abstract@^1.17.5:
1563-
version "1.17.6"
1564-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
1565-
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
1566-
dependencies:
1567-
es-to-primitive "^1.2.1"
1568-
function-bind "^1.1.1"
1569-
has "^1.0.3"
1570-
has-symbols "^1.0.1"
1571-
is-callable "^1.2.0"
1572-
is-regex "^1.1.0"
1573-
object-inspect "^1.7.0"
1574-
object-keys "^1.1.1"
1575-
object.assign "^4.1.0"
1576-
string.prototype.trimend "^1.0.1"
1577-
string.prototype.trimstart "^1.0.1"
1578-
15791562
es-abstract@^1.19.0, es-abstract@^1.19.1:
15801563
version "1.19.1"
15811564
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
@@ -1642,23 +1625,24 @@ escodegen@1.8.x:
16421625
optionalDependencies:
16431626
source-map "~0.2.0"
16441627

1645-
eslint-config-airbnb-base@^14.2.1:
1646-
version "14.2.1"
1647-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
1648-
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
1628+
eslint-config-airbnb-base@^15.0.0:
1629+
version "15.0.0"
1630+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
1631+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
16491632
dependencies:
16501633
confusing-browser-globals "^1.0.10"
16511634
object.assign "^4.1.2"
1652-
object.entries "^1.1.2"
1635+
object.entries "^1.1.5"
1636+
semver "^6.3.0"
16531637

1654-
eslint-config-airbnb@18.2.1:
1655-
version "18.2.1"
1656-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
1657-
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
1638+
eslint-config-airbnb@19.0.4:
1639+
version "19.0.4"
1640+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3"
1641+
integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==
16581642
dependencies:
1659-
eslint-config-airbnb-base "^14.2.1"
1643+
eslint-config-airbnb-base "^15.0.0"
16601644
object.assign "^4.1.2"
1661-
object.entries "^1.1.2"
1645+
object.entries "^1.1.5"
16621646

16631647
eslint-import-resolver-node@^0.3.6:
16641648
version "0.3.6"
@@ -2366,11 +2350,6 @@ is-callable@^1.1.4:
23662350
version "1.1.4"
23672351
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
23682352

2369-
is-callable@^1.2.0:
2370-
version "1.2.0"
2371-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
2372-
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
2373-
23742353
is-callable@^1.2.4:
23752354
version "1.2.4"
23762355
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
@@ -2496,13 +2475,6 @@ is-regex@^1.0.3:
24962475
dependencies:
24972476
has "^1.0.1"
24982477

2499-
is-regex@^1.1.0:
2500-
version "1.1.0"
2501-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
2502-
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
2503-
dependencies:
2504-
has-symbols "^1.0.1"
2505-
25062478
is-regex@^1.1.4:
25072479
version "1.1.4"
25082480
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
@@ -3122,10 +3094,6 @@ object-inspect@^1.11.0:
31223094
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
31233095
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
31243096

3125-
object-inspect@^1.7.0:
3126-
version "1.7.0"
3127-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
3128-
31293097
object-inspect@^1.9.0:
31303098
version "1.10.3"
31313099
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
@@ -3135,7 +3103,7 @@ object-keys@^1.0.10, object-keys@^1.0.8:
31353103
version "1.0.11"
31363104
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
31373105

3138-
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
3106+
object-keys@^1.0.12, object-keys@^1.1.1:
31393107
version "1.1.1"
31403108
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
31413109

@@ -3147,15 +3115,6 @@ object.assign@^4.0.4:
31473115
function-bind "^1.1.0"
31483116
object-keys "^1.0.10"
31493117

3150-
object.assign@^4.1.0:
3151-
version "4.1.0"
3152-
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3153-
dependencies:
3154-
define-properties "^1.1.2"
3155-
function-bind "^1.1.1"
3156-
has-symbols "^1.0.0"
3157-
object-keys "^1.0.11"
3158-
31593118
object.assign@^4.1.2:
31603119
version "4.1.2"
31613120
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
@@ -3166,14 +3125,14 @@ object.assign@^4.1.2:
31663125
has-symbols "^1.0.1"
31673126
object-keys "^1.1.1"
31683127

3169-
object.entries@^1.1.2:
3170-
version "1.1.2"
3171-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
3172-
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
3128+
object.entries@^1.1.5:
3129+
version "1.1.5"
3130+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
3131+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
31733132
dependencies:
3133+
call-bind "^1.0.2"
31743134
define-properties "^1.1.3"
3175-
es-abstract "^1.17.5"
3176-
has "^1.0.3"
3135+
es-abstract "^1.19.1"
31773136

31783137
object.omit@^2.0.0:
31793138
version "2.0.1"
@@ -3629,6 +3588,11 @@ samsam@1.x, samsam@^1.1.3:
36293588
version "5.3.0"
36303589
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
36313590

3591+
semver@^6.3.0:
3592+
version "6.3.0"
3593+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
3594+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
3595+
36323596
set-blocking@^2.0.0, set-blocking@~2.0.0:
36333597
version "2.0.0"
36343598
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -3792,14 +3756,6 @@ string-width@^2.1.0, string-width@^2.1.1:
37923756
is-fullwidth-code-point "^2.0.0"
37933757
strip-ansi "^4.0.0"
37943758

3795-
string.prototype.trimend@^1.0.1:
3796-
version "1.0.1"
3797-
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
3798-
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
3799-
dependencies:
3800-
define-properties "^1.1.3"
3801-
es-abstract "^1.17.5"
3802-
38033759
string.prototype.trimend@^1.0.4:
38043760
version "1.0.4"
38053761
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
@@ -3808,14 +3764,6 @@ string.prototype.trimend@^1.0.4:
38083764
call-bind "^1.0.2"
38093765
define-properties "^1.1.3"
38103766

3811-
string.prototype.trimstart@^1.0.1:
3812-
version "1.0.1"
3813-
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
3814-
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
3815-
dependencies:
3816-
define-properties "^1.1.3"
3817-
es-abstract "^1.17.5"
3818-
38193767
string.prototype.trimstart@^1.0.4:
38203768
version "1.0.4"
38213769
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"

0 commit comments

Comments
 (0)