[RFC]: migrate `utils` packages to `object` (tracking issue)
Description
This RFC proposes
-
To migrate the following list of packages from
utilsnamespace toobject:- -
[x]
utils/move-property=>object/move-property -
[ ]
utils/object-inverse=>object/inverse -
[ ]
utils/object-inverse-by=>object/inverse-by -
[ ]
utils/capitalize-keys=>object/capitalize-keys -
[ ]
utils/uncapitalize-keys=>object/uncapitalize-keys -
[ ]
utils/lowercase-keys=>object/lowercase-keys -
[ ]
utils/uppercase-keys=>object/uppercase-keys -
[ ]
utils/for-in=>object/for-in -
[ ]
utils/for-own=>object/for-own -
[ ]
utils/common-keys=>object/common-keys -
[ ]
utils/common-keys-in=>object/common-keys-in
Related Issues
Related issues #7374 & #7372
Questions
No.
Other
No.
Checklist
- [x] I have read and understood the Code of Conduct.
- [x] Searched for existing issues and pull requests.
- [x] The issue name begins with
RFC:.
Hi @Neerajpathak07, are you currently working on this issue? If not, I’d be happy to take it up.
Hey @Sahilxrajput since the packages listed for migration are major release changes. It is only advisable that the maintainers work on it so as to keep the channel log clean.
Hence the maintainers label was added.