Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update dependency change-case to v5#2129

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
renovate wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrenovate/change-case-5.x

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedSep 30, 2023
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
change-case (source)^4.1.2 ->^5.4.4ageadoptionpassingconfidence

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 inchange-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: Addsplit option tochange-case

Compare Source

Added

  • Added asplit option to thechange-case transform functions to allow for customization on how words are extracted from input

Changed

  • The package exports are nowdefault instead ofimport to fix some tooling that doesn't work properly withimport
  • The exportedsplit utility no longer accepts a second options argument

v5.3.0: AddsuffixCharacters option

Compare Source

Added

  • NewsuffixCharacters option to retain characters during case conversion. Useful for retaining something like the_ intype_. Closes#​322.

v5.2.0: Newdelimiter andmergeAmbiguousCharacters options

Compare Source

Added

  • Adddelimiter option for customizing join character in any change case method
  • AddmergeAmbiguousCharacters for camel and pascal case to avoid prefixing_ before numbers

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0: AddprefixCharacters option

Compare Source

Added

  • NewprefixCharacters 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 intochange-case
  • Added support for internationalization using unicode regex features
  • RenamedparamCase tokebabCase

Removed:

  • Removed ability to specify word split and strip regexes

Added:

  • Exposed a newsplit function for accessing behavior of word splitting before case change
  • Addedlocale andseparateNumbers options
  • AddedpascalSnakeCase support
  • Addedchange-case/keys for transforming objects into the requested case

Deprecated 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 this update again.


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

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 2 times, most recently from84ea61a tof220146CompareOctober 3, 2023 17:07
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 3 times, most recently from4767ba6 to95ee2b3CompareOctober 20, 2023 23:06
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from95ee2b3 tofe774ccCompareNovember 4, 2023 04:42
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 3 times, most recently from69a707b to0840012CompareNovember 20, 2023 03:05
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from0840012 tof03dff2CompareDecember 6, 2023 07:20
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 3 times, most recently from33a6c6c to66b6cdcCompareJanuary 14, 2024 21:33
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from66b6cdc tof01526dCompareFebruary 14, 2024 01:13
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch fromf01526d to5b2a343CompareFebruary 27, 2024 13:59
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from5b2a343 to679f6ddCompareApril 3, 2024 22:54
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from679f6dd to70d31d9CompareMay 13, 2024 04:05
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from70d31d9 to3a1aedaCompareMay 20, 2024 10:43
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from3a1aeda to2ee5008CompareMay 31, 2024 17:29
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 2 times, most recently from81d188f to6df4c02CompareJune 17, 2024 04:26
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from6df4c02 to729c818CompareJuly 3, 2024 21:48
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from729c818 to3712ae0CompareJuly 27, 2024 14:23
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 2 times, most recently from646590e to1a1cc5fCompareAugust 26, 2024 05:01
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 2 times, most recently from166a23a to3897509CompareSeptember 11, 2024 12:19
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 2 times, most recently fromdf58d01 to077219dCompareSeptember 19, 2024 12:48
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from077219d tobe331c5CompareOctober 21, 2024 04:32
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch frombe331c5 toaf5c373CompareNovember 4, 2024 05:08
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch fromaf5c373 toa4dcb0bCompareNovember 12, 2024 04:47
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch froma4dcb0b tof1fb625CompareNovember 26, 2024 16:14
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 2 times, most recently fromc58ee67 to70db60bCompareDecember 6, 2024 15:16
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from70db60b to75cad68CompareMay 1, 2025 21:45
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from75cad68 todaebfa1CompareMay 14, 2025 03:15
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 2 times, most recently fromb0974ed to6b19efeCompareAugust 13, 2025 17:08
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from6b19efe to5718db5CompareAugust 19, 2025 17:54
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch 3 times, most recently from07e4441 to1f30835CompareSeptember 14, 2025 03:04
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovaterenovatebotforce-pushed therenovate/change-case-5.x branch from1f30835 tof6d418dCompareSeptember 25, 2025 21:43
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dhmlaudhmlauAwaiting requested review from dhmlaudhmlau will be requested when the pull request is marked ready for reviewdhmlau is a code owner

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp