Skip to content

Commit bdb0f6b

Browse files
authored
maint: bump internal deps for build and test (#232)
1 parent 02fcf1a commit bdb0f6b

File tree

5 files changed

+46
-46
lines changed

5 files changed

+46
-46
lines changed

bb.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
version-clj/version-clj {:mvn/version "2.0.2"}
88
lread/status-line {:git/url "https://github.com/lread/status-line.git"
99
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
10-
etaoin/etaoin {:mvn/version "1.0.39"}
11-
io.github.babashka/neil {:git/tag "v0.1.56" :git/sha "abea182"}}
10+
etaoin/etaoin {:mvn/version "1.0.40"}
11+
io.github.babashka/neil {:git/tag "v0.1.60" :git/sha "19bc12d"}}
1212
:tasks {;; setup
1313
:requires ([clojure.string :as string]
1414
[lread.status-line :as status])

deps.edn

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
;;
2929
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
3030
;; so we do not pick up our own clj-kondo config exports
31-
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.02.17"}}
31+
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.03.17"}}
3232
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
3333
:main-opts ["-m" "clj-kondo.main"]}
3434

@@ -65,7 +65,7 @@
6565
:extra-paths ["target/test-doc-blocks/test"]}
6666

6767
;; kaocha for testing clojure versions>= v1.9
68-
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.77.1236"}
68+
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.80.1274"}
6969
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
7070
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
7171
:main-opts ["-m" "kaocha.runner"]}
@@ -94,11 +94,11 @@
9494
;;
9595
:script {:extra-paths ["script"]
9696
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
97-
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.4.1"}
97+
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.4.4"}
9898
cli-matic/cli-matic {:mvn/version "0.5.4"}}}
9999

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

@@ -114,7 +114,7 @@
114114

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

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

@@ -140,8 +140,8 @@
140140
;;
141141
;; Maintenance support
142142
;;
143-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.992"}
144-
org.slf4j/slf4j-simple {:mvn/version "2.0.6"} ;; to rid ourselves of logger warnings
143+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.1017"}
144+
org.slf4j/slf4j-simple {:mvn/version "2.0.7"} ;; to rid ourselves of logger warnings
145145
}
146146
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
147147
:main-opts ["-m" "antq.core"

package-lock.json

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"karma-cljs-test": "^0.1.0",
77
"karma-junit-reporter": "^2.0.0",
88
"karma-spec-reporter": "^0.0.36",
9-
"shadow-cljs": "^2.21.0"
9+
"shadow-cljs": "^2.22.7"
1010
}
1111
}

script/test_libs.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
:show-deps-fn lein-deps-tree
270270
:test-cmds ["lein kaocha"]}
271271
{:name "antq"
272-
:version "2.2.992"
272+
:version "2.2.1017"
273273
:platforms [:clj]
274274
:github-release {:repo "liquidz/antq"}
275275
:patch-fn deps-edn-v1-patch
@@ -284,7 +284,7 @@
284284
:show-deps-fn cli-deps-tree
285285
:test-cmds ["clojure -M:test"]}
286286
{:name "clerk"
287-
:version "0.12.707"
287+
:version "0.13.842"
288288
:platforms [:clj]
289289
:github-release {:repo "nextjournal/clerk"
290290
:via :tag
@@ -312,7 +312,7 @@
312312
"lein test"]}
313313
{:name "clojure-lsp"
314314
:platforms [:clj]
315-
:version "2023.01.26-11.08.16"
315+
:version "2023.02.27-13.12.12"
316316
:github-release {:repo "clojure-lsp/clojure-lsp"}
317317
:patch-fn clojure-lsp-patch
318318
:show-deps-fn clojure-lsp-deps

0 commit comments

Comments
 (0)