Skip to content

Commit

Permalink
test & ci: bump deps (#320)
Browse files Browse the repository at this point in the history
Of note:
- try out new `:redundant-ignore` clj-kondo linter
  • Loading branch information
lread authored Sep 28, 2024
1 parent f6bb9dc commit 9a6bc04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{:discouraged-var {clojure.test/are {:message "We're not fans of clojure.test/are, use doseq instead"}}
:redundant-str-call {:level :warning}
:redundant-fn-wrapper {:level :warning}
:redundant-ignore {:level :warning}
:unused-value {:level :warning}
:aliased-namespace-symbol {:level :warning}
:unknown-require-option {:level :off} ;; overcome a wee bug in 2020-10-05 version
Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version-clj/version-clj {:mvn/version "2.0.3"}
lread/status-line {:git/url "https://github.com/lread/status-line.git"
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
etaoin/etaoin {:mvn/version "1.1.41"}
etaoin/etaoin {:mvn/version "1.1.42"}
io.github.babashka/neil {:git/tag "v0.3.67" :git/sha "054ca51"}}
:tasks {;; setup
:requires ([clojure.string :as string]
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 "2024.08.29"}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.09.27"}}
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}
:main-opts ["-m" "clj-kondo.main"]}

Expand Down Expand Up @@ -158,7 +158,7 @@
;;
;; Maintenance support
;;
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.9.1227"}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.9.1232"}
org.slf4j/slf4j-simple {:mvn/version "2.0.16"} ;; to rid ourselves of logger warnings
}
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}
Expand Down
4 changes: 2 additions & 2 deletions script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
:show-deps-fn lein-deps-tree
:test-cmds ["lein kaocha"]}
{:name "antq"
:version "2.9.1221"
:version "2.9.1232"
:platforms [:clj]
:github-release {:repo "liquidz/antq"}
:patch-fn deps-edn-v1-patch
Expand Down Expand Up @@ -439,7 +439,7 @@
:show-deps-fn cli-deps-tree
:test-cmds ["bb test-clj"]}
{:name "splint"
:version "1.17.0"
:version "1.17.1"
:platforms [:clj]
:github-release {:repo "NoahTheDuke/splint"
:version-prefix "v"}
Expand Down

0 comments on commit 9a6bc04

Please sign in to comment.