FEAT: /versions --bump-toolkit + grouped Dependabot for Remotion (#23 part 3) - #65
Merged
Conversation
…t for Remotion (#23 part 3) scripts/bump_remotion.py rewrites every remotion/@remotion/* pin under templates/, examples/, showcase/, tests/ to an exact version, refreshes lockfiles, optionally smoke-renders frame 0 per project (--smoke), runs the render-baseline A/B, and emits a markdown summary for the PR body. versions.md documents the flow. .github/dependabot.yml opens one grouped monthly Remotion PR across the same directories, gated by the render-baseline workflow. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 3 of #23. Builds on #63 (staleness) and #64 (render baseline) but merges independently.
scripts/bump_remotion.py <version>— rewrites everyremotion/@remotion/*pin undertemplates/,examples/,showcase/,tests/to an exact version, refreshes each lockfile (npm install --package-lock-only), optionally smoke-renders frame 0 of each Remotion project's first composition (--smoke, catches API breaks — templates have no assets so no visual diff), runs the render-baseline A/B, and prints a markdown summary for the PR body.--only <dir>for a cautious single-template pass,--dry-run,--summary <file>. Non-zero exit on any failure./versions --bump-toolkitdocumented inversions.md: pick target → run script on a branch → open PR → CI A/B gates → changelog note..github/dependabot.yml— one grouped monthly PR for theremotiongroup across the ten pinned directories, exact pins preserved (versioning-strategy: increase), React/TS excluded. Same CI gate as a manual bump.