Skip to content

Commit 77b9a82

Browse files
aliases: update library versions using make outdated
| :name | :current | :latest | |--------------------------------------|----------|----------| | cider/cider-nrepl | 0.56.0 | 0.57.0 | | com.github.flow-storm/flow-storm-dbg | 4.4.4 | 4.4.6 | | com.github.seancorfield/next.jdbc | 1.3.1002 | 1.3.1048 | | io.github.seancorfield/deps-new | v0.8.1 | v0.9.0 |
1 parent 552ea89 commit 77b9a82

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

CHANGELOG.org

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
#+TITLE: Changelog
22

33
* Unreleased
4+
5+
* 2025-07-01
46
** Updated
5-
- dev: cljstyle & clj-kondo updates in quality-checks
7+
- dev: cljstyle & clj-kondo updates in quality-checks
8+
- aliases: update library versions using `make outdated`
9+
| :name | :current | :latest |
10+
|--------------------------------------|----------|----------|
11+
| cider/cider-nrepl | 0.56.0 | 0.57.0 |
12+
| com.github.flow-storm/flow-storm-dbg | 4.4.4 | 4.4.6 |
13+
| com.github.seancorfield/next.jdbc | 1.3.1002 | 1.3.1048 |
14+
| io.github.seancorfield/deps-new | v0.8.1 | v0.9.0 |
615

716
* 2025-06-03
817
** Updated

deps.edn

Lines changed: 12 additions & 12 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.56.0"}}
113+
cider/cider-nrepl {:mvn/version "0.57.0"}}
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.56.0"}}
121+
cider/cider-nrepl {:mvn/version "0.57.0"}}
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.56.0"}
129+
cider/cider-nrepl {:mvn/version "0.57.0"}
130130
djblue/portal {:mvn/version "0.59.1"}}
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.56.0"}
142+
cider/cider-nrepl {:mvn/version "0.57.0"}
143143
refactor-nrepl/refactor-nrepl {:mvn/version "3.11.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.56.0"}
161+
cider/cider-nrepl {:mvn/version "0.57.0"}
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.56.0"}
177+
cider/cider-nrepl {:mvn/version "0.57.0"}
178178
com.bhauman/rebel-readline {:mvn/version "0.1.5"}
179179
djblue/portal {:mvn/version "0.59.1"} ; portal data inspector
180180
clj-commons/clj-yaml {:mvn/version "1.0.29"} ; portal yaml support (optional)
@@ -227,7 +227,7 @@
227227
;; clojure -T:project/create :template template/name :name project/name
228228
:project/create
229229
{:replace-deps {io.github.seancorfield/deps-new
230-
{:git/tag "v0.8.1" :git/sha "2859baf"}
230+
{:git/tag "v0.9.0" :git/sha "da2f764"}
231231
io.github.practicalli/project-templates
232232
{:git/tag "2024-09-09" :git/sha "0d11ca4"}}
233233
:exec-fn org.corfield.new/create
@@ -237,7 +237,7 @@
237237
;; Local testing of Practicalli Project Templates
238238
:project/create-local
239239
{:replace-deps {io.github.seancorfield/deps-new
240-
{:git/tag "v0.8.1" :git/sha "2859baf"}
240+
{:git/tag "v0.9.0" :git/sha "da2f764"}
241241
practicalli/project-templates
242242
{:local/root "/home/practicalli/projects/practicalli/project-templates/"}}
243243
:exec-fn org.corfield.new/create
@@ -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.1002"}}}
479+
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"}}}
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.1002"}}}
485+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"}}}
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.4.4"}}}
530+
{:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "4.4.6"}}}
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}
537537
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.1"}
538-
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.4.4"}}
538+
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.4.6"}}
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)