Skip to content

Announcing Backpack 0.6

For full details, please refer to our changelog.

New config solution

We added a new library to Backpack: @backpack/config. This contains a generic solution for managing configuration files, and can be used for your serverless application, as well as for your CDK infrastructure code — providing an alternative for @ns/cdk-helper.

Check out the docs to learn more!

Updated peer dependencies

TypeScript 5.9

TypeScript 5.9 includes some minor improvements. Check out all the changes here.

Vite 7

Vite 7 drops support for Node.js 18 and includes several other improvements. Check out all the changes here.