Skip to content

Commit bfba584

Browse files
committed
deps: update clojure, bb, npm deps
1 parent 3dde7ab commit bfba584

File tree

8 files changed

+490
-388
lines changed

8 files changed

+490
-388
lines changed

.github/workflows/bb_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v4
99

1010
- name: Install clojure tools
11-
uses: DeLaGuardo/setup-clojure@13.0
11+
uses: DeLaGuardo/setup-clojure@13.2
1212
with:
1313
bb: latest
1414

.github/workflows/cljs_unit_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ jobs:
88
uses: actions/checkout@v4
99

1010
- name: Prepare java
11-
uses: actions/setup-java@v4.5.0
11+
uses: actions/setup-java@v4.7.1
1212
with:
1313
distribution: 'zulu'
1414
java-version: '16'
1515

1616
- name: Install clojure tools
17-
uses: DeLaGuardo/setup-clojure@12.1
17+
uses: DeLaGuardo/setup-clojure@13.2
1818
with:
19-
cli: 1.12.0.1488
19+
cli: 1.12.0.1530
2020

2121
- name: Cache dependencies
22-
uses: actions/cache@v4.1.2
22+
uses: actions/cache@v4.2.3
2323
env:
2424
cache-name: cache-clj
2525
with:

.github/workflows/jvm_unit_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ jobs:
88
uses: actions/checkout@v4
99

1010
- name: Prepare java
11-
uses: actions/setup-java@v4.5.0
11+
uses: actions/setup-java@v4.7.1
1212
with:
1313
distribution: 'zulu'
1414
java-version: '16'
1515

1616
- name: Install clojure tools
17-
uses: DeLaGuardo/setup-clojure@13.0
17+
uses: DeLaGuardo/setup-clojure@13.2
1818
with:
19-
cli: 1.12.0.1488
19+
cli: 1.12.0.1530
2020

2121
- name: Cache dependencies
22-
uses: actions/cache@v4.1.2
22+
uses: actions/cache@v4.2.3
2323
env:
2424
cache-name: cache-clj
2525
with:

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
- uses: actions/checkout@v4
88

99
- name: Setup clj-kondo
10-
uses: DeLaGuardo/setup-clojure@13.0
10+
uses: DeLaGuardo/setup-clojure@13.2
1111
with:
12-
clj-kondo: '2024.11.14'
12+
clj-kondo: '2025.04.07'
1313

1414
- name: Lint
1515
run: clj-kondo --lint src:test --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

bb.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{:paths ["src" "test" "resources"]
22
:deps {
3-
org.babashka/cli {:mvn/version "0.8.61"}
4-
babashka/fs {:mvn/version "0.5.22"}
5-
metosin/malli {:mvn/version "0.16.4"}
3+
babashka/fs {:mvn/version "0.5.25"}
4+
metosin/malli {:mvn/version "0.17.0"}
5+
org.babashka/cli {:mvn/version "0.8.65"}
66
com.lambdaisland/specmonstah-malli {:mvn/version "0.0.7"}
77
aero/aero {:mvn/version "1.1.6"}
88

@@ -17,7 +17,7 @@
1717
:git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}
1818

1919
russmatney/org-crud {:git/url "https://github.com/russmatney/org-crud"
20-
:git/sha "08279ca901ab6ec243faee1fb09442613999bd54"}
20+
:git/sha "23a109553e4589fde4774123d3cb8e3f76ce7803"}
2121

2222
zprint/zprint {:mvn/version "1.2.9"}}
2323
:tasks

deps.edn

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@
88
wing/wing {:git/sha "dce19ab8897dc4fbd98ac8ec3b0995a54a2f17bb"
99
:git/url "https://github.com/teknql/wing"}
1010
aero/aero {:mvn/version "1.1.6"}
11-
babashka/babashka {:mvn/version "1.12.195"}
11+
babashka/babashka {:mvn/version "1.12.200"}
1212
babashka/babashka.pods {:mvn/version "0.2.0"}
1313
babashka/babashka.curl {:mvn/version "0.1.2"}
14-
babashka/process {:mvn/version "0.5.22"}
15-
org.babashka/cli {:mvn/version "0.8.61"}
16-
babashka/fs {:mvn/version "0.5.22"}
14+
babashka/process {:mvn/version "0.6.23"}
15+
org.babashka/cli {:mvn/version "0.8.65"}
16+
babashka/fs {:mvn/version "0.5.25"}
1717
juxt/dirwatch {:mvn/version "0.2.5"}
18-
metosin/malli {:mvn/version "0.16.4"}
18+
metosin/malli {:mvn/version "0.17.0"}
1919
com.lambdaisland/specmonstah-malli {:mvn/version "0.0.7"}
20-
cheshire/cheshire {:mvn/version "5.13.0"}
21-
org.clojure/tools.reader {:mvn/version "1.5.0"}
20+
cheshire/cheshire {:mvn/version "6.0.0"}
21+
org.clojure/tools.reader {:mvn/version "1.5.2"}
2222
backtick/backtick {:mvn/version "0.3.5"}
2323
aysylu/loom {:mvn/version "1.0.2"}
2424

2525
russmatney/org-crud {:git/url "https://github.com/russmatney/org-crud"
26-
:git/sha "08279ca901ab6ec243faee1fb09442613999bd54"}
26+
:git/sha "23a109553e4589fde4774123d3cb8e3f76ce7803"}
2727
zprint/zprint {:mvn/version "1.2.9"}
2828

29-
clj-kondo/clj-kondo {:mvn/version "2024.11.14"}}
29+
clj-kondo/clj-kondo {:mvn/version "2025.04.07"}}
3030
:aliases
3131
{:dev {:jvm-opts ["-XX:-OmitStackTraceInFastThrow"
3232
"-XX:+HeapDumpOnOutOfMemoryError"]}
33-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1250"}}
33+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"}}
3434
:main-opts ["-m" "antq.core"]}
3535

3636
:doctor-server {:main-opts ["-m" "doctor.main"]}
@@ -46,28 +46,28 @@
4646
:full-stack-deps
4747
{:extra-deps
4848
{ ;; dev
49-
cider/cider-nrepl {:mvn/version "0.50.3"}
50-
refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}
49+
cider/cider-nrepl {:mvn/version "0.55.7"}
50+
refactor-nrepl/refactor-nrepl {:mvn/version "3.11.0"}
5151

5252
;; db
53-
datascript/datascript {:mvn/version "1.7.3"}
53+
datascript/datascript {:mvn/version "1.7.5"}
5454
datascript-transit/datascript-transit {:mvn/version "0.3.0"}
5555

56-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.981"}
57-
org.xerial/sqlite-jdbc {:mvn/version "3.48.0.0"}
56+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}
57+
org.xerial/sqlite-jdbc {:mvn/version "3.49.1.0"}
5858

5959
;; core
60-
org.clojure/core.async {:mvn/version "1.6.681"}
60+
org.clojure/core.async {:mvn/version "1.8.741"}
6161
org.clojure/tools.namespace {:mvn/version "1.5.0"}
6262

6363
;; web
64-
luminus/ring-undertow-adapter {:mvn/version "1.3.1"}
64+
luminus/ring-undertow-adapter {:mvn/version "1.4.0"}
6565
ring/ring-json {:mvn/version "0.5.1"}
66-
metosin/muuntaja {:mvn/version "0.6.10"}
67-
metosin/muuntaja-form {:mvn/version "0.6.10"}
66+
metosin/muuntaja {:mvn/version "0.6.11"}
67+
metosin/muuntaja-form {:mvn/version "0.6.11"}
6868

6969
;; logging
70-
com.taoensso/telemere {:mvn/version "1.0.0-RC1"}
70+
com.taoensso/telemere {:mvn/version "1.0.0"}
7171

7272
;; file-watching
7373
hawk/hawk {:mvn/version "0.2.11"}
@@ -84,15 +84,15 @@
8484
:git/url "https://github.com/teknql/plasma"}
8585

8686
;; ui dev env
87-
thheller/shadow-cljs {:mvn/version "2.28.20"}
87+
thheller/shadow-cljs {:mvn/version "3.0.5"}
8888

8989
;; tailwind
9090
com.teknql/shadow-cljs-tailwind-jit {:mvn/version "1.0.0"}
9191

9292
;; ui core
93-
com.pitch/uix.core {:mvn/version "1.2.0"}
94-
com.pitch/uix.dom {:mvn/version "1.2.0"}
95-
reagent/reagent {:mvn/version "1.2.0"}
93+
com.pitch/uix.core {:mvn/version "1.4.3"}
94+
com.pitch/uix.dom {:mvn/version "1.4.3"}
95+
reagent/reagent {:mvn/version "1.3.0"}
9696

9797
;; keybindings
9898
keybind/keybind {:mvn/version "2.2.0"}

0 commit comments

Comments
 (0)