Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
36087
e2767737 fix(core): prevent nx migrate crash when include=optional filters out the target package ## Current Behavior `nx migrate --include=optional` crashes: "Cannot read properties of undefined (reading 'version')". The target package sits in its own required closure, so the Migrator drops its `packageUpdates` entry; the orchestration then reads `.version` off it unguarded. ## Expected Behavior Resolve the target version defensively (`?.version ?? opts.targetVersion`); optional migrate completes. ## Related Issue(s) Fixes NXC-4590
by Jack Hsu
J
Failed
36087
Flaky task
→
e2767737 fix(core): prevent nx migrate crash when include=optional filters out the target package ## Current Behavior `nx migrate --include=optional` crashes: "Cannot read properties of undefined (reading 'version')". The target package sits in its own required closure, so the Migrator drops its `packageUpdates` entry; the orchestration then reads `.version` off it unguarded. ## Expected Behavior Resolve the target version defensively (`?.version ?? opts.targetVersion`); optional migrate completes. ## Related Issue(s) Fixes NXC-4590
by Jack Hsu
J
Previous page
Previous
Next
Next page