Skip to content

Commit 4eecd5d

Browse files
committed
Update libs tests
- clojure-lsp now using rewrite-clj v1 in production (woot!) - antq version bump - rewrite-edn sha bump - test-doc-blocks version bump status only: cljfmt now using rewrite-clj v1 in dev (woot!)
1 parent de9ec3f commit 4eecd5d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Some projects using rewrite-clj v1
4949

5050
* https://github.com/liquidz/antq[antq] ^🐥^
5151
* https://github.com/borkdude/carve[carve] ^🐥^ (in dev)
52-
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] ^🐥^ (in dev)
52+
* https://github.com/weavejester/cljfmt[cljfmt] ^🐥^ (in dev)
53+
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] ^🐥^
5354
* https://github.com/borkdude/rewrite-edn[rewrite-edn] ^🐥^
5455
* https://github.com/lread/test-doc-blocks[test-doc-blocks] ^🐥^
5556

5657
Some projects using rewrite-clj v0 and/or rewrite-cljs
5758

5859
* https://github.com/mauricioszabo/atom-chlorine[atom-chlorine] ^📍^
59-
* https://github.com/weavejester/cljfmt[cljfmt] ^🐥^
6060
* https://github.com/greglook/cljstyle[cljstyle] ^🐥^ ^🩹^
6161
* https://github.com/Olical/depot[depot] ^🐥^ ^🩹^
6262
* https://github.com/jonase/kibit[kibit] ^🐥^

script/libs_tests.clj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
;;
361361

362362
(def libs [{:name "antq"
363-
:version "0.12.0"
363+
:version "0.12.2"
364364
:platforms [:clj]
365365
:github-release {:repo "liquidz/antq"}
366366
:patch-fn deps-edn-v1-patch
@@ -395,7 +395,7 @@
395395
["lein" "test"]]}
396396
{:name "clojure-lsp"
397397
:platforms [:clj]
398-
:version "2021.03.06-17.05.35"
398+
:version "2021.03.21-23.29.19"
399399
:github-release {:repo "clojure-lsp/clojure-lsp"}
400400
:patch-fn clojure-lsp-patch
401401
:show-deps-fn lein-deps-tree
@@ -405,6 +405,7 @@
405405
:note "1 patch required due to using, but not requiring, rewrite-clj.node"
406406
:version "2.1.0"
407407
:github-release {:repo "Olical/depot"
408+
:via :tag
408409
:version-prefix "v"}
409410
:patch-fn depot-patch
410411
:show-deps-fn cli-deps-tree
@@ -445,7 +446,7 @@
445446
:show-deps-fn lein-deps-tree
446447
:test-cmds [["lein" "test"]]}
447448
{:name "rewrite-edn"
448-
:version "8f75cf124984c6c4494df93ce10359de8beb588d"
449+
:version "e8efb455011d4b796b321852c2b45d87b79de1ad"
449450
:platforms [:clj]
450451
:note "has a relase on clojars but no release in GitHub repo"
451452
:github-release {:repo "borkdude/rewrite-edn"
@@ -464,7 +465,7 @@
464465
:prep-fn refactor-nrepl-prep
465466
:test-cmds [["lein" "with-profile" "+1.10,+plugin.mranderson/config" "test"]]}
466467
{:name "test-doc-blocks"
467-
:version "1.0.114-alpha"
468+
:version "1.0.116-alpha"
468469
:platforms [:clj :cljs]
469470
:note "generates tests under clj, but can also be run under cljs"
470471
:github-release {:repo "lread/test-doc-blocks"

0 commit comments

Comments
 (0)