Skip to content

Commit 86e933a

Browse files
authored
Update all Yarn dependencies (2020-08-09) (#358)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 69ee081 commit 86e933a

File tree

2 files changed

+53
-60
lines changed

2 files changed

+53
-60
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@commitlint/cli": "^9.1.1",
3535
"@commitlint/config-conventional": "^9.1.1",
3636
"@skyra/eslint-config": "^5.3.0",
37-
"@typescript-eslint/eslint-plugin": "^3.7.0",
38-
"@typescript-eslint/parser": "^3.7.0",
37+
"@typescript-eslint/eslint-plugin": "^3.8.0",
38+
"@typescript-eslint/parser": "^3.8.0",
3939
"canvas": "^2.6.1",
4040
"cz-conventional-changelog": "^3.2.0",
4141
"eslint": "^7.6.0",
@@ -44,10 +44,10 @@
4444
"husky": "^4.2.5",
4545
"lint-staged": "^10.2.11",
4646
"prettier": "^2.0.5",
47-
"rollup": "^2.23.0",
47+
"rollup": "^2.23.1",
4848
"rollup-plugin-cleaner": "^1.0.0",
4949
"rollup-plugin-terser": "^6.1.0",
50-
"rollup-plugin-typescript2": "^0.27.1",
50+
"rollup-plugin-typescript2": "^0.27.2",
5151
"standard-version": "^8.0.2",
5252
"ts-node": "^8.10.2",
5353
"typedoc": "^0.17.8",

yarn.lock

Lines changed: 49 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.1.tgz#d97ebc35d20eed6d8458361cbca5c7cb85d45184"
167167
integrity sha512-SXY8bCQ1qacJ8AUTUxjabY8G6OjSmMPLN9MBCzGaKOjpPNX6z8zbXTbk9oU3GHZLtcxweWLCi2n49IRS4iQlwg==
168168

169-
"@rollup/pluginutils@^3.0.8":
169+
"@rollup/pluginutils@^3.1.0":
170170
version "3.1.0"
171171
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
172172
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -220,63 +220,63 @@
220220
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
221221
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
222222

223-
"@typescript-eslint/eslint-plugin@^3.7.0":
224-
version "3.7.1"
225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.7.1.tgz#d144c49a9a0ffe8dd704bb179c243df76c111bc9"
226-
integrity sha512-3DB9JDYkMrc8Au00rGFiJLK2Ja9CoMP6Ut0sHsXp3ZtSugjNxvSSHTnKLfo4o+QmjYBJqEznDqsG1zj4F2xnsg==
223+
"@typescript-eslint/eslint-plugin@^3.8.0":
224+
version "3.8.0"
225+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.8.0.tgz#f82947bcdd9a4e42be7ad80dfd61f1dc411dd1df"
226+
integrity sha512-lFb4VCDleFSR+eo4Ew+HvrJ37ZH1Y9ZyE+qyP7EiwBpcCVxwmUc5PAqhShCQ8N8U5vqYydm74nss+a0wrrCErw==
227227
dependencies:
228-
"@typescript-eslint/experimental-utils" "3.7.1"
228+
"@typescript-eslint/experimental-utils" "3.8.0"
229229
debug "^4.1.1"
230230
functional-red-black-tree "^1.0.1"
231231
regexpp "^3.0.0"
232232
semver "^7.3.2"
233233
tsutils "^3.17.1"
234234

235-
"@typescript-eslint/experimental-utils@3.7.1":
236-
version "3.7.1"
237-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.7.1.tgz#ab036caaed4c870d22531d41f9352f3147364d61"
238-
integrity sha512-TqE97pv7HrqWcGJbLbZt1v59tcqsSVpWTOf1AqrWK7n8nok2sGgVtYRuGXeNeLw3wXlLEbY1MKP3saB2HsO/Ng==
235+
"@typescript-eslint/experimental-utils@3.8.0":
236+
version "3.8.0"
237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.8.0.tgz#ac1f7c88322dcfb7635ece6f0441516dd951099a"
238+
integrity sha512-o8T1blo1lAJE0QDsW7nSyvZHbiDzQDjINJKyB44Z3sSL39qBy5L10ScI/XwDtaiunoyKGLiY9bzRk4YjsUZl8w==
239239
dependencies:
240240
"@types/json-schema" "^7.0.3"
241-
"@typescript-eslint/types" "3.7.1"
242-
"@typescript-eslint/typescript-estree" "3.7.1"
241+
"@typescript-eslint/types" "3.8.0"
242+
"@typescript-eslint/typescript-estree" "3.8.0"
243243
eslint-scope "^5.0.0"
244244
eslint-utils "^2.0.0"
245245

246-
"@typescript-eslint/parser@^3.7.0":
247-
version "3.7.1"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.7.1.tgz#5d9ccecb116d12d9c6073e9861c57c9b1aa88128"
249-
integrity sha512-W4QV/gXvfIsccN8225784LNOorcm7ch68Fi3V4Wg7gmkWSQRKevO4RrRqWo6N/Z/myK1QAiGgeaXN57m+R/8iQ==
246+
"@typescript-eslint/parser@^3.8.0":
247+
version "3.8.0"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.8.0.tgz#8e1dcd404299bf79492409c81c415fa95a7c622b"
249+
integrity sha512-u5vjOBaCsnMVQOvkKCXAmmOhyyMmFFf5dbkM3TIbg3MZ2pyv5peE4gj81UAbTHwTOXEwf7eCQTUMKrDl/+qGnA==
250250
dependencies:
251251
"@types/eslint-visitor-keys" "^1.0.0"
252-
"@typescript-eslint/experimental-utils" "3.7.1"
253-
"@typescript-eslint/types" "3.7.1"
254-
"@typescript-eslint/typescript-estree" "3.7.1"
252+
"@typescript-eslint/experimental-utils" "3.8.0"
253+
"@typescript-eslint/types" "3.8.0"
254+
"@typescript-eslint/typescript-estree" "3.8.0"
255255
eslint-visitor-keys "^1.1.0"
256256

257-
"@typescript-eslint/types@3.7.1":
258-
version "3.7.1"
259-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.7.1.tgz#90375606b2fd73c1224fe9e397ee151e28fa1e0c"
260-
integrity sha512-PZe8twm5Z4b61jt7GAQDor6KiMhgPgf4XmUb9zdrwTbgtC/Sj29gXP1dws9yEn4+aJeyXrjsD9XN7AWFhmnUfg==
257+
"@typescript-eslint/types@3.8.0":
258+
version "3.8.0"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.8.0.tgz#58581dd863f86e0cd23353d94362bb90b4bea796"
260+
integrity sha512-8kROmEQkv6ss9kdQ44vCN1dTrgu4Qxrd2kXr10kz2NP5T8/7JnEfYNxCpPkArbLIhhkGLZV3aVMplH1RXQRF7Q==
261261

262-
"@typescript-eslint/typescript-estree@3.7.1":
263-
version "3.7.1"
264-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.7.1.tgz#ce1ffbd0fa53f34d4ce851a7a364e392432f6eb3"
265-
integrity sha512-m97vNZkI08dunYOr2lVZOHoyfpqRs0KDpd6qkGaIcLGhQ2WPtgHOd/eVbsJZ0VYCQvupKrObAGTOvk3tfpybYA==
262+
"@typescript-eslint/typescript-estree@3.8.0":
263+
version "3.8.0"
264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.8.0.tgz#0606d19f629f813dbdd5a34c7a1e895d6191cac6"
265+
integrity sha512-MTv9nPDhlKfclwnplRNDL44mP2SY96YmPGxmMbMy6x12I+pERcxpIUht7DXZaj4mOKKtet53wYYXU0ABaiXrLw==
266266
dependencies:
267-
"@typescript-eslint/types" "3.7.1"
268-
"@typescript-eslint/visitor-keys" "3.7.1"
267+
"@typescript-eslint/types" "3.8.0"
268+
"@typescript-eslint/visitor-keys" "3.8.0"
269269
debug "^4.1.1"
270270
glob "^7.1.6"
271271
is-glob "^4.0.1"
272272
lodash "^4.17.15"
273273
semver "^7.3.2"
274274
tsutils "^3.17.1"
275275

276-
"@typescript-eslint/visitor-keys@3.7.1":
277-
version "3.7.1"
278-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.7.1.tgz#b90191e74efdee656be8c5a30f428ed16dda46d1"
279-
integrity sha512-xn22sQbEya+Utj2IqJHGLA3i1jDzR43RzWupxojbSWnj3nnPLavaQmWe5utw03CwYao3r00qzXfgJMGNkrzrAA==
276+
"@typescript-eslint/visitor-keys@3.8.0":
277+
version "3.8.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.8.0.tgz#ad35110249fb3fc30a36bfcbfeea93e710cfaab1"
279+
integrity sha512-gfqQWyVPpT9NpLREXNR820AYwgz+Kr1GuF3nf1wxpHD6hdxI62tq03ToomFnDxY0m3pUB39IF7sil7D5TQexLA==
280280
dependencies:
281281
eslint-visitor-keys "^1.1.0"
282282

@@ -3276,14 +3276,7 @@ resolve-url@^0.2.1:
32763276
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
32773277
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
32783278

3279-
3280-
version "1.15.1"
3281-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
3282-
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
3283-
dependencies:
3284-
path-parse "^1.0.6"
3285-
3286-
resolve@^1.1.6, resolve@^1.10.0:
3279+
[email protected], resolve@^1.1.6, resolve@^1.10.0:
32873280
version "1.17.0"
32883281
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
32893282
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -3342,21 +3335,21 @@ rollup-plugin-terser@^6.1.0:
33423335
serialize-javascript "^3.0.0"
33433336
terser "^4.7.0"
33443337

3345-
rollup-plugin-typescript2@^0.27.1:
3346-
version "0.27.1"
3347-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.1.tgz#4f27193408a8f040139eed3e3db7b0c7f3668200"
3348-
integrity sha512-RJl77Bbj1EunAQDC3dK/O2HWuSUX3oJbRGzyLoS5o9W4Hs1Nix3Gavqj1Lzs5Y6Ff4H2xXfmZ1WWUQCYocSbzQ==
3338+
rollup-plugin-typescript2@^0.27.2:
3339+
version "0.27.2"
3340+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.2.tgz#871a7f5d2a774f9cef50d25da868eec72acc2ed8"
3341+
integrity sha512-zarMH2F8oT/NO6p20gl/jkts+WxyzOlhOIUwUU/EDx5e6ewdDPS/flwLj5XFuijUCr64bZwqKuRVwCPdXXYefQ==
33493342
dependencies:
3350-
"@rollup/pluginutils" "^3.0.8"
3343+
"@rollup/pluginutils" "^3.1.0"
33513344
find-cache-dir "^3.3.1"
33523345
fs-extra "8.1.0"
3353-
resolve "1.15.1"
3354-
tslib "1.11.2"
3346+
resolve "1.17.0"
3347+
tslib "2.0.1"
33553348

3356-
rollup@^2.23.0:
3357-
version "2.23.0"
3358-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.23.0.tgz#b7ab1fee0c0e60132fd0553c4df1e9cdacfada9d"
3359-
integrity sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==
3349+
rollup@^2.23.1:
3350+
version "2.23.1"
3351+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.23.1.tgz#d458d28386dc7660c2e8a4978bea6f9494046c20"
3352+
integrity sha512-Heyl885+lyN/giQwxA8AYT2GY3U+gOlTqVLrMQYno8Z1X9lAOpfXPiKiZCyPc25e9BLJM3Zlh957dpTlO4pa8A==
33603353
optionalDependencies:
33613354
fsevents "~2.1.2"
33623355

@@ -3962,10 +3955,10 @@ ts-node@^8.10.2:
39623955
source-map-support "^0.5.17"
39633956
yn "3.1.1"
39643957

3965-
tslib@1.11.2:
3966-
version "1.11.2"
3967-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
3968-
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
3958+
tslib@2.0.1:
3959+
version "2.0.1"
3960+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
3961+
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
39693962

39703963
tslib@^1.8.1, tslib@^1.9.0:
39713964
version "1.13.0"

0 commit comments

Comments
 (0)