Skip to content

Conversation

Neerajpathak07
Copy link
Member

Resolves #6752.

Description

What is the purpose of this pull request?

This pull request:

  • migrates utils/every-own-by to object/every-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/every-own-by` in favor of
`@stdlib/object/every-own-by`.

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

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

Ref: stdlib-js#6752
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Apr 20, 2025

Coverage Report

Package Statements Branches Functions Lines
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/every-own-by $\color{green}123/123$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}123/123$
$\color{green}+100.00\%$
utils/any-own-by $\color{green}123/123$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}123/123$
$\color{green}+100.00\%$
utils/none-own-by $\color{green}125/125$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}125/125$
$\color{green}+100.00\%$
utils/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.

@Neerajpathak07 Neerajpathak07 marked this pull request as ready for review April 20, 2025 17:37
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Apr 20, 2025
@Neerajpathak07
Copy link
Member Author

@kgryte There won't be a commit to update the paths in utils/lib/index.js & utils/docs/index.d.ts as to no referenced paths for utils/every-own-by

@Neerajpathak07
Copy link
Member Author

cc:- @kgryte any initial thoughts on this?

@kgryte
Copy link
Member

kgryte commented Apr 25, 2025

@Neerajpathak07 Would you mind resolving the merge conflict in the README? It is okay if you push a single merge commit.

@kgryte kgryte added the release: Major Breaking change requiring a new major release. label Apr 25, 2025
@kgryte
Copy link
Member

kgryte commented Apr 25, 2025

Other than the merge conflict, this looks good.

@kgryte kgryte added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Apr 25, 2025
@Neerajpathak07
Copy link
Member Author

@kgryte sorry for the delay in the fixes due to final exams.

@kgryte kgryte removed the Needs Changes Pull request which needs changes before being merged. label Jun 26, 2025
@kgryte kgryte merged commit 8a62a9d into stdlib-js:develop Jun 26, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release: Major Breaking change requiring a new major release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants