Skip to content

Commit 7f74efb

Browse files
committed
libs tests: update libs
Of note: - refactor-nrepl is release tagging their git repo, which allow us to detect new releases - added a reminder for clerk, which has some unit tests on master which I expect should be a part of an official release sometime soon
1 parent ebd2372 commit 7f74efb

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

script/test_libs.clj

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
:show-deps-fn lein-deps-tree
247247
:test-cmds ["lein kaocha"]}
248248
{:name "antq"
249-
:version "1.3.0"
249+
:version "1.3.1"
250250
:platforms [:clj]
251251
:github-release {:repo "liquidz/antq"}
252252
:patch-fn deps-edn-v1-patch
@@ -260,6 +260,15 @@
260260
:patch-fn deps-edn-v1-patch
261261
:show-deps-fn cli-deps-tree
262262
:test-cmds ["clojure -M:test"]}
263+
;; TODO: Clerk now has tests, they just aren't part of an official release yet, soon!
264+
#_{:name "clerk"
265+
:version "0.4.305"
266+
:github-release {:repo "nextjournal/clerk"
267+
:via :tag
268+
:version-prefix "v"}
269+
:patch-fn deps-edn-v1-patch
270+
:show-deps-fn cli-deps-tree
271+
:test-cmds ["clojure -X:test"]}
263272
{:name "cljfmt"
264273
:version "0.8.0"
265274
:platforms [:clj :cljs]
@@ -280,7 +289,7 @@
280289
"lein test"]}
281290
{:name "clojure-lsp"
282291
:platforms [:clj]
283-
:version "2021.11.16-16.52.14"
292+
:version "2022.01.03-19.46.10"
284293
:github-release {:repo "clojure-lsp/clojure-lsp"}
285294
:patch-fn deps-edn-v1-patch
286295
:show-deps-fn cli-deps-tree
@@ -349,7 +358,7 @@
349358
:show-deps-fn cli-deps-tree
350359
:test-cmds ["clojure -M:test"]}
351360
{:name "refactor-nrepl"
352-
:version "3.0.0"
361+
:version "3.2.0"
353362
:platforms [:clj]
354363
:github-release {:repo "clojure-emacs/refactor-nrepl"
355364
:via :tag

0 commit comments

Comments
 (0)