Skip to content

fix(deps): update dependency change-case to v5 - autoclosed#512

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/change-case-5.x
Closed

fix(deps): update dependency change-case to v5 - autoclosed#512
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/change-case-5.x

Conversation

@renovate

@renovate renovate Bot commented Oct 2, 2023

Copy link
Copy Markdown
Contributor

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.4.4 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 5 times, most recently from 0c3ba93 to 33caaad Compare October 7, 2023 04:41
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 3 times, most recently from 4106a3f to b10ffb1 Compare October 15, 2023 01:42
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 8 times, most recently from 33378c1 to d80d59b Compare October 21, 2023 09:17
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch from d80d59b to db81ff1 Compare November 17, 2023 04:56
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch from db81ff1 to 04f2e87 Compare December 6, 2023 06:13
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 3 times, most recently from 052d4f9 to d558117 Compare January 14, 2024 22:36
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 8 times, most recently from b6fd063 to 336f451 Compare January 23, 2024 09:36
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 8 times, most recently from f6a25b9 to 6aecdde Compare July 29, 2024 18:42
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 7 times, most recently from 99e40f7 to 84ac2b3 Compare August 10, 2024 02:25
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 7 times, most recently from cb9270d to efd7e2f Compare August 19, 2024 07:40
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch 6 times, most recently from 006bcfd to 8451ae2 Compare August 24, 2024 16:29
@renovate
renovate Bot force-pushed the renovate/change-case-5.x branch from 8451ae2 to 8373e12 Compare August 28, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants