Skip to content

Commit 0f37a7c

Browse files
aliases: update library versions using make outdated
| :name | :current | :latest | | ------------------------------------ |----------------------------------------- | ---------------------------------------- | | borkdude/carve | e02b65f9de679450176a3fa26c89ffd5600d7eb8 | fdd1d0bc432f63db69e3a72167ef5e46f10dfba7 | | cider/cider-nrepl | 0.52.1 | 0.53.2 | | com.github.flow-storm/clojure | 1.12.0-4 | 1.12.0-9 | | com.github.flow-storm/flow-storm-dbg | 4.2.0 | 4.3.0 | | com.github.liquidz/antq | 2.11.1269 | 2.11.1276 | | com.github.seancorfield/next.jdbc | 1.3.994 | 1.3.1002 | | io.github.clj-holmes/clj-watson | v6.0.0 | v6.0.1 |
1 parent cd45176 commit 0f37a7c

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

CHANGELOG.org

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99
** Updated
1010
- readme: simplify introduction, highlight common aliases
1111
- dev: setup-clojure 12.3
12+
- aliases: update library versions using `make outdated`
13+
14+
| :name | :current | :latest |
15+
+--------------------------------------+------------------------------------------+------------------------------------------|
16+
| borkdude/carve | e02b65f9de679450176a3fa26c89ffd5600d7eb8 | fdd1d0bc432f63db69e3a72167ef5e46f10dfba7 |
17+
| cider/cider-nrepl | 0.52.1 | 0.53.2 |
18+
| com.github.flow-storm/clojure | 1.12.0-4 | 1.12.0-9 |
19+
| com.github.flow-storm/flow-storm-dbg | 4.2.0 | 4.3.0 |
20+
| com.github.liquidz/antq | 2.11.1269 | 2.11.1276 |
21+
| com.github.seancorfield/next.jdbc | 1.3.994 | 1.3.1002 |
22+
| io.github.clj-holmes/clj-watson | v6.0.0 | v6.0.1 |
23+
1224

1325
* 2025-03-01
1426
** Updated

deps.edn

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,23 +110,23 @@
110110
;; Basic REPL UI with nREPL server for Clojure Editor support
111111
:repl/basic
112112
{:extra-deps {nrepl/nrepl {:mvn/version "1.3.1"}
113-
cider/cider-nrepl {:mvn/version "0.52.1"}}
113+
cider/cider-nrepl {:mvn/version "0.53.2"}}
114114
:main-opts ["--main" "nrepl.cmdline"
115115
"--middleware" "[cider.nrepl/cider-middleware]"
116116
"--interactive"]}
117117

118118
;; Headless REPL with nREPL server for Clojure Editor support
119119
:repl/headless
120120
{:extra-deps {nrepl/nrepl {:mvn/version "1.3.1"}
121-
cider/cider-nrepl {:mvn/version "0.52.1"}}
121+
cider/cider-nrepl {:mvn/version "0.53.2"}}
122122
:main-opts ["--main" "nrepl.cmdline"
123123
"--middleware" "[cider.nrepl/cider-middleware]"]}
124124

125125
;; Basic REPL UI, nREPL server and Portal data inspector
126126
:repl/inspect
127127
{:extra-deps
128128
{nrepl/nrepl {:mvn/version "1.3.1"}
129-
cider/cider-nrepl {:mvn/version "0.52.1"}
129+
cider/cider-nrepl {:mvn/version "0.53.2"}
130130
djblue/portal {:mvn/version "0.58.5"}}
131131
:main-opts ["--main" "nrepl.cmdline"
132132
"--middleware"
@@ -139,7 +139,7 @@
139139
:repl/clerk
140140
{:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"}
141141
nrepl/nrepl {:mvn/version "1.3.1"}
142-
cider/cider-nrepl {:mvn/version "0.52.1"}
142+
cider/cider-nrepl {:mvn/version "0.53.2"}
143143
refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}}
144144
:main-opts ["--eval" "(require '[nextjournal.clerk])(nextjournal.clerk/show! 'nextjournal.clerk.tap)(nextjournal.clerk/serve! {:browse? true})"
145145
"-m" "nrepl.cmdline"
@@ -158,7 +158,7 @@
158158
;; clojure -M:repl/rebel
159159
:repl/rebel
160160
{:extra-deps {nrepl/nrepl {:mvn/version "1.3.1"}
161-
cider/cider-nrepl {:mvn/version "0.52.1"}
161+
cider/cider-nrepl {:mvn/version "0.53.2"}
162162
com.bhauman/rebel-readline {:mvn/version "0.1.5"}}
163163
:main-opts ["--eval" "(apply require clojure.main/repl-requires)"
164164
"--main" "nrepl.cmdline"
@@ -174,7 +174,7 @@
174174
:repl/reloaded
175175
{:extra-paths ["dev" "test"]
176176
:extra-deps {nrepl/nrepl {:mvn/version "1.3.1"}
177-
cider/cider-nrepl {:mvn/version "0.52.1"}
177+
cider/cider-nrepl {:mvn/version "0.53.2"}
178178
com.bhauman/rebel-readline {:mvn/version "0.1.5"}
179179
djblue/portal {:mvn/version "0.58.5"} ; portal data inspector
180180
clj-commons/clj-yaml {:mvn/version "1.0.29"} ; portal yaml support (optional)
@@ -296,7 +296,7 @@
296296
;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated
297297
:search/outdated
298298
{:replace-paths ["."]
299-
:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1269"}
299+
:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"}
300300
org.slf4j/slf4j-nop {:mvn/version "2.0.17"}}
301301
:exec-fn antq.tool/outdated
302302
:exec-args {:directory ["."] ; default
@@ -315,7 +315,7 @@
315315
:search/unused-vars
316316
{:extra-deps {borkdude/carve
317317
{:git/url "https://github.com/borkdude/carve"
318-
:sha "e02b65f9de679450176a3fa26c89ffd5600d7eb8"}}
318+
:sha "fdd1d0bc432f63db69e3a72167ef5e46f10dfba7"}}
319319
:main-opts ["--main" "carve.main"]}
320320
;; ---------------------------------------------------
321321

@@ -334,7 +334,7 @@
334334
;; `CLJ_WATSON_NVD_API_KEY` set to API key value
335335
:security/nvd-scan
336336
{:replace-deps
337-
{io.github.clj-holmes/clj-watson {:git/tag "v6.0.0" :git/sha "cb02879"}}
337+
{io.github.clj-holmes/clj-watson {:git/tag "v6.0.1" :git/sha "b520351"}}
338338
:main-opts ["-m" "clj-watson.cli" "scan" "-p" "./deps.edn"]}
339339

340340
:security/nvd-fix
@@ -476,13 +476,13 @@
476476
;; Databases and drivers uses only during development
477477

478478
:lib/next.jdbc
479-
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.994"}}}
479+
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}}}
480480

481481
;; H2 embedded database
482482
:database/h2
483483
{:extra-deps
484484
{com.h2database/h2 {:mvn/version "2.3.232"}
485-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.994"}}}
485+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}}}
486486
;; ---------------------------------------------------
487487

488488
;; ---------------------------------------------------
@@ -527,15 +527,15 @@
527527
;; Flowstorm, a tracing debugger
528528
;; https://github.com/jpmonettas/flow-storm-debugger
529529
:lib/flowstorm
530-
{:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "4.2.0"}}}
530+
{:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "4.3.0"}}}
531531

532532
;; Suggested FlowStorm approach.
533533
;; Use patched Clojure compiler which instruments all evaluations
534534
;; https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_clojurestorm
535535
:lib/clojurestorm
536536
{:classpath-overrides {org.clojure/clojure nil}
537-
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.0-4"}
538-
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.2.0"}}
537+
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.0-9"}
538+
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.3.0"}}
539539
;; Optionally add jvm-opt to manage instrumentation:
540540
;; -Dclojure.storm.instrumentOnlyPrefixes=YOUR_INSTRUMENTATION_STRING"
541541
:jvm-opts ["-Dclojure.storm.instrumentEnable=true"]}

0 commit comments

Comments
 (0)