You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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