-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat!: migrate utils/bifurcate-own to object/bifurcate-own
#9581
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-own to object/bifurcate-own
#9581
Conversation
This commit removes the `bifurcateOwn` symbol from the `@stdlib/utils` namespace due to a package migration. BREAKING CHANGE: remove `bifurcateOwn` To migrate, users should access the same symbol via the `@stdlib/object` namespace. Ref: stdlib-js#8755
This commit removes `@stdlib/utils/bifurcate-own` in favor of `@stdlib/object/bifurcate-own`. BREAKING CHANGE: remove `utils/bifurcate-own` To migrate, users should update their require/import paths to use `@stdlib/object/bifurcate-own` 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. |
|
Given that CI errors are not due to the changes related to this package will go ahead and open it for review!! |
|
@kgryte Also I'll have to open a PR addressing the markdown error in |
|
@Neerajpathak07 Sorry. Looks like @Planeshifter made some changes upstream that are resulting in merge conflicts. Would you be willing to close this PR and open a new one which performs the same changes? Sorry for the extra hassle. |
|
No worries will do it!! |
Progresses #8755.
Description
This pull request:
utils/bifurcate-owntoobject/bifurcate-ownRelated 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