Skip to content

fix(deps): bump @dagrejs/dagre from 3.0.0 to 3.1.0 - #617

Merged
localgod merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dagrejs/dagre-3.1.0
Aug 10, 2026
Merged

fix(deps): bump @dagrejs/dagre from 3.0.0 to 3.1.0#617
localgod merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dagrejs/dagre-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @dagrejs/dagre from 3.0.0 to 3.1.0.

Changelog

Sourced from @​dagrejs/dagre's changelog.

[3.1.0] - 2026

New Features

  • Per-Cluster Direction Support (PR #511): Each cluster/subgraph can now specify its own rankdir, ranksep, nodesep, and align settings. The layout engine recursively applies these settings, enabling complex nested cluster hierarchies with independent flow directions. Fully backward compatible with global rankdir and legacy layouts.
  • Dynamic Graph Layout Support (PR #512): Added support for dynamic graph layouts via useDynamic and corePath configuration options in LayoutConfig. Enables persistent node ordering and layout stability when modifying graph structures.

Refactoring & Fixes

  • TypeScript & Type Safety Improvements: Added ClusterNodeLabel and NodeCollection types, updated NodeLabel interfaces, and eliminated any type assertions across the codebase.
  • Nested Cluster Fixes: Resolved edge cases in nested cluster isolation and improved edge routing for cross-cluster edges.

Commits
  • 1e5dd44 Updating the changelog
  • 692bb21 Cleaning up lint, building and bumping the version for release
  • 5f380cc Merge pull request #512 from MatsSchrader/dynamic-graph-support
  • 33a5c83 Merge branch 'master' into dynamic-graph-support
  • a3383cb Merge pull request #511 from sjackson0109/feature/per-cluster-direction
  • 7049ce6 refactor: simplify Graph construction, remove unused subgraphRankdirs, clean ...
  • aef3eb9 approved changes
  • b8049d4 refactor: remove dead layoutWithContext code; move per-cluster notes to chang...
  • d7650e2 chore: remove AI plan block comments and stale inline annotations from layout.ts
  • 04d4f13 refactor(nesting-graph): remove 'as any' cast on graph.graph() (r3218970427)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@dagrejs/dagre](https://github.com/dagrejs/dagre) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/dagrejs/dagre/releases)
- [Changelog](https://github.com/dagrejs/dagre/blob/master/changelog.md)
- [Commits](dagrejs/dagre@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@dagrejs/dagre"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown

Coverage Report for Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 83.79% (🎯 85%) 274 / 327
🔴 Statements 83.28% (🎯 85%) 289 / 347
🟢 Functions 94.8% (🎯 85%) 73 / 77
🔴 Branches 62.27% (🎯 85%) 104 / 167
File CoverageNo changed files found.
Generated in workflow #2012 for commit 0b43523 by the Vitest Coverage Report Action

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying catalyst with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0b43523
Status:🚫  Build failed.

View logs

@localgod
localgod merged commit 49190a0 into main Aug 10, 2026
5 of 6 checks passed
@localgod
localgod deleted the dependabot/npm_and_yarn/dagrejs/dagre-3.1.0 branch August 10, 2026 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant