Skip to content

Commit 3a1fd26

Browse files
committed
Update dependency eslint-config-airbnb to v18.2.1
1 parent 3f01f4d commit 3a1fd26

File tree

2 files changed

+112
-19
lines changed

2 files changed

+112
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"clean-webpack-plugin": "3.0.0",
6868
"css-loader": "3.6.0",
6969
"eslint": "6.8.0",
70-
"eslint-config-airbnb": "18.1.0",
70+
"eslint-config-airbnb": "18.2.1",
7171
"eslint-config-prettier": "6.10.1",
7272
"eslint-plugin-import": "2.20.2",
7373
"eslint-plugin-jsx-a11y": "6.2.3",

yarn.lock

+111-18
Original file line numberDiff line numberDiff line change
@@ -4147,6 +4147,14 @@ cacheable-request@^6.0.0:
41474147
normalize-url "^4.1.0"
41484148
responselike "^1.0.2"
41494149

4150+
call-bind@^1.0.0:
4151+
version "1.0.0"
4152+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce"
4153+
integrity sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==
4154+
dependencies:
4155+
function-bind "^1.1.1"
4156+
get-intrinsic "^1.0.0"
4157+
41504158
call-me-maybe@^1.0.1:
41514159
version "1.0.1"
41524160
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
@@ -4693,10 +4701,10 @@ configstore@^4.0.0:
46934701
write-file-atomic "^2.0.0"
46944702
xdg-basedir "^3.0.0"
46954703

4696-
confusing-browser-globals@^1.0.9:
4697-
version "1.0.9"
4698-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
4699-
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
4704+
confusing-browser-globals@^1.0.10:
4705+
version "1.0.10"
4706+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
4707+
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
47004708

47014709
connect-history-api-fallback@^1.6.0:
47024710
version "1.6.0"
@@ -5750,6 +5758,24 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es-
57505758
string.prototype.trimleft "^2.1.1"
57515759
string.prototype.trimright "^2.1.1"
57525760

5761+
es-abstract@^1.18.0-next.1:
5762+
version "1.18.0-next.1"
5763+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
5764+
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
5765+
dependencies:
5766+
es-to-primitive "^1.2.1"
5767+
function-bind "^1.1.1"
5768+
has "^1.0.3"
5769+
has-symbols "^1.0.1"
5770+
is-callable "^1.2.2"
5771+
is-negative-zero "^2.0.0"
5772+
is-regex "^1.1.1"
5773+
object-inspect "^1.8.0"
5774+
object-keys "^1.1.1"
5775+
object.assign "^4.1.1"
5776+
string.prototype.trimend "^1.0.1"
5777+
string.prototype.trimstart "^1.0.1"
5778+
57535779
es-array-method-boxes-properly@^1.0.0:
57545780
version "1.0.0"
57555781
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
@@ -5847,23 +5873,23 @@ escodegen@^1.11.1:
58475873
optionalDependencies:
58485874
source-map "~0.6.1"
58495875

5850-
eslint-config-airbnb-base@^14.1.0:
5851-
version "14.1.0"
5852-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.1.0.tgz#2ba4592dd6843258221d9bff2b6831bd77c874e4"
5853-
integrity sha512-+XCcfGyCnbzOnktDVhwsCAx+9DmrzEmuwxyHUJpw+kqBVT744OUBrB09khgFKlK1lshVww6qXGsYPZpavoNjJw==
5876+
eslint-config-airbnb-base@^14.2.1:
5877+
version "14.2.1"
5878+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
5879+
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
58545880
dependencies:
5855-
confusing-browser-globals "^1.0.9"
5856-
object.assign "^4.1.0"
5857-
object.entries "^1.1.1"
5881+
confusing-browser-globals "^1.0.10"
5882+
object.assign "^4.1.2"
5883+
object.entries "^1.1.2"
58585884

5859-
eslint-config-airbnb@18.1.0:
5860-
version "18.1.0"
5861-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.1.0.tgz#724d7e93dadd2169492ff5363c5aaa779e01257d"
5862-
integrity sha512-kZFuQC/MPnH7KJp6v95xsLBf63G/w7YqdPfQ0MUanxQ7zcKUNG8j+sSY860g3NwCBOa62apw16J6pRN+AOgXzw==
5885+
eslint-config-airbnb@18.2.1:
5886+
version "18.2.1"
5887+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
5888+
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
58635889
dependencies:
5864-
eslint-config-airbnb-base "^14.1.0"
5865-
object.assign "^4.1.0"
5866-
object.entries "^1.1.1"
5890+
eslint-config-airbnb-base "^14.2.1"
5891+
object.assign "^4.1.2"
5892+
object.entries "^1.1.2"
58675893

58685894
58695895
version "6.10.1"
@@ -6813,6 +6839,15 @@ get-caller-file@^2.0.1:
68136839
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
68146840
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
68156841

6842+
get-intrinsic@^1.0.0:
6843+
version "1.0.2"
6844+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.2.tgz#6820da226e50b24894e08859469dc68361545d49"
6845+
integrity sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==
6846+
dependencies:
6847+
function-bind "^1.1.1"
6848+
has "^1.0.3"
6849+
has-symbols "^1.0.1"
6850+
68166851
get-own-enumerable-property-symbols@^3.0.0:
68176852
version "3.0.2"
68186853
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -7869,6 +7904,11 @@ is-callable@^1.1.4, is-callable@^1.1.5:
78697904
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
78707905
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
78717906

7907+
is-callable@^1.2.2:
7908+
version "1.2.2"
7909+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
7910+
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
7911+
78727912
is-ci@^1.0.10:
78737913
version "1.2.1"
78747914
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
@@ -8036,6 +8076,11 @@ is-map@^2.0.1:
80368076
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1"
80378077
integrity sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw==
80388078

8079+
is-negative-zero@^2.0.0:
8080+
version "2.0.1"
8081+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
8082+
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
8083+
80398084
is-npm@^1.0.0:
80408085
version "1.0.0"
80418086
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
@@ -8135,6 +8180,13 @@ is-regex@^1.0.4, is-regex@^1.0.5:
81358180
dependencies:
81368181
has "^1.0.3"
81378182

8183+
is-regex@^1.1.1:
8184+
version "1.1.1"
8185+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
8186+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
8187+
dependencies:
8188+
has-symbols "^1.0.1"
8189+
81388190
is-regexp@^1.0.0:
81398191
version "1.0.0"
81408192
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -10361,6 +10413,11 @@ object-inspect@^1.7.0:
1036110413
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
1036210414
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
1036310415

10416+
object-inspect@^1.8.0:
10417+
version "1.9.0"
10418+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
10419+
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
10420+
1036410421
object-is@^1.0.1:
1036510422
version "1.0.2"
1036610423
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.2.tgz#6b80eb84fe451498f65007982f035a5b445edec4"
@@ -10388,6 +10445,16 @@ object.assign@^4.1.0:
1038810445
has-symbols "^1.0.0"
1038910446
object-keys "^1.0.11"
1039010447

10448+
object.assign@^4.1.1, object.assign@^4.1.2:
10449+
version "4.1.2"
10450+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
10451+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
10452+
dependencies:
10453+
call-bind "^1.0.0"
10454+
define-properties "^1.1.3"
10455+
has-symbols "^1.0.1"
10456+
object-keys "^1.1.1"
10457+
1039110458
object.entries@^1.1.0, object.entries@^1.1.1:
1039210459
version "1.1.1"
1039310460
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
@@ -10398,6 +10465,16 @@ object.entries@^1.1.0, object.entries@^1.1.1:
1039810465
function-bind "^1.1.1"
1039910466
has "^1.0.3"
1040010467

10468+
object.entries@^1.1.2:
10469+
version "1.1.3"
10470+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
10471+
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
10472+
dependencies:
10473+
call-bind "^1.0.0"
10474+
define-properties "^1.1.3"
10475+
es-abstract "^1.18.0-next.1"
10476+
has "^1.0.3"
10477+
1040110478
"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.2:
1040210479
version "2.0.2"
1040310480
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
@@ -13557,6 +13634,14 @@ string.prototype.trimend@^1.0.0:
1355713634
define-properties "^1.1.3"
1355813635
es-abstract "^1.17.5"
1355913636

13637+
string.prototype.trimend@^1.0.1:
13638+
version "1.0.3"
13639+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz#a22bd53cca5c7cf44d7c9d5c732118873d6cd18b"
13640+
integrity sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==
13641+
dependencies:
13642+
call-bind "^1.0.0"
13643+
define-properties "^1.1.3"
13644+
1356013645
string.prototype.trimleft@^2.1.1:
1356113646
version "2.1.2"
1356213647
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
@@ -13583,6 +13668,14 @@ string.prototype.trimstart@^1.0.0:
1358313668
define-properties "^1.1.3"
1358413669
es-abstract "^1.17.5"
1358513670

13671+
string.prototype.trimstart@^1.0.1:
13672+
version "1.0.3"
13673+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz#9b4cb590e123bb36564401d59824298de50fd5aa"
13674+
integrity sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==
13675+
dependencies:
13676+
call-bind "^1.0.0"
13677+
define-properties "^1.1.3"
13678+
1358613679
string_decoder@^1.0.0, string_decoder@^1.1.1:
1358713680
version "1.3.0"
1358813681
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"

0 commit comments

Comments
 (0)