Skip to content

Commit 740d57f

Browse files
committed
feat: add "Type: Dependencies"
1 parent 72e4f65 commit 740d57f

File tree

3 files changed

+73
-57
lines changed

3 files changed

+73
-57
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ These are opinionated labels.
5454
- ![#ededed](https://via.placeholder.com/15/ededed/000000?text=+) duplicate - This issue or Pull Request already exists
5555
- ![#e99695](https://via.placeholder.com/15/e99695/000000?text=+) help wanted - Extra attention is needed
5656
- ![#7057ff](https://via.placeholder.com/15/7057ff/000000?text=+) good first issue - Good for newcomers
57-
- ![#ee0701](https://via.placeholder.com/15/ee0701/000000?text=+) Priority: Critical
58-
- ![#d93f0b](https://via.placeholder.com/15/d93f0b/000000?text=+) Priority: High
59-
- ![#fbca04](https://via.placeholder.com/15/fbca04/000000?text=+) Priority: Medium
60-
- ![#0e8a16](https://via.placeholder.com/15/0e8a16/000000?text=+) Priority: Low
57+
- ![#ee0701](https://via.placeholder.com/15/ee0701/000000?text=+) Priority: Critical
58+
- ![#d93f0b](https://via.placeholder.com/15/d93f0b/000000?text=+) Priority: High
59+
- ![#fbca04](https://via.placeholder.com/15/fbca04/000000?text=+) Priority: Medium
60+
- ![#0e8a16](https://via.placeholder.com/15/0e8a16/000000?text=+) Priority: Low
6161
- ![#000000](https://via.placeholder.com/15/000000/000000?text=+) Status: Abandoned - The issue or Pull Request is wontfix
6262
- ![#ee0701](https://via.placeholder.com/15/ee0701/000000?text=+) Status: Blocked - Progress on the issue is Blocked
6363
- ![#cccccc](https://via.placeholder.com/15/cccccc/000000?text=+) Status: In Progress - Work in Progress
@@ -75,6 +75,8 @@ These are opinionated labels.
7575
- ![#ffd412](https://via.placeholder.com/15/ffd412/000000?text=+) Type: CI - Changes to CI configuration files and scripts
7676
- ![#cc317c](https://via.placeholder.com/15/cc317c/000000?text=+) Type: Question - Further information is requested
7777
- ![#ee0701](https://via.placeholder.com/15/ee0701/000000?text=+) Type: Security - Vulnerability disclosure or Fixing security issue
78+
- ![#0366d6](https://via.placeholder.com/15/0366d6/000000?text=+) Type: Dependencies - Dependency issues or Changes to dependency files
79+
7880

7981
## Related
8082

labels.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,13 @@
177177
"aliases": [
178178
"security"
179179
]
180+
},
181+
{
182+
"name": "Type: Dependencies",
183+
"color": "0366d6",
184+
"description": "Dependency issues or Changes to dependency files",
185+
"aliases": [
186+
"dependencies"
187+
]
180188
}
181189
]

yarn.lock

Lines changed: 59 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33

44

55
"@babel/code-frame@^7.0.0":
6-
version "7.12.13"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
8-
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
6+
version "7.14.5"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
8+
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
99
dependencies:
10-
"@babel/highlight" "^7.12.13"
10+
"@babel/highlight" "^7.14.5"
1111

12-
"@babel/helper-validator-identifier@^7.14.0":
13-
version "7.14.0"
14-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
15-
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
12+
"@babel/helper-validator-identifier@^7.14.5":
13+
version "7.14.5"
14+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
15+
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
1616

17-
"@babel/highlight@^7.12.13":
18-
version "7.14.0"
19-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
20-
integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==
17+
"@babel/highlight@^7.14.5":
18+
version "7.14.5"
19+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
20+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
2121
dependencies:
22-
"@babel/helper-validator-identifier" "^7.14.0"
22+
"@babel/helper-validator-identifier" "^7.14.5"
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

@@ -83,9 +83,9 @@
8383
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
8484

8585
"@types/node@*", "@types/node@^15.0.2":
86-
version "15.0.2"
87-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.2.tgz#51e9c0920d1b45936ea04341aa3e2e58d339fb67"
88-
integrity sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA==
86+
version "15.12.2"
87+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.2.tgz#1f2b42c4be7156ff4a6f914b2fb03d05fa84e38d"
88+
integrity sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==
8989

9090
"@types/normalize-package-data@^2.4.0":
9191
version "2.4.0"
@@ -258,16 +258,16 @@ cacheable-lookup@^5.0.3:
258258
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
259259

260260
cacheable-request@^7.0.1:
261-
version "7.0.1"
262-
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.1.tgz#062031c2856232782ed694a257fa35da93942a58"
263-
integrity sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==
261+
version "7.0.2"
262+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27"
263+
integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==
264264
dependencies:
265265
clone-response "^1.0.2"
266266
get-stream "^5.1.0"
267267
http-cache-semantics "^4.0.0"
268268
keyv "^4.0.0"
269269
lowercase-keys "^2.0.0"
270-
normalize-url "^4.1.0"
270+
normalize-url "^6.0.1"
271271
responselike "^2.0.0"
272272

273273
camelcase-keys@^6.2.2:
@@ -783,9 +783,9 @@ is-binary-path@~2.1.0:
783783
binary-extensions "^2.0.0"
784784

785785
is-core-module@^2.2.0:
786-
version "2.3.0"
787-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.3.0.tgz#d341652e3408bca69c4671b79a0954a3d349f887"
788-
integrity sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw==
786+
version "2.4.0"
787+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
788+
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
789789
dependencies:
790790
has "^1.0.3"
791791

@@ -988,17 +988,17 @@ meow@^8.0.0:
988988
type-fest "^0.18.0"
989989
yargs-parser "^20.2.3"
990990

991-
mime-db@1.47.0:
992-
version "1.47.0"
993-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.47.0.tgz#8cb313e59965d3c05cfbf898915a267af46a335c"
994-
integrity sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==
991+
mime-db@1.48.0:
992+
version "1.48.0"
993+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.48.0.tgz#e35b31045dd7eada3aaad537ed88a33afbef2d1d"
994+
integrity sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==
995995

996996
mime-types@^2.1.12, mime-types@~2.1.19:
997-
version "2.1.30"
998-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.30.tgz#6e7be8b4c479825f85ed6326695db73f9305d62d"
999-
integrity sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==
997+
version "2.1.31"
998+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.31.tgz#a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b"
999+
integrity sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==
10001000
dependencies:
1001-
mime-db "1.47.0"
1001+
mime-db "1.48.0"
10021002

10031003
mimic-response@^1.0.0:
10041004
version "1.0.1"
@@ -1110,10 +1110,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
11101110
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
11111111
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
11121112

1113-
normalize-url@^4.1.0:
1114-
version "4.5.0"
1115-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
1116-
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
1113+
normalize-url@^6.0.1:
1114+
version "6.0.1"
1115+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.0.1.tgz#a4f27f58cf8c7b287b440b8a8201f42d0b00d256"
1116+
integrity sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ==
11171117

11181118
oauth-sign@~0.9.0:
11191119
version "0.9.0"
@@ -1196,19 +1196,19 @@ path-is-absolute@^1.0.0:
11961196
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
11971197

11981198
path-parse@^1.0.6:
1199-
version "1.0.6"
1200-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
1201-
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
1199+
version "1.0.7"
1200+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1201+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
12021202

12031203
performance-now@^2.1.0:
12041204
version "2.1.0"
12051205
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
12061206
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
12071207

12081208
picomatch@^2.0.4, picomatch@^2.2.1:
1209-
version "2.2.3"
1210-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
1211-
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
1209+
version "2.3.0"
1210+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
1211+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
12121212

12131213
psl@^1.1.28:
12141214
version "1.8.0"
@@ -1243,6 +1243,11 @@ quick-lru@^5.1.1:
12431243
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
12441244
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
12451245

1246+
randombytes@2.0.3:
1247+
version "2.0.3"
1248+
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.3.tgz#674c99760901c3c4112771a31e521dc349cc09ec"
1249+
integrity sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew=
1250+
12461251
randombytes@^2.1.0:
12471252
version "2.1.0"
12481253
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
@@ -1251,11 +1256,12 @@ randombytes@^2.1.0:
12511256
safe-buffer "^5.1.0"
12521257

12531258
randomstring@^1.1.5:
1254-
version "1.1.5"
1255-
resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.1.5.tgz#6df0628f75cbd5932930d9fe3ab4e956a18518c3"
1256-
integrity sha1-bfBij3XL1ZMpMNn+OrTpVqGFGMM=
1259+
version "1.2.1"
1260+
resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.1.tgz#71cd3cda24ad1b7e0b65286b3aa5c10853019349"
1261+
integrity sha512-eMnfell9XuU3jfCx3f4xCaFAt0YMFPZhx9R3PSStmLarDKg5j5vivqKhf/8pvG+VX/YkxsckHK/VPUrKa5V07A==
12571262
dependencies:
12581263
array-uniq "1.0.2"
1264+
randombytes "2.0.3"
12591265

12601266
read-pkg-up@^7.0.1:
12611267
version "7.0.1"
@@ -1406,9 +1412,9 @@ spdx-expression-parse@^3.0.0:
14061412
spdx-license-ids "^3.0.0"
14071413

14081414
spdx-license-ids@^3.0.0:
1409-
version "3.0.7"
1410-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz#e9c18a410e5ed7e12442a549fbd8afa767038d65"
1411-
integrity sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==
1415+
version "3.0.9"
1416+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz#8a595135def9592bda69709474f1cbeea7c2467f"
1417+
integrity sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==
14121418

14131419
sprintf-js@~1.0.2:
14141420
version "1.0.3"
@@ -1510,9 +1516,9 @@ tough-cookie@~2.5.0:
15101516
punycode "^2.1.1"
15111517

15121518
trim-newlines@^3.0.0:
1513-
version "3.0.0"
1514-
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
1515-
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
1519+
version "3.0.1"
1520+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1521+
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
15161522

15171523
try-resolve@^1.0.1:
15181524
version "1.0.1"
@@ -1566,9 +1572,9 @@ type-fest@^0.8.1:
15661572
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
15671573

15681574
typescript@^4.2.4:
1569-
version "4.2.4"
1570-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
1571-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
1575+
version "4.3.2"
1576+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
1577+
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
15721578

15731579
uri-js@^4.2.2:
15741580
version "4.4.1"

0 commit comments

Comments
 (0)