Please update current deps for next phx.new, because when I try to make new app, some deps are currently update but current 1.8.0 rc-3 still the old one such as :
phoenix_ecto is in 4.5 (the update is 4.6.4)
ecto_sql is in 3.10 (the update is 3.12.1)
phoenix_live_reload is in 1.2 (the update is 1.6.0)
phoenix_live_view is in 1.0.9 (the update is 1.0.12)
swoosh is in 1.16 (the update is 1.19.1)
gettext is in 0.26 (the update is 0.26.2)
phoenix_html is in 4.1 (the update is 4.2.1)
telemetry_metrics is in 1.0 (the update is 1.1.0)
telemetry_polller is in 1.0 (the update is 1.2.0)
bandit is in 1.5 (the update is 1.6.11)
There’s an ongoing issue in the Phoenix issue tracker, perhaps you could add these items to the list over there:
opened 07:50PM - 16 May 25 UTC
I've just taken 1.8.0-rc3 for a spin and it's looking really great 🎉 . I notice… d that a few dependencies were out of date in the newly created project so wanted to ask if there was any appetite to update them so new projects start out with the latest deps.
Happy to submit PRs for these, just wanted to check if they were desired.
- daisyUI v5.0.8 < v5.0.35 [assets/vendor]
- tailwindcss v4.0.9 < v4.1.7 [config/config.exs]
- esbuild v0.17.11 < v0.25.4 [config/config.exs]
- dns_cluster v0.1.3 < 0.2.0 [mix.exs]
- heroicons v2.1.1 < v2.2.0 [mix.exs]
I've tested them all except dns_cluster v0.2.0 (though I am using that in other projects successfully).
1 Like
AAH i see, tks Sir..
done i’ve added