-
-
Notifications
You must be signed in to change notification settings - Fork 701
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/every-in-by
to object/every-in-by
#5745
base: develop
Are you sure you want to change the base?
feat: migrate utils/every-in-by
to object/every-in-by
#5745
Conversation
This commit removes `@stdlib/utils/every-in-by` in favor of `@stdlib/object/every-in-by`. BREAKING CHANGE: remove `utils/every-in-by` To migrate, users should update their require/import paths to use `@stdlib/object/every-in-by` which provides the same API and implementation. Ref: stdlib-js#5490
Hello! 👋 I've noticed that your commit doesn't contain the expected YAML metadata blocks. This typically happens when your development environment isn't properly set up with the stdlib git hooks. Here's how to fix this:
If you're still having issues, please check our development guide for more information. Thank you for your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
@kgryte CI only fails at one README file would adding a commit to fix it be unethical?? |
Seems like there was a lint error in the existing package. |
Resolves #5490 .
Description
This pull request:
utils/every-in-by
toobject/every-in-by
Related Issues
This pull request:
utils/every-in-by
toobject/every-in-by
#5490Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers