Skip to content

Commit

Permalink
chore(deps): update dependency auto to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2023
1 parent 956c0df commit 0c0c062
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "18.2.17",
"@types/react-native": "0.72.2",
"all-contributors-cli": "6.25.1",
"auto": "10.46.0",
"auto": "11.0.0",
"eslint": "8.41.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
Expand Down
109 changes: 80 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-10.46.0.tgz#8e8c3d3bb68b8b4e13705fff373fbdab14869249"
integrity sha512-QkkBgQVi1g/1Tpxcs3Hm3zTzaaM0xjiIRt5xEA6TRM/ULdgEqY+Jk/w1fJZe9GVF+53mwRfqGtQeJirilMBH6g==

"@auto-it/bot-list@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-11.0.0.tgz#a3cb4bbe79ddca2d6ed82766d92f8b7375879698"
integrity sha512-ioDIRbPk+McYQdQQizDz29bCunNh0gzyqOLGYmvMO+laltRLeH2FOnT/fi7Hh9iIDyjPGPxhhp496xHqVoa0yg==

"@auto-it/core@10.46.0":
version "10.46.0"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-10.46.0.tgz#f7445ab03478cd9819e6bb78b1e5a441240dbf5f"
Expand Down Expand Up @@ -79,6 +84,52 @@
typescript-memoize "^1.0.0-alpha.3"
url-join "^4.0.0"

"@auto-it/core@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-11.0.0.tgz#e4f9404c8dc6fdf6b22f2f881a71c3120e61a741"
integrity sha512-NNcNMsxwLu/mGKuPe/c+h4nRiHPUdxEydBtqxBwidi0HZlg96C0H5QX+Zhs2U8YKB5BCNk3RN09d3dIECNcDDA==
dependencies:
"@auto-it/bot-list" "11.0.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@10.46.0":
version "10.46.0"
resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-10.46.0.tgz#c5fa9317c01520d457b31982cae96ef994a31678"
Expand All @@ -91,13 +142,13 @@
tslib "2.1.0"
url-join "^4.0.0"

"@auto-it/npm@10.46.0":
version "10.46.0"
resolved "https://registry.yarnpkg.com/@auto-it/npm/-/npm-10.46.0.tgz#2c139b831fe73eee7b9065de01a953525eba20f1"
integrity sha512-hvwXxRJE70ay4/CMEDtILZvefXqmo+jp/w8FEu4Bo1Kq96AREfH9cO+mgj1nPon5yg353SCcupGV3OyoZt18iw==
"@auto-it/npm@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@auto-it/npm/-/npm-11.0.0.tgz#d703e3d8d1783c2aff1b98ed07166edc8ddc9664"
integrity sha512-SkrLjbk8l7K/DkxW6OGGTi1rQR44IxY8uppgha5R3IoQ9rt4gca7IUeVY1a7Jc0/RhaXHa1NtzSq8ozRCYiDCQ==
dependencies:
"@auto-it/core" "10.46.0"
"@auto-it/package-json-utils" "10.46.0"
"@auto-it/core" "11.0.0"
"@auto-it/package-json-utils" "11.0.0"
await-to-js "^3.0.0"
endent "^2.1.0"
env-ci "^5.0.1"
Expand All @@ -111,32 +162,32 @@
url-join "^4.0.0"
user-home "^2.0.0"

"@auto-it/package-json-utils@10.46.0":
version "10.46.0"
resolved "https://registry.yarnpkg.com/@auto-it/package-json-utils/-/package-json-utils-10.46.0.tgz#3a035efbf098cbb61ad3ce712008a060a25896a8"
integrity sha512-dl0VW3oJ/JfyuXlVucLlsBaQH69GTkTXLSq9JZ723hT55/owcywDpSlD4YH158hm7Lv5CdHw2u3z60XUlqa6xQ==
"@auto-it/package-json-utils@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@auto-it/package-json-utils/-/package-json-utils-11.0.0.tgz#728e62c058eddfba91f8320d008cd68d311d90ab"
integrity sha512-rRLP7kuYHxu3mF/I1eqDTY6cpyignThSKitrHIQ1Ngg+Neih6QyRUpIox+OBIzNylvm6s3YkgALNUB3YUjn/zQ==
dependencies:
parse-author "^2.0.0"
parse-github-url "1.0.2"

"@auto-it/released@10.46.0":
version "10.46.0"
resolved "https://registry.yarnpkg.com/@auto-it/released/-/released-10.46.0.tgz#9e18c909f7e067e3769ee439290404e28420bae0"
integrity sha512-U0XYvkcPoO4c4WiJz6PQ8jUOMEH1EjxXRGyvaaZWfZOtr2vquvGDIAs6ntekURcNs75H780K49es18mTLgz9/g==
"@auto-it/released@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@auto-it/released/-/released-11.0.0.tgz#c47492e80edec15ad79f594d50cbc426e87b66db"
integrity sha512-ebPGlrTiZAWyG0DKgnWOc8Wev1n3H/339KLIiRUYIF3yOfjacZ47BoEGxLm06lsxk9hw3whToRVK5+40feeyOg==
dependencies:
"@auto-it/bot-list" "10.46.0"
"@auto-it/core" "10.46.0"
"@auto-it/bot-list" "11.0.0"
"@auto-it/core" "11.0.0"
deepmerge "^4.0.0"
fp-ts "^2.5.3"
io-ts "^2.1.2"
tslib "2.1.0"

"@auto-it/version-file@10.46.0":
version "10.46.0"
resolved "https://registry.yarnpkg.com/@auto-it/version-file/-/version-file-10.46.0.tgz#d99d87f9dffe17ac3ac638f5feaffccdfb496d13"
integrity sha512-V5HEQyGHPCFzH8Fj7RlBebgZ83P0QYXpNTtzPF6az4NLoNvaeZmqkirhx7WEasggVvyfX56GlM6df5jwXXfi7g==
"@auto-it/version-file@11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@auto-it/version-file/-/version-file-11.0.0.tgz#1dfd82406dcab6beddbdfdeb02cfeda79cb5aeb5"
integrity sha512-FL11Ag5ZUgs9F2OMsT8FtZyryqOWzssJXyCcsloevhzUI8LOe8kJ0D0V7ZIlVWkl5hSs2mAkvM0UzMljGjdMtw==
dependencies:
"@auto-it/core" "10.46.0"
"@auto-it/core" "11.0.0"
fp-ts "^2.5.3"
io-ts "^2.1.2"
semver "^7.0.0"
Expand Down Expand Up @@ -2276,15 +2327,15 @@ author-regex@^1.0.0:
resolved "https://registry.yarnpkg.com/author-regex/-/author-regex-1.0.0.tgz#d08885be6b9bbf9439fe087c76287245f0a81450"
integrity sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g==

auto@10.46.0:
version "10.46.0"
resolved "https://registry.yarnpkg.com/auto/-/auto-10.46.0.tgz#0e1f51e60341fb5cc6851de499b2d41c0b938436"
integrity sha512-LUsn5SWyM6Qdz2i1h4YyDpBYlOUQ0Z+ZcQhDTu8DLLoUuUP4cGf79MCdpRpM1LQVbkqZ2WWi8s/QM4it/FmRjw==
auto@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/auto/-/auto-11.0.0.tgz#131fed6b8ab46074883eb71a4971cc94aeeced78"
integrity sha512-FotRmysZdr8wuTa2HHJcL2MC+Oth+fisqJIBlTLJT+H/dxw2MMNVuI37oB5GkbZavmQHdu5m6AWkRCzyXh2Xgw==
dependencies:
"@auto-it/core" "10.46.0"
"@auto-it/npm" "10.46.0"
"@auto-it/released" "10.46.0"
"@auto-it/version-file" "10.46.0"
"@auto-it/core" "11.0.0"
"@auto-it/npm" "11.0.0"
"@auto-it/released" "11.0.0"
"@auto-it/version-file" "11.0.0"
await-to-js "^3.0.0"
chalk "^4.0.0"
command-line-application "^0.10.1"
Expand Down

0 comments on commit 0c0c062

Please sign in to comment.