-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat!: migrate uitls/entries to object/entries
#9747
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: migrate uitls/entries to object/entries
#9747
Conversation
This commit removes the `objectEntries` symbol from the `@stdlib/utils` namespace due to a package migration. BREAKING CHANGE: remove `objectEntries` To migrate, users should access the same symbol via the `@stdlib/object` namespace. Ref: stdlib-js#8755
This commit removes `@stdlib/utils/entries` in favor of `@stdlib/object/entries`. BREAKING CHANGE: remove `utils/entries` To migrate, users should update their require/import paths to use `@stdlib/object/entries` which provides the same API and implementation. Ref: stdlib-js#8755
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@kgryte can we keep this moving forward? |
|
@Neerajpathak07 Unfortunately, you did not update all the This has been a general theme. Namely, whatever approach you are using for global find-and-replace needs improvement. |
Progresses #8755
Description
This pull request:
uitls/entriestoobject/entriesRelated Issues
This pull request has the following related issues:
utilspackages toobject(tracking issue) #8755Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers