From 1aabc5b9532d8de99a8e5896ab0f9903adcf831e Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Tue, 7 May 2024 23:39:43 +0100 Subject: [PATCH] update: library versions using `make outdated` | :name | :current | :latest | |------------------------------------------+------------------------------------------+------------------------------------------| | athos/clj-check | 518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062 | d997df866b2a04b7ce7b17533093ee0a2e2cb729 | | cider/cider-nrepl | 0.45.0 | 0.47.1 | | com.github.liquidz/antq | 2.8.1173 | 2.8.1201 | | com.github.seancorfield/next.jdbc | 1.3.909 | 1.3.925 | | djblue/portal | 0.51.1 | 0.55.1 | | lambdaisland/kaocha | 1.87.1366 | 1.89.1380 | | nrepl/nrepl | 1.1.0 | 1.1.1 | | org.clojure/tools.namespace | 1.4.5 | 1.5.0 | | org.clojure/tools.trace | 0.7.11 | 0.8.0 | | org.slf4j/slf4j-nop | 2.0.12 | 2.0.13 | | refactor-nrepl/refactor-nrepl | 3.9.1 | 3.10.0 | | zprint/zprint | 1.2.8 | 1.2.9 | --- CHANGELOG.org | 18 +++++++++++ deps.edn | 86 +++++++++++++++++++++++++-------------------------- 2 files changed, 61 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 643d07f..14224a6 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,6 +5,24 @@ - dev: add `deps-deprecated.edn` to cljstyle `:ignore` rule - dev: add `CHANGELOG.org` to Git ignore inclusive patterns +** Updated + - Update library versions using `make outdated` + | :name | :current | :latest | + |------------------------------------------+------------------------------------------+------------------------------------------| + | athos/clj-check | 518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062 | d997df866b2a04b7ce7b17533093ee0a2e2cb729 | + | cider/cider-nrepl | 0.45.0 | 0.47.1 | + | com.github.liquidz/antq | 2.8.1173 | 2.8.1201 | + | com.github.seancorfield/next.jdbc | 1.3.909 | 1.3.925 | + | djblue/portal | 0.51.1 | 0.55.1 | + | lambdaisland/kaocha | 1.87.1366 | 1.89.1380 | + | nrepl/nrepl | 1.1.0 | 1.1.1 | + | org.clojure/tools.namespace | 1.4.5 | 1.5.0 | + | org.clojure/tools.trace | 0.7.11 | 0.8.0 | + | org.slf4j/slf4j-nop | 2.0.12 | 2.0.13 | + | refactor-nrepl/refactor-nrepl | 3.9.1 | 3.10.0 | + | zprint/zprint | 1.2.8 | 1.2.9 | + + * 2024-04-20 ** Updated - alias: project/create latest practicalli project-template release diff --git a/deps.edn b/deps.edn index 92acbf4..089c2ff 100644 --- a/deps.edn +++ b/deps.edn @@ -63,20 +63,20 @@ ;; Use with command to start a REPL to include REPL Reloaded tools :dev/reloaded {:extra-paths ["dev" "test"] - :extra-deps {djblue/portal {:mvn/version "0.51.1"} ; portal data inspector + :extra-deps {djblue/portal {:mvn/version "0.55.1"} ; portal data inspector clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional) - org.clojure/tools.namespace {:mvn/version "1.4.5"} - org.clojure/tools.trace {:mvn/version "0.7.11"} - org.slf4j/slf4j-nop {:mvn/version "2.0.12"} + org.clojure/tools.namespace {:mvn/version "1.5.0"} + org.clojure/tools.trace {:mvn/version "0.8.0"} + org.slf4j/slf4j-nop {:mvn/version "2.0.13"} com.brunobonacci/mulog {:mvn/version "0.9.0"} - lambdaisland/kaocha {:mvn/version "1.87.1366"} + lambdaisland/kaocha {:mvn/version "1.89.1380"} org.clojure/test.check {:mvn/version "1.1.1"} criterium/criterium {:mvn/version "0.4.6"}}} ;; ClojureScript tools during REPl startup :dev/reloaded-cljs {:extra-paths ["dev" "test"] - :extra-deps {djblue/portal {:mvn/version "0.51.1"} ; portal data inspector + :extra-deps {djblue/portal {:mvn/version "0.55.1"} ; portal data inspector org.clojure/clojurescript {:mvn/version "1.10.844"} lambdaisland/kaocha-cljs {:mvn/version "1.5.154"} org.clojure/test.check {:mvn/version "1.1.1"}}} @@ -109,25 +109,25 @@ ;; Basic REPL UI with nREPL server for Clojure Editor support :repl/basic - {:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"} - cider/cider-nrepl {:mvn/version "0.45.0"}} + {:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"} + cider/cider-nrepl {:mvn/version "0.47.1"}} :main-opts ["--main" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]" "--interactive"]} ;; Headless REPL with nREPL server for Clojure Editor support :repl/headless - {:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"} - cider/cider-nrepl {:mvn/version "0.45.0"}} + {:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"} + cider/cider-nrepl {:mvn/version "0.47.1"}} :main-opts ["--main" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]} ;; Basic REPL UI, nREPL server and Portal data inspector :repl/inspect {:extra-deps - {nrepl/nrepl {:mvn/version "1.1.0"} - cider/cider-nrepl {:mvn/version "0.45.0"} - djblue/portal {:mvn/version "0.51.1"}} + {nrepl/nrepl {:mvn/version "1.1.1"} + cider/cider-nrepl {:mvn/version "0.47.1"} + djblue/portal {:mvn/version "0.55.1"}} :main-opts ["--main" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware,portal.nrepl/wrap-portal]"]} @@ -138,9 +138,9 @@ ;; clojure -M:repl/clerk :repl/clerk {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.15.957"} - nrepl/nrepl {:mvn/version "1.1.0"} - cider/cider-nrepl {:mvn/version "0.45.0"} - refactor-nrepl/refactor-nrepl {:mvn/version "3.9.1"}} + nrepl/nrepl {:mvn/version "1.1.1"} + cider/cider-nrepl {:mvn/version "0.47.1"} + refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}} :main-opts ["--eval" "(require '[nextjournal.clerk])(nextjournal.clerk/show! 'nextjournal.clerk.tap)(nextjournal.clerk/serve! {:browse? true})" "-m" "nrepl.cmdline" "--middleware" "[refactor-nrepl.middleware/wrap-refactor,cider.nrepl/cider-middleware]" @@ -157,8 +157,8 @@ ;; clojure -M:repl/rebel :repl/rebel - {:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"} - cider/cider-nrepl {:mvn/version "0.45.0"} + {:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"} + cider/cider-nrepl {:mvn/version "0.47.1"} com.bhauman/rebel-readline {:mvn/version "0.1.4"}} :main-opts ["--eval" "(apply require clojure.main/repl-requires)" "--main" "nrepl.cmdline" @@ -171,16 +171,16 @@ ;; clojure -M:repl/rebel :repl/reloaded {:extra-paths ["dev" "test"] - :extra-deps {nrepl/nrepl {:mvn/version "1.1.0"} - cider/cider-nrepl {:mvn/version "0.45.0"} + :extra-deps {nrepl/nrepl {:mvn/version "1.1.1"} + cider/cider-nrepl {:mvn/version "0.47.1"} com.bhauman/rebel-readline {:mvn/version "0.1.4"} - djblue/portal {:mvn/version "0.51.1"} ; portal data inspector + djblue/portal {:mvn/version "0.55.1"} ; portal data inspector clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional) - org.clojure/tools.namespace {:mvn/version "1.4.5"} - org.clojure/tools.trace {:mvn/version "0.7.11"} - org.slf4j/slf4j-nop {:mvn/version "2.0.12"} + org.clojure/tools.namespace {:mvn/version "1.5.0"} + org.clojure/tools.trace {:mvn/version "0.8.0"} + org.slf4j/slf4j-nop {:mvn/version "2.0.13"} com.brunobonacci/mulog {:mvn/version "0.9.0"} - lambdaisland/kaocha {:mvn/version "1.87.1366"} + lambdaisland/kaocha {:mvn/version "1.89.1380"} org.clojure/test.check {:mvn/version "1.1.1"} ring/ring-mock {:mvn/version "0.4.0"} criterium/criterium {:mvn/version "0.4.6"}} @@ -202,7 +202,7 @@ ;; clojure -M:repl/remote --host hostname --port 12345 ;; replace --host and --port values with that of remote nREPL server :repl/remote - {:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}} + {:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}} :main-opts ["--main" "nrepl.cmdline" "--connect"]} ;; --------------------------------------------------- @@ -256,7 +256,7 @@ :search/errors {:extra-deps {athos/clj-check {:git/url "https://github.com/athos/clj-check.git" - :sha "518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062"}} + :sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"}} :main-opts ["--main" "clj-check.check"]} ;; find-deps - fuzzy search Maven & Clojars and add deps to deps.edn @@ -294,8 +294,8 @@ ;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated :search/outdated {:replace-paths ["."] - :replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1173"} - org.slf4j/slf4j-nop {:mvn/version "2.0.12"}} + :replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"} + org.slf4j/slf4j-nop {:mvn/version "2.0.13"}} :exec-fn antq.tool/outdated :exec-args {:directory ["."] ; default :exclude ["org.clojure/tools.deps.alpha" @@ -385,7 +385,7 @@ ;; Report indentation format issues ;; clojure -M:format/zprint filename-or-pattern :format/zprint - {:extra-deps {zprint/zprint {:mvn/version "1.2.8"}} + {:extra-deps {zprint/zprint {:mvn/version "1.2.9"}} :main-opts ["--main" "zprint.main" "{:style :indent-only}" "--list-formatted-summary-check"]} @@ -393,7 +393,7 @@ ;; Fix indentation format issues ;; clojure -M:format/zprint! :format/zprint! - {:extra-deps {zprint/zprint {:mvn/version "1.2.8"}} + {:extra-deps {zprint/zprint {:mvn/version "1.2.9"}} :main-opts ["--main" "zprint.main" "{:style :indent-only}" "--list-formatted-summary-write"]} @@ -401,7 +401,7 @@ ;; Report issues using community style guide ;; clojure -M:format/community filename-or-pattern :format/community - {:extra-deps {zprint/zprint {:mvn/version "1.2.8"}} + {:extra-deps {zprint/zprint {:mvn/version "1.2.9"}} :main-opts ["--main" "zprint.main" "{:style :community}" "--list-formatted-summary-check"]} @@ -409,7 +409,7 @@ ;; Fix issues using community style guide ;; clojure -M:format/community filename-or-pattern :format/community! - {:extra-deps {zprint/zprint {:mvn/version "1.2.8"}} + {:extra-deps {zprint/zprint {:mvn/version "1.2.9"}} :main-opts ["--main" "zprint.main" "{:style :community}" "--list-formatted-summary-write"]} @@ -451,13 +451,13 @@ ;; Databases and drivers uses only during development :lib/next.jdbc - {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}} + {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.925"}}} ;; H2 embedded database :database/h2 {:extra-deps {com.h2database/h2 {:mvn/version "2.2.224"} - com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}} + com.github.seancorfield/next.jdbc {:mvn/version "1.3.925"}}} ;; --------------------------------------------------- ;; --------------------------------------------------- @@ -478,15 +478,15 @@ ;; https://github.com/djblue/portal :inspect/portal-cli - {:extra-deps {djblue/portal {:mvn/version "0.51.1"}}} + {:extra-deps {djblue/portal {:mvn/version "0.55.1"}}} :inspect/portal-web - {:extra-deps {djblue/portal {:mvn/version "0.51.1"} + {:extra-deps {djblue/portal {:mvn/version "0.55.1"} org.clojure/clojurescript {:mvn/version "1.11.60"}} :main-opts ["--main" "cljs.main"]} :inspect/portal-node - {:extra-deps {djblue/portal {:mvn/version "0.51.1"} + {:extra-deps {djblue/portal {:mvn/version "0.55.1"} org.clojure/clojurescript {:mvn/version "1.11.60"}} :main-opts ["--main" "cljs.main" "-re" "node"]} @@ -559,7 +559,7 @@ ;; - `:fail-fast? false` argument to run all tests :test/run {:extra-paths ["test"] - :extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}} + :extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}} :main-opts ["--main" "kaocha.runner"] :exec-fn kaocha.runner/exec-fn :exec-args {:randomize? false @@ -567,7 +567,7 @@ :test/run-all {:extra-paths ["test"] - :extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}} + :extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}} :main-opts ["--main" "kaocha.runner"] :exec-fn kaocha.runner/exec-fn :exec-args {:randomize? false @@ -578,7 +578,7 @@ ;; - `:fail-fast? false` argument to run all tests :test/watch {:extra-paths ["test"] - :extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}} + :extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}} :main-opts ["--main" "kaocha.runner" "--watch" "--fail-fast" "--skip-meta" ":slow"] :exec-fn kaocha.runner/exec-fn :exec-args {:watch? true @@ -587,14 +587,14 @@ :test/cljs {:extra-paths ["test"] - :extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"} + :extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"} lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}} :main-opts ["--main" "kaocha.runner" "unit-cljs"]} ;; https://github.com/lambdaisland/kaocha-cucumbe ;; - used for kaocha-runner.el to run Kaocha test runner in Emacs Cider :lib/kaocha - {:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}} + {:extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}}} ;; --------------------------------------------------- ;; ---------------------------------------------------