v2.13.3

vercel/streamdownv2.13.3Dec 23, 2025by daniel31x13

AI Summary

A comprehensive update focusing on security, performance, and stability, with a required configuration change for self-hosted users.

Key Highlights

  • Upgraded dependencies to patch NextJS CVEs
  • Refactored code for significantly improved performance
  • Fixed favicon-related error logs
  • Required `corepack enable` for self-hosted users

Breaking Changes

  • Self-hosted users must enable Corepack to run the project with the pinned Yarn v4.12.0

New Features

  • Performance improvements
  • Security patches
  • Error log fixes

Full Release Notes

> [!IMPORTANT]  
> This update is highly recommended for ALL users.
> Self-hosted users who installed Linkwarden manually must enable Corepack to run the project with the pinned Yarn v4.12.0:
> ```
> corepack enable
> ```

## What's Changed

**TL;DR:** Faster, lighter, and more secure.
- Upgraded the dependencies (which also patches the recent NextJS CVEs out there)
- Refactored the code (which drastically improves the performance)
- Fixed favicon-related error logs (no more `upstream image response failed…`)
- And a lot more...

**Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.13.2...v2.13.3