malli

schadocalex 2025-12-07T18:53:13.189489Z

Hi there. I've updated malli to the latest 0.20.0 version. Using the preloads .cljs-kondo-preload - following https://github.com/metosin/malli/blob/master/docs/clojurescript-function-instrumentation.md - now gives me those warnings:

Resource: malli/clj_kondo.cljc:172:14
--------------------------------------------------------------------------------
 169 |   ([key options]
 170 |    (.delete (-config-file-path key options))
 171 |    ;; These are remnants from old locations where malli used to store the configuration files
 172 |    (.delete (-file-in-kondo-dir options ".clj-kondo" "metosin" (-types-dir-name key) "config.edn"))
--------------------^-----------------------------------------------------------
 Use of undeclared Var malli.clj-kondo/-file-in-kondo-dir
I've tested several versions and seems like it appears since 0.19.2

schadocalex 2025-12-07T23:46:55.128849Z

https://github.com/metosin/malli/pull/1247

opqdonut 2025-12-08T06:51:18.915679Z

Thanks!