Skip to content

Commit

Permalink
chore(deps-dev): bump @auto-it/first-time-contributor (#1259)
Browse files Browse the repository at this point in the history
Bumps [@auto-it/first-time-contributor](https://github.com/intuit/auto) from 10.36.5 to 10.37.0.
- [Release notes](https://github.com/intuit/auto/releases)
- [Changelog](https://github.com/intuit/auto/blob/main/CHANGELOG.md)
- [Commits](intuit/auto@v10.36.5...v10.37.0)

---
updated-dependencies:
- dependency-name: "@auto-it/first-time-contributor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 22, 2022
1 parent 040d012 commit af4875b
Showing 1 changed file with 55 additions and 5 deletions.
60 changes: 55 additions & 5 deletions yarn.lock
Expand Up @@ -14,6 +14,11 @@
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-10.36.5.tgz#bd83300f315ef8df97e5c28bc0bf44a9401b1708"
integrity sha512-nEXcOa8UVHYzVdszPKTGldoE2h1mI2RvrHpqtOpjTNuUOy3eb8QuaAu8nSI2AsUPEWFToPLgdxgz90iAeDInRg==

"@auto-it/bot-list@10.37.0":
version "10.37.0"
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-10.37.0.tgz#e27cb536f59be43682e7fe6c567d3df85d5fefd5"
integrity sha512-F6Rf8YjYgDBCalmeSp6CBFjq1dk2M6J20PsVI+EzJffGrMoBnPg+kA1OPkU+b2KRnG3p94oMKIlbmedmexgULw==

"@auto-it/conventional-commits@^10.32.5":
version "10.36.5"
resolved "https://registry.yarnpkg.com/@auto-it/conventional-commits/-/conventional-commits-10.36.5.tgz#53262c6c097a7baf340fc985de382ad57c320a6e"
Expand Down Expand Up @@ -74,13 +79,58 @@
typescript-memoize "^1.0.0-alpha.3"
url-join "^4.0.0"

"@auto-it/core@10.37.0":
version "10.37.0"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-10.37.0.tgz#215d07514c14dd96d344233fd8248f3ac17ee1ce"
integrity sha512-Il705jAvJzkGZYk+qkJBjp7YmoC3vypqU77AuVypt+vp0MdhC5bYEAVA0WABP6QkBc5yQvRuDPr6TIw1DTamug==
dependencies:
"@auto-it/bot-list" "10.37.0"
"@endemolshinegroup/cosmiconfig-typescript-loader" "^3.0.2"
"@octokit/plugin-enterprise-compatibility" "1.3.0"
"@octokit/plugin-retry" "^3.0.9"
"@octokit/plugin-throttling" "^3.6.2"
"@octokit/rest" "^18.12.0"
await-to-js "^3.0.0"
chalk "^4.0.0"
cosmiconfig "7.0.0"
deepmerge "^4.0.0"
dotenv "^8.0.0"
endent "^2.1.0"
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.7"
parse-author "^2.0.0"
parse-github-url "1.0.2"
pretty-ms "^7.0.0"
requireg "^0.2.2"
semver "^7.0.0"
signale "^1.4.0"
tapable "^2.2.0"
terminal-link "^2.1.1"
tinycolor2 "^1.4.1"
ts-node "^9.1.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.32.5":
version "10.36.5"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-10.36.5.tgz#3795d5d44bfef613f784841df0df0efd81700ae0"
integrity sha512-kNpQdz6qPrm+8ubCogTTYiGj/2oJI8pfVxta1U6vhz7LCs2umvY3QbR2g46Sl2fsBsL+ZQ8cm80Re8ndCruF9g==
version "10.37.0"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-10.37.0.tgz#c9fe5726aeab2d030c24b8f7db143504013681c8"
integrity sha512-nw0aiXSwQExtfaPLyInNwCyhQQaP2leS3pY8w0Rxoy/HYudYDn0EIcmBGa0AKlxkyMGGxnIjGW0/P1gLBkvT3A==
dependencies:
"@auto-it/bot-list" "10.36.5"
"@auto-it/core" "10.36.5"
"@auto-it/bot-list" "10.37.0"
"@auto-it/core" "10.37.0"
array.prototype.flatmap "^1.2.2"
endent "^2.1.0"
tslib "2.1.0"
Expand Down

0 comments on commit af4875b

Please sign in to comment.