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
In progress
36086
3ab7b794 fix(core): comma-split pnpm minimumReleaseAgeExclude from .npmrc and npm_config_* pnpm v10 reads these settings via @pnpm/npm-conf, which treats array-typed values as comma-separated lists (trimming each entry). nx read the whole line as a single entry, so a valid config like 'minimum-release-age-exclude=nx,@nx/*' parsed as one invalid pattern, the policy went ambiguous, and migrate fell back to a package-manager install instead of honoring the exclusion. Comma-split and trim the v10 npm-conf surfaces to match pnpm. v11's pnpm_config_* schema is JSON-or-single and is intentionally left unchanged.
by FrozenPandaz
F
Failed
36086
Environment issue
→
93907fed fix(core): keep a non-empty packages field in temp pnpm-workspace.yaml during migrate nx migrate copies pnpm-workspace.yaml into a temp install dir and previously stripped the `packages` field entirely. pnpm <10.5 (and corepack's bundled default pnpm, which runs in the temp dir because it has no packageManager pin) reject a workspace manifest whose packages field is missing or empty, failing with "packages field missing or empty" and breaking migration fetching. Replace the member globs with a self-reference ('.') so the field stays non-empty and resolves only the temp root.
by FrozenPandaz
F
Canceled
36086
93907fed fix(core): keep a non-empty packages field in temp pnpm-workspace.yaml during migrate nx migrate copies pnpm-workspace.yaml into a temp install dir and previously stripped the `packages` field entirely. pnpm <10.5 (and corepack's bundled default pnpm, which runs in the temp dir because it has no packageManager pin) reject a workspace manifest whose packages field is missing or empty, failing with "packages field missing or empty" and breaking migration fetching. Replace the member globs with a self-reference ('.') so the field stays non-empty and resolves only the temp root.
by FrozenPandaz
F
Failed
36086
Flaky task
→
93907fed fix(core): keep a non-empty packages field in temp pnpm-workspace.yaml during migrate nx migrate copies pnpm-workspace.yaml into a temp install dir and previously stripped the `packages` field entirely. pnpm <10.5 (and corepack's bundled default pnpm, which runs in the temp dir because it has no packageManager pin) reject a workspace manifest whose packages field is missing or empty, failing with "packages field missing or empty" and breaking migration fetching. Replace the member globs with a self-reference ('.') so the field stays non-empty and resolves only the temp root.
by FrozenPandaz
F
Previous page
Previous
Next
Next page