$npx -y skills add remotion-dev/remotion --skill upgrade-mediabunnyUpgrade Mediabunny and related @mediabunny packages across the Remotion repo. Use when asked to update Mediabunny to the latest version.
| 1 | - Find the latest version of Mediabunny with `npm view mediabunny version`. |
| 2 | - In the root `package.json`, update the `catalog` versions for `mediabunny`, `@mediabunny/mp3-encoder`, and `@mediabunny/ac3` to that version. |
| 3 | - In `packages/template-*/package.json`, update `mediabunny` and any `@mediabunny/*` packages to the same version. Templates use explicit versions, not `catalog:`, so update them manually. |
| 4 | - Update `packages/cli/src/extra-packages.ts` with the new Mediabunny version. |
| 5 | - Update `packages/studio-shared/src/package-info.ts` with the new Mediabunny version in `extraPackages`. |
| 6 | - Update the compatibility table in `packages/docs/docs/mediabunny/version.mdx`. To find the next version this upgrade will be applied to, look in the root `package.json` for the version and increment the patch version by 1. |
| 7 | - Run `bun i` at the end. |