Skip to content

Commit d6d7885

Browse files
authored
maint: internal bumps and docs (#230)
* maint: bump internal and test deps * docs: dev guide: we no longer whitespace lint
1 parent 062ba7e commit d6d7885

File tree

5 files changed

+70
-48
lines changed

5 files changed

+70
-48
lines changed

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
;;
2929
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
3030
;; so we do not pick up our own clj-kondo config exports
31-
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.01.20"}}
31+
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.02.17"}}
3232
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
3333
:main-opts ["-m" "clj-kondo.main"]}
3434

@@ -94,7 +94,7 @@
9494
;;
9595
:script {:extra-paths ["script"]
9696
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
97-
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.3.0"}
97+
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.4.1"}
9898
cli-matic/cli-matic {:mvn/version "0.5.4"}}}
9999

100100
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
@@ -113,8 +113,8 @@
113113
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}}
114114

115115
:sci-test {:extra-paths ["target/generated/sci-test/src"]
116-
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
117-
:sha "34d9a1156fb68bdc0a726b24c8e210c36c1fe9f9" }}}
116+
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
117+
:sha "f7d76e43d0c6cda62dd53d21c38cafcb9971e4ae"}}}
118118

119119
:native-test {:extra-paths ["target/generated/graal"]}
120120

doc/02-developer-guide.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ To bump JavaScript npm packages:
303303
[#linting]
304304
== Linting
305305
We use https://github.com/borkdude/clj-kondo[clj-kondo] and https://github.com/jonase/eastwood[eastwood] to lint rewrite-clj source code.
306-
We apply https://github.com/camsaul/whitespace-linter[whitespace-linter] to docs, config, and source code to avoid some annoying whitespace diffs.
307306

308307
We fail the build on any lint violations.
309308
The CI server runs:
@@ -320,7 +319,6 @@ https://github.com/borkdude/clj-kondo/blob/master/doc/editor-integration.md[Inte
320319

321320
You can optionally:
322321

323-
* `bb -lint-whitespace` to run only whitespace linting
324322
* `bb -lint-kondo` to run only clj-kondo linting
325323
* `bb -lint-eastwood` to run only the eastwood linting
326324

package-lock.json

Lines changed: 64 additions & 40 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.36",
9-
"shadow-cljs": "^2.20.20"
9+
"shadow-cljs": "^2.21.0"
1010
}
1111
}

script/test_libs.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
:show-deps-fn lein-deps-tree
400400
:test-cmds ["make test"]}
401401
{:name "rich-comment-tests"
402-
:version "1.0.1"
402+
:version "1.0.2"
403403
:platforms [:clj] ;; and bb but we don't test that here
404404
:github-release {:repo "matthewdowney/rich-comment-tests"
405405
:version-prefix "v"

0 commit comments

Comments
 (0)