Skip to content

Commit

Permalink
aliases: monthly library dependency version update with make outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 3, 2024
1 parent 491f2ca commit 3bf7d85
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 18 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

** Updated
- dev: upload-artifact v4 in megalinter workflow
- Update library versions using `make outdated`

| :name | :current | :latest |
| --- | --- | --- |
| com.github.liquidz/antq | 2.7.1133 | 2.8.1165 |
| com.github.seancorfield/next.jdbc | 1.3.894 | 1.3.909 |
| djblue/portal | 0.49.1 | 0.51.0 |
| io.github.seancorfield/deps-new | v0.5.3 | v0.6.0 |
| mvxcvi/cljstyle | 14c18e5b593c39bc59f10df1b894c31a0020dc49 | e625c17619236949c0f899c66503c408f943fa8f |
| org.slf4j/slf4j-nop | 2.0.9 | 2.0.10 |
| refactor-nrepl/refactor-nrepl | 3.9.0 | 3.9.1 |


* 2023-11-03
** Changed
- alias: `:search/libraries` use `-F:save` to save found libspec to project deps.edn
Expand Down
37 changes: 19 additions & 18 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
;; Use with command to start a REPL to include REPL Reloaded tools
:dev/reloaded
{:extra-paths ["dev" "test"]
:extra-deps {djblue/portal {:mvn/version "0.49.1"} ; portal data inspector
:extra-deps {djblue/portal {:mvn/version "0.51.0"} ; portal data inspector
clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional)
org.clojure/tools.namespace {:mvn/version "1.4.4"}
org.clojure/tools.trace {:mvn/version "0.7.11"}
org.slf4j/slf4j-nop {:mvn/version "2.0.9"}
org.slf4j/slf4j-nop {:mvn/version "2.0.10"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
lambdaisland/kaocha {:mvn/version "1.87.1366"}
org.clojure/test.check {:mvn/version "1.1.1"}
Expand All @@ -76,7 +76,7 @@
;; ClojureScript tools during REPl startup
:dev/reloaded-cljs
{:extra-paths ["dev" "test"]
:extra-deps {djblue/portal {:mvn/version "0.49.1"} ; portal data inspector
:extra-deps {djblue/portal {:mvn/version "0.51.0"} ; portal data inspector
org.clojure/clojurescript {:mvn/version "1.10.844"}
lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}
org.clojure/test.check {:mvn/version "1.1.1"}}}
Expand Down Expand Up @@ -127,7 +127,7 @@
{:extra-deps
{nrepl/nrepl {:mvn/version "1.1.0"}
cider/cider-nrepl {:mvn/version "0.44.0"}
djblue/portal {:mvn/version "0.49.1"}}
djblue/portal {:mvn/version "0.51.0"}}
:main-opts ["--main" "nrepl.cmdline"
"--middleware"
"[cider.nrepl/cider-middleware,portal.nrepl/wrap-portal]"]}
Expand All @@ -140,7 +140,7 @@
{:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.15.957"}
nrepl/nrepl {:mvn/version "1.1.0"}
cider/cider-nrepl {:mvn/version "0.44.0"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.9.0"}}
refactor-nrepl/refactor-nrepl {:mvn/version "3.9.1"}}
:main-opts ["--eval" "(require '[nextjournal.clerk])(nextjournal.clerk/show! 'nextjournal.clerk.tap)(nextjournal.clerk/serve! {:browse? true})"
"-m" "nrepl.cmdline"
"--middleware" "[refactor-nrepl.middleware/wrap-refactor,cider.nrepl/cider-middleware]"
Expand Down Expand Up @@ -174,11 +174,11 @@
:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
cider/cider-nrepl {:mvn/version "0.44.0"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
djblue/portal {:mvn/version "0.49.1"} ; portal data inspector
djblue/portal {:mvn/version "0.51.0"} ; portal data inspector
clj-commons/clj-yaml {:mvn/version "1.0.27"} ; portal yaml support (optional)
org.clojure/tools.namespace {:mvn/version "1.4.4"}
org.clojure/tools.trace {:mvn/version "0.7.11"}
org.slf4j/slf4j-nop {:mvn/version "2.0.9"}
org.slf4j/slf4j-nop {:mvn/version "2.0.10"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
lambdaisland/kaocha {:mvn/version "1.87.1366"}
org.clojure/test.check {:mvn/version "1.1.1"}
Expand Down Expand Up @@ -225,6 +225,7 @@
;; - deps-new is used by Practicalli Project Templates
;; https://practical.li/clojure/clojure-cli/projects/templates/practicalli/

;; Consider deprecation
:project/new
{:replace-deps {com.github.seancorfield/clj-new {:mvn/version "1.2.404"}}
:exec-fn clj-new/create
Expand All @@ -235,7 +236,7 @@
;; clojure -T:project/create :template template/name :name project/name
:project/create
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "v0.5.3" :git/sha "c899135"}
{:git/tag "0.6.0" :git/sha "64e79d1"}
io.github.practicalli/project-templates
{:git/tag "2023-11-03" :git/sha "684d2f6"}}
:exec-fn org.corfield.new/create
Expand All @@ -245,7 +246,7 @@
;; Local testing of Practicalli Project Templates
:project/create-local
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "v0.5.3" :git/sha "c899135"}
{:git/tag "0.6.0" :git/sha "64e79d1"}
practicalli/project-templates
{:local/root "/home/practicalli/projects/practicalli/project-templates/"}}
:exec-fn org.corfield.new/create
Expand Down Expand Up @@ -304,8 +305,8 @@
;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated
:search/outdated
{:replace-paths ["."]
:replace-deps {com.github.liquidz/antq {:mvn/version "2.7.1133"}
org.slf4j/slf4j-nop {:mvn/version "2.0.9"}}
:replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1165"}
org.slf4j/slf4j-nop {:mvn/version "2.0.10"}}
:exec-fn antq.tool/outdated
:exec-args {:directory ["."] ; default
:exclude ["org.clojure/tools.deps.alpha"
Expand Down Expand Up @@ -432,7 +433,7 @@
:format/cljstyle
{:extra-deps
{mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git"
:git/sha "14c18e5b593c39bc59f10df1b894c31a0020dc49"}}
:git/sha "e625c17619236949c0f899c66503c408f943fa8f"}}
:main-opts ["--main" "cljstyle.main"
"check"]}

Expand All @@ -441,7 +442,7 @@
:format/cljstyle!
{:extra-deps
{mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git"
:git/sha "14c18e5b593c39bc59f10df1b894c31a0020dc49"}}
:git/sha "e625c17619236949c0f899c66503c408f943fa8f"}}
:main-opts ["--main" "cljstyle.main"
"fix"]}

Expand All @@ -461,13 +462,13 @@
;; Databases and drivers uses only during development

:lib/next.jdbc
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.894"}}}
{:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}}

;; H2 embedded database
:database/h2
{:extra-deps
{com.h2database/h2 {:mvn/version "2.2.224"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.894"}}}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}}}
;; ---------------------------------------------------

;; ---------------------------------------------------
Expand All @@ -488,15 +489,15 @@
;; https://github.com/djblue/portal

:inspect/portal-cli
{:extra-deps {djblue/portal {:mvn/version "0.49.1"}}}
{:extra-deps {djblue/portal {:mvn/version "0.51.0"}}}

:inspect/portal-web
{:extra-deps {djblue/portal {:mvn/version "0.49.1"}
{:extra-deps {djblue/portal {:mvn/version "0.51.0"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}
:main-opts ["--main" "cljs.main"]}

:inspect/portal-node
{:extra-deps {djblue/portal {:mvn/version "0.49.1"}
{:extra-deps {djblue/portal {:mvn/version "0.51.0"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}
:main-opts ["--main" "cljs.main" "-re" "node"]}

Expand Down

0 comments on commit 3bf7d85

Please sign in to comment.