Skip to content

Update dependency change-case to v5#3442

Closed
renovate[bot] wants to merge 4 commits intomainfrom
renovate/change-case-5.x
Closed

Update dependency change-case to v5#3442
renovate[bot] wants to merge 4 commits intomainfrom
renovate/change-case-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

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:

Package Change Age Confidence
change-case (source) ^4.1.2 -> ^5.0.0 age confidence

Release Notes

blakeembrey/change-case (change-case)

v5.4.4

Compare Source

Fixed

Full 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 case

Compare Source

Fixed

  • Fixes options used recursively in change-case/keys - previously options were ignored after the first level #​334 by @​Quicksaver

v5.4.2

Compare Source

v5.4.1: Remove regex lookbehind

Compare Source

Fixed

  • Remove lookbehind from regex for older browser support (6512635)

v5.4.0: Add split option to change-case

Compare Source

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: Add suffixCharacters option

Compare Source

Added

  • New suffixCharacters option to retain characters during case conversion. Useful for retaining something like the _ in type_. Closes #​322.

v5.2.0: New delimiter and mergeAmbiguousCharacters options

Compare Source

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

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0: Add prefixCharacters option

Compare Source

Added

  • New prefixCharacters option to retain characters during case conversion. Useful for something like _$ to keep "private".

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0: Huge ESM rewrite

Compare Source

Changed:

  • The package is now only supported using ESM imports in node.js
  • Merged all core case changing libraries into change-case
  • Added support for internationalization using unicode regex features
  • Renamed paramCase to kebabCase

Removed:

  • Removed ability to specify word split and strip regexes

Added:

  • Exposed a new split function for accessing behavior of word splitting before case change
  • Added locale and separateNumbers options
  • Added pascalSnakeCase support
  • Added change-case/keys for transforming objects into the requested case

Deprecated packages:

  • camel-case (use change-case)
  • capital-case (use change-case)
  • constant-case (use change-case)
  • dot-case (use change-case)
  • header-case (use change-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() or input.toLocaleLowerCase(locale))
  • no-case (use change-case`)
  • param-case (use change-case -> kebabCase)
  • pascal-case (use change-case)
  • path-case (use change-case)
  • sentence-case (use change-case)
  • snake-case (use change-case)
  • upper-case-first (prefer manual: input.charAt(0).toLowerCase() + input.slice(1))
  • upper-case (prefer manual: input.toUpperCase() or input.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/change-case-5.x branch 4 times, most recently from 8321902 to 7277546 Compare March 3, 2025 06:34
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from d0fc628 to 1b83d01 Compare March 7, 2025 16:46
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 1b83d01 to 173d823 Compare March 13, 2025 08:11
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from edcab50 to c5c48e5 Compare March 26, 2025 16:03
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 3 times, most recently from 8c021d1 to e5e63f0 Compare May 8, 2025 13:36
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from e5e63f0 to 6be34b4 Compare May 13, 2025 13:10
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 6be34b4 to fe0b513 Compare May 24, 2025 05:34
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 6 times, most recently from 3c76c88 to 27dfd5b Compare July 2, 2025 05:46
@renovate renovate bot changed the title Update dependency change-case to v5.4.4 Update dependency change-case to v5 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 27dfd5b to b53d083 Compare July 23, 2025 07:36
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from b53d083 to 59c9abd Compare August 4, 2025 07:49
@renovate renovate bot changed the base branch from next to main August 4, 2025 07:49
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 3 times, most recently from fde9944 to 56869f3 Compare August 10, 2025 12:42
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 56869f3 to bdcfbbd Compare August 13, 2025 13:09
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from 6855fbe to 40e2b09 Compare August 19, 2025 11:46
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 40e2b09 to da8dfa9 Compare August 31, 2025 13:22
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from da8dfa9 to bff853a Compare September 15, 2025 07:16
@johnnyomair johnnyomair self-assigned this Sep 23, 2025
@johnnyomair johnnyomair requested review from manuelblum and removed request for manuelblum September 23, 2025 14:50
@renovate
Copy link
Contributor Author

renovate bot commented Sep 23, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

manuelblum
manuelblum previously approved these changes Sep 23, 2025
@manuelblum
Copy link
Collaborator

@johnnyomair some tests seems to fail.

@johnnyomair
Copy link
Collaborator

@johnnyomair some tests seems to fail.

Yes, I figured. This has to do with change-case being ESM-only. 😕

@johnnyomair
Copy link
Collaborator

@manuelblum I fixed the tests by stubbing the package, is this correct?

@johnnyomair
Copy link
Collaborator

Closing this until we have ESM support in the admin packages.

@johnnyomair johnnyomair closed this Oct 2, 2025
@johnnyomair johnnyomair deleted the renovate/change-case-5.x branch October 2, 2025 07:29
@renovate
Copy link
Contributor Author

renovate bot commented Oct 2, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants