Skip to content

Commit 6321a60

Browse files
Bump eslint-config-airbnb-base from 11.3.2 to 13.0.0
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 11.3.2 to 13.0.0. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](airbnb/javascript@eslint-config-airbnb-base-v11.3.2...eslint-config-airbnb-base-v13.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d23a8a9 commit 6321a60

File tree

2 files changed

+77
-5
lines changed

2 files changed

+77
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"chai": "^4.2.0",
3838
"coveralls": "^2.11.15",
3939
"eslint": "^4.19.1",
40-
"eslint-config-airbnb-base": "^11.0.1",
40+
"eslint-config-airbnb-base": "^13.0.0",
4141
"eslint-plugin-import": "^2.2.0",
4242
"eslint-plugin-mocha": "^4.8.0",
4343
"hap-nodejs": "^0.4.21",

yarn.lock

Lines changed: 76 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,12 @@ default-require-extensions@^2.0.0:
568568
dependencies:
569569
strip-bom "^3.0.0"
570570

571+
define-properties@^1.1.2:
572+
version "1.1.3"
573+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
574+
dependencies:
575+
object-keys "^1.0.12"
576+
571577
del@^2.0.2:
572578
version "2.2.2"
573579
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -673,6 +679,24 @@ error-ex@^1.2.0, error-ex@^1.3.1:
673679
dependencies:
674680
is-arrayish "^0.2.1"
675681

682+
es-abstract@^1.6.1:
683+
version "1.12.0"
684+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
685+
dependencies:
686+
es-to-primitive "^1.1.1"
687+
function-bind "^1.1.1"
688+
has "^1.0.1"
689+
is-callable "^1.1.3"
690+
is-regex "^1.0.4"
691+
692+
es-to-primitive@^1.1.1:
693+
version "1.2.0"
694+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
695+
dependencies:
696+
is-callable "^1.1.4"
697+
is-date-object "^1.0.1"
698+
is-symbol "^1.0.2"
699+
676700
es6-error@^4.0.1:
677701
version "4.1.1"
678702
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -685,11 +709,13 @@ [email protected], escape-string-regexp@^1.0.2, escape-string-regexp@^1
685709
version "1.0.5"
686710
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
687711

688-
eslint-config-airbnb-base@^11.0.1:
689-
version "11.3.2"
690-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.3.2.tgz#8703b11abe3c88ac7ec2b745b7fdf52e00ae680a"
712+
eslint-config-airbnb-base@^13.0.0:
713+
version "13.0.0"
714+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.0.0.tgz#2ee6279c4891128e49d6445b24aa13c2d1a21450"
691715
dependencies:
692716
eslint-restricted-globals "^0.1.1"
717+
object.assign "^4.1.0"
718+
object.entries "^1.0.4"
693719

694720
eslint-import-resolver-node@^0.3.1:
695721
version "0.3.2"
@@ -1006,7 +1032,7 @@ fs.realpath@^1.0.0:
10061032
version "1.0.0"
10071033
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
10081034

1009-
function-bind@^1.1.1:
1035+
function-bind@^1.1.0, function-bind@^1.1.1:
10101036
version "1.1.1"
10111037
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
10121038

@@ -1171,6 +1197,10 @@ has-flag@^3.0.0:
11711197
version "3.0.0"
11721198
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
11731199

1200+
has-symbols@^1.0.0:
1201+
version "1.0.0"
1202+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
1203+
11741204
has@^1.0.1:
11751205
version "1.0.3"
11761206
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
@@ -1293,6 +1323,14 @@ is-builtin-module@^1.0.0:
12931323
dependencies:
12941324
builtin-modules "^1.0.0"
12951325

1326+
is-callable@^1.1.3, is-callable@^1.1.4:
1327+
version "1.1.4"
1328+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
1329+
1330+
is-date-object@^1.0.1:
1331+
version "1.0.1"
1332+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
1333+
12961334
is-fullwidth-code-point@^1.0.0:
12971335
version "1.0.0"
12981336
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
@@ -1341,6 +1379,12 @@ is-property@^1.0.0:
13411379
version "1.0.2"
13421380
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
13431381

1382+
is-regex@^1.0.4:
1383+
version "1.0.4"
1384+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
1385+
dependencies:
1386+
has "^1.0.1"
1387+
13441388
is-resolvable@^1.0.0:
13451389
version "1.1.0"
13461390
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -1349,6 +1393,12 @@ is-stream@^1.0.1, is-stream@^1.1.0:
13491393
version "1.1.0"
13501394
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
13511395

1396+
is-symbol@^1.0.2:
1397+
version "1.0.2"
1398+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
1399+
dependencies:
1400+
has-symbols "^1.0.0"
1401+
13521402
is-typedarray@~1.0.0:
13531403
version "1.0.0"
13541404
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -1830,6 +1880,28 @@ object-assign@^4.0.1:
18301880
version "4.1.1"
18311881
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
18321882

1883+
object-keys@^1.0.11, object-keys@^1.0.12:
1884+
version "1.0.12"
1885+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
1886+
1887+
object.assign@^4.1.0:
1888+
version "4.1.0"
1889+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
1890+
dependencies:
1891+
define-properties "^1.1.2"
1892+
function-bind "^1.1.1"
1893+
has-symbols "^1.0.0"
1894+
object-keys "^1.0.11"
1895+
1896+
object.entries@^1.0.4:
1897+
version "1.0.4"
1898+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
1899+
dependencies:
1900+
define-properties "^1.1.2"
1901+
es-abstract "^1.6.1"
1902+
function-bind "^1.1.0"
1903+
has "^1.0.1"
1904+
18331905
once@^1.3.0:
18341906
version "1.4.0"
18351907
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"

0 commit comments

Comments
 (0)