upgrade-mediabunny
작성자: remotion-dev
Remotion 저장소 전반에 걸쳐 Mediabunny 및 관련 @mediabunny 패키지를 업그레이드합니다. Mediabunny를 최신 버전으로 업데이트하라는 요청이 있을 때 사용합니다.
npx skills add https://github.com/remotion-dev/remotion --skill upgrade-mediabunny- Find the latest version of Mediabunny with
npm view mediabunny version. - In the root
package.json, update thecatalogversions formediabunny,@mediabunny/mp3-encoder, and@mediabunny/ac3to that version. - In
packages/template-*/package.json, updatemediabunnyand any@mediabunny/*packages to the same version. Templates use explicit versions, notcatalog:, so update them manually. - Update
packages/cli/src/extra-packages.tswith the new Mediabunny version. - Update
packages/studio-shared/src/package-info.tswith the new Mediabunny version inextraPackages. - 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 rootpackage.jsonfor the version and increment the patch version by 1. - Run
bun iat the end.