Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency change-case to v5 #6744

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

blakeembrey/change-case (change-case)

v5.4.4

Compare Source

v5.4.3: Fix recursive options in keys change case

Compare Source

Fixed

v5.4.2

Compare Source

v5.4.1: Remove regex lookbehind

Compare Source

Fixed

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 30, 2023
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from d9c449e to 368be60 Compare October 3, 2023 17:02
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from e30fd09 to faa23d2 Compare October 19, 2023 04:37
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 5 times, most recently from 0c478e3 to dbd6c77 Compare October 26, 2023 07:42
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from 259c599 to 436e8b9 Compare November 20, 2023 15:35
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 4 times, most recently from 1a5aaec to 9757e90 Compare December 6, 2023 06:02
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 4 times, most recently from 9c85075 to b22df0d Compare January 14, 2024 22:59
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from d2f86ae to 41f2b57 Compare January 31, 2024 09:59
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 2f7cc7a to 1a2972e Compare March 19, 2024 14:05
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from 86f578b to 2a426c8 Compare April 4, 2024 00:34
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 2a426c8 to 5eca29e Compare April 15, 2024 04:06
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 2 times, most recently from 7e8c8cc to 08db19b Compare April 15, 2024 04:32
@renovate renovate bot force-pushed the renovate/change-case-5.x branch 6 times, most recently from 784062b to d3f5e24 Compare May 1, 2024 23:14
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from d3f5e24 to 331f942 Compare May 3, 2024 23:09
@renovate renovate bot force-pushed the renovate/change-case-5.x branch from 331f942 to d7d54b9 Compare May 7, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants