stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: migrate `utils` packages to `object` (tracking issue)

Open Neerajpathak07 opened this issue 3 weeks ago • 2 comments

Description

This RFC proposes

  • To migrate the following list of packages from utils namespace to object:-

  • [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:.

Neerajpathak07 avatar Dec 03 '25 17:12 Neerajpathak07

Hi @Neerajpathak07, are you currently working on this issue? If not, I’d be happy to take it up.

Sahilxrajput avatar Dec 05 '25 21:12 Sahilxrajput

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.

Neerajpathak07 avatar Dec 06 '25 04:12 Neerajpathak07