Skip to content

Announcing Backpack 0.4

For full details, please refer to our changelog.

New: Backpack CLI

Backpack now has its own command line interface! 🚀 With the newly added Backpack CLI, you can now generate new Backpack-projects easily.

While the current project generator only has a limited amount of options, the plan is to extend this over time. Besides that, there is even room to add commands for existing projects.

Check out the docs to learn more!

Updated peer dependencies

TypeScript 5.8

TypeScript 5.8 includes some minor improvements, such as more granular checks in branches in return expressions.

Check out all the changes here.

Vitest 3

Vitest 3 introduces major improvements, including:

  • a revamped test reporting system;
  • inline workspace configuration for easier multi-project setups;
  • enhanced multi-browser testing with better caching;
  • test filtering by location is now possible.

While there are minor breaking changes, they are unlikely to affect most users. Still, it's recommended to check the Migration Guide before upgrading.