Skip to content

Conversation

@Neerajpathak07
Copy link
Member

Progresses #8755

Description

What is the purpose of this pull request?

This pull request:

  • Migrates utils/move-property to object/move-property

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

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.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".

{{TODO: add disclosure if applicable}}


@stdlib-js/reviewers

This commit removes the `moveProperty` symbol from the `@stdlib/utils`
namespace due to a package migration.

BREAKING CHANGE: remove `moveProperty`

To migrate, users should access the same symbol via the
`@stdlib/object` namespace.

Ref: stdlib-js#8755
This commit removes `@stdlib/utils/move-property` in favor of
`@stdlib/object/move-property`.

BREAKING CHANGE: remove `utils/move-property`

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

Ref: stdlib-js#8755
@Neerajpathak07 Neerajpathak07 added the release: Major Breaking change requiring a new major release. label Dec 6, 2025
@stdlib-bot
Copy link
Contributor

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 $\color{red}39324/39427$
$\color{green}+99.74%$
$\color{green}112/112$
$\color{green}+100.00%$
$\color{red}2/11$
$\color{green}+18.18%$
$\color{red}39324/39427$
$\color{green}+99.74%$
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/move-property $\color{green}120/120$
$\color{green}+100.00%$
$\color{green}10/10$
$\color{green}+100.00%$
$\color{green}1/1$
$\color{green}+100.00%$
$\color{green}120/120$
$\color{green}+100.00%$
utils $\color{red}45456/61696$
$\color{green}+73.68%$
$\color{red}759/803$
$\color{green}+94.52%$
$\color{red}23/509$
$\color{green}+4.52%$
$\color{red}45456/61696$
$\color{green}+73.68%$

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

@Neerajpathak07 Neerajpathak07 marked this pull request as ready for review December 6, 2025 05:03
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Dec 6, 2025
@Neerajpathak07 Neerajpathak07 requested a review from kgryte December 6, 2025 08:12
@kgryte kgryte removed the Needs Review A pull request which needs code review. label Dec 7, 2025
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kgryte kgryte merged commit 85e2ccb into stdlib-js:develop Dec 7, 2025
53 of 54 checks passed
@kgryte kgryte changed the title feat: migrate utils/move-property to object/move-property feat!: migrate utils/move-property to object/move-property Dec 7, 2025
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.

3 participants