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
35733
3c9d3a32 cleanup(core): update catalog e2e assertions for unquoted YAML output The new yaml-based catalog updater emits unquoted scalars (`react: 18.2.0`) where the previous `@zkochan/js-yaml` `dump` path emitted forced double-quoted scalars (`react: "18.2.0"`). Both are semantically identical YAML, but the e2e assertions in misc.test.ts were hard-coded against the quoted form. Drop the quotes from the expected substrings.
by Leosvel Pé...
L
Failed
35733
Flaky task
→
3c9d3a32 cleanup(core): update catalog e2e assertions for unquoted YAML output The new yaml-based catalog updater emits unquoted scalars (`react: 18.2.0`) where the previous `@zkochan/js-yaml` `dump` path emitted forced double-quoted scalars (`react: "18.2.0"`). Both are semantically identical YAML, but the e2e assertions in misc.test.ts were hard-coded against the quoted form. Drop the quotes from the expected substrings.
by Leosvel Pé...
L
Failed
35733
f4511ca9 cleanup(core): update catalog e2e assertions for unquoted YAML output The new yaml-based catalog updater emits unquoted scalars (`react: 18.2.0`) where the previous `@zkochan/js-yaml` `dump` path emitted forced double-quoted scalars (`react: "18.2.0"`). Both are semantically identical YAML, but the e2e assertions in misc.test.ts were hard-coded against the quoted form. Drop the quotes from the expected substrings.
by Leosvel Pé...
L
Failed
35733
Flaky task
→
9d503634 fix(core): preserve comments in catalog YAML updates [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
35733
Fix available
→
a448594a fix(core): preserve comments in catalog YAML updates The catalog manager update path used @zkochan/js-yaml's load/dump, which parses YAML to plain JS objects and serializes back without comments, anchors, or formatting. As a result, `nx migrate` and `nx release version` wiped user-authored content from pnpm-workspace.yaml and .yarnrc.yml whenever a catalog-referenced package was bumped. Switch updateCatalogVersions in both nx and devkit catalog managers (pnpm and yarn variants) to the eemeli/yaml Document API. Walk paths alias-aware so configs using YAML anchors keep working, and seed null placeholders inline so empty `catalog:` skeletons (sometimes carrying only comments) can still be populated without dropping their comments.
by Leosvel Pé...
L
Failed
35733
Flaky task
→
a448594a fix(core): preserve comments in catalog YAML updates The catalog manager update path used @zkochan/js-yaml's load/dump, which parses YAML to plain JS objects and serializes back without comments, anchors, or formatting. As a result, `nx migrate` and `nx release version` wiped user-authored content from pnpm-workspace.yaml and .yarnrc.yml whenever a catalog-referenced package was bumped. Switch updateCatalogVersions in both nx and devkit catalog managers (pnpm and yarn variants) to the eemeli/yaml Document API. Walk paths alias-aware so configs using YAML anchors keep working, and seed null placeholders inline so empty `catalog:` skeletons (sometimes carrying only comments) can still be populated without dropping their comments.
by Leosvel Pé...
L
Previous page
Previous
Next
Next page