Closed anthogez closed 3 years ago
cc @admons 🎉
I forgot of delete this https://github.com/snyk/snyk-gradle-plugin/blob/master/lib/init.gradle#L91 - sending a new push
:tada: This PR is included in version 3.14.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Deleted findCycles and breakCycles logic from snyk-gradle-plugin
Multi-config fixture plugin.test.ts has top level deps amount number aligned and with correct count, we were appending transitive deps as top to avoid loosing them due of lack of cycle/break support in dep-graph lib.
Dependency org.jetbrains.kotlin:kotlin-stdlib is no longer available as direct dep in kotlin.test.ts (it was wrong) as it's a transitive dependency see screenshot below. It was being
appended
as top due of the lack of cycle/break support in dep-graph libAdded @snyk/dep-graph changes
v1.27.1 remove cache in pathsToRoot
v1.27 break cyclic graphs when converting into tree
v1.26 support cycles in pkgPathsToRoot and countPathsToRoot