Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 44e75d3

Browse files
chore(deps-dev): bump eslint-config-airbnb-base from 13.2.0 to 14.2.0
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 13.2.0 to 14.2.0. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](airbnb/javascript@eslint-config-airbnb-base-v13.2.0...eslint-config-airbnb-base-v14.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 28feb36 commit 44e75d3

File tree

2 files changed

+60
-44
lines changed

2 files changed

+60
-44
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@commitlint/cli": "8.3.5",
1818
"@commitlint/config-conventional": "8.3.4",
1919
"eslint": "^5.9.0",
20-
"eslint-config-airbnb-base": "^13.1.0",
20+
"eslint-config-airbnb-base": "^14.2.0",
2121
"eslint-plugin-import": "^2.14.0",
2222
"jsdoc": "^3.5.5",
2323
"lerna": "^3.4.0",

Diff for: yarn.lock

+59-43
Original file line numberDiff line numberDiff line change
@@ -1964,10 +1964,10 @@ config-chain@^1.1.11:
19641964
ini "^1.3.4"
19651965
proto-list "~1.2.1"
19661966

1967-
confusing-browser-globals@^1.0.5:
1968-
version "1.0.7"
1969-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.7.tgz#5ae852bd541a910e7ffb2dbb864a2d21a36ad29b"
1970-
integrity sha512-cgHI1azax5ATrZ8rJ+ODDML9Fvu67PimB6aNxBrc/QwSaDaM9eTfIEUHx3bBLJJ82ioSb+/5zfsMCCEJax3ByQ==
1967+
confusing-browser-globals@^1.0.9:
1968+
version "1.0.9"
1969+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
1970+
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
19711971

19721972
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
19731973
version "1.1.0"
@@ -2461,18 +2461,6 @@ error-ex@^1.2.0, error-ex@^1.3.1:
24612461
dependencies:
24622462
is-arrayish "^0.2.1"
24632463

2464-
es-abstract@^1.12.0:
2465-
version "1.13.0"
2466-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2467-
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
2468-
dependencies:
2469-
es-to-primitive "^1.2.0"
2470-
function-bind "^1.1.1"
2471-
has "^1.0.3"
2472-
is-callable "^1.1.4"
2473-
is-regex "^1.0.4"
2474-
object-keys "^1.0.12"
2475-
24762464
es-abstract@^1.17.0:
24772465
version "1.17.5"
24782466
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9"
@@ -2507,14 +2495,22 @@ es-abstract@^1.17.0-next.1:
25072495
string.prototype.trimleft "^2.1.1"
25082496
string.prototype.trimright "^2.1.1"
25092497

2510-
es-to-primitive@^1.2.0:
2511-
version "1.2.0"
2512-
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2513-
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
2498+
es-abstract@^1.17.5:
2499+
version "1.17.6"
2500+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
2501+
integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==
25142502
dependencies:
2515-
is-callable "^1.1.4"
2516-
is-date-object "^1.0.1"
2517-
is-symbol "^1.0.2"
2503+
es-to-primitive "^1.2.1"
2504+
function-bind "^1.1.1"
2505+
has "^1.0.3"
2506+
has-symbols "^1.0.1"
2507+
is-callable "^1.2.0"
2508+
is-regex "^1.1.0"
2509+
object-inspect "^1.7.0"
2510+
object-keys "^1.1.1"
2511+
object.assign "^4.1.0"
2512+
string.prototype.trimend "^1.0.1"
2513+
string.prototype.trimstart "^1.0.1"
25182514

25192515
es-to-primitive@^1.2.1:
25202516
version "1.2.1"
@@ -2547,14 +2543,14 @@ [email protected], escape-string-regexp@^1.0.5, escape-string-regexp@~1
25472543
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
25482544
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
25492545

2550-
eslint-config-airbnb-base@^13.1.0:
2551-
version "13.2.0"
2552-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
2553-
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
2546+
eslint-config-airbnb-base@^14.2.0:
2547+
version "14.2.0"
2548+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4"
2549+
integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==
25542550
dependencies:
2555-
confusing-browser-globals "^1.0.5"
2551+
confusing-browser-globals "^1.0.9"
25562552
object.assign "^4.1.0"
2557-
object.entries "^1.1.0"
2553+
object.entries "^1.1.2"
25582554

25592555
eslint-import-resolver-node@^0.3.3:
25602556
version "0.3.3"
@@ -3350,7 +3346,7 @@ has-values@^1.0.0:
33503346
is-number "^3.0.0"
33513347
kind-of "^4.0.0"
33523348

3353-
has@^1.0.1, has@^1.0.3:
3349+
has@^1.0.3:
33543350
version "1.0.3"
33553351
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
33563352
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -3589,6 +3585,11 @@ is-callable@^1.1.5:
35893585
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
35903586
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
35913587

3588+
is-callable@^1.2.0:
3589+
version "1.2.1"
3590+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.1.tgz#4d1e21a4f437509d25ce55f8184350771421c96d"
3591+
integrity sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg==
3592+
35923593
is-ci@^2.0.0:
35933594
version "2.0.0"
35943595
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -3741,20 +3742,20 @@ is-promise@^2.1.0:
37413742
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
37423743
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
37433744

3744-
is-regex@^1.0.4:
3745-
version "1.0.4"
3746-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
3747-
integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=
3748-
dependencies:
3749-
has "^1.0.1"
3750-
37513745
is-regex@^1.0.5:
37523746
version "1.0.5"
37533747
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
37543748
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
37553749
dependencies:
37563750
has "^1.0.3"
37573751

3752+
is-regex@^1.1.0:
3753+
version "1.1.1"
3754+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
3755+
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
3756+
dependencies:
3757+
has-symbols "^1.0.1"
3758+
37583759
is-ssh@^1.3.0:
37593760
version "1.3.1"
37603761
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3"
@@ -4890,14 +4891,13 @@ [email protected], object.assign@^4.1.0:
48904891
has-symbols "^1.0.0"
48914892
object-keys "^1.0.11"
48924893

4893-
object.entries@^1.1.0:
4894-
version "1.1.0"
4895-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
4896-
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
4894+
object.entries@^1.1.2:
4895+
version "1.1.2"
4896+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
4897+
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
48974898
dependencies:
48984899
define-properties "^1.1.3"
4899-
es-abstract "^1.12.0"
4900-
function-bind "^1.1.1"
4900+
es-abstract "^1.17.5"
49014901
has "^1.0.3"
49024902

49034903
object.getownpropertydescriptors@^2.0.3:
@@ -6160,6 +6160,14 @@ string-width@^4.1.0, string-width@^4.2.0:
61606160
is-fullwidth-code-point "^3.0.0"
61616161
strip-ansi "^6.0.0"
61626162

6163+
string.prototype.trimend@^1.0.1:
6164+
version "1.0.1"
6165+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
6166+
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
6167+
dependencies:
6168+
define-properties "^1.1.3"
6169+
es-abstract "^1.17.5"
6170+
61636171
string.prototype.trimleft@^2.1.1:
61646172
version "2.1.1"
61656173
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
@@ -6176,6 +6184,14 @@ string.prototype.trimright@^2.1.1:
61766184
define-properties "^1.1.3"
61776185
function-bind "^1.1.1"
61786186

6187+
string.prototype.trimstart@^1.0.1:
6188+
version "1.0.1"
6189+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
6190+
integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==
6191+
dependencies:
6192+
define-properties "^1.1.3"
6193+
es-abstract "^1.17.5"
6194+
61796195
string_decoder@^1.1.1:
61806196
version "1.2.0"
61816197
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"

0 commit comments

Comments
 (0)