Loading...
Loading...
Fix a Dependabot PR by updating all monorepo instances of the dependency, running bun install, and pushing
npx skill4agent add remotion-dev/remotion fix-dependabotpackage.jsonbun installbun.lockgh pr view <number> --json headRefName,files,title,bodygit fetch origin <branch>
git checkout <branch>package.jsonrg '"<dependency>": "[~^]?<old-version>"' --glob '**/package.json'^~bun installbun.lockgit statusbun.lockpackage.jsongit add -u
git commit -m "Update <dependency> to <version> across all monorepo packages"
git pushmaingit checkout mainbun install