Skip to content

Commit b98092a

Browse files
authored
Merge pull request #86 from react-native-community/renovate/auto-it-first-time-contributor-9.x
Update dependency @auto-it/first-time-contributor to v9.20.0
2 parents 388506b + 9ebb107 commit b98092a

File tree

2 files changed

+51
-6
lines changed

2 files changed

+51
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@auto-it/all-contributors": "9.19.5",
20-
"@auto-it/first-time-contributor": "9.19.5",
20+
"@auto-it/first-time-contributor": "9.20.0",
2121
"@react-native-community/eslint-config": "0.0.7",
2222
"@testing-library/react-hooks": "3.2.1",
2323
"@testing-library/react-native": "5.0.3",

yarn.lock

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
resolved "https://registry.npmjs.org/@auto-it/bot-list/-/bot-list-9.19.5.tgz#9c6bb815ae108cfb586bda3c749584e4aa3ca42e"
2222
integrity sha512-MMz+5B2TrY560P8C3jIIEWZSQBL+4xPNaZOIHyv4PAPiMFze602xYKgkmoz9A0oTrzPqhXRHfX5Sxys/MgkT6Q==
2323

24+
"@auto-it/bot-list@^9.20.0":
25+
version "9.20.0"
26+
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.20.0.tgz#183beda8b5885589783fb802381d79b246da1eb7"
27+
integrity sha512-5hMiGpshNKADo2qSGIv1DgQZo/Mu53qHooEXFS8RfpuMUjfUcYstNfb8KstWPuQslTiODBhxZYaXqxarti3kCQ==
28+
2429
"@auto-it/core@^9.19.5":
2530
version "9.19.5"
2631
resolved "https://registry.npmjs.org/@auto-it/core/-/core-9.19.5.tgz#1b53c122c65505a13fb4319ca395e8a402ab64a4"
@@ -61,12 +66,52 @@
6166
typescript-memoize "^1.0.0-alpha.3"
6267
url-join "^4.0.0"
6368

64-
"@auto-it/[email protected]":
65-
version "9.19.5"
66-
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-9.19.5.tgz#a03737094bbd979e005a2df74837b90202319360"
67-
integrity sha512-pPcEzY9QtcXWymDlqI0xs7wfBKjjvxDPWFPdM0+2lEUCx4sG57q9GJaDKedz93Ws/GBRe3bIy5GTpFc9lJTvHA==
69+
"@auto-it/core@^9.20.0":
70+
version "9.20.0"
71+
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.20.0.tgz#05801d3e2eab9ffc544dc112f7f7fd9894ebe096"
72+
integrity sha512-2IbYx6ICvSQHaJPZMmEHXD2CDR0tPGZH9X1jm4mycxQB4Jrl1iIWMY7OYb1kZ6q3vlqoTWgKyNqpPGPIEVWRAQ==
6873
dependencies:
69-
"@auto-it/core" "^9.19.5"
74+
"@auto-it/bot-list" "^9.20.0"
75+
"@octokit/core" "2.4.2"
76+
"@octokit/graphql" "4.3.1"
77+
"@octokit/plugin-enterprise-compatibility" "1.2.1"
78+
"@octokit/plugin-retry" "3.0.1"
79+
"@octokit/plugin-throttling" "^3.2.0"
80+
"@octokit/rest" "16.43.1"
81+
await-to-js "^2.1.1"
82+
chalk "^3.0.0"
83+
cosmiconfig "6.0.0"
84+
deepmerge "^4.0.0"
85+
dotenv "^8.0.0"
86+
endent "^1.3.0"
87+
enquirer "^2.3.4"
88+
env-ci "^5.0.1"
89+
fp-ts "^2.5.3"
90+
fromentries "^1.2.0"
91+
gitlogplus "^3.1.2"
92+
https-proxy-agent "^5.0.0"
93+
import-cwd "^3.0.0"
94+
import-from "^3.0.0"
95+
io-ts "^2.1.2"
96+
lodash.chunk "^4.2.0"
97+
log-symbols "^3.0.0"
98+
node-fetch "2.6.0"
99+
parse-github-url "1.0.2"
100+
semver "^7.0.0"
101+
signale "^1.4.0"
102+
tapable "^2.0.0-beta.2"
103+
terminal-link "^2.1.1"
104+
tinycolor2 "^1.4.1"
105+
tslib "1.11.1"
106+
typescript-memoize "^1.0.0-alpha.3"
107+
url-join "^4.0.0"
108+
109+
"@auto-it/[email protected]":
110+
version "9.20.0"
111+
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-9.20.0.tgz#00339309683715dcc2c234c8703d2385e85ac7e2"
112+
integrity sha512-e/8QP/pPlBtxT28m3B9GZlP4tElp3eDUxlu0018UqTDGlRV2nNYrTVHR98k1Mex80ftDEDe3C6vhd6nyAN3Xtw==
113+
dependencies:
114+
"@auto-it/core" "^9.20.0"
70115
array.prototype.flatmap "^1.2.2"
71116
endent "^1.3.0"
72117
tslib "1.11.1"

0 commit comments

Comments
 (0)