feat: migrate utils/any-own-by to object/any-own-by#8658
feat: migrate utils/any-own-by to object/any-own-by#8658kgryte merged 5 commits intostdlib-js:developfrom
utils/any-own-by to object/any-own-by#8658Conversation
This commit removes the `any-own-by` symbol from the `@stdlib/utils` namespace due to a package migration. BREAKING CHANGE: remove `any-own-by` To migrate, users should access the same symbol via the `@stdlib/object` namespace. Ref: stdlib-js#6756
This commit removes `@stdlib/utils/any-own-by` in favor of `@stdlib/object/any-own-by`. BREAKING CHANGE: remove `utils/any-own-by` To migrate, users should update their require/import paths to use `@stdlib/objects/any-own-by` which provides the same API and implementation. Ref: stdlib-js#6756
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@kgryte lint is throwing error for |
This commit removes the `anyInBy` symbol from the `@stdlib/utils` namespace due to a package migration. BREAKING CHANGE: remove `anyInBy` To migrate, users should access the same symbol via the `@stdlib/object` namespace. Ref: stdlib-js#6756 Signed-off-by: Athan <kgryte@gmail.com>
|
@Neerajpathak07 The commit message: should have been The symbol name is not the same as the package name. |
|
@Neerajpathak07 The commit message: should have been Notice the " |
|
@Neerajpathak07 The reason for the lint error you encountered is that in your previous |
|
The CI failure does not stem from changes introduced in this PR, as such I'll go ahead and merge. |
|
Yeah which is way I thought of adding another PR to fix without any breaking change as I mentioned above. Nevertheless I'll lookout for these things and proper commit messages. |
Resolves #6756.
Description
This pull request:
utils/any-own-bytoobject/any-own-byRelated Issues
This pull request has the following related issues:
utils/any-own-bytoobject/any-own-by#6756Questions
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