feat!: migrate utils/any-in-by to object/any-in-by#8629
feat!: migrate utils/any-in-by to object/any-in-by#8629kgryte merged 6 commits intostdlib-js:developfrom
utils/any-in-by to object/any-in-by#8629Conversation
This commit removes `@stdlib/utils/any-in-by` in favor of `@stdlib/object/any-in-by`. BREAKING CHANGE: remove `utils/any-in-by` To migrate, users should update their require/import paths to use `@stdlib/object/any-in-by` which provides the same API and implementation. Ref: stdlib-js#6754
Coverage Report
The above coverage report was generated for the changes in this PR. |
Signed-off-by: Athan <kgryte@gmail.com>
kgryte
left a comment
There was a problem hiding this comment.
LGTM. I am a bit surprised that the README lint error made it through our Git commit hooks, as local linting should have caught this before pushing to the remote. You should confirm that your local dev environment is properly setup.
For these PRs, there should be 4 and only 4 commits. See https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/moving_packages.md. If you need additional commits, you need to start over.
Furthermore, your "refactor" commit is incorrect. Please follow the guide. Namely, when updating the namespace to remove the exported symbol, that should be a separate commit. See steps 6 and 7: https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/moving_packages.md#6-remove-the-export-of-the-original-package-from-its-parent-namespace. If you don't do this, this messes up our changelog. I'll allow this PR to move through only because the namespace export is highly unlikely to have high usage atm.
Any future PRs which don't follow the documented sequence will be automatically closed going forward.
Resolves #6754.
Description
This pull request:
utils/any-in-bytoobject/any-in-byRelated Issues
This pull request has the following related issues:
utils/any-in-bytoobject/any-in-by#6754Questions
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