-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat!: migrate utils/bifurcate-in to object/bifurcate-in
#9548
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 utils/bifurcate-in to object/bifurcate-in
#9548
Conversation
This commit removes the `bifurcateIn` symbol from the `@stdlib/utils` namespace due to a package migration. BREAKING CHANGE: remove `bifurcateIn` To migrate, users should access the same symbol via the `@stdlib/object` namespace. Ref: stdlib-js#8755
This commit removes `@stdlib/utils/bifurcate-in` in favor of `@stdlib/object/bifurcate-in`. BREAKING CHANGE: remove `utils/bifurcate-in` To migrate, users should update their require/import paths to use `@stdlib/object/bifurcate-in` 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. |
Signed-off-by: Athan <[email protected]>
kgryte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after fixing the examples. @Neerajpathak07 Please make sure you are doing comprehensive find-and-replace ops when adding the new package as part of the first commit of a migration sequence.
|
@kgryte apparently I did perform a global-search but it did not show me the results this is also something me and Gururaj discussed about!! |
|
As the CI failure is not due to changes introduced in this PR, I'll go ahead and merge. |
Progresses #8755.
Description
This pull request:
utils/bifurcate-intoobject/bifurcate-inRelated 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