Skip to content

Commit 0d9df58

Browse files
committed
internal deps: update
Of note: - zprint lib tests - cljs tests under planck 2.26 fail, so disabled for now. kkinnear/zprint#222 - libs tests script will now use GITHUB_TOKEN env var when hitting GitHub endpoints. Use this to overcome rate limiting during dev. - bumped sci-test to test wich sci v0.3.0
1 parent d9eda95 commit 0d9df58

File tree

4 files changed

+113
-99
lines changed

4 files changed

+113
-99
lines changed

deps.edn

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
1111
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
1212
;; We also test against
13-
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.0-beta1"}}}
13+
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.0-rc1"}}}
1414

1515
;;
1616
;; ClojureScript version we test with (and support)
@@ -56,7 +56,7 @@
5656
:extra-paths ["target/test-doc-blocks/test"]}
5757

5858
;; kaocha for testing clojure versions>= v1.9
59-
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.62.993"}
59+
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.63.998"}
6060
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
6161
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}}
6262
:main-opts ["-m" "kaocha.runner"]}
@@ -89,7 +89,7 @@
8989
cli-matic/cli-matic {:mvn/version "0.4.3"}}}
9090

9191
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}
92-
:extra-deps {metosin/malli {:mvn/version "0.8.1"}
92+
:extra-deps {metosin/malli {:mvn/version "0.8.3"}
9393
io.aviso/pretty {:mvn/version "1.1.1"}}
9494
:ns-default lread.apply-import-vars}
9595

@@ -104,8 +104,8 @@
104104
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}}
105105

106106
:sci-test {:extra-paths ["target/generated/sci-test/src"]
107-
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
108-
:sha "eb8f57aebd5b050603285a49d3e64a9878503fb3"}}}
107+
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
108+
:sha "414abb99e643f6591f88c38eb03c72b79e448b7e" }}}
109109

110110
:native-test {:extra-paths ["target/generated/graal"]}
111111

@@ -123,19 +123,20 @@
123123
;;
124124
;; Deployment
125125
;;
126-
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"}
126+
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.7" :git/sha "1474ad6"}
127127
io.github.slipset/deps-deploy {:sha "d1fac08888ec8beda0579d3071bb9f804a1d446c"}
128128
com.camsaul/whitespace-linter {:mvn/version "2022.01.27.04.43"}}
129129
:ns-default build}
130130

131131
;;
132132
;; Maintenance support
133133
;;
134-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.4.0"}
134+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.5.0"}
135135
org.slf4j/slf4j-simple {:mvn/version "1.7.36"} ;; to rid ourselves of logger warnings
136136
}
137137
:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}
138138
:main-opts ["-m" "antq.core"
139+
"--ignore-locals"
139140
"--exclude=lambdaisland/[email protected]" ;; https://github.com/lambdaisland/kaocha/issues/208
140141
"--exclude=com.bhauman/[email protected]" ;; deployment was botched, some components missing
141142
]}}}

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "rewrite-clj",
33
"devDependencies": {
4-
"karma": "^6.3.15",
4+
"karma": "^6.3.16",
55
"karma-chrome-launcher": "^3.1.0",
66
"karma-cljs-test": "^0.1.0",
77
"karma-junit-reporter": "^2.0.0",
88
"karma-spec-reporter": "^0.0.33",
9-
"shadow-cljs": "^2.17.0"
9+
"shadow-cljs": "^2.17.4"
1010
}
1111
}

0 commit comments

Comments
 (0)