hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
51 stars 5 forks source link

fix(deps): update module github.com/huandu/xstrings to v1.5.0 - autoclosed #171

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/huandu/xstrings v1.4.0 -> v1.5.0 age adoption passing confidence

Release Notes

huandu/xstrings (github.com/huandu/xstrings) ### [`v1.5.0`](https://togithub.com/huandu/xstrings/releases/tag/v1.5.0): API Change: New API `ToPascalCase` and make `ToCamelCase` camelCase [Compare Source](https://togithub.com/huandu/xstrings/compare/v1.4.0...v1.5.0) Per discuss in [#​56](https://togithub.com/huandu/xstrings/issues/56), I decide to change the result of `ToCamelCase` to make it align with common sense. In the past, `ToCamelCase` converts `camel_case_string` to `CamelCaseString`, in which the first letter is upper case; Starting from this release, `ToCamelCase` returns `camelCaseString` instead. If we want to convert string to "upper" camel case, we can use new API `ToPascalCase`. If you have any concern, please feel free to send issue to me. Thanks. **Full Changelog**: https://github.com/huandu/xstrings/compare/v1.4.0...v1.5.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.

hay-kot commented 3 months ago

Requires a fix for ProjectCamel