Skip to content

Commit

Permalink
Update clj-kondo and bb-tasks for deps projects
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker authored and tiensonqin committed Jun 13, 2023
1 parent 29ebf73 commit 3f1d32d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
logseq/bb-tasks
#_{:local/root "../bb-tasks"}
{:git/url "https://github.com/logseq/bb-tasks"
:git/sha "4295d5df0458cc06a09c5d506510ee49b785407d"}
:git/sha "70d3edeb287f5cec7192e642549a401f7d6d4263"}
logseq/graph-parser
{:local/root "deps/graph-parser"}
org.clj-commons/digest
{:mvn/version "1.4.100"}}
:pods
{clj-kondo/clj-kondo {:version "2022.10.05"}
{clj-kondo/clj-kondo {:version "2023.05.26"}
org.babashka/fswatcher {:version "0.0.3"}}
:tasks
{dev:desktop-watch
Expand Down
6 changes: 3 additions & 3 deletions deps/common/bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{logseq/bb-tasks
#_{:local/root "../../../bb-tasks"}
{:git/url "https://github.com/logseq/bb-tasks"
:git/sha "0d49051909bfa0c6b414e86606d82b4ea54f382c"}}
:git/sha "70d3edeb287f5cec7192e642549a401f7d6d4263"}}

:pods
{clj-kondo/clj-kondo {:version "2023.03.17"}}
{clj-kondo/clj-kondo {:version "2023.05.26"}}

:tasks
{test:load-all-namespaces-with-nbb
Expand All @@ -23,4 +23,4 @@

:tasks/config
{:large-vars
{:max-lines-count 45}}}
{:max-lines-count 45}}}
2 changes: 1 addition & 1 deletion deps/common/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
org.clojure/clojurescript {:mvn/version "1.11.54"}}
:main-opts ["-m" "cljs-test-runner.main"]}
:clj-kondo
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2022.12.08"}}
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.05.26"}}
:main-opts ["-m" "clj-kondo.main"]}}}
4 changes: 2 additions & 2 deletions deps/db/bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
{logseq/bb-tasks
#_{:local/root "../../../bb-tasks"}
{:git/url "https://github.com/logseq/bb-tasks"
:git/sha "1815db538241082a01e95601e23e4290dd64d0c0"}}
:git/sha "70d3edeb287f5cec7192e642549a401f7d6d4263"}}

:pods
{clj-kondo/clj-kondo {:version "2022.10.05"}}
{clj-kondo/clj-kondo {:version "2023.05.26"}}

:tasks
{test:load-all-namespaces-with-nbb
Expand Down
2 changes: 1 addition & 1 deletion deps/db/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
{datascript/datascript {:mvn/version "1.3.8"}}
:aliases
{:clj-kondo
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2022.12.08"}}
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.05.26"}}
:main-opts ["-m" "clj-kondo.main"]}}}
4 changes: 2 additions & 2 deletions deps/graph-parser/bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{logseq/bb-tasks
#_{:local/root "../../../bb-tasks"}
{:git/url "https://github.com/logseq/bb-tasks"
:git/sha "1815db538241082a01e95601e23e4290dd64d0c0"}}
:git/sha "70d3edeb287f5cec7192e642549a401f7d6d4263"}}

:pods
{clj-kondo/clj-kondo {:version "2022.10.05"}}
{clj-kondo/clj-kondo {:version "2023.05.26"}}

:tasks
{test:load-all-namespaces-with-nbb
Expand Down
2 changes: 1 addition & 1 deletion deps/graph-parser/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
org.clojure/clojurescript {:mvn/version "1.11.54"}}
:main-opts ["-m" "cljs-test-runner.main"]}

:clj-kondo {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2022.12.08"}}
:clj-kondo {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.05.26"}}
:main-opts ["-m" "clj-kondo.main"]}}}
4 changes: 2 additions & 2 deletions deps/publishing/bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{logseq/bb-tasks
#_{:local/root "../../../bb-tasks"}
{:git/url "https://github.com/logseq/bb-tasks"
:git/sha "0d49051909bfa0c6b414e86606d82b4ea54f382c"}}
:git/sha "70d3edeb287f5cec7192e642549a401f7d6d4263"}}

:pods
{clj-kondo/clj-kondo {:version "2023.03.17"}}
{clj-kondo/clj-kondo {:version "2023.05.26"}}

:tasks
{test:load-all-namespaces-with-nbb
Expand Down
2 changes: 1 addition & 1 deletion deps/publishing/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
{logseq/db {:local/root "../db"}}

:aliases
{:clj-kondo {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.03.17"}}
{:clj-kondo {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.05.26"}}
:main-opts ["-m" "clj-kondo.main"]}}}

0 comments on commit 3f1d32d

Please sign in to comment.