jsonapi-fractal
jsonapi-fractal 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/keys
types by@marcingajda
in 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@Quicksaver
Remove regex lookbehind
Fixed
- Remove lookbehind from regex for older browser support (https://github.com/blakeembrey/change-case/commit/6512635f043beee4ff51d524d1d72c671af385f7)
Add
split
option tochange-case
Added
- Added a
split
option to thechange-case
transform functions to allow for customization on how words are extracted from inputChanged
- The package exports are now
default
instead ofimport
to fix some tooling that doesn't work properly withimport
- The exported
split
utility no longer accepts a second options argumentAdd
suffixCharacters
optionAdded
- New
suffixCharacters
option to retain characters during case conversion. Useful for retaining something like the_
intype_
. Closes blakeembrey/change-case#322.New
delimiter
andmergeAmbiguousCharacters
optionsAdded
- Add
delimiter
option for customizing join character in any change case method- Add
mergeAmbiguousCharacters
for camel and pascal case to avoid prefixing_
before numbersAdd
prefixCharacters
optionAdded
- New
prefixCharacters
option 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
paramCase
tokebabCase
... (truncated)
Commits
8aaff31
[email protected]fec0211
Fixchange-case/keys
types (#337)531c83c
[email protected]15ed560
Pass keys options recursively (#334)4343da0
Patch version add package main2cf54e3
Fix prettier format206fee2
Addmain
topackage.json
(#330)fad3b5d
[email protected]6512635
Remove lookbehind from regex17a27ce
[email protected]- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)