ring-ui
ring-ui copied to clipboard
chore(deps): bump change-case from 4.1.2 to 5.4.4
Bumps change-case from 4.1.2 to 5.4.4.
Release notes
Sourced from change-case's releases.
[email protected]
Fixed
- Fixed
change-case/keystypes by@marcingajdain blakeembrey/change-case#337Full Changelog: https://github.com/blakeembrey/change-case/compare/[email protected]@5.4.4
Fix recursive options in keys change case
Fixed
- Fixes options used recursively in
change-case/keys- previously options were ignored after the first level blakeembrey/change-case#334 by@QuicksaverRemove regex lookbehind
Fixed
- Remove lookbehind from regex for older browser support (https://github.com/blakeembrey/change-case/commit/6512635f043beee4ff51d524d1d72c671af385f7)
Add
splitoption tochange-caseAdded
- Added a
splitoption to thechange-casetransform functions to allow for customization on how words are extracted from inputChanged
- The package exports are now
defaultinstead ofimportto fix some tooling that doesn't work properly withimport- The exported
splitutility no longer accepts a second options argumentAdd
suffixCharactersoptionAdded
- New
suffixCharactersoption to retain characters during case conversion. Useful for retaining something like the_intype_. Closes blakeembrey/change-case#322.New
delimiterandmergeAmbiguousCharactersoptionsAdded
- Add
delimiteroption for customizing join character in any change case method- Add
mergeAmbiguousCharactersfor camel and pascal case to avoid prefixing_before numbersAdd
prefixCharactersoptionAdded
- New
prefixCharactersoption to retain characters during case conversion. Useful for something like_$to keep "private".Huge ESM rewrite
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
paramCasetokebabCase
... (truncated)
Commits
8aaff31[email protected]fec0211Fixchange-case/keystypes (#337)531c83c[email protected]15ed560Pass keys options recursively (#334)4343da0Patch version add package main2cf54e3Fix prettier format206fee2Addmaintopackage.json(#330)fad3b5d[email protected]6512635Remove lookbehind from regex17a27ce[email protected]- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
https://github.com/blakeembrey/change-case/issues/315
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.