figwheel-main

bhauman 2025-01-13T19:10:21.257059Z

OK I released [figwheel-main "0.2.20"] this should address dependency issues.

🎉 5
bhauman 2025-01-13T19:31:23.003259Z

Currently trying to get figwheel-main-template in shape. I’m not sure what the good defaults should be these days. I’m taking suggestions for sure.

bhauman 2025-01-13T19:59:28.504509Z

The template is updated to 0.2.20 as well with other deps updates as well.

🎉 1
Jan K 2025-01-13T20:59:32.017749Z

Happy to see figwheel come alive again. Are you planning to update the demo project? https://github.com/bhauman/flappy-bird-demo-new

bhauman 2025-01-13T21:00:02.668539Z

Good idea!

bhauman 2025-01-13T21:00:20.814799Z

I’ll check it out

👍 1
bhauman 2025-01-13T22:29:53.727019Z

Flappy bird demo is now updated.

👍 2
🐦 3
Jan K 2025-01-13T22:50:31.159549Z

Some of the updated dependencies use strange prerelease versions that can be updated further:

$ lein ancient upgrade :all
[cljsjs/react-dom "18.3.1-1"] is available but we use "18.0.0-rc.0-0"
[cljsjs/react "18.3.1-1"] is available but we use "18.0.0-rc.0-0"
[org.slf4j/slf4j-nop "2.0.16"] is available but we use "2.0.3"

Jan K 2025-01-13T23:01:20.960349Z

Since you asked about lingering issues 😉 I re-checked https://github.com/bhauman/figwheel-main/issues/339 with the new version - still has the problem that can be fixed quite easily.

bhauman 2025-01-13T23:03:13.034959Z

Thanks I’ll update it!