Skip to content

Commit 2ea6350

Browse files
committed
update deps
Notes: - eastwood has some new linters - nothing new found in rewrite-clj code - clojurescript reverted a change which caused issues with figwheel main which I use for cljs testing. I could have also reverted our usage of figwheel main SNAPSHOT version, but left it in for now to support old problematic cljs release.
1 parent 3abecd2 commit 2ea6350

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;;
1313
;; ClojureScript version we test with (and support)
1414
;;
15-
:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version "1.10.866"}}}
15+
:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version "1.10.879"}}}
1616

1717
;;
1818
;; Test support
@@ -24,7 +24,7 @@
2424
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2021.06.18"}}
2525
:main-opts ["-m" "clj-kondo.main"]}
2626

27-
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.8.1"}}
27+
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.9.4"}}
2828
:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]
2929
:test-paths ["test"]
3030
:ignored-faults {:deprecations {rewrite-clj.regression-test true
@@ -105,7 +105,7 @@
105105
;;
106106
;; Deployment
107107
;;
108-
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.253"}}
108+
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.267"}}
109109
:exec-fn hf.depstar/jar
110110
:exec-args {:jar "target/rewrite-clj.jar"
111111
:paths-only true
@@ -127,7 +127,7 @@
127127
;; Maintenance support
128128
;;
129129
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "0.16.0"}
130-
org.slf4j/slf4j-simple {:mvn/version "1.7.31"} ;; to rid ourselves of logger warnings
130+
org.slf4j/slf4j-simple {:mvn/version "1.7.32"} ;; to rid ourselves of logger warnings
131131
}
132132
:main-opts ["-m" "antq.core"
133133
"--reporter=edn"

package-lock.json

Lines changed: 8 additions & 7 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.32",
9-
"shadow-cljs": "^2.15.1"
9+
"shadow-cljs": "^2.15.2"
1010
}
1111
}

0 commit comments

Comments
 (0)