runtime-env / import-meta-env

Build once, deploy anywhere.
http://import-meta-env.org/
MIT License
225 stars 13 forks source link

chore(deps): update dependency change-case to v5.4.4 #1285

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
change-case (source) 5.1.2 -> 5.4.4 age adoption passing confidence

Release Notes

blakeembrey/change-case (change-case) ### [`v5.4.4`](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.3...8aaff31471c918d3eac2b40939c601bee37375dd) [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.3...change-case@5.4.4) ### [`v5.4.3`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.4.3): Fix recursive options in keys change case [Compare Source](https://togithub.com/blakeembrey/change-case/compare/4343da03da28f150d9f06d7562a23d43bd3854e0...change-case@5.4.3) **Fixed** - Fixes options used recursively in `change-case/keys` - previously options were ignored after the first level [https://github.com/blakeembrey/change-case/pull/334](https://togithub.com/blakeembrey/change-case/pull/334) by [@​Quicksaver](https://togithub.com/Quicksaver) ### [`v5.4.2`](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.1...4343da03da28f150d9f06d7562a23d43bd3854e0) [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.1...4343da03da28f150d9f06d7562a23d43bd3854e0) ### [`v5.4.1`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.4.1): Remove regex lookbehind [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.0...change-case@5.4.1) **Fixed** - Remove lookbehind from regex for older browser support (https://github.com/blakeembrey/change-case/commit/6512635f043beee4ff51d524d1d72c671af385f7) ### [`v5.4.0`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.4.0): Add `split` option to `change-case` [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.3.0...change-case@5.4.0) **Added** - Added a `split` option to the `change-case` transform functions to allow for customization on how words are extracted from input **Changed** - The package exports are now `default` instead of `import` to fix some tooling that doesn't work properly with `import` - The exported `split` utility no longer accepts a second options argument ### [`v5.3.0`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.3.0): Add `suffixCharacters` option [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.2.0...change-case@5.3.0) **Added** - New `suffixCharacters` option to retain characters during case conversion. Useful for retaining something like the `_` in `type_`. Closes [https://github.com/blakeembrey/change-case/issues/322](https://togithub.com/blakeembrey/change-case/issues/322). ### [`v5.2.0`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.2.0): New `delimiter` and `mergeAmbiguousCharacters` options [Compare Source](https://togithub.com/blakeembrey/change-case/compare/907cf6f8c4ce5352cb418ddb1494f3c70b2d1071...change-case@5.2.0) **Added** - Add `delimiter` option for customizing join character in any change case method - Add `mergeAmbiguousCharacters` for camel and pascal case to avoid prefixing `_` before numbers

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.



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