Skip to content

Commit e1deff3

Browse files
Merge pull request #34 from norman-thomas/dependabot/npm_and_yarn/eslint-config-airbnb-base-13.0.0
Bump eslint-config-airbnb-base from 11.3.2 to 13.0.0
2 parents be539c3 + b014dd7 commit e1deff3

File tree

2 files changed

+81
-5
lines changed

2 files changed

+81
-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": "^3.0.2",
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: 80 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,12 @@ default-require-extensions@^2.0.0:
541541
dependencies:
542542
strip-bom "^3.0.0"
543543

544+
define-properties@^1.1.2:
545+
version "1.1.3"
546+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
547+
dependencies:
548+
object-keys "^1.0.12"
549+
544550
del@^2.0.2:
545551
version "2.2.2"
546552
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -646,6 +652,24 @@ error-ex@^1.2.0, error-ex@^1.3.1:
646652
dependencies:
647653
is-arrayish "^0.2.1"
648654

655+
es-abstract@^1.6.1:
656+
version "1.12.0"
657+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
658+
dependencies:
659+
es-to-primitive "^1.1.1"
660+
function-bind "^1.1.1"
661+
has "^1.0.1"
662+
is-callable "^1.1.3"
663+
is-regex "^1.0.4"
664+
665+
es-to-primitive@^1.1.1:
666+
version "1.2.0"
667+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
668+
dependencies:
669+
is-callable "^1.1.4"
670+
is-date-object "^1.0.1"
671+
is-symbol "^1.0.2"
672+
649673
es6-error@^4.0.1:
650674
version "4.1.1"
651675
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -658,11 +682,13 @@ [email protected], escape-string-regexp@^1.0.2, escape-string-regexp@^1
658682
version "1.0.5"
659683
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
660684

661-
eslint-config-airbnb-base@^11.0.1:
662-
version "11.3.2"
663-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.3.2.tgz#8703b11abe3c88ac7ec2b745b7fdf52e00ae680a"
685+
eslint-config-airbnb-base@^13.0.0:
686+
version "13.0.0"
687+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.0.0.tgz#2ee6279c4891128e49d6445b24aa13c2d1a21450"
664688
dependencies:
665689
eslint-restricted-globals "^0.1.1"
690+
object.assign "^4.1.0"
691+
object.entries "^1.0.4"
666692

667693
eslint-import-resolver-node@^0.3.1:
668694
version "0.3.2"
@@ -967,7 +993,7 @@ fs.realpath@^1.0.0:
967993
version "1.0.0"
968994
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
969995

970-
function-bind@^1.1.1:
996+
function-bind@^1.1.0, function-bind@^1.1.1:
971997
version "1.1.1"
972998
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
973999

@@ -1117,6 +1143,10 @@ has-flag@^3.0.0:
11171143
version "3.0.0"
11181144
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
11191145

1146+
has-symbols@^1.0.0:
1147+
version "1.0.0"
1148+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
1149+
11201150
has@^1.0.1:
11211151
version "1.0.3"
11221152
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
@@ -1218,6 +1248,14 @@ is-builtin-module@^1.0.0:
12181248
dependencies:
12191249
builtin-modules "^1.0.0"
12201250

1251+
is-callable@^1.1.3, is-callable@^1.1.4:
1252+
version "1.1.4"
1253+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
1254+
1255+
is-date-object@^1.0.1:
1256+
version "1.0.1"
1257+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
1258+
12211259
is-fullwidth-code-point@^1.0.0:
12221260
version "1.0.0"
12231261
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
@@ -1248,6 +1286,16 @@ is-promise@^2.1.0:
12481286
version "2.1.0"
12491287
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
12501288

1289+
is-property@^1.0.0:
1290+
version "1.0.2"
1291+
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
1292+
1293+
is-regex@^1.0.4:
1294+
version "1.0.4"
1295+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
1296+
dependencies:
1297+
has "^1.0.1"
1298+
12511299
is-resolvable@^1.0.0:
12521300
version "1.1.0"
12531301
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
@@ -1256,6 +1304,12 @@ is-stream@^1.0.1, is-stream@^1.1.0:
12561304
version "1.1.0"
12571305
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
12581306

1307+
is-symbol@^1.0.2:
1308+
version "1.0.2"
1309+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
1310+
dependencies:
1311+
has-symbols "^1.0.0"
1312+
12591313
is-typedarray@~1.0.0:
12601314
version "1.0.0"
12611315
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -1726,6 +1780,28 @@ object-assign@^4.0.1:
17261780
version "4.1.1"
17271781
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
17281782

1783+
object-keys@^1.0.11, object-keys@^1.0.12:
1784+
version "1.0.12"
1785+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
1786+
1787+
object.assign@^4.1.0:
1788+
version "4.1.0"
1789+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
1790+
dependencies:
1791+
define-properties "^1.1.2"
1792+
function-bind "^1.1.1"
1793+
has-symbols "^1.0.0"
1794+
object-keys "^1.0.11"
1795+
1796+
object.entries@^1.0.4:
1797+
version "1.0.4"
1798+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
1799+
dependencies:
1800+
define-properties "^1.1.2"
1801+
es-abstract "^1.6.1"
1802+
function-bind "^1.1.0"
1803+
has "^1.0.1"
1804+
17291805
once@^1.3.0:
17301806
version "1.4.0"
17311807
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"

0 commit comments

Comments
 (0)