TrueChartsClone/package.json

10 lines
213 B
JSON
Raw Normal View History

{
"devDependencies": {
chore(deps): update all-contributors-cli to 6.25.0 (#8159) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [all-contributors-cli](https://togithub.com/all-contributors/all-contributors-cli) | devDependencies | minor | [`6.24.0` -> `6.25.0`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.24.0/6.25.0) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>all-contributors/all-contributors-cli</summary> ### [`v6.25.0`](https://togithub.com/all-contributors/cli/releases/tag/v6.25.0) [Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v6.24.0...v6.25.0) ##### Features - add `wrapperTemplate` option ([#&#8203;348](https://togithub.com/all-contributors/all-contributors-cli/issues/348)) ([2c07af8](https://togithub.com/all-contributors/all-contributors-cli/commit/2c07af8c69e636cf09d9975af76e7756ae7bae41)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjAuMCJ9-->
2023-04-26 01:27:58 -04:00
"all-contributors-cli": "6.25.0"
2023-03-16 06:09:35 -04:00
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
}
}