Skip to content

Commit 1aabc5b

Browse files
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 |
1 parent a819a5b commit 1aabc5b

File tree

2 files changed

+61
-43
lines changed

2 files changed

+61
-43
lines changed

CHANGELOG.org

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55
- dev: add `deps-deprecated.edn` to cljstyle `:ignore` rule
66
- dev: add `CHANGELOG.org` to Git ignore inclusive patterns
77

8+
** Updated
9+
- Update library versions using `make outdated`
10+
| :name | :current | :latest |
11+
|------------------------------------------+------------------------------------------+------------------------------------------|
12+
| athos/clj-check | 518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062 | d997df866b2a04b7ce7b17533093ee0a2e2cb729 |
13+
| cider/cider-nrepl | 0.45.0 | 0.47.1 |
14+
| com.github.liquidz/antq | 2.8.1173 | 2.8.1201 |
15+
| com.github.seancorfield/next.jdbc | 1.3.909 | 1.3.925 |
16+
| djblue/portal | 0.51.1 | 0.55.1 |
17+
| lambdaisland/kaocha | 1.87.1366 | 1.89.1380 |
18+
| nrepl/nrepl | 1.1.0 | 1.1.1 |
19+
| org.clojure/tools.namespace | 1.4.5 | 1.5.0 |
20+
| org.clojure/tools.trace | 0.7.11 | 0.8.0 |
21+
| org.slf4j/slf4j-nop | 2.0.12 | 2.0.13 |
22+
| refactor-nrepl/refactor-nrepl | 3.9.1 | 3.10.0 |
23+
| zprint/zprint | 1.2.8 | 1.2.9 |
24+
25+
826
* 2024-04-20
927
** Updated
1028
- alias: project/create latest practicalli project-template release

deps.edn

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@
6363
;; Use with command to start a REPL to include REPL Reloaded tools
6464
:dev/reloaded
6565
{:extra-paths ["dev" "test"]
66-
:extra-deps {djblue/portal {:mvn/version "0.51.1"} ; portal data inspector
66+
:extra-deps {djblue/portal {:mvn/version "0.55.1"} ; portal data inspector
6767
clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional)
68-
org.clojure/tools.namespace {:mvn/version "1.4.5"}
69-
org.clojure/tools.trace {:mvn/version "0.7.11"}
70-
org.slf4j/slf4j-nop {:mvn/version "2.0.12"}
68+
org.clojure/tools.namespace {:mvn/version "1.5.0"}
69+
org.clojure/tools.trace {:mvn/version "0.8.0"}
70+
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}
7171
com.brunobonacci/mulog {:mvn/version "0.9.0"}
72-
lambdaisland/kaocha {:mvn/version "1.87.1366"}
72+
lambdaisland/kaocha {:mvn/version "1.89.1380"}
7373
org.clojure/test.check {:mvn/version "1.1.1"}
7474
criterium/criterium {:mvn/version "0.4.6"}}}
7575

7676
;; ClojureScript tools during REPl startup
7777
:dev/reloaded-cljs
7878
{:extra-paths ["dev" "test"]
79-
:extra-deps {djblue/portal {:mvn/version "0.51.1"} ; portal data inspector
79+
:extra-deps {djblue/portal {:mvn/version "0.55.1"} ; portal data inspector
8080
org.clojure/clojurescript {:mvn/version "1.10.844"}
8181
lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}
8282
org.clojure/test.check {:mvn/version "1.1.1"}}}
@@ -109,25 +109,25 @@
109109

110110
;; Basic REPL UI with nREPL server for Clojure Editor support
111111
:repl/basic
112-
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
113-
cider/cider-nrepl {:mvn/version "0.45.0"}}
112+
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}
113+
cider/cider-nrepl {:mvn/version "0.47.1"}}
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
120-
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
121-
cider/cider-nrepl {:mvn/version "0.45.0"}}
120+
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}
121+
cider/cider-nrepl {:mvn/version "0.47.1"}}
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
128-
{nrepl/nrepl {:mvn/version "1.1.0"}
129-
cider/cider-nrepl {:mvn/version "0.45.0"}
130-
djblue/portal {:mvn/version "0.51.1"}}
128+
{nrepl/nrepl {:mvn/version "1.1.1"}
129+
cider/cider-nrepl {:mvn/version "0.47.1"}
130+
djblue/portal {:mvn/version "0.55.1"}}
131131
:main-opts ["--main" "nrepl.cmdline"
132132
"--middleware"
133133
"[cider.nrepl/cider-middleware,portal.nrepl/wrap-portal]"]}
@@ -138,9 +138,9 @@
138138
;; clojure -M:repl/clerk
139139
:repl/clerk
140140
{:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.15.957"}
141-
nrepl/nrepl {:mvn/version "1.1.0"}
142-
cider/cider-nrepl {:mvn/version "0.45.0"}
143-
refactor-nrepl/refactor-nrepl {:mvn/version "3.9.1"}}
141+
nrepl/nrepl {:mvn/version "1.1.1"}
142+
cider/cider-nrepl {:mvn/version "0.47.1"}
143+
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"
146146
"--middleware" "[refactor-nrepl.middleware/wrap-refactor,cider.nrepl/cider-middleware]"
@@ -157,8 +157,8 @@
157157

158158
;; clojure -M:repl/rebel
159159
:repl/rebel
160-
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
161-
cider/cider-nrepl {:mvn/version "0.45.0"}
160+
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}
161+
cider/cider-nrepl {:mvn/version "0.47.1"}
162162
com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
163163
:main-opts ["--eval" "(apply require clojure.main/repl-requires)"
164164
"--main" "nrepl.cmdline"
@@ -171,16 +171,16 @@
171171
;; clojure -M:repl/rebel
172172
:repl/reloaded
173173
{:extra-paths ["dev" "test"]
174-
:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
175-
cider/cider-nrepl {:mvn/version "0.45.0"}
174+
:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}
175+
cider/cider-nrepl {:mvn/version "0.47.1"}
176176
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
177-
djblue/portal {:mvn/version "0.51.1"} ; portal data inspector
177+
djblue/portal {:mvn/version "0.55.1"} ; portal data inspector
178178
clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional)
179-
org.clojure/tools.namespace {:mvn/version "1.4.5"}
180-
org.clojure/tools.trace {:mvn/version "0.7.11"}
181-
org.slf4j/slf4j-nop {:mvn/version "2.0.12"}
179+
org.clojure/tools.namespace {:mvn/version "1.5.0"}
180+
org.clojure/tools.trace {:mvn/version "0.8.0"}
181+
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}
182182
com.brunobonacci/mulog {:mvn/version "0.9.0"}
183-
lambdaisland/kaocha {:mvn/version "1.87.1366"}
183+
lambdaisland/kaocha {:mvn/version "1.89.1380"}
184184
org.clojure/test.check {:mvn/version "1.1.1"}
185185
ring/ring-mock {:mvn/version "0.4.0"}
186186
criterium/criterium {:mvn/version "0.4.6"}}
@@ -202,7 +202,7 @@
202202
;; clojure -M:repl/remote --host hostname --port 12345
203203
;; replace --host and --port values with that of remote nREPL server
204204
:repl/remote
205-
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}}
205+
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}}
206206
:main-opts ["--main" "nrepl.cmdline" "--connect"]}
207207

208208
;; ---------------------------------------------------
@@ -256,7 +256,7 @@
256256
:search/errors
257257
{:extra-deps {athos/clj-check
258258
{:git/url "https://github.com/athos/clj-check.git"
259-
:sha "518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062"}}
259+
:sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"}}
260260
:main-opts ["--main" "clj-check.check"]}
261261

262262
;; find-deps - fuzzy search Maven & Clojars and add deps to deps.edn
@@ -294,8 +294,8 @@
294294
;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated
295295
:search/outdated
296296
{:replace-paths ["."]
297-
:replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1173"}
298-
org.slf4j/slf4j-nop {:mvn/version "2.0.12"}}
297+
:replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
298+
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}}
299299
:exec-fn antq.tool/outdated
300300
:exec-args {:directory ["."] ; default
301301
:exclude ["org.clojure/tools.deps.alpha"
@@ -385,31 +385,31 @@
385385
;; Report indentation format issues
386386
;; clojure -M:format/zprint filename-or-pattern
387387
:format/zprint
388-
{:extra-deps {zprint/zprint {:mvn/version "1.2.8"}}
388+
{:extra-deps {zprint/zprint {:mvn/version "1.2.9"}}
389389
:main-opts ["--main" "zprint.main"
390390
"{:style :indent-only}"
391391
"--list-formatted-summary-check"]}
392392

393393
;; Fix indentation format issues
394394
;; clojure -M:format/zprint!
395395
:format/zprint!
396-
{:extra-deps {zprint/zprint {:mvn/version "1.2.8"}}
396+
{:extra-deps {zprint/zprint {:mvn/version "1.2.9"}}
397397
:main-opts ["--main" "zprint.main"
398398
"{:style :indent-only}"
399399
"--list-formatted-summary-write"]}
400400

401401
;; Report issues using community style guide
402402
;; clojure -M:format/community filename-or-pattern
403403
:format/community
404-
{:extra-deps {zprint/zprint {:mvn/version "1.2.8"}}
404+
{:extra-deps {zprint/zprint {:mvn/version "1.2.9"}}
405405
:main-opts ["--main" "zprint.main"
406406
"{:style :community}"
407407
"--list-formatted-summary-check"]}
408408

409409
;; Fix issues using community style guide
410410
;; clojure -M:format/community filename-or-pattern
411411
:format/community!
412-
{:extra-deps {zprint/zprint {:mvn/version "1.2.8"}}
412+
{:extra-deps {zprint/zprint {:mvn/version "1.2.9"}}
413413
:main-opts ["--main" "zprint.main"
414414
"{:style :community}"
415415
"--list-formatted-summary-write"]}
@@ -451,13 +451,13 @@
451451
;; Databases and drivers uses only during development
452452

453453
:lib/next.jdbc
454-
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}}
454+
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.925"}}}
455455

456456
;; H2 embedded database
457457
:database/h2
458458
{:extra-deps
459459
{com.h2database/h2 {:mvn/version "2.2.224"}
460-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}}
460+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.925"}}}
461461
;; ---------------------------------------------------
462462

463463
;; ---------------------------------------------------
@@ -478,15 +478,15 @@
478478
;; https://github.com/djblue/portal
479479

480480
:inspect/portal-cli
481-
{:extra-deps {djblue/portal {:mvn/version "0.51.1"}}}
481+
{:extra-deps {djblue/portal {:mvn/version "0.55.1"}}}
482482

483483
:inspect/portal-web
484-
{:extra-deps {djblue/portal {:mvn/version "0.51.1"}
484+
{:extra-deps {djblue/portal {:mvn/version "0.55.1"}
485485
org.clojure/clojurescript {:mvn/version "1.11.60"}}
486486
:main-opts ["--main" "cljs.main"]}
487487

488488
:inspect/portal-node
489-
{:extra-deps {djblue/portal {:mvn/version "0.51.1"}
489+
{:extra-deps {djblue/portal {:mvn/version "0.55.1"}
490490
org.clojure/clojurescript {:mvn/version "1.11.60"}}
491491
:main-opts ["--main" "cljs.main" "-re" "node"]}
492492

@@ -559,15 +559,15 @@
559559
;; - `:fail-fast? false` argument to run all tests
560560
:test/run
561561
{:extra-paths ["test"]
562-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}
562+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}}
563563
:main-opts ["--main" "kaocha.runner"]
564564
:exec-fn kaocha.runner/exec-fn
565565
:exec-args {:randomize? false
566566
:fail-fast? true}}
567567

568568
:test/run-all
569569
{:extra-paths ["test"]
570-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}
570+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}}
571571
:main-opts ["--main" "kaocha.runner"]
572572
:exec-fn kaocha.runner/exec-fn
573573
:exec-args {:randomize? false
@@ -578,7 +578,7 @@
578578
;; - `:fail-fast? false` argument to run all tests
579579
:test/watch
580580
{:extra-paths ["test"]
581-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}
581+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}}
582582
:main-opts ["--main" "kaocha.runner" "--watch" "--fail-fast" "--skip-meta" ":slow"]
583583
:exec-fn kaocha.runner/exec-fn
584584
:exec-args {:watch? true
@@ -587,14 +587,14 @@
587587

588588
:test/cljs
589589
{:extra-paths ["test"]
590-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}
590+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}
591591
lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}}
592592
:main-opts ["--main" "kaocha.runner" "unit-cljs"]}
593593

594594
;; https://github.com/lambdaisland/kaocha-cucumbe
595595
;; - used for kaocha-runner.el to run Kaocha test runner in Emacs Cider
596596
:lib/kaocha
597-
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}}
597+
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.89.1380"}}}
598598
;; ---------------------------------------------------
599599

600600
;; ---------------------------------------------------

0 commit comments

Comments
 (0)