You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI setup-clojure action
- moved action to current release instead of @master
- renamed deprecated `tools-deps` input to `cli`
- move to clojure version 'latest' (just like we do for each major JDK version)
CI
- report tools' versions to allow for reproducibility
clj-watson simple safe-looking bumps:
- clojure
- edamame
- cheshire
- clj-http
- tools.deps (has not changed much)
- selmer
clj-watson less safe-looking:
- org.apache.maven.resolver/maven-resolver-transport-http (deleted) -
this dep is automatically included by tools.deps, and clj-watson does
not reference it directly, and I don't see a rationale in git history
for why we need to override the transitive version. It might have been a
CVE or bug sometime in the past, let's see if we still actually need it.
Dev only:
- nrepl
- clojure-lsp-standalone
- also suppressed unused public var for scan entrypoint
- committed new .clj-kondo lib exports
- kaocha
- test-check (deleted, unused)
- state-flow (deleted, unused)
- mockfn (delete, unused)
Other deps.edn changes:
- delete `:mvn/repos` entry as it is no different from defaults
Closesclj-holmes#75
Some of clj-watson's deps have become stale.
Review each dep and bump to the current available release, if possible.
The text was updated successfully, but these errors were encountered: