|
63 | 63 | ;; Use with command to start a REPL to include REPL Reloaded tools |
64 | 64 | :dev/reloaded |
65 | 65 | {:extra-paths ["dev" "test"] |
66 | | - :extra-deps {djblue/portal {:mvn/version "0.49.1"} ; portal data inspector |
| 66 | + :extra-deps {djblue/portal {:mvn/version "0.51.0"} ; portal data inspector |
67 | 67 | clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional) |
68 | 68 | org.clojure/tools.namespace {:mvn/version "1.4.4"} |
69 | 69 | org.clojure/tools.trace {:mvn/version "0.7.11"} |
70 | | - org.slf4j/slf4j-nop {:mvn/version "2.0.9"} |
| 70 | + org.slf4j/slf4j-nop {:mvn/version "2.0.10"} |
71 | 71 | com.brunobonacci/mulog {:mvn/version "0.9.0"} |
72 | 72 | lambdaisland/kaocha {:mvn/version "1.87.1366"} |
73 | 73 | org.clojure/test.check {:mvn/version "1.1.1"} |
|
76 | 76 | ;; ClojureScript tools during REPl startup |
77 | 77 | :dev/reloaded-cljs |
78 | 78 | {:extra-paths ["dev" "test"] |
79 | | - :extra-deps {djblue/portal {:mvn/version "0.49.1"} ; portal data inspector |
| 79 | + :extra-deps {djblue/portal {:mvn/version "0.51.0"} ; portal data inspector |
80 | 80 | org.clojure/clojurescript {:mvn/version "1.10.844"} |
81 | 81 | lambdaisland/kaocha-cljs {:mvn/version "1.5.154"} |
82 | 82 | org.clojure/test.check {:mvn/version "1.1.1"}}} |
|
127 | 127 | {:extra-deps |
128 | 128 | {nrepl/nrepl {:mvn/version "1.1.0"} |
129 | 129 | cider/cider-nrepl {:mvn/version "0.44.0"} |
130 | | - djblue/portal {:mvn/version "0.49.1"}} |
| 130 | + djblue/portal {:mvn/version "0.51.0"}} |
131 | 131 | :main-opts ["--main" "nrepl.cmdline" |
132 | 132 | "--middleware" |
133 | 133 | "[cider.nrepl/cider-middleware,portal.nrepl/wrap-portal]"]} |
|
140 | 140 | {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.15.957"} |
141 | 141 | nrepl/nrepl {:mvn/version "1.1.0"} |
142 | 142 | cider/cider-nrepl {:mvn/version "0.44.0"} |
143 | | - refactor-nrepl/refactor-nrepl {:mvn/version "3.9.0"}} |
| 143 | + refactor-nrepl/refactor-nrepl {:mvn/version "3.9.1"}} |
144 | 144 | :main-opts ["--eval" "(require '[nextjournal.clerk])(nextjournal.clerk/show! 'nextjournal.clerk.tap)(nextjournal.clerk/serve! {:browse? true})" |
145 | 145 | "-m" "nrepl.cmdline" |
146 | 146 | "--middleware" "[refactor-nrepl.middleware/wrap-refactor,cider.nrepl/cider-middleware]" |
|
174 | 174 | :extra-deps {nrepl/nrepl {:mvn/version "1.1.0"} |
175 | 175 | cider/cider-nrepl {:mvn/version "0.44.0"} |
176 | 176 | com.bhauman/rebel-readline {:mvn/version "0.1.4"} |
177 | | - djblue/portal {:mvn/version "0.49.1"} ; portal data inspector |
| 177 | + djblue/portal {:mvn/version "0.51.0"} ; portal data inspector |
178 | 178 | clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional) |
179 | 179 | org.clojure/tools.namespace {:mvn/version "1.4.4"} |
180 | 180 | org.clojure/tools.trace {:mvn/version "0.7.11"} |
181 | | - org.slf4j/slf4j-nop {:mvn/version "2.0.9"} |
| 181 | + org.slf4j/slf4j-nop {:mvn/version "2.0.10"} |
182 | 182 | com.brunobonacci/mulog {:mvn/version "0.9.0"} |
183 | 183 | lambdaisland/kaocha {:mvn/version "1.87.1366"} |
184 | 184 | org.clojure/test.check {:mvn/version "1.1.1"} |
|
225 | 225 | ;; - deps-new is used by Practicalli Project Templates |
226 | 226 | ;; https://practical.li/clojure/clojure-cli/projects/templates/practicalli/ |
227 | 227 |
|
| 228 | + ;; Consider deprecation |
228 | 229 | :project/new |
229 | 230 | {:replace-deps {com.github.seancorfield/clj-new {:mvn/version "1.2.404"}} |
230 | 231 | :exec-fn clj-new/create |
|
235 | 236 | ;; clojure -T:project/create :template template/name :name project/name |
236 | 237 | :project/create |
237 | 238 | {:replace-deps {io.github.seancorfield/deps-new |
238 | | - {:git/tag "v0.5.3" :git/sha "c899135"} |
| 239 | + {:git/tag "0.6.0" :git/sha "64e79d1"} |
239 | 240 | io.github.practicalli/project-templates |
240 | 241 | {:git/tag "2023-11-03" :git/sha "684d2f6"}} |
241 | 242 | :exec-fn org.corfield.new/create |
|
245 | 246 | ;; Local testing of Practicalli Project Templates |
246 | 247 | :project/create-local |
247 | 248 | {:replace-deps {io.github.seancorfield/deps-new |
248 | | - {:git/tag "v0.5.3" :git/sha "c899135"} |
| 249 | + {:git/tag "0.6.0" :git/sha "64e79d1"} |
249 | 250 | practicalli/project-templates |
250 | 251 | {:local/root "/home/practicalli/projects/practicalli/project-templates/"}} |
251 | 252 | :exec-fn org.corfield.new/create |
|
304 | 305 | ;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated |
305 | 306 | :search/outdated |
306 | 307 | {:replace-paths ["."] |
307 | | - :replace-deps {com.github.liquidz/antq {:mvn/version "2.7.1133"} |
308 | | - org.slf4j/slf4j-nop {:mvn/version "2.0.9"}} |
| 308 | + :replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1165"} |
| 309 | + org.slf4j/slf4j-nop {:mvn/version "2.0.10"}} |
309 | 310 | :exec-fn antq.tool/outdated |
310 | 311 | :exec-args {:directory ["."] ; default |
311 | 312 | :exclude ["org.clojure/tools.deps.alpha" |
|
432 | 433 | :format/cljstyle |
433 | 434 | {:extra-deps |
434 | 435 | {mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git" |
435 | | - :git/sha "14c18e5b593c39bc59f10df1b894c31a0020dc49"}} |
| 436 | + :git/sha "e625c17619236949c0f899c66503c408f943fa8f"}} |
436 | 437 | :main-opts ["--main" "cljstyle.main" |
437 | 438 | "check"]} |
438 | 439 |
|
|
441 | 442 | :format/cljstyle! |
442 | 443 | {:extra-deps |
443 | 444 | {mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git" |
444 | | - :git/sha "14c18e5b593c39bc59f10df1b894c31a0020dc49"}} |
| 445 | + :git/sha "e625c17619236949c0f899c66503c408f943fa8f"}} |
445 | 446 | :main-opts ["--main" "cljstyle.main" |
446 | 447 | "fix"]} |
447 | 448 |
|
|
461 | 462 | ;; Databases and drivers uses only during development |
462 | 463 |
|
463 | 464 | :lib/next.jdbc |
464 | | - {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.894"}}} |
| 465 | + {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}} |
465 | 466 |
|
466 | 467 | ;; H2 embedded database |
467 | 468 | :database/h2 |
468 | 469 | {:extra-deps |
469 | 470 | {com.h2database/h2 {:mvn/version "2.2.224"} |
470 | | - com.github.seancorfield/next.jdbc {:mvn/version "1.3.894"}}} |
| 471 | + com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}} |
471 | 472 | ;; --------------------------------------------------- |
472 | 473 |
|
473 | 474 | ;; --------------------------------------------------- |
|
488 | 489 | ;; https://github.com/djblue/portal |
489 | 490 |
|
490 | 491 | :inspect/portal-cli |
491 | | - {:extra-deps {djblue/portal {:mvn/version "0.49.1"}}} |
| 492 | + {:extra-deps {djblue/portal {:mvn/version "0.51.0"}}} |
492 | 493 |
|
493 | 494 | :inspect/portal-web |
494 | | - {:extra-deps {djblue/portal {:mvn/version "0.49.1"} |
| 495 | + {:extra-deps {djblue/portal {:mvn/version "0.51.0"} |
495 | 496 | org.clojure/clojurescript {:mvn/version "1.11.60"}} |
496 | 497 | :main-opts ["--main" "cljs.main"]} |
497 | 498 |
|
498 | 499 | :inspect/portal-node |
499 | | - {:extra-deps {djblue/portal {:mvn/version "0.49.1"} |
| 500 | + {:extra-deps {djblue/portal {:mvn/version "0.51.0"} |
500 | 501 | org.clojure/clojurescript {:mvn/version "1.11.60"}} |
501 | 502 | :main-opts ["--main" "cljs.main" "-re" "node"]} |
502 | 503 |
|
|
0 commit comments