Skip to content

Commit 0040da4

Browse files
chore(deps): update dependency eslint-config-airbnb to v19
1 parent 5e1b2c6 commit 0040da4

File tree

2 files changed

+177
-20
lines changed

2 files changed

+177
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/artelydev/vue-cli-plugin-coffee#readme",
2424
"devDependencies": {
2525
"eslint": "7.32.0",
26-
"eslint-config-airbnb": "18.2.1",
26+
"eslint-config-airbnb": "19.0.4",
2727
"prettier": "2.7.1"
2828
},
2929
"dependencies": {

yarn.lock

+176-19
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ astral-regex@^2.0.0:
341341
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
342342
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
343343

344+
available-typed-arrays@^1.0.5:
345+
version "1.0.5"
346+
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
347+
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
348+
344349
babel-loader@^8.1.0:
345350
version "8.2.5"
346351
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
@@ -541,7 +546,7 @@ enquirer@^2.3.5:
541546
dependencies:
542547
ansi-colors "^4.1.1"
543548

544-
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5:
549+
es-abstract@^1.19.0, es-abstract@^1.19.5:
545550
version "1.20.4"
546551
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
547552
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
@@ -571,6 +576,54 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5:
571576
string.prototype.trimstart "^1.0.5"
572577
unbox-primitive "^1.0.2"
573578

579+
es-abstract@^1.20.4:
580+
version "1.21.1"
581+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.1.tgz#e6105a099967c08377830a0c9cb589d570dd86c6"
582+
integrity sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==
583+
dependencies:
584+
available-typed-arrays "^1.0.5"
585+
call-bind "^1.0.2"
586+
es-set-tostringtag "^2.0.1"
587+
es-to-primitive "^1.2.1"
588+
function-bind "^1.1.1"
589+
function.prototype.name "^1.1.5"
590+
get-intrinsic "^1.1.3"
591+
get-symbol-description "^1.0.0"
592+
globalthis "^1.0.3"
593+
gopd "^1.0.1"
594+
has "^1.0.3"
595+
has-property-descriptors "^1.0.0"
596+
has-proto "^1.0.1"
597+
has-symbols "^1.0.3"
598+
internal-slot "^1.0.4"
599+
is-array-buffer "^3.0.1"
600+
is-callable "^1.2.7"
601+
is-negative-zero "^2.0.2"
602+
is-regex "^1.1.4"
603+
is-shared-array-buffer "^1.0.2"
604+
is-string "^1.0.7"
605+
is-typed-array "^1.1.10"
606+
is-weakref "^1.0.2"
607+
object-inspect "^1.12.2"
608+
object-keys "^1.1.1"
609+
object.assign "^4.1.4"
610+
regexp.prototype.flags "^1.4.3"
611+
safe-regex-test "^1.0.0"
612+
string.prototype.trimend "^1.0.6"
613+
string.prototype.trimstart "^1.0.6"
614+
typed-array-length "^1.0.4"
615+
unbox-primitive "^1.0.2"
616+
which-typed-array "^1.1.9"
617+
618+
es-set-tostringtag@^2.0.1:
619+
version "2.0.1"
620+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
621+
integrity sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==
622+
dependencies:
623+
get-intrinsic "^1.1.3"
624+
has "^1.0.3"
625+
has-tostringtag "^1.0.0"
626+
574627
es-to-primitive@^1.2.1:
575628
version "1.2.1"
576629
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -595,23 +648,24 @@ escape-string-regexp@^4.0.0:
595648
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
596649
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
597650

598-
eslint-config-airbnb-base@^14.2.1:
599-
version "14.2.1"
600-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
601-
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
651+
eslint-config-airbnb-base@^15.0.0:
652+
version "15.0.0"
653+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
654+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
602655
dependencies:
603656
confusing-browser-globals "^1.0.10"
604657
object.assign "^4.1.2"
605-
object.entries "^1.1.2"
658+
object.entries "^1.1.5"
659+
semver "^6.3.0"
606660

607-
eslint-config-airbnb@18.2.1:
608-
version "18.2.1"
609-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
610-
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
661+
eslint-config-airbnb@19.0.4:
662+
version "19.0.4"
663+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3"
664+
integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==
611665
dependencies:
612-
eslint-config-airbnb-base "^14.2.1"
666+
eslint-config-airbnb-base "^15.0.0"
613667
object.assign "^4.1.2"
614-
object.entries "^1.1.2"
668+
object.entries "^1.1.5"
615669

616670
eslint-scope@^5.1.1:
617671
version "5.1.1"
@@ -779,6 +833,13 @@ flatted@^3.1.0:
779833
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
780834
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
781835

836+
for-each@^0.3.3:
837+
version "0.3.3"
838+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
839+
integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==
840+
dependencies:
841+
is-callable "^1.1.3"
842+
782843
fs.realpath@^1.0.0:
783844
version "1.0.0"
784845
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -823,6 +884,15 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@
823884
has "^1.0.3"
824885
has-symbols "^1.0.3"
825886

887+
get-intrinsic@^1.2.0:
888+
version "1.2.0"
889+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f"
890+
integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==
891+
dependencies:
892+
function-bind "^1.1.1"
893+
has "^1.0.3"
894+
has-symbols "^1.0.3"
895+
826896
get-symbol-description@^1.0.0:
827897
version "1.0.0"
828898
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
@@ -862,6 +932,20 @@ globals@^13.6.0, globals@^13.9.0:
862932
dependencies:
863933
type-fest "^0.20.2"
864934

935+
globalthis@^1.0.3:
936+
version "1.0.3"
937+
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
938+
integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==
939+
dependencies:
940+
define-properties "^1.1.3"
941+
942+
gopd@^1.0.1:
943+
version "1.0.1"
944+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
945+
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
946+
dependencies:
947+
get-intrinsic "^1.1.3"
948+
865949
has-bigints@^1.0.1, has-bigints@^1.0.2:
866950
version "1.0.2"
867951
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -884,6 +968,11 @@ has-property-descriptors@^1.0.0:
884968
dependencies:
885969
get-intrinsic "^1.1.1"
886970

971+
has-proto@^1.0.1:
972+
version "1.0.1"
973+
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
974+
integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
975+
887976
has-symbols@^1.0.2, has-symbols@^1.0.3:
888977
version "1.0.3"
889978
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
@@ -943,6 +1032,24 @@ internal-slot@^1.0.3:
9431032
has "^1.0.3"
9441033
side-channel "^1.0.4"
9451034

1035+
internal-slot@^1.0.4:
1036+
version "1.0.5"
1037+
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986"
1038+
integrity sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==
1039+
dependencies:
1040+
get-intrinsic "^1.2.0"
1041+
has "^1.0.3"
1042+
side-channel "^1.0.4"
1043+
1044+
is-array-buffer@^3.0.1:
1045+
version "3.0.2"
1046+
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe"
1047+
integrity sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==
1048+
dependencies:
1049+
call-bind "^1.0.2"
1050+
get-intrinsic "^1.2.0"
1051+
is-typed-array "^1.1.10"
1052+
9461053
is-bigint@^1.0.1:
9471054
version "1.0.4"
9481055
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
@@ -958,7 +1065,7 @@ is-boolean-object@^1.1.0:
9581065
call-bind "^1.0.2"
9591066
has-tostringtag "^1.0.0"
9601067

961-
is-callable@^1.1.4, is-callable@^1.2.7:
1068+
is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
9621069
version "1.2.7"
9631070
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
9641071
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
@@ -1028,6 +1135,17 @@ is-symbol@^1.0.2, is-symbol@^1.0.3:
10281135
dependencies:
10291136
has-symbols "^1.0.2"
10301137

1138+
is-typed-array@^1.1.10, is-typed-array@^1.1.9:
1139+
version "1.1.10"
1140+
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f"
1141+
integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==
1142+
dependencies:
1143+
available-typed-arrays "^1.0.5"
1144+
call-bind "^1.0.2"
1145+
for-each "^0.3.3"
1146+
gopd "^1.0.1"
1147+
has-tostringtag "^1.0.0"
1148+
10311149
is-weakref@^1.0.2:
10321150
version "1.0.2"
10331151
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
@@ -1211,14 +1329,14 @@ object.assign@^4.1.2, object.assign@^4.1.4:
12111329
has-symbols "^1.0.3"
12121330
object-keys "^1.1.1"
12131331

1214-
object.entries@^1.1.2:
1215-
version "1.1.5"
1216-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
1217-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
1332+
object.entries@^1.1.5:
1333+
version "1.1.6"
1334+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
1335+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
12181336
dependencies:
12191337
call-bind "^1.0.2"
1220-
define-properties "^1.1.3"
1221-
es-abstract "^1.19.1"
1338+
define-properties "^1.1.4"
1339+
es-abstract "^1.20.4"
12221340

12231341
once@^1.3.0:
12241342
version "1.4.0"
@@ -1435,6 +1553,15 @@ string.prototype.trimend@^1.0.5:
14351553
define-properties "^1.1.4"
14361554
es-abstract "^1.19.5"
14371555

1556+
string.prototype.trimend@^1.0.6:
1557+
version "1.0.6"
1558+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
1559+
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
1560+
dependencies:
1561+
call-bind "^1.0.2"
1562+
define-properties "^1.1.4"
1563+
es-abstract "^1.20.4"
1564+
14381565
string.prototype.trimstart@^1.0.5:
14391566
version "1.0.5"
14401567
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef"
@@ -1444,6 +1571,15 @@ string.prototype.trimstart@^1.0.5:
14441571
define-properties "^1.1.4"
14451572
es-abstract "^1.19.5"
14461573

1574+
string.prototype.trimstart@^1.0.6:
1575+
version "1.0.6"
1576+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4"
1577+
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
1578+
dependencies:
1579+
call-bind "^1.0.2"
1580+
define-properties "^1.1.4"
1581+
es-abstract "^1.20.4"
1582+
14471583
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14481584
version "6.0.1"
14491585
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
@@ -1514,6 +1650,15 @@ type-fest@^0.20.2:
15141650
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
15151651
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
15161652

1653+
typed-array-length@^1.0.4:
1654+
version "1.0.4"
1655+
resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb"
1656+
integrity sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==
1657+
dependencies:
1658+
call-bind "^1.0.2"
1659+
for-each "^0.3.3"
1660+
is-typed-array "^1.1.9"
1661+
15171662
unbox-primitive@^1.0.2:
15181663
version "1.0.2"
15191664
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
@@ -1555,6 +1700,18 @@ which-boxed-primitive@^1.0.2:
15551700
is-string "^1.0.5"
15561701
is-symbol "^1.0.3"
15571702

1703+
which-typed-array@^1.1.9:
1704+
version "1.1.9"
1705+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6"
1706+
integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==
1707+
dependencies:
1708+
available-typed-arrays "^1.0.5"
1709+
call-bind "^1.0.2"
1710+
for-each "^0.3.3"
1711+
gopd "^1.0.1"
1712+
has-tostringtag "^1.0.0"
1713+
is-typed-array "^1.1.10"
1714+
15581715
which@^2.0.1:
15591716
version "2.0.2"
15601717
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)