Skip to content

Commit

Permalink
Bump @auto-it/first-time-contributor from 10.18.3 to 10.18.4
Browse files Browse the repository at this point in the history
Bumps [@auto-it/first-time-contributor](https://github.com/intuit/auto) from 10.18.3 to 10.18.4.
- [Release notes](https://github.com/intuit/auto/releases)
- [Changelog](https://github.com/intuit/auto/blob/main/CHANGELOG.md)
- [Commits](intuit/auto@v10.18.3...v10.18.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2021
1 parent 4923091 commit 9735110
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 10 deletions.
118 changes: 113 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 52 additions & 5 deletions yarn.lock
Expand Up @@ -25,6 +25,11 @@
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-10.18.3.tgz#6d2c445989198775e0bb78d011436af234a6ba57"
integrity sha512-eq93kNhV3RQEO/wx/d4SrHwv2q5D/Jh21Y1wX9UlhPwwIVPPYUL39XEj5jo6rz3gpPmVNvlMp8rknA9dSn4egw==

"@auto-it/bot-list@10.18.4":
version "10.18.4"
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-10.18.4.tgz#c6d66f03e79cf0c0c5cb35471b17eb1a072b2c47"
integrity sha512-V1NC3J7VlY6b4ugY1x8CO+Tj+V0jI10rds8CCh8ET3O1nKQJ/Vt0C9zGFwZDatw+1cfoLzTENgjPgq3b9QjrZw==

"@auto-it/core@10.18.3":
version "10.18.3"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-10.18.3.tgz#770327ab59cf01c4c9e85e53008aa9155f58aeb9"
Expand Down Expand Up @@ -67,13 +72,55 @@
typescript-memoize "^1.0.0-alpha.3"
url-join "^4.0.0"

"@auto-it/core@10.18.4":
version "10.18.4"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-10.18.4.tgz#88aa281b37bf75eae69690fcf72c0f9280869515"
integrity sha512-EGmetJLQ1Q/EdW5f6HRwUxMssSPf7pyBV31u0XTFL/7RnMNMfrVG2bvaOJOgmps3kKvE8A6JEXbXByaeKdGLqQ==
dependencies:
"@auto-it/bot-list" "10.18.4"
"@octokit/plugin-enterprise-compatibility" "^1.2.2"
"@octokit/plugin-retry" "^3.0.1"
"@octokit/plugin-throttling" "^3.2.0"
"@octokit/rest" "^18.0.0"
await-to-js "^2.1.1"
chalk "^4.0.0"
cosmiconfig "7.0.0"
deepmerge "^4.0.0"
dotenv "^8.0.0"
endent "^2.0.1"
enquirer "^2.3.4"
env-ci "^5.0.1"
fast-glob "^3.1.1"
fp-ts "^2.5.3"
fromentries "^1.2.0"
gitlog "^4.0.3"
https-proxy-agent "^5.0.0"
import-cwd "^3.0.0"
import-from "^3.0.0"
io-ts "^2.1.2"
lodash.chunk "^4.2.0"
log-symbols "^4.0.0"
node-fetch "2.6.1"
parse-author "^2.0.0"
parse-github-url "1.0.2"
pretty-ms "^7.0.0"
semver "^7.0.0"
signale "^1.4.0"
tapable "^2.0.0-beta.2"
terminal-link "^2.1.1"
tinycolor2 "^1.4.1"
tslib "2.1.0"
type-fest "^0.21.1"
typescript-memoize "^1.0.0-alpha.3"
url-join "^4.0.0"

"@auto-it/first-time-contributor@^10.13.3":
version "10.18.3"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-10.18.3.tgz#681ddf52c1584f5189cedad95493507dbe8921bc"
integrity sha512-L3ueOOjmYSMF++RAO3TFV+qA8ycRatLvcyJNAFC1P/1JkWnRrqdFLK5ixsmbzMEiHn9vb45A554AyDFbgmHMoA==
version "10.18.4"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-10.18.4.tgz#505f24d7f01cc407a4bcc56608058632f8b14248"
integrity sha512-J/wHK9TDrJDVouuUerl/mzF9F608QlgoCIrqkEmFbr5kSIud+/G00GDWZIMDUHWn2Vx8ae16oUZuqTIv+Hfdvg==
dependencies:
"@auto-it/bot-list" "10.18.3"
"@auto-it/core" "10.18.3"
"@auto-it/bot-list" "10.18.4"
"@auto-it/core" "10.18.4"
array.prototype.flatmap "^1.2.2"
endent "^2.0.1"
tslib "2.1.0"
Expand Down

0 comments on commit 9735110

Please sign in to comment.