Skip to content

fix(core): misc graph changes with nx/graph 1.0.5#34761

Merged
nartc merged 5 commits intomasterfrom
ct/bump-graph
Mar 10, 2026
Merged

fix(core): misc graph changes with nx/graph 1.0.5#34761
nartc merged 5 commits intomasterfrom
ct/bump-graph

Conversation

@nartc
Copy link
Contributor

@nartc nartc commented Mar 9, 2026

bump @nx/graph to 1.0.5 that fixes 2 bugs:

  • switching from grouped to flat does not render anything. This was deliberate because we don't want browser to hang on flat mode in large graph but since we've made grouped mode default, changing to flat is a user choice. This version makes it so changing from grouped to flat will render based on the current show mode (i.e: affected vs all)
  • when switching from flat mode to grouped mode, depending on the actions taken, the cytoscape elements might lose some data that was established for parent-child relationship. This version fixes this bug
  • add filter input to trace end list

@nartc nartc self-assigned this Mar 9, 2026
@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for nx-dev ready!

Name Link
🔨 Latest commit d3ab145
🔍 Latest deploy log https://app.netlify.com/projects/nx-dev/deploys/69af23a197dc8f0008944ee7
😎 Deploy Preview https://deploy-preview-34761--nx-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit d3ab145
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/69af23a1222af00008f478d8
😎 Deploy Preview https://deploy-preview-34761--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nartc nartc added the scope: core core nx functionality label Mar 9, 2026
@nartc nartc changed the title chore(repo): bump nx/graph 1.0.5 fix(core): misc graph changes with nx/graph 1.0.5 Mar 9, 2026
@nx-cloud
Copy link
Contributor

nx-cloud bot commented Mar 9, 2026

View your CI Pipeline Execution ↗ for commit d3ab145

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 13m 11s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 3m 25s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 8s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-09 20:04:07 UTC

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.

Nx Cloud has identified a possible root cause for your failed CI:

Our investigation found this failure is pre-existing across multiple branches (confirmed identical error in branch 34763) and unrelated to the graph package bump and UI changes in this PR. The webpack path resolution issue in the test appears to be an environmental/infrastructure problem rather than something introduced by these changes.

No code changes were suggested for this issue.

Trigger a rerun:

Rerun CI

Nx Cloud View detailed reasoning on Nx Cloud ↗

🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.


🎓 Learn more about Self-Healing CI on nx.dev

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nartc nartc requested a review from a team as a code owner March 9, 2026 19:46
@nartc nartc merged commit e7092db into master Mar 10, 2026
24 checks passed
@nartc nartc deleted the ct/bump-graph branch March 10, 2026 11:57
@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

scope: core core nx functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants