|
63 | 63 | ;; Use with editor command to start a REPL (Jack-in) to include REPL Reloaded tools |
64 | 64 | :dev/reloaded |
65 | 65 | {:extra-paths ["dev" "test"] |
66 | | - :extra-deps {djblue/portal {:mvn/version "0.64.1"} ; portal data inspector |
| 66 | + :extra-deps {djblue/portal {:mvn/version "0.65.0"} ; portal data inspector |
67 | 67 | clj-commons/clj-yaml {:mvn/version "1.0.29"} ; portal yaml support (optional) |
68 | 68 | org.clojure/tools.namespace {:mvn/version "1.5.1"} |
69 | 69 | org.clojure/tools.trace {:mvn/version "0.9.0"} |
70 | | - org.slf4j/slf4j-nop {:mvn/version "2.0.17"} |
| 70 | + org.slf4j/slf4j-nop {:mvn/version "2.0.18"} |
71 | 71 | com.brunobonacci/mulog {:mvn/version "0.10.1"} |
72 | 72 | lambdaisland/kaocha {:mvn/version "1.91.1392"} |
73 | 73 | org.clojure/test.check {:mvn/version "1.1.3"} |
|
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.64.1"} ; portal data inspector |
| 79 | + :extra-deps {djblue/portal {:mvn/version "0.65.0"} ; portal data inspector |
80 | 80 | org.clojure/clojurescript {:mvn/version "1.10.844"} |
81 | 81 | lambdaisland/kaocha-cljs {:mvn/version "1.9.181"} |
82 | 82 | org.clojure/test.check {:mvn/version "1.1.3"}}} |
|
127 | 127 | {:extra-deps |
128 | 128 | {nrepl/nrepl {:mvn/version "1.7.0"} |
129 | 129 | cider/cider-nrepl {:mvn/version "0.59.0"} |
130 | | - djblue/portal {:mvn/version "0.64.1"}} |
| 130 | + djblue/portal {:mvn/version "0.65.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.18.1158"} |
141 | 141 | nrepl/nrepl {:mvn/version "1.7.0"} |
142 | 142 | cider/cider-nrepl {:mvn/version "0.59.0"} |
143 | | - refactor-nrepl/refactor-nrepl {:mvn/version "3.11.0"}} |
| 143 | + refactor-nrepl/refactor-nrepl {:mvn/version "3.13.0"}} |
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]" |
|
176 | 176 | :extra-deps {nrepl/nrepl {:mvn/version "1.7.0"} |
177 | 177 | cider/cider-nrepl {:mvn/version "0.59.0"} |
178 | 178 | com.bhauman/rebel-readline {:mvn/version "0.1.7"} |
179 | | - djblue/portal {:mvn/version "0.64.1"} ; portal data inspector |
| 179 | + djblue/portal {:mvn/version "0.65.0"} ; portal data inspector |
180 | 180 | clj-commons/clj-yaml {:mvn/version "1.0.29"} ; portal yaml support (optional) |
181 | 181 | org.clojure/tools.namespace {:mvn/version "1.5.1"} |
182 | 182 | org.clojure/tools.trace {:mvn/version "0.9.0"} |
183 | | - org.slf4j/slf4j-nop {:mvn/version "2.0.17"} |
| 183 | + org.slf4j/slf4j-nop {:mvn/version "2.0.18"} |
184 | 184 | com.brunobonacci/mulog {:mvn/version "0.10.1"} |
185 | 185 | lambdaisland/kaocha {:mvn/version "1.91.1392"} |
186 | 186 | org.clojure/test.check {:mvn/version "1.1.3"} |
|
227 | 227 | ;; clojure -T:project/create :template template/name :name project/name |
228 | 228 | :project/create |
229 | 229 | {:replace-deps {io.github.seancorfield/deps-new |
230 | | - {:git/tag "v0.11.1" :git/sha "dd459f0"} |
| 230 | + {:git/tag "v0.12.2" :git/sha "465b303"} |
231 | 231 | io.github.practicalli/project-templates |
232 | 232 | {:git/tag "2026-02-05" :git/sha "d414973"}} |
233 | 233 | :exec-fn org.corfield.new/create |
|
237 | 237 | ;; Local testing of Practicalli Project Templates |
238 | 238 | :project/create-local |
239 | 239 | {:replace-deps {io.github.seancorfield/deps-new |
240 | | - {:git/tag "v0.11.1" :git/sha "dd459f0"} |
| 240 | + {:git/tag "v0.12.2" :git/sha "465b303"} |
241 | 241 | practicalli/project-templates |
242 | 242 | {:local/root "/home/practicalli/projects/practicalli/code/project-templates/"}} |
243 | 243 | :exec-fn org.corfield.new/create |
|
297 | 297 | :search/outdated |
298 | 298 | {:replace-paths ["."] |
299 | 299 | :replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"} |
300 | | - org.slf4j/slf4j-nop {:mvn/version "2.0.17"}} |
| 300 | + org.slf4j/slf4j-nop {:mvn/version "2.0.18"}} |
301 | 301 | :exec-fn antq.tool/outdated |
302 | 302 | :exec-args {:directory ["."] ; default |
303 | 303 | :exclude ["org.clojure/tools.deps.alpha" |
|
315 | 315 | :update/dependency-versions |
316 | 316 | {:replace-paths ["."] |
317 | 317 | :replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"} |
318 | | - org.slf4j/slf4j-nop {:mvn/version "2.0.17"}} |
| 318 | + org.slf4j/slf4j-nop {:mvn/version "2.0.18"}} |
319 | 319 | :exec-fn antq.tool/outdated |
320 | 320 | :exec-args {:directory ["."] ; default |
321 | 321 | :exclude ["org.clojure/tools.deps.alpha" |
|
351 | 351 | ;; `CLJ_WATSON_NVD_API_KEY` set to API key value |
352 | 352 | :security/nvd-scan |
353 | 353 | {:replace-deps |
354 | | - {io.github.clj-holmes/clj-watson {:git/tag "v6.0.1" :git/sha "b520351"}} |
| 354 | + {io.github.clj-holmes/clj-watson {:git/tag "v6.1.0" :git/sha "be98e4d"}} |
355 | 355 | :main-opts ["-m" "clj-watson.cli" "scan" "-p" "./deps.edn"]} |
356 | 356 |
|
357 | 357 | :security/nvd-fix |
358 | 358 | {:replace-deps |
359 | | - {io.github.clj-holmes/clj-watson {:git/tag "v6.0.1" :git/sha "cb02879"}} |
| 359 | + {io.github.clj-holmes/clj-watson {:git/tag "v6.1.0" :git/sha "be98e4d"}} |
360 | 360 | :main-opts ["-m" "clj-watson.cli" "scan" "-s" "-p" "deps.edn"]} |
361 | 361 | ;; --------------------------------------------------- |
362 | 362 |
|
|
373 | 373 | ;; Deploy to Clojars |
374 | 374 | ;; `clojure -T:deploy/clojars :artifact '"project.jar"'` |
375 | 375 | :deploy/clojars |
376 | | - {:replace-deps {slipset/deps-deploy {:mvn/version "0.2.3"}} |
| 376 | + {:replace-deps {slipset/deps-deploy {:mvn/version "0.2.5"}} |
377 | 377 | :exec-fn deps-deploy.deps-deploy/deploy |
378 | 378 | :exec-args {:installer :remote |
379 | 379 | :sign-releases? true |
|
493 | 493 | ;; Databases and drivers uses only during development |
494 | 494 |
|
495 | 495 | :lib/next.jdbc |
496 | | - {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1093"}}} |
| 496 | + {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1108"}}} |
497 | 497 |
|
498 | 498 | ;; H2 embedded database |
499 | 499 | :database/h2 |
500 | 500 | {:extra-deps |
501 | 501 | {com.h2database/h2 {:mvn/version "2.4.240"} |
502 | | - com.github.seancorfield/next.jdbc {:mvn/version "1.3.1093"}}} |
| 502 | + com.github.seancorfield/next.jdbc {:mvn/version "1.3.1108"}}} |
503 | 503 | ;; --------------------------------------------------- |
504 | 504 |
|
505 | 505 | ;; --------------------------------------------------- |
|
520 | 520 | ;; https://github.com/djblue/portal |
521 | 521 |
|
522 | 522 | :inspect/portal-cli |
523 | | - {:extra-deps {djblue/portal {:mvn/version "0.64.1"}}} |
| 523 | + {:extra-deps {djblue/portal {:mvn/version "0.65.0"}}} |
524 | 524 |
|
525 | 525 | :inspect/portal-web |
526 | | - {:extra-deps {djblue/portal {:mvn/version "0.64.1"} |
| 526 | + {:extra-deps {djblue/portal {:mvn/version "0.65.0"} |
527 | 527 | org.clojure/clojurescript {:mvn/version "1.11.60"}} |
528 | 528 | :main-opts ["--main" "cljs.main"]} |
529 | 529 |
|
530 | 530 | :inspect/portal-node |
531 | | - {:extra-deps {djblue/portal {:mvn/version "0.64.1"} |
| 531 | + {:extra-deps {djblue/portal {:mvn/version "0.65.0"} |
532 | 532 | org.clojure/clojurescript {:mvn/version "1.11.60"}} |
533 | 533 | :main-opts ["--main" "cljs.main" "-re" "node"]} |
534 | 534 |
|
|
551 | 551 | ;; https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_clojurestorm |
552 | 552 | :lib/clojurestorm |
553 | 553 | {:classpath-overrides {org.clojure/clojure nil} |
554 | | - :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.4"} |
| 554 | + :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.5"} |
555 | 555 | com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.9"}} |
556 | 556 | ;; Optionally add jvm-opt to manage instrumentation: |
557 | 557 | ;; -Dclojure.storm.instrumentOnlyPrefixes=YOUR_INSTRUMENTATION_STRING" |
|
0 commit comments