Fedify 2.1.8
Released on April 22, 2026.
@fedify/init
- Fixed
fedify init -w astro -p bungenerating package.jsonscriptsthat invoked Astro through Node.js. Bun + Astro projects now usebunx --bun astro devandbunx --bun astro build, so the generated development workflow runs on systems that only have Bun installed.
@fedify/next
- Widened
@fedify/next's supported Next.js peer dependency range to>=15.4.6 <17, so installing it into a freshcreate-next-app16.x project no longer fails with anERESOLVEpeer dependency conflict. This restores the defaultfedify init -w nextflow against the current Next.js stable release and updates the integration example to track Next.js 16. [#713]