Skip to content

Commit

Permalink
maint: bump internal deps for build and test (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Mar 25, 2023
1 parent 02fcf1a commit bdb0f6b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
version-clj/version-clj {:mvn/version "2.0.2"}
lread/status-line {:git/url "https://github.com/lread/status-line.git"
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
etaoin/etaoin {:mvn/version "1.0.39"}
io.github.babashka/neil {:git/tag "v0.1.56" :git/sha "abea182"}}
etaoin/etaoin {:mvn/version "1.0.40"}
io.github.babashka/neil {:git/tag "v0.1.60" :git/sha "19bc12d"}}
:tasks {;; setup
:requires ([clojure.string :as string]
[lread.status-line :as status])
Expand Down
14 changes: 7 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
;;
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
;; so we do not pick up our own clj-kondo config exports
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.02.17"}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.03.17"}}
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:main-opts ["-m" "clj-kondo.main"]}

Expand Down Expand Up @@ -65,7 +65,7 @@
:extra-paths ["target/test-doc-blocks/test"]}

;; kaocha for testing clojure versions>= v1.9
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.77.1236"}
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.80.1274"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
:main-opts ["-m" "kaocha.runner"]}
Expand Down Expand Up @@ -94,11 +94,11 @@
;;
:script {:extra-paths ["script"]
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.4.1"}
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.4.4"}
cli-matic/cli-matic {:mvn/version "0.5.4"}}}

:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:extra-deps {metosin/malli {:mvn/version "0.10.1"}
:extra-deps {metosin/malli {:mvn/version "0.10.4"}
io.aviso/pretty {:mvn/version "1.3"}}
:ns-default lread.apply-import-vars}

Expand All @@ -114,7 +114,7 @@

:sci-test {:extra-paths ["target/generated/sci-test/src"]
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
:sha "f7d76e43d0c6cda62dd53d21c38cafcb9971e4ae"}}}
:sha "804c72830f09fc16b2f1b38f4b7af7e90b7ec919"}}}

:native-test {:extra-paths ["target/generated/graal"]}

Expand All @@ -140,8 +140,8 @@
;;
;; Maintenance support
;;
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.992"}
org.slf4j/slf4j-simple {:mvn/version "2.0.6"} ;; to rid ourselves of logger warnings
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.1017"}
org.slf4j/slf4j-simple {:mvn/version "2.0.7"} ;; to rid ourselves of logger warnings
}
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:main-opts ["-m" "antq.core"
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"karma-cljs-test": "^0.1.0",
"karma-junit-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"shadow-cljs": "^2.21.0"
"shadow-cljs": "^2.22.7"
}
}
6 changes: 3 additions & 3 deletions script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
:show-deps-fn lein-deps-tree
:test-cmds ["lein kaocha"]}
{:name "antq"
:version "2.2.992"
:version "2.2.1017"
:platforms [:clj]
:github-release {:repo "liquidz/antq"}
:patch-fn deps-edn-v1-patch
Expand All @@ -284,7 +284,7 @@
:show-deps-fn cli-deps-tree
:test-cmds ["clojure -M:test"]}
{:name "clerk"
:version "0.12.707"
:version "0.13.842"
:platforms [:clj]
:github-release {:repo "nextjournal/clerk"
:via :tag
Expand Down Expand Up @@ -312,7 +312,7 @@
"lein test"]}
{:name "clojure-lsp"
:platforms [:clj]
:version "2023.01.26-11.08.16"
:version "2023.02.27-13.12.12"
:github-release {:repo "clojure-lsp/clojure-lsp"}
:patch-fn clojure-lsp-patch
:show-deps-fn clojure-lsp-deps
Expand Down

0 comments on commit bdb0f6b

Please sign in to comment.