Skip to content

Commit

Permalink
chore(deps-dev): bump @auto-it/first-time-contributor
Browse files Browse the repository at this point in the history
Bumps [@auto-it/first-time-contributor](https://github.com/intuit/auto) from 11.2.1 to 11.3.0.
- [Release notes](https://github.com/intuit/auto/releases)
- [Changelog](https://github.com/intuit/auto/blob/main/CHANGELOG.md)
- [Commits](intuit/auto@v11.2.1...v11.3.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent d3b0591 commit efbd35d
Showing 1 changed file with 56 additions and 5 deletions.
61 changes: 56 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-11.2.1.tgz#721bbe7882d0a1f30059f19f84bcf90afac666a7"
integrity sha512-hZpdV0Bzd6mxSVlYZtw0k/Qog3tT4NOQSYViQ/wsabZXNa2GoRr0t6aid7TuJItpMvLG9+g2TMZwjF+Q4JdGPA==

"@auto-it/[email protected]":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-11.3.0.tgz#503d6bfd50f9263f514ee5a240c4fb0330320a03"
integrity sha512-+izoqAyOSiDVt3WcjVkSvLBV9c82VXLSf3oSWWcCeoxW/YDQ2AoInQ3M3EEyuBP+Yw9KQwGTTYHqpR7ZFkZpDQ==

"@auto-it/conventional-commits@^11.1.6":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@auto-it/conventional-commits/-/conventional-commits-11.2.1.tgz#87e569f420f9ed7be14b622fffe4247489c5f407"
Expand Down Expand Up @@ -76,13 +81,59 @@
typescript-memoize "^1.0.0-alpha.3"
url-join "^4.0.0"

"@auto-it/[email protected]":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-11.3.0.tgz#27fb6e5564b102ee8c9931993e0df6dc75603b4a"
integrity sha512-3i7ooAhQJulVDG3gmdOioTXLhpFoS75Z/OsLV8ZkrEaEH/sfxlslqFx20VjWva7gMLl2iO8IjbRnlLhkXy5geg==
dependencies:
"@auto-it/bot-list" "11.3.0"
"@endemolshinegroup/cosmiconfig-typescript-loader" "^3.0.2"
"@octokit/core" "^3.5.1"
"@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 "^10.9.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@^11.1.6":
version "11.2.1"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-11.2.1.tgz#bc58d2b1bd25d841d0ae088cad8ce96fac141c93"
integrity sha512-HltQXmSpDbxCKRuT6U890h/ZLdsK4VCnKsjnTswoH0aNKMmVfJaSiocJJ6JGj+T1rJDikGCU43Osdxxj9nZvwQ==
version "11.3.0"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-11.3.0.tgz#b90f86f7d946e91dffd317c4b2ad570340bfafbf"
integrity sha512-PnpgJeJH3SriwZ0W4rpWjVCU6tJVd/d0v2CQQpK4wtDMPN+Dxie44+INBr4jp9lg6nJ3LEUhygoEfq/FhKlLXw==
dependencies:
"@auto-it/bot-list" "11.2.1"
"@auto-it/core" "11.2.1"
"@auto-it/bot-list" "11.3.0"
"@auto-it/core" "11.3.0"
array.prototype.flatmap "^1.2.2"
endent "^2.1.0"
tslib "2.1.0"
Expand Down

0 comments on commit efbd35d

Please sign in to comment.