Skip to content

Commit

Permalink
libs: Update library versions using make outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 9, 2024
1 parent e2256a8 commit aa14dc3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@
** Updated
- Update library versions using `make outdated`

| :name | :current | :latest |
|----------------------------------------|-----------|---------|
| cider/cider-nrepl | 0.49.2 | 0.49.3 |
| com.github.flow-storm/flow-storm-dbg | 3.16.0 | 3.17.2 |
| com.h2database/h2 | 2.3.230 | 2.3.232 |
| djblue/portal | 0.57.1 | 0.57.2 |
| nrepl/nrepl | 1.2.0 | 1.3.0 |
| :name | :current | :latest |
|----------------------------------------|-----------|-----------|
| cider/cider-nrepl | 0.49.2 | 0.50.2 |
| com.github.flow-storm/clojure | 1.11.4 | 1.12.0 |
| com.github.flow-storm/flow-storm-dbg | 3.16.0 | 3.17.3 |
| com.github.liquidz/antq | 2.8.1206 | 2.9.1227 |
| com.github.seancorfield/clj-new | 1.2.404 | 1.3.415 |
| com.h2database/h2 | 2.3.230 | 2.3.232 |
| djblue/portal | 0.57.1 | 0.57.3 |
| io.github.seancorfield/deps-new | v0.7.1 | v0.8.0 |
| nrepl/nrepl | 1.2.0 | 1.3.0 |
| org.slf4j/slf4j-nop | 2.0.13 | 2.0.16 |



* 2024-08-04
Expand Down
46 changes: 23 additions & 23 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
;; Use with editor command to start a REPL (Jack-in) to include REPL Reloaded tools
:dev/reloaded
{:extra-paths ["dev" "test"]
:extra-deps {djblue/portal {:mvn/version "0.57.2"} ; portal data inspector
:extra-deps {djblue/portal {:mvn/version "0.57.3"} ; portal data inspector
clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional)
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"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
lambdaisland/kaocha {:mvn/version "1.91.1392"}
org.clojure/test.check {:mvn/version "1.1.1"}
Expand All @@ -76,7 +76,7 @@
;; ClojureScript tools during REPl startup
:dev/reloaded-cljs
{:extra-paths ["dev" "test"]
:extra-deps {djblue/portal {:mvn/version "0.57.2"} ; portal data inspector
:extra-deps {djblue/portal {:mvn/version "0.57.3"} ; 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"}}}
Expand Down Expand Up @@ -110,24 +110,24 @@
;; Basic REPL UI with nREPL server for Clojure Editor support
:repl/basic
{:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"}
cider/cider-nrepl {:mvn/version "0.49.3"}}
cider/cider-nrepl {:mvn/version "0.50.2"}}
: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.3.0"}
cider/cider-nrepl {:mvn/version "0.49.3"}}
cider/cider-nrepl {:mvn/version "0.50.2"}}
: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.3.0"}
cider/cider-nrepl {:mvn/version "0.49.3"}
djblue/portal {:mvn/version "0.57.2"}}
cider/cider-nrepl {:mvn/version "0.50.2"}
djblue/portal {:mvn/version "0.57.3"}}
:main-opts ["--main" "nrepl.cmdline"
"--middleware"
"[cider.nrepl/cider-middleware,portal.nrepl/wrap-portal]"]}
Expand All @@ -139,7 +139,7 @@
:repl/clerk
{:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.16.1016"}
nrepl/nrepl {:mvn/version "1.3.0"}
cider/cider-nrepl {:mvn/version "0.49.3"}
cider/cider-nrepl {:mvn/version "0.50.2"}
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"
Expand All @@ -158,7 +158,7 @@
;; clojure -M:repl/rebel
:repl/rebel
{:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"}
cider/cider-nrepl {:mvn/version "0.49.3"}
cider/cider-nrepl {:mvn/version "0.50.2"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
:main-opts ["--eval" "(apply require clojure.main/repl-requires)"
"--main" "nrepl.cmdline"
Expand All @@ -174,13 +174,13 @@
:repl/reloaded
{:extra-paths ["dev" "test"]
:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"}
cider/cider-nrepl {:mvn/version "0.49.3"}
cider/cider-nrepl {:mvn/version "0.50.2"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
djblue/portal {:mvn/version "0.57.2"} ; portal data inspector
djblue/portal {:mvn/version "0.57.3"} ; portal data inspector
clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional)
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"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
lambdaisland/kaocha {:mvn/version "1.91.1392"}
org.clojure/test.check {:mvn/version "1.1.1"}
Expand Down Expand Up @@ -218,7 +218,7 @@

;; Consider deprecation
:project/new
{:replace-deps {com.github.seancorfield/clj-new {:mvn/version "1.2.404"}}
{:replace-deps {com.github.seancorfield/clj-new {:mvn/version "1.3.415"}}
:exec-fn clj-new/create
:exec-args {:template app :name practicalli/playground}
:main-opts ["--main" "clj-new.create"]}
Expand All @@ -227,7 +227,7 @@
;; clojure -T:project/create :template template/name :name project/name
:project/create
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "v0.7.1" :git/sha "c1e42aa"}
{:git/tag "v0.8.0" :git/sha "2f96530"}
io.github.practicalli/project-templates
{:git/tag "2024-07-07" :git/sha "0d842f4"}}
:exec-fn org.corfield.new/create
Expand All @@ -237,7 +237,7 @@
;; Local testing of Practicalli Project Templates
:project/create-local
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "v0.7.1" :git/sha "c1e42aa"}
{:git/tag "v0.8.0" :git/sha "2f96530"}
practicalli/project-templates
{:local/root "/home/practicalli/projects/practicalli/project-templates/"}}
:exec-fn org.corfield.new/create
Expand Down Expand Up @@ -296,8 +296,8 @@
;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated
:search/outdated
{:replace-paths ["."]
:replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1206"}
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}}
:replace-deps {com.github.liquidz/antq {:mvn/version "2.9.1227"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}}
:exec-fn antq.tool/outdated
:exec-args {:directory ["."] ; default
:exclude ["org.clojure/tools.deps.alpha"
Expand Down Expand Up @@ -480,15 +480,15 @@
;; https://github.com/djblue/portal

:inspect/portal-cli
{:extra-deps {djblue/portal {:mvn/version "0.57.2"}}}
{:extra-deps {djblue/portal {:mvn/version "0.57.3"}}}

:inspect/portal-web
{:extra-deps {djblue/portal {:mvn/version "0.57.2"}
{:extra-deps {djblue/portal {:mvn/version "0.57.3"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}
:main-opts ["--main" "cljs.main"]}

:inspect/portal-node
{:extra-deps {djblue/portal {:mvn/version "0.57.2"}
{:extra-deps {djblue/portal {:mvn/version "0.57.3"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}
:main-opts ["--main" "cljs.main" "-re" "node"]}

Expand All @@ -504,15 +504,15 @@
;; Flowstorm, a tracing debugger
;; https://github.com/jpmonettas/flow-storm-debugger
:lib/flowstorm
{:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.2"}}}
{:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.3"}}}

;; Suggested FlowStorm approach.
;; Use patched Clojure compiler which instruments all evaluations
;; https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_clojurestorm
:lib/clojurestorm
{:classpath-overrides {org.clojure/clojure nil}
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.11.4"}
com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.2"}}
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.0"}
com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.3"}}
;; Optionally add jvm-opt to manage instrumentation:
;; -Dclojure.storm.instrumentOnlyPrefixes=YOUR_INSTRUMENTATION_STRING"
:jvm-opts ["-Dclojure.storm.instrumentEnable=true"]}
Expand Down

0 comments on commit aa14dc3

Please sign in to comment.