Skip to content

Commit 6fa6b97

Browse files
authored
Merge pull request #295 from codeforjapan/dependabot/npm_and_yarn/nuxtjs/eslint-config-typescript-3.0.0
Bump @nuxtjs/eslint-config-typescript from 2.0.0 to 3.0.0
2 parents 1b29a2f + d0fecca commit 6fa6b97

File tree

2 files changed

+143
-68
lines changed

2 files changed

+143
-68
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@nuxt/types": "^2.14.0",
6262
"@nuxt/typescript-build": "^2.0.2",
63-
"@nuxtjs/eslint-config-typescript": "^2.0.0",
63+
"@nuxtjs/eslint-config-typescript": "^3.0.0",
6464
"@nuxtjs/stylelint-module": "^4.0.0",
6565
"@nuxtjs/vuetify": "^1.11.2",
6666
"@types/jest": "^26.0.8",

yarn.lock

Lines changed: 142 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,27 +2104,27 @@
21042104
consola "^2.10.1"
21052105
dotenv "^8.1.0"
21062106

2107-
"@nuxtjs/eslint-config-typescript@^2.0.0":
2108-
version "2.0.0"
2109-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-2.0.0.tgz#5710a96eec648091b36432f313a200467d1daa7e"
2110-
integrity sha512-qqSt9E62QmBE+zRr7e9dTuf2zTYBFd608Bz611y80RfnjhViZlKFHwrjKAejY5UrjKKUoIWUcIVjozWWQzDm3A==
2107+
"@nuxtjs/eslint-config-typescript@^3.0.0":
2108+
version "3.0.0"
2109+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-3.0.0.tgz#4c307ba1d7038d3d4a6aa40ebd4e0bd80a9af512"
2110+
integrity sha512-tjkXuY/R67TQAq6h566zl9nScUEeurvJkeYM59z28MLj8EfE4UO/rlgjQk9J4m++LrAkiKAH8jg3yLc6G4LIkQ==
21112111
dependencies:
2112-
"@nuxtjs/eslint-config" "3.0.0"
2113-
"@typescript-eslint/eslint-plugin" "^2.32.0"
2114-
"@typescript-eslint/parser" "^2.32.0"
2112+
"@nuxtjs/eslint-config" "3.1.0"
2113+
"@typescript-eslint/eslint-plugin" "^3.7.0"
2114+
"@typescript-eslint/parser" "^3.7.0"
21152115

2116-
"@nuxtjs/eslint-config@3.0.0":
2117-
version "3.0.0"
2118-
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-3.0.0.tgz#34f4a4ad9133f0c7e64bbcd2ab5315a821d173a4"
2119-
integrity sha512-sjAyE0jSuk20Q1jalJ1TwUDJXDunmT4jBZe22cVYE9H2zeKcA8CAhEOvbl9713fJXkRrXDIJDOIHVvT8aWMgyw==
2116+
"@nuxtjs/eslint-config@3.1.0":
2117+
version "3.1.0"
2118+
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-3.1.0.tgz#7e73aa08035a743b99e64ee4337cf526a09c9973"
2119+
integrity sha512-/6hDCt4nmlgmSFmJMLyZoopJ9iEfUVL5gpvr0uCzAYBjBl49ldsmu+SmsT13zosEnCIWCosBIevuaeCDKKBbJA==
21202120
dependencies:
21212121
eslint-config-standard "^14.1.1"
2122-
eslint-plugin-import "2.19.1"
2123-
eslint-plugin-jest "^23.10.0"
2122+
eslint-plugin-import "2.22.0"
2123+
eslint-plugin-jest "^23.18.2"
21242124
eslint-plugin-node "^11.1.0"
21252125
eslint-plugin-promise "^4.2.1"
21262126
eslint-plugin-standard "^4.0.1"
2127-
eslint-plugin-unicorn "^19.0.1"
2127+
eslint-plugin-unicorn "^21.0.0"
21282128
eslint-plugin-vue "^6.2.2"
21292129

21302130
"@nuxtjs/proxy@^2.0.0":
@@ -2469,6 +2469,11 @@
24692469
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
24702470
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
24712471

2472+
"@types/json5@^0.0.29":
2473+
version "0.0.29"
2474+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2475+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
2476+
24722477
"@types/jwt-decode@^2.2.1":
24732478
version "2.2.1"
24742479
resolved "https://registry.yarnpkg.com/@types/jwt-decode/-/jwt-decode-2.2.1.tgz#afdf5c527fcfccbd4009b5fd02d1e18241f2d2f2"
@@ -2691,17 +2696,30 @@
26912696
dependencies:
26922697
"@types/yargs-parser" "*"
26932698

2694-
"@typescript-eslint/eslint-plugin@^2.32.0":
2695-
version "2.34.0"
2696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
2697-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
2699+
"@typescript-eslint/eslint-plugin@^3.7.0":
2700+
version "3.7.1"
2701+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.7.1.tgz#d144c49a9a0ffe8dd704bb179c243df76c111bc9"
2702+
integrity sha512-3DB9JDYkMrc8Au00rGFiJLK2Ja9CoMP6Ut0sHsXp3ZtSugjNxvSSHTnKLfo4o+QmjYBJqEznDqsG1zj4F2xnsg==
26982703
dependencies:
2699-
"@typescript-eslint/experimental-utils" "2.34.0"
2704+
"@typescript-eslint/experimental-utils" "3.7.1"
2705+
debug "^4.1.1"
27002706
functional-red-black-tree "^1.0.1"
27012707
regexpp "^3.0.0"
2708+
semver "^7.3.2"
27022709
tsutils "^3.17.1"
27032710

2704-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
2711+
"@typescript-eslint/[email protected]":
2712+
version "3.7.1"
2713+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.7.1.tgz#ab036caaed4c870d22531d41f9352f3147364d61"
2714+
integrity sha512-TqE97pv7HrqWcGJbLbZt1v59tcqsSVpWTOf1AqrWK7n8nok2sGgVtYRuGXeNeLw3wXlLEbY1MKP3saB2HsO/Ng==
2715+
dependencies:
2716+
"@types/json-schema" "^7.0.3"
2717+
"@typescript-eslint/types" "3.7.1"
2718+
"@typescript-eslint/typescript-estree" "3.7.1"
2719+
eslint-scope "^5.0.0"
2720+
eslint-utils "^2.0.0"
2721+
2722+
"@typescript-eslint/experimental-utils@^2.5.0":
27052723
version "2.34.0"
27062724
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
27072725
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
@@ -2711,16 +2729,22 @@
27112729
eslint-scope "^5.0.0"
27122730
eslint-utils "^2.0.0"
27132731

2714-
"@typescript-eslint/parser@^2.32.0":
2715-
version "2.34.0"
2716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
2717-
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
2732+
"@typescript-eslint/parser@^3.7.0":
2733+
version "3.7.1"
2734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.7.1.tgz#5d9ccecb116d12d9c6073e9861c57c9b1aa88128"
2735+
integrity sha512-W4QV/gXvfIsccN8225784LNOorcm7ch68Fi3V4Wg7gmkWSQRKevO4RrRqWo6N/Z/myK1QAiGgeaXN57m+R/8iQ==
27182736
dependencies:
27192737
"@types/eslint-visitor-keys" "^1.0.0"
2720-
"@typescript-eslint/experimental-utils" "2.34.0"
2721-
"@typescript-eslint/typescript-estree" "2.34.0"
2738+
"@typescript-eslint/experimental-utils" "3.7.1"
2739+
"@typescript-eslint/types" "3.7.1"
2740+
"@typescript-eslint/typescript-estree" "3.7.1"
27222741
eslint-visitor-keys "^1.1.0"
27232742

2743+
"@typescript-eslint/[email protected]":
2744+
version "3.7.1"
2745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.7.1.tgz#90375606b2fd73c1224fe9e397ee151e28fa1e0c"
2746+
integrity sha512-PZe8twm5Z4b61jt7GAQDor6KiMhgPgf4XmUb9zdrwTbgtC/Sj29gXP1dws9yEn4+aJeyXrjsD9XN7AWFhmnUfg==
2747+
27242748
"@typescript-eslint/[email protected]":
27252749
version "2.34.0"
27262750
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -2734,6 +2758,27 @@
27342758
semver "^7.3.2"
27352759
tsutils "^3.17.1"
27362760

2761+
"@typescript-eslint/[email protected]":
2762+
version "3.7.1"
2763+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.7.1.tgz#ce1ffbd0fa53f34d4ce851a7a364e392432f6eb3"
2764+
integrity sha512-m97vNZkI08dunYOr2lVZOHoyfpqRs0KDpd6qkGaIcLGhQ2WPtgHOd/eVbsJZ0VYCQvupKrObAGTOvk3tfpybYA==
2765+
dependencies:
2766+
"@typescript-eslint/types" "3.7.1"
2767+
"@typescript-eslint/visitor-keys" "3.7.1"
2768+
debug "^4.1.1"
2769+
glob "^7.1.6"
2770+
is-glob "^4.0.1"
2771+
lodash "^4.17.15"
2772+
semver "^7.3.2"
2773+
tsutils "^3.17.1"
2774+
2775+
"@typescript-eslint/[email protected]":
2776+
version "3.7.1"
2777+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.7.1.tgz#b90191e74efdee656be8c5a30f428ed16dda46d1"
2778+
integrity sha512-xn22sQbEya+Utj2IqJHGLA3i1jDzR43RzWupxojbSWnj3nnPLavaQmWe5utw03CwYao3r00qzXfgJMGNkrzrAA==
2779+
dependencies:
2780+
eslint-visitor-keys "^1.1.0"
2781+
27372782
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
27382783
version "1.0.0"
27392784
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"
@@ -3223,7 +3268,7 @@ [email protected]:
32233268
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
32243269
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
32253270

3226-
array-includes@^3.0.3:
3271+
array-includes@^3.1.1:
32273272
version "3.1.1"
32283273
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
32293274
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
@@ -3247,7 +3292,7 @@ array-unique@^0.3.2:
32473292
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
32483293
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
32493294

3250-
array.prototype.flat@^1.2.1:
3295+
array.prototype.flat@^1.2.3:
32513296
version "1.2.3"
32523297
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
32533298
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
@@ -5642,10 +5687,10 @@ eslint-config-standard@^14.1.1:
56425687
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea"
56435688
integrity sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==
56445689

5645-
eslint-import-resolver-node@^0.3.2:
5646-
version "0.3.3"
5647-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
5648-
integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==
5690+
eslint-import-resolver-node@^0.3.3:
5691+
version "0.3.4"
5692+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
5693+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
56495694
dependencies:
56505695
debug "^2.6.9"
56515696
resolve "^1.13.1"
@@ -5661,7 +5706,7 @@ eslint-loader@^4.0.2:
56615706
object-hash "^2.0.3"
56625707
schema-utils "^2.6.5"
56635708

5664-
eslint-module-utils@^2.4.1:
5709+
eslint-module-utils@^2.6.0:
56655710
version "2.6.0"
56665711
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
56675712
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
@@ -5677,28 +5722,29 @@ eslint-plugin-es@^3.0.0:
56775722
eslint-utils "^2.0.0"
56785723
regexpp "^3.0.0"
56795724

5680-
eslint-plugin-import@2.19.1:
5681-
version "2.19.1"
5682-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
5683-
integrity sha512-x68131aKoCZlCae7rDXKSAQmbT5DQuManyXo2sK6fJJ0aK5CWAkv6A6HJZGgqC8IhjQxYPgo6/IY4Oz8AFsbBw==
5725+
eslint-plugin-import@2.22.0:
5726+
version "2.22.0"
5727+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
5728+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
56845729
dependencies:
5685-
array-includes "^3.0.3"
5686-
array.prototype.flat "^1.2.1"
5730+
array-includes "^3.1.1"
5731+
array.prototype.flat "^1.2.3"
56875732
contains-path "^0.1.0"
56885733
debug "^2.6.9"
56895734
doctrine "1.5.0"
5690-
eslint-import-resolver-node "^0.3.2"
5691-
eslint-module-utils "^2.4.1"
5735+
eslint-import-resolver-node "^0.3.3"
5736+
eslint-module-utils "^2.6.0"
56925737
has "^1.0.3"
56935738
minimatch "^3.0.4"
5694-
object.values "^1.1.0"
5739+
object.values "^1.1.1"
56955740
read-pkg-up "^2.0.0"
5696-
resolve "^1.12.0"
5741+
resolve "^1.17.0"
5742+
tsconfig-paths "^3.9.0"
56975743

5698-
eslint-plugin-jest@^23.10.0:
5699-
version "23.13.2"
5700-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.13.2.tgz#7b7993b4e09be708c696b02555083ddefd7e4cc7"
5701-
integrity sha512-qZit+moTXTyZFNDqSIR88/L3rdBlTU7CuW6XmyErD2FfHEkdoLgThkRbiQjzgYnX6rfgLx3Ci4eJmF4Ui5v1Cw==
5744+
eslint-plugin-jest@^23.18.2:
5745+
version "23.20.0"
5746+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
5747+
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
57025748
dependencies:
57035749
"@typescript-eslint/experimental-utils" "^2.5.0"
57045750

@@ -5739,23 +5785,24 @@ eslint-plugin-tsdoc@^0.2.5:
57395785
"@microsoft/tsdoc" "0.12.20"
57405786
"@microsoft/tsdoc-config" "0.13.4"
57415787

5742-
eslint-plugin-unicorn@^19.0.1:
5743-
version "19.0.1"
5744-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-19.0.1.tgz#05eef02f33426b8aa4f21cd5e4785b456335b85b"
5745-
integrity sha512-fu0/h5mHXfBC6EkA3i2vCjsfC8j53+T9txGhNL4fpxJ+1JKsUKfv+tmXDgy0XnLHhFjnOZp4tRWJWbcykeIP2Q==
5788+
eslint-plugin-unicorn@^21.0.0:
5789+
version "21.0.0"
5790+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-21.0.0.tgz#7e3a8b0f725f003619e1f40d769939ecd8d708d0"
5791+
integrity sha512-S8v7+v4gZTQPj4pKKvexhgSUaLQSyItvxW2SVZDaX9Iu5IjlAmF2eni+L6w8a2aqshxgU8Lle4FIAVDtuejSKQ==
57465792
dependencies:
57475793
ci-info "^2.0.0"
57485794
clean-regexp "^1.0.0"
57495795
eslint-ast-utils "^1.1.0"
5750-
eslint-template-visitor "^1.1.0"
5751-
eslint-utils "^2.0.0"
5796+
eslint-template-visitor "^2.0.0"
5797+
eslint-utils "^2.1.0"
57525798
import-modules "^2.0.0"
57535799
lodash "^4.17.15"
5800+
pluralize "^8.0.0"
57545801
read-pkg-up "^7.0.1"
57555802
regexp-tree "^0.1.21"
57565803
reserved-words "^0.1.2"
57575804
safe-regex "^2.1.1"
5758-
semver "^7.1.3"
5805+
semver "^7.3.2"
57595806

57605807
eslint-plugin-vue@^6.2.2:
57615808
version "6.2.2"
@@ -5782,14 +5829,15 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.0:
57825829
esrecurse "^4.1.0"
57835830
estraverse "^4.1.1"
57845831

5785-
eslint-template-visitor@^1.1.0:
5786-
version "1.1.0"
5787-
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-1.1.0.tgz#f090d124d1a52e05552149fc50468ed59608b166"
5788-
integrity sha512-Lmy6QVlmFiIGl5fPi+8ACnov3sare+0Ouf7deJAGGhmUfeWJ5fVarELUxZRpsZ9sHejiJUq8626d0dn9uvcZTw==
5832+
eslint-template-visitor@^2.0.0:
5833+
version "2.2.1"
5834+
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.2.1.tgz#2dccb1ab28fa7429e56ba6dd0144def2d89bc2d6"
5835+
integrity sha512-q3SxoBXz0XjPGkUpwGVAwIwIPIxzCAJX1uwfVc8tW3v7u/zS7WXNH3I2Mu2MDz2NgSITAyKLRaQFPHu/iyKxDQ==
57895836
dependencies:
5790-
eslint-visitor-keys "^1.1.0"
5791-
espree "^6.1.1"
5792-
multimap "^1.0.2"
5837+
babel-eslint "^10.1.0"
5838+
eslint-visitor-keys "^1.3.0"
5839+
esquery "^1.3.1"
5840+
multimap "^1.1.0"
57935841

57945842
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
57955843
version "2.1.0"
@@ -5798,7 +5846,19 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
57985846
dependencies:
57995847
eslint-visitor-keys "^1.1.0"
58005848

5801-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
5849+
eslint-utils@^2.1.0:
5850+
version "2.1.0"
5851+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
5852+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
5853+
dependencies:
5854+
eslint-visitor-keys "^1.1.0"
5855+
5856+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
5857+
version "1.2.0"
5858+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
5859+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
5860+
5861+
eslint-visitor-keys@^1.2.0, eslint-visitor-keys@^1.3.0:
58025862
version "1.3.0"
58035863
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
58045864
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
@@ -5850,7 +5910,7 @@ esm@^3.2.25:
58505910
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
58515911
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
58525912

5853-
espree@^6.1.1, espree@^6.2.1:
5913+
espree@^6.2.1:
58545914
version "6.2.1"
58555915
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
58565916
integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
@@ -5873,7 +5933,7 @@ esprima@^4.0.0, esprima@^4.0.1:
58735933
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
58745934
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
58755935

5876-
esquery@^1.0.1, esquery@^1.2.0:
5936+
esquery@^1.0.1, esquery@^1.2.0, esquery@^1.3.1:
58775937
version "1.3.1"
58785938
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
58795939
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
@@ -9512,7 +9572,7 @@ ms@^2.1.1:
95129572
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
95139573
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
95149574

9515-
multimap@^1.0.2:
9575+
multimap@^1.1.0:
95169576
version "1.1.0"
95179577
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
95189578
integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==
@@ -9950,7 +10010,7 @@ object.pick@^1.3.0:
995010010
dependencies:
995110011
isobject "^3.0.1"
995210012

9953-
object.values@^1.1.0:
10013+
object.values@^1.1.0, object.values@^1.1.1:
995410014
version "1.1.1"
995510015
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
995610016
integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
@@ -10438,6 +10498,11 @@ please-upgrade-node@^3.2.0:
1043810498
dependencies:
1043910499
semver-compare "^1.0.0"
1044010500

10501+
pluralize@^8.0.0:
10502+
version "8.0.0"
10503+
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
10504+
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
10505+
1044110506
posix-character-classes@^0.1.0:
1044210507
version "0.1.1"
1044310508
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
@@ -12157,7 +12222,7 @@ [email protected]:
1215712222
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
1215812223
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1215912224

12160-
[email protected], semver@^7.1.3, semver@^7.2.1, semver@^7.3.2:
12225+
[email protected], semver@^7.2.1, semver@^7.3.2:
1216112226
version "7.3.2"
1216212227
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1216312228
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
@@ -13362,6 +13427,16 @@ ts-node@^8.10.2:
1336213427
source-map-support "^0.5.17"
1336313428
yn "3.1.1"
1336413429

13430+
tsconfig-paths@^3.9.0:
13431+
version "3.9.0"
13432+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
13433+
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
13434+
dependencies:
13435+
"@types/json5" "^0.0.29"
13436+
json5 "^1.0.1"
13437+
minimist "^1.2.0"
13438+
strip-bom "^3.0.0"
13439+
1336513440
tsconfig@^7.0.0:
1336613441
version "7.0.0"
1336713442
resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7"

0 commit comments

Comments
 (0)