Conversation
8321902 to
7277546
Compare
d0fc628 to
1b83d01
Compare
1b83d01 to
173d823
Compare
edcab50 to
c5c48e5
Compare
8c021d1 to
e5e63f0
Compare
e5e63f0 to
6be34b4
Compare
6be34b4 to
fe0b513
Compare
3c76c88 to
27dfd5b
Compare
27dfd5b to
b53d083
Compare
b53d083 to
59c9abd
Compare
fde9944 to
56869f3
Compare
56869f3 to
bdcfbbd
Compare
6855fbe to
40e2b09
Compare
40e2b09 to
da8dfa9
Compare
da8dfa9 to
bff853a
Compare
This was used to merge numbers (see https://www.npmjs.com/package/pascal-case#merge-numbers), but isn't needed anymore.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
@johnnyomair some tests seems to fail. |
Yes, I figured. This has to do with change-case being ESM-only. 😕 |
|
@manuelblum I fixed the tests by stubbing the package, is this correct? |
|
Closing this until we have ESM support in the admin packages. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^4.1.2->^5.0.0Release Notes
blakeembrey/change-case (change-case)
v5.4.4Compare Source
Fixed
change-case/keystypes by @marcingajda in #337Full Changelog: https://github.com/blakeembrey/change-case/compare/change-case@5.4.3...change-case@5.4.4
v5.4.3: Fix recursive options in keys change caseCompare Source
Fixed
change-case/keys- previously options were ignored after the first level #334 by @Quicksaverv5.4.2Compare Source
v5.4.1: Remove regex lookbehindCompare Source
Fixed
6512635)v5.4.0: Addsplitoption tochange-caseCompare Source
Added
splitoption to thechange-casetransform functions to allow for customization on how words are extracted from inputChanged
defaultinstead ofimportto fix some tooling that doesn't work properly withimportsplitutility no longer accepts a second options argumentv5.3.0: AddsuffixCharactersoptionCompare Source
Added
suffixCharactersoption to retain characters during case conversion. Useful for retaining something like the_intype_. Closes #322.v5.2.0: NewdelimiterandmergeAmbiguousCharactersoptionsCompare Source
Added
delimiteroption for customizing join character in any change case methodmergeAmbiguousCharactersfor camel and pascal case to avoid prefixing_before numbersv5.1.2Compare Source
v5.1.1Compare Source
v5.1.0: AddprefixCharactersoptionCompare Source
Added
prefixCharactersoption to retain characters during case conversion. Useful for something like_$to keep "private".v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0: Huge ESM rewriteCompare Source
Changed:
change-caseparamCasetokebabCaseRemoved:
Added:
splitfunction for accessing behavior of word splitting before case changelocaleandseparateNumbersoptionspascalSnakeCasesupportchange-case/keysfor transforming objects into the requested caseDeprecated packages:
camel-case(usechange-case)capital-case(usechange-case)constant-case(usechange-case)dot-case(usechange-case)header-case(usechange-case->trainCase)is-lower-case(prefer manual:input.toLocaleLowerCase(locale) === input)is-upper-case(prefer manual:input.toLocaleUpperCase(locale) === input)lower-case-first(prefer manual:input.charAt(0).toLowerCase() + input.slice(1))lower-case(prefer manual:input.toLowerCase()orinput.toLocaleLowerCase(locale))no-case (usechange-case`)param-case(usechange-case->kebabCase)pascal-case(usechange-case)path-case(usechange-case)sentence-case(usechange-case)snake-case(usechange-case)upper-case-first(prefer manual:input.charAt(0).toLowerCase() + input.slice(1))upper-case(prefer manual:input.toUpperCase()orinput.toLocaleUpperCase(locale))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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.