Skip to content

Commit e2ec52d

Browse files
authored
test & ci: bump deps, add test lib (#298)
New test lib: adorn (woot!)
1 parent 16aabae commit e2ec52d

File tree

5 files changed

+62
-42
lines changed

5 files changed

+62
-42
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
lread/status-line {:git/url "https://github.com/lread/status-line.git"
99
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
1010
etaoin/etaoin {:mvn/version "1.0.40"}
11-
io.github.babashka/neil {:git/tag "v0.3.65" :git/sha "9a79582"}}
11+
io.github.babashka/neil {:git/tag "v0.3.67" :git/sha "054ca51"}}
1212
:tasks {;; setup
1313
:requires ([clojure.string :as string]
1414
[lread.status-line :as status])

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}
5757
:main-opts ["-m" "clj-kondo.main"]}
5858

59-
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.2"}}
59+
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.3"}}
6060
:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]
6161
:test-paths ["test"]
6262
:add-linters [:performance]
@@ -122,7 +122,7 @@
122122
cli-matic/cli-matic {:mvn/version "0.5.4"}}}
123123

124124
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}
125-
:extra-deps {metosin/malli {:mvn/version "0.16.1"}
125+
:extra-deps {metosin/malli {:mvn/version "0.16.2"}
126126
io.aviso/pretty {:mvn/version "1.4.4"}}
127127
:ns-default lread.apply-import-vars}
128128

@@ -149,7 +149,7 @@
149149
;;
150150
;; Deployment
151151
;;
152-
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.4"}}
152+
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.5"}}
153153
:extra-paths ["src" "build"]
154154
:ns-default build}
155155

package-lock.json

Lines changed: 45 additions & 36 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.28.9"
9+
"shadow-cljs": "^2.28.10"
1010
}
1111
}

script/test_libs.clj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,18 @@
263263
;; lib defs
264264
;;
265265

266-
(def libs [{:name "ancient-clj"
266+
(def libs [{:name "adorn"
267+
:version "0.1.131-alpha"
268+
:platforms [:clj :cljs]
269+
:github-release {:repo "fabricate-site/adorn"
270+
:via :tag
271+
:version-prefix "v"}
272+
:patch-fn deps-edn-v1-patch
273+
:show-deps-fn cli-deps-tree
274+
;; TODO: cljs tests were spitting out lots of warnings and errors when I tried,
275+
;; revisit next version bump
276+
:test-cmds ["clojure -X:dev:test"]}
277+
{:name "ancient-clj"
267278
:version "2.0.0"
268279
:platforms [:clj]
269280
:github-release {:repo "xsc/ancient-clj"

0 commit comments

Comments
 (0)