Skip to content

Commit 90842cb

Browse files
authored
lib canary tests: bumps (#194)
Adjusted test runners for: - clerk - clojure-lsp zprint has a new release, but its not for prod, so we'll skip it.
1 parent 5d20ffa commit 90842cb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

script/test_libs.clj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
:show-deps-fn lein-deps-tree
280280
:test-cmds ["lein kaocha"]}
281281
{:name "antq"
282-
:version "2.0.895"
282+
:version "2.1.932"
283283
:platforms [:clj]
284284
:github-release {:repo "liquidz/antq"}
285285
:patch-fn deps-edn-v1-patch
@@ -294,14 +294,14 @@
294294
:show-deps-fn cli-deps-tree
295295
:test-cmds ["clojure -M:test"]}
296296
{:name "clerk"
297-
:version "0.10.550"
297+
:version "0.10.562"
298298
:platforms [:clj]
299299
:github-release {:repo "nextjournal/clerk"
300300
:via :tag
301301
:version-prefix "v"}
302302
:patch-fn deps-edn-v1-patch
303303
:show-deps-fn cli-deps-tree
304-
:test-cmds ["bb test:clj"]}
304+
:test-cmds ["bb test:clj :kaocha/reporter '[kaocha.report/documentation]'"]}
305305
{:name "cljfmt"
306306
:version "0.9.0"
307307
:platforms [:clj :cljs]
@@ -322,11 +322,11 @@
322322
"lein test"]}
323323
{:name "clojure-lsp"
324324
:platforms [:clj]
325-
:version "2022.09.01-15.27.31"
325+
:version "2022.10.05-16.39.51"
326326
:github-release {:repo "clojure-lsp/clojure-lsp"}
327327
:patch-fn clojure-lsp-patch
328328
:show-deps-fn clojure-lsp-deps
329-
:test-cmds ["make test"]}
329+
:test-cmds ["bb test"]}
330330
{:name "depot"
331331
:platforms [:clj]
332332
:note "1 patch required due to using, but not requiring, rewrite-clj.node"
@@ -391,7 +391,7 @@
391391
:show-deps-fn cli-deps-tree
392392
:test-cmds ["clojure -M:test"]}
393393
{:name "rewrite-edn"
394-
:version "0.2.0"
394+
:version "0.3.4"
395395
:platforms [:clj]
396396
:github-release {:repo "borkdude/rewrite-edn"
397397
:version-prefix "v"
@@ -429,7 +429,7 @@
429429
:test-cmds ["lein test"]}
430430
{:name "zprint"
431431
:version "1.2.4"
432-
:note "planck cljs tests disabled for now: https://github.com/planck-repl/planck/issues/1088"
432+
:note "1) planck cljs tests disabled for now: https://github.com/planck-repl/planck/issues/1088 2) 1.2.5-alpha1 is a pre-release, we'll skip it"
433433
:platforms [:clj :cljs]
434434
:github-release {:repo "kkinnear/zprint"}
435435
:patch-fn zprint-patch

0 commit comments

Comments
 (0)