Skip to content

Commit be653bf

Browse files
fix: upgrade release-it and dotenv devdependency
1 parent bfa5b89 commit be653bf

File tree

2 files changed

+152
-27
lines changed

2 files changed

+152
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"react-native": "0.63.2",
7070
"react-native-paper": "^4.5.0",
7171
"react-window": "^1.8.5",
72-
"release-it": "^13.5.8",
72+
"release-it": "^14.2.2",
7373
"typescript": "^3.8.3"
7474
},
7575
"peerDependencies": {

yarn.lock

Lines changed: 151 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,6 +1528,14 @@
15281528
"@octokit/types" "^5.1.1"
15291529
deprecation "^2.3.1"
15301530

1531+
"@octokit/[email protected]":
1532+
version "4.2.1"
1533+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.1.tgz#8224833a45c3394836dc6e86f1e6c49269a2c350"
1534+
integrity sha512-QyFr4Bv807Pt1DXZOC5a7L5aFdrwz71UHTYoHVajYV5hsqffWm8FUl9+O7nxRu5PDMtB/IKrhFqTmdBTK5cx+A==
1535+
dependencies:
1536+
"@octokit/types" "^5.5.0"
1537+
deprecation "^2.3.1"
1538+
15311539
"@octokit/request-error@^2.0.0":
15321540
version "2.0.4"
15331541
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.4.tgz#07dd5c0521d2ee975201274c472a127917741262"
@@ -1561,7 +1569,17 @@
15611569
"@octokit/plugin-request-log" "^1.0.0"
15621570
"@octokit/plugin-rest-endpoint-methods" "4.1.3"
15631571

1564-
"@octokit/types@^5.1.1":
1572+
"@octokit/[email protected]":
1573+
version "18.0.9"
1574+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.9.tgz#964d707d914eb34b1787895fdcacff96de47844d"
1575+
integrity sha512-CC5+cIx974Ygx9lQNfUn7/oXDQ9kqGiKUC6j1A9bAVZZ7aoTF8K6yxu0pQhQrLBwSl92J6Z3iVDhGhGFgISCZg==
1576+
dependencies:
1577+
"@octokit/core" "^3.0.0"
1578+
"@octokit/plugin-paginate-rest" "^2.2.0"
1579+
"@octokit/plugin-request-log" "^1.0.0"
1580+
"@octokit/plugin-rest-endpoint-methods" "4.2.1"
1581+
1582+
"@octokit/types@^5.1.1", "@octokit/types@^5.5.0":
15651583
version "5.5.0"
15661584
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.5.0.tgz#e5f06e8db21246ca102aa28444cdb13ae17a139b"
15671585
integrity sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==
@@ -1771,6 +1789,11 @@
17711789
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
17721790
integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==
17731791

1792+
"@sindresorhus/is@^4.0.0":
1793+
version "4.0.0"
1794+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.0.0.tgz#2ff674e9611b45b528896d820d3d7a812de2f0e4"
1795+
integrity sha512-FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ==
1796+
17741797
"@sinonjs/commons@^1.7.0":
17751798
version "1.8.1"
17761799
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
@@ -3599,7 +3622,7 @@ [email protected]:
35993622
dependencies:
36003623
ms "^2.1.1"
36013624

3602-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
3625+
debug@4.3.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
36033626
version "4.3.1"
36043627
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
36053628
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -4237,6 +4260,21 @@ [email protected]:
42374260
signal-exit "^3.0.2"
42384261
strip-final-newline "^2.0.0"
42394262

4263+
[email protected], execa@^4.0.0, execa@^4.0.2:
4264+
version "4.1.0"
4265+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
4266+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
4267+
dependencies:
4268+
cross-spawn "^7.0.0"
4269+
get-stream "^5.0.0"
4270+
human-signals "^1.1.1"
4271+
is-stream "^2.0.0"
4272+
merge-stream "^2.0.0"
4273+
npm-run-path "^4.0.0"
4274+
onetime "^5.1.0"
4275+
signal-exit "^3.0.2"
4276+
strip-final-newline "^2.0.0"
4277+
42404278
execa@^0.10.0:
42414279
version "0.10.0"
42424280
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
@@ -4276,21 +4314,6 @@ execa@^1.0.0:
42764314
signal-exit "^3.0.0"
42774315
strip-eof "^1.0.0"
42784316

4279-
execa@^4.0.0, execa@^4.0.2:
4280-
version "4.1.0"
4281-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
4282-
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
4283-
dependencies:
4284-
cross-spawn "^7.0.0"
4285-
get-stream "^5.0.0"
4286-
human-signals "^1.1.1"
4287-
is-stream "^2.0.0"
4288-
merge-stream "^2.0.0"
4289-
npm-run-path "^4.0.0"
4290-
onetime "^5.1.0"
4291-
signal-exit "^3.0.2"
4292-
strip-final-newline "^2.0.0"
4293-
42944317
exit@^0.1.2:
42954318
version "0.1.2"
42964319
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -4853,6 +4876,13 @@ [email protected]:
48534876
dependencies:
48544877
git-up "^4.0.0"
48554878

4879+
4880+
version "11.4.0"
4881+
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.4.0.tgz#f2bb1f2b00f05552540e95a62e31399a639a6aa6"
4882+
integrity sha512-KlIa5jvMYLjXMQXkqpFzobsyD/V2K5DRHl5OAf+6oDFPlPLxrGDVQlIdI63c4/Kt6kai4kALENSALlzTGST3GQ==
4883+
dependencies:
4884+
git-up "^4.0.0"
4885+
48564886
gitconfiglocal@^1.0.0:
48574887
version "1.0.0"
48584888
resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b"
@@ -4955,6 +4985,23 @@ [email protected]:
49554985
p-cancelable "^2.0.0"
49564986
responselike "^2.0.0"
49574987

4988+
4989+
version "11.8.0"
4990+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.0.tgz#be0920c3586b07fd94add3b5b27cb28f49e6545f"
4991+
integrity sha512-k9noyoIIY9EejuhaBNLyZ31D5328LeqnyPNXJQb2XlJZcKakLqN5m6O/ikhq/0lw56kUYS54fVm+D1x57YC9oQ==
4992+
dependencies:
4993+
"@sindresorhus/is" "^4.0.0"
4994+
"@szmarczak/http-timer" "^4.0.5"
4995+
"@types/cacheable-request" "^6.0.1"
4996+
"@types/responselike" "^1.0.0"
4997+
cacheable-lookup "^5.0.3"
4998+
cacheable-request "^7.0.1"
4999+
decompress-response "^6.0.0"
5000+
http2-wrapper "^1.0.0-beta.5.2"
5001+
lowercase-keys "^2.0.0"
5002+
p-cancelable "^2.0.0"
5003+
responselike "^2.0.0"
5004+
49585005
got@^9.5.0, got@^9.6.0:
49595006
version "9.6.0"
49605007
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
@@ -5509,7 +5556,7 @@ is-glob@^4.0.0, is-glob@^4.0.1:
55095556
dependencies:
55105557
is-extglob "^2.1.1"
55115558

5512-
is-installed-globally@^0.3.1:
5559+
is-installed-globally@^0.3.1, is-installed-globally@^0.3.2:
55135560
version "0.3.2"
55145561
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.2.tgz#fd3efa79ee670d1187233182d5b0a1dd00313141"
55155562
integrity sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==
@@ -5532,6 +5579,11 @@ is-npm@^4.0.0:
55325579
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d"
55335580
integrity sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==
55345581

5582+
is-npm@^5.0.0:
5583+
version "5.0.0"
5584+
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8"
5585+
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
5586+
55355587
is-number@^3.0.0:
55365588
version "3.0.0"
55375589
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -6443,7 +6495,7 @@ kleur@^3.0.3:
64436495
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
64446496
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
64456497

6446-
latest-version@^5.0.0:
6498+
latest-version@^5.0.0, latest-version@^5.1.0:
64476499
version "5.1.0"
64486500
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
64496501
integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
@@ -7615,6 +7667,20 @@ [email protected]:
76157667
strip-ansi "^6.0.0"
76167668
wcwidth "^1.0.1"
76177669

7670+
7671+
version "5.1.0"
7672+
resolved "https://registry.yarnpkg.com/ora/-/ora-5.1.0.tgz#b188cf8cd2d4d9b13fd25383bc3e5cba352c94f8"
7673+
integrity sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w==
7674+
dependencies:
7675+
chalk "^4.1.0"
7676+
cli-cursor "^3.1.0"
7677+
cli-spinners "^2.4.0"
7678+
is-interactive "^1.0.0"
7679+
log-symbols "^4.0.0"
7680+
mute-stream "0.0.8"
7681+
strip-ansi "^6.0.0"
7682+
wcwidth "^1.0.1"
7683+
76187684
ora@^3.4.0:
76197685
version "3.4.0"
76207686
resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318"
@@ -8097,7 +8163,7 @@ punycode@^2.1.0, punycode@^2.1.1:
80978163
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
80988164
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
80998165

8100-
pupa@^2.0.1:
8166+
pupa@^2.0.1, pupa@^2.1.1:
81018167
version "2.1.1"
81028168
resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62"
81038169
integrity sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==
@@ -8440,7 +8506,7 @@ regjsparser@^0.6.4:
84408506
dependencies:
84418507
jsesc "~0.5.0"
84428508

8443-
release-it@^13.5.6, release-it@^13.5.8:
8509+
release-it@^13.5.6:
84448510
version "13.7.1"
84458511
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.7.1.tgz#c23316bb538429c1576f969731df135a6016a32e"
84468512
integrity sha512-OAupGLMZJBGrGRJmb8RvZ8ZQAQquKlkGGYvgRrJmkHE+jnGdf+YSvEmItBv08CwhDcwCyXdTkkN/rJ2Flt68+g==
@@ -8477,6 +8543,40 @@ release-it@^13.5.6, release-it@^13.5.8:
84778543
yaml "1.10.0"
84788544
yargs-parser "19.0.4"
84798545

8546+
release-it@^14.2.2:
8547+
version "14.2.2"
8548+
resolved "https://registry.yarnpkg.com/release-it/-/release-it-14.2.2.tgz#ec01be53b04c5aa251a45c7a0b29cceace7827b3"
8549+
integrity sha512-rnJOzDIXErrwCD9cRMtDgmOZlcLQiL0z0dVyN95G2T1FQVBQNr7AD5EiH3U+K6X7s+EVoK90lF96NXe5QuvG1A==
8550+
dependencies:
8551+
"@iarna/toml" "2.2.5"
8552+
"@octokit/rest" "18.0.9"
8553+
async-retry "1.3.1"
8554+
chalk "4.1.0"
8555+
cosmiconfig "7.0.0"
8556+
debug "4.3.1"
8557+
deprecated-obj "2.0.0"
8558+
execa "4.1.0"
8559+
find-up "5.0.0"
8560+
form-data "3.0.0"
8561+
git-url-parse "11.4.0"
8562+
globby "11.0.1"
8563+
got "11.8.0"
8564+
import-cwd "3.0.0"
8565+
inquirer "7.3.3"
8566+
is-ci "2.0.0"
8567+
lodash "4.17.20"
8568+
mime-types "2.1.27"
8569+
ora "5.1.0"
8570+
os-name "4.0.0"
8571+
parse-json "5.1.0"
8572+
semver "7.3.2"
8573+
shelljs "0.8.4"
8574+
update-notifier "5.0.1"
8575+
url-join "4.0.1"
8576+
uuid "8.3.1"
8577+
yaml "1.10.0"
8578+
yargs-parser "20.2.4"
8579+
84808580
remove-trailing-separator@^1.0.1:
84818581
version "1.1.0"
84828582
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
@@ -9763,6 +9863,26 @@ [email protected]:
97639863
semver-diff "^3.1.1"
97649864
xdg-basedir "^4.0.0"
97659865

9866+
9867+
version "5.0.1"
9868+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.1.tgz#1f92d45fb1f70b9e33880a72dd262bc12d22c20d"
9869+
integrity sha512-BuVpRdlwxeIOvmc32AGYvO1KVdPlsmqSh8KDDBxS6kDE5VR7R8OMP1d8MdhaVBvxl4H3551k9akXr0Y1iIB2Wg==
9870+
dependencies:
9871+
boxen "^4.2.0"
9872+
chalk "^4.1.0"
9873+
configstore "^5.0.1"
9874+
has-yarn "^2.1.0"
9875+
import-lazy "^2.1.0"
9876+
is-ci "^2.0.0"
9877+
is-installed-globally "^0.3.2"
9878+
is-npm "^5.0.0"
9879+
is-yarn-global "^0.3.0"
9880+
latest-version "^5.1.0"
9881+
pupa "^2.1.1"
9882+
semver "^7.3.2"
9883+
semver-diff "^3.1.1"
9884+
xdg-basedir "^4.0.0"
9885+
97669886
uri-js@^4.2.2:
97679887
version "4.4.0"
97689888
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
@@ -9814,6 +9934,11 @@ [email protected]:
98149934
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
98159935
integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==
98169936

9937+
9938+
version "8.3.1"
9939+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
9940+
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
9941+
98179942
uuid@^3.3.2:
98189943
version "3.4.0"
98199944
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
@@ -10122,6 +10247,11 @@ [email protected]:
1012210247
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-19.0.4.tgz#99183a3a59268b205c6b04177f2a5bfb46e79ba7"
1012310248
integrity sha512-eXeQm7yXRjPFFyf1voPkZgXQZJjYfjgQUmGPbD2TLtZeIYzvacgWX7sQ5a1HsRgVP+pfKAkRZDNtTGev4h9vhw==
1012410249

10250+
[email protected], yargs-parser@^20.2.3:
10251+
version "20.2.4"
10252+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
10253+
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
10254+
1012510255
yargs-parser@^10.0.0:
1012610256
version "10.1.0"
1012710257
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
@@ -10145,11 +10275,6 @@ yargs-parser@^18.1.2:
1014510275
camelcase "^5.0.0"
1014610276
decamelize "^1.2.0"
1014710277

10148-
yargs-parser@^20.2.3:
10149-
version "20.2.4"
10150-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
10151-
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
10152-
1015310278
yargs@^14.2.0:
1015410279
version "14.2.3"
1015510280
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.3.tgz#1a1c3edced1afb2a2fea33604bc6d1d8d688a414"

0 commit comments

Comments
 (0)