Conversation

Neerajpathak07

Resolves #7374 .

Description

What is the purpose of this pull request?

This pull request:

  • migrates utils/some-own-by to object/some-own-by

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

This commit removes `@stdlib/utils/some-own-by` in favor of
`@stdlib/object/some-own-by`.

BREAKING CHANGE: remove `utils/some-own-by`

To migrate, users should update their require/import paths to use
`@stdlib/object/some-own-by` which provides the same API and implementation.

Ref: stdlib-js#7374
@Neerajpathak07Neerajpathak07 added the release: MajorBreaking change requiring a new major release.label Jun 16, 2025
@stdlib-botstdlib-bot added the Needs ReviewA pull request which needs code review.label Jun 16, 2025
@stdlib-bot

Coverage Report

PackageStatementsBranchesFunctionsLines
namespace/alias2pkg$\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/alias2standalone$\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace$\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/pkg2alias$\color{green}100/100$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}100/100$
$\color{green}+100.00\%$
namespace/pkg2related$\color{green}100/100$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}100/100$
$\color{green}+100.00\%$
namespace/pkg2standalone$\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/standalone2pkg$\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
object/some-own-by$\color{green}131/131$
$\color{green}+100.00\%$
$\color{green}13/13$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}131/131$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

Sign up for free to join this conversation on . Already have an account? Sign in to comment
Needs ReviewA pull request which needs code review.release: MajorBreaking change requiring a new major release.
None yet

Successfully merging this pull request may close these issues.

[RFC]: migrate utils/some-own-by to object/some-own-by