Skip to content

[Bug]: Renovate postupgrade on o3r should not use --migrate-only #3371

@cpaulve-1A

Description

@cpaulve-1A

Package name

global

Package version

12.4.0

Reproduction steps

Upgrade a version of o3r with ng-update scripts on packages different from o3r/core/
Wait for Renovate PR update

Current result

In the postinstall script, the following command is run:
npm run ng update @o3r/core -- --from={{{currentVersion}}} --to={{{newVersion}}} --migrate-only --allow-dirty --force
Unfortunaltly, --migrate-only does not run the ng-update tasks for dependencies declared in the ng-update:packageGroup. These will only be run without the migrate-only option

Expected result

Ng-update scripts are ran for all the packages.

Additional comments

No response

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions