shadow-cljs 2026-02-03

I see that com.google.javascript/closure-compiler-unshaded is no longer used as of shadow-cljs v3.1.0 and now the shaded compiler is used. Is it still important to declare a specific version of closure-compiler, or is it fine to just pull in the transitive dependency that shadow-cljs declares?

As the closure compiler folks have the habit of breaking stuff randomly, it often requires making changes on the shadow-cljs side. So a specific version is definitely recommended, but other versions may work too. The last version I tested can't be used because of some changes required in CLJS itself.

always safest to just take the version shadow-cljs wants

@thheller Good to know. Thank you!