Skip to content

chore(deps): bump @swimlane/ngx-graph from 11.0.0 to 13.0.0 - #5878

Merged
norman-abramovitz merged 1 commit into
cloudfoundry:developfrom
nabramovitz:deps/ngx-graph-13
Sep 2, 2026
Merged

chore(deps): bump @swimlane/ngx-graph from 11.0.0 to 13.0.0#5878
norman-abramovitz merged 1 commit into
cloudfoundry:developfrom
nabramovitz:deps/ngx-graph-13

Conversation

@nabramovitz

Copy link
Copy Markdown
Contributor

Supersedes #5874, whose Build Check failed:

NG8002: Can't bind to 'draggingEnabled' since it isn't a known property of 'ngx-graph'.

ngx-graph 12 rewrote GraphComponent on signal inputs and renamed
draggingEnabled/panningEnabled to enableDrag/enablePan
(changelog).
The Helm release resource graph is the only consumer and binds only through
the template (links, nodes, update$, zoomToFit$, layout, the node
and link templates), all of which still exist under the same names in 13. So
the change is:

13.0.0 itself only widens the Angular peer range to <23.

Verified: bun run build (the failing check) passes with no NG8002, the
component spec passes, and make check gate is green. Not live-verified:
the graph needs a Kubernetes endpoint with a Helm release, which the dev
stack does not have up right now.

Supersedes the Dependabot PR (cloudfoundry#5874), whose build failed: ngx-graph 12
renamed the draggingEnabled input to enableDrag, and the Helm release
resource graph binds it. Rename the binding, and swap the deprecated
NgxGraphModule import for the standalone GraphComponent in the component
and its spec. Fragment covers the rest of this Dependabot batch.

@norman-abramovitz norman-abramovitz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM - Will do live verify for helm endpoint testing

@norman-abramovitz
norman-abramovitz merged commit 8c7de67 into cloudfoundry:develop Sep 2, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants