Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency-graph to the latest version 馃殌 #311

Merged
merged 1 commit into from Feb 11, 2020

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 11, 2020

The dependency dependency-graph was updated from 0.8.1 to 0.9.0.

This version is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: jriecken
License: MIT

Release Notes for 0.9.0
  • Rewrite the topological sort DFS to be more efficient (and work!) on large graphs.
    • No longer uses recursion to avoid stack overflows with large/deep graphs
    • No longer is accidentally O(N^2) (thanks willtennien for pointing this out!)
Commits

The new version differs by 3 commits.

  • f05d8fc Release 0.9.0
  • fc6cf8f Merge pull request #36 from jriecken/fix-perf
  • 258c7e7 Rewrite the topological sort DFS to be more efficient

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.316% when pulling eaeee41 on greenkeeper/dependency-graph-0.9.0 into 459cc48 on master.

1 similar comment
@coveralls

This comment has been minimized.

@RyanZim RyanZim merged commit e6828a9 into master Feb 11, 2020
@RyanZim RyanZim deleted the greenkeeper/dependency-graph-0.9.0 branch February 11, 2020 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants