File tree Expand file tree Collapse file tree 6 files changed +115
-59
lines changed Expand file tree Collapse file tree 6 files changed +115
-59
lines changed Original file line number Diff line number Diff line change 8
8
lread/status-line {:git/url " https://github.com/lread/status-line.git"
9
9
:sha " cf44c15f30ea3867227fa61ceb823e5e942c707f" }
10
10
etaoin/etaoin {:mvn/version " 1.0.40" }
11
- io.github.babashka/neil {:git/tag " v0.1.60 " :git/sha " 19bc12d " }}
11
+ io.github.babashka/neil {:git/tag " v0.2.62 " :git/sha " f597921 " }}
12
12
:tasks {; ; setup
13
13
:requires ([clojure.string :as string]
14
14
[lread.status-line :as status])
Original file line number Diff line number Diff line change 28
28
; ;
29
29
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
30
30
; ; so we do not pick up our own clj-kondo config exports
31
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2023.09.07 " }}
31
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2023.10.20 " }}
32
32
:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
33
33
:main-opts [" -m" " clj-kondo.main" ]}
34
34
65
65
:extra-paths [" target/test-doc-blocks/test" ]}
66
66
67
67
; ; kaocha for testing clojure versions>= v1.9
68
- :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.86.1355 " }
68
+ :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.87.1366 " }
69
69
lambdaisland/kaocha-junit-xml {:mvn/version " 1.17.101" }
70
70
lambdaisland/kaocha-cloverage {:mvn/version " 1.1.89" }}
71
71
:main-opts [" -m" " kaocha.runner" ]}
98
98
cli-matic/cli-matic {:mvn/version " 0.5.4" }}}
99
99
100
100
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
101
- :extra-deps {metosin/malli {:mvn/version " 0.12 .0" }
101
+ :extra-deps {metosin/malli {:mvn/version " 0.13 .0" }
102
102
io.aviso/pretty {:mvn/version " 1.4.4" }}
103
103
:ns-default lread.apply-import-vars}
104
104
141
141
; ;
142
142
; ; Maintenance support
143
143
; ;
144
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.5.1109 " }
144
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.7.1133 " }
145
145
org.slf4j/slf4j-simple {:mvn/version " 2.0.9" } ; ; to rid ourselves of logger warnings
146
146
}
147
147
:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
Original file line number Diff line number Diff line change 6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
8
8
"karma-spec-reporter" : " ^0.0.36" ,
9
- "shadow-cljs" : " ^2.25.4 "
9
+ "shadow-cljs" : " ^2.25.8 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 20
20
21
21
; ; matrix params to be used on ci
22
22
(def ^:private all-oses [" ubuntu" " macos" " windows" ])
23
- (def ^:private all-jdks [" 8" " 11" " 17" ])
23
+ (def ^:private all-jdks [" 8" " 11" " 17" " 21 " ])
24
24
25
25
(defn- test-tasks []
26
26
(concat [; ; run lintish tasks across all oses to verify that they will work for all devs regardless of their os choice
Original file line number Diff line number Diff line change 269
269
:show-deps-fn lein-deps-tree
270
270
:test-cmds [" lein kaocha" ]}
271
271
{:name " antq"
272
- :version " 2.5.1109 "
272
+ :version " 2.7.1133 "
273
273
:platforms [:clj ]
274
274
:github-release {:repo " liquidz/antq" }
275
275
:patch-fn deps-edn-v1-patch
284
284
:show-deps-fn cli-deps-tree
285
285
:test-cmds [" clojure -M:test" ]}
286
286
{:name " clerk"
287
- :version " 0.14.919 "
287
+ :version " 0.15.957 "
288
288
:platforms [:clj ]
289
289
:github-release {:repo " nextjournal/clerk"
290
290
:via :tag
381
381
:show-deps-fn cli-deps-tree
382
382
:test-cmds [" clojure -M:test" ]}
383
383
{:name " rewrite-edn"
384
- :version " 0.4.6 "
384
+ :version " 0.4.7 "
385
385
:platforms [:clj ]
386
386
:github-release {:repo " borkdude/rewrite-edn"
387
387
:version-prefix " v"
427
427
:show-deps-fn lein-deps-tree
428
428
:test-cmds [" lein test" ]}
429
429
{:name " zprint"
430
- :version " 1.2.7 "
430
+ :version " 1.2.8 "
431
431
:note " 1) planck cljs tests disabled for now: https://github.com/planck-repl/planck/issues/1088"
432
432
:platforms [:clj :cljs ]
433
433
:github-release {:repo " kkinnear/zprint" }
438
438
(lein-deps-tree lib)
439
439
(status/line :detail " => Deps Clojurescript run:" )
440
440
(cli-deps-tree lib))
441
- :test-cmds [" clojure -M:cljtest:test "
441
+ :test-cmds [" clojure -M:cljtest"
442
442
; ; disable zprint cljs tests for now, see https://github.com/planck-repl/planck/issues/1088
443
443
#_" clojure -M:cljs-runner" ]
444
444
:cleanup-fn zprint-cleanup}])
You can’t perform that action at this time.
0 commit comments