Task for managing outdated dependencies
Task for managing outdated dependencies
(outdated-deps-report app-dir excluded-deps)
Returns map with :status :done if there is no outdated-deps. :status :found and :deps when there are outdated dependencies :status :error when there was some problem
Returns map with :status :done if there is no outdated-deps. :status :found and :deps when there are outdated dependencies :status :error when there was some problem
(outdated-maven-report app-dir)
Returns outdated maven deps for app-dir
, if all deps are up-to-date returns nil, otherwise returns map with :error
Returns outdated maven deps for `app-dir`, if all deps are up-to-date returns nil, otherwise returns map with :error
(outdated-npm-report app-dir)
Returns outdated npm deps for app-dir
, if all deps are up-to-date returns nil, otherwise returns map with :error
Returns outdated npm deps for `app-dir`, if all deps are up-to-date returns nil, otherwise returns map with :error
(run* {:keys [app-name app-dir project-config-filedesc]})
Update dependencies core logic
Update dependencies core logic
(run-monorepo)
Start task for all projects in monorepo
Start task for all projects in monorepo
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close