File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ Some projects using rewrite-clj v1
49
49
50
50
* https://github.com/liquidz/antq[antq] ^🐥^
51
51
* 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] ^🐥^
53
54
* https://github.com/borkdude/rewrite-edn[rewrite-edn] ^🐥^
54
55
* https://github.com/lread/test-doc-blocks[test-doc-blocks] ^🐥^
55
56
56
57
Some projects using rewrite-clj v0 and/or rewrite-cljs
57
58
58
59
* https://github.com/mauricioszabo/atom-chlorine[atom-chlorine] ^📍^
59
- * https://github.com/weavejester/cljfmt[cljfmt] ^🐥^
60
60
* https://github.com/greglook/cljstyle[cljstyle] ^🐥^ ^🩹^
61
61
* https://github.com/Olical/depot[depot] ^🐥^ ^🩹^
62
62
* https://github.com/jonase/kibit[kibit] ^🐥^
Original file line number Diff line number Diff line change 360
360
; ;
361
361
362
362
(def libs [{:name " antq"
363
- :version " 0.12.0 "
363
+ :version " 0.12.2 "
364
364
:platforms [:clj ]
365
365
:github-release {:repo " liquidz/antq" }
366
366
:patch-fn deps-edn-v1-patch
395
395
[" lein" " test" ]]}
396
396
{:name " clojure-lsp"
397
397
:platforms [:clj ]
398
- :version " 2021.03.06-17.05.35 "
398
+ :version " 2021.03.21-23.29.19 "
399
399
:github-release {:repo " clojure-lsp/clojure-lsp" }
400
400
:patch-fn clojure-lsp-patch
401
401
:show-deps-fn lein-deps-tree
405
405
:note " 1 patch required due to using, but not requiring, rewrite-clj.node"
406
406
:version " 2.1.0"
407
407
:github-release {:repo " Olical/depot"
408
+ :via :tag
408
409
:version-prefix " v" }
409
410
:patch-fn depot-patch
410
411
:show-deps-fn cli-deps-tree
445
446
:show-deps-fn lein-deps-tree
446
447
:test-cmds [[" lein" " test" ]]}
447
448
{:name " rewrite-edn"
448
- :version " 8f75cf124984c6c4494df93ce10359de8beb588d "
449
+ :version " e8efb455011d4b796b321852c2b45d87b79de1ad "
449
450
:platforms [:clj ]
450
451
:note " has a relase on clojars but no release in GitHub repo"
451
452
:github-release {:repo " borkdude/rewrite-edn"
464
465
:prep-fn refactor-nrepl-prep
465
466
:test-cmds [[" lein" " with-profile" " +1.10,+plugin.mranderson/config" " test" ]]}
466
467
{:name " test-doc-blocks"
467
- :version " 1.0.114 -alpha"
468
+ :version " 1.0.116 -alpha"
468
469
:platforms [:clj :cljs ]
469
470
:note " generates tests under clj, but can also be run under cljs"
470
471
:github-release {:repo " lread/test-doc-blocks"
You can’t perform that action at this time.
0 commit comments