chore(deps): bump remotion from 4.0.290 to 4.0.410 in /packages/plugin/docs/animation#180
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [remotion](https://github.com/remotion-dev/remotion) from 4.0.290 to 4.0.410. - [Release notes](https://github.com/remotion-dev/remotion/releases) - [Commits](remotion-dev/remotion@v4.0.290...v4.0.410) --- updated-dependencies: - dependency-name: remotion dependency-version: 4.0.410 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Comment on lines
15
to
+18
| "@remotion/cli": "4.0.481", | ||
| "react": "18.3.1", | ||
| "react-dom": "18.3.1", | ||
| "remotion": "4.0.290" | ||
| "remotion": "4.0.410" |
There was a problem hiding this comment.
Remotion package version mismatch
@remotion/cli is pinned to 4.0.481 while remotion is now at 4.0.410 — a gap of 71 releases. Remotion enforces that all its packages are at the same version and the CLI actively checks for this at startup, printing a fatal version-mismatch error when they differ. Running npx remotion studio or npx remotion render against this package will fail (or produce warnings that block rendering) until both packages are aligned. Consider bumping @remotion/cli to 4.0.410 to match, or bumping remotion to 4.0.481 to match the CLI.
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.
Bumps remotion from 4.0.290 to 4.0.410.
Release notes
Sourced from remotion's releases.
... (truncated)
Commits
a5650cbv4.0.410c0d9d4bMerge pull request #6372 from tiwariaayu/#6365be94efdUpdate cli-versions.test.tsaae57a531k239dac3Merge pull request #6380 from remotion-dev/fix/render-button-dropdowncee59bbUpdate RenderButton.tsxccffcfaUpdate cli-versions.test.ts8579712Merge remote-tracking branch 'origin/main' into pr/63720b87929alright2aea3a2docs: document mediabunny and zod support in CLI commandsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Update
remotionto 4.0.410 inpackages/plugin/docs/animationto pull in recent fixes and minor improvements. No app code changes.remotionfrom 4.0.290 to 4.0.410.Written for commit 61188c7. Summary will update on new commits.
Greptile Summary
This automated dependency PR bumps
remotionfrom4.0.290to4.0.410in the animation docs package, updating bothpackage.jsonandpackage-lock.json.@remotion/cli(pinned at4.0.481) from 191 to 71 releases, but does not close it — Remotion requires all its packages to be at identical versions and enforces this at CLI startup.remotionpackage entry changes in the lock file; all other dependencies are untouched.Confidence Score: 3/5
The bump moves
remotioncloser to@remotion/clibut leaves a 71-version gap that Remotion's CLI enforces at startup, so the animation docs package will not render correctly as-is.Both Remotion packages need to be at exactly the same version for the CLI commands (
npx remotion studio,npx remotion render) to work. After this change,remotionis at 4.0.410 and@remotion/cliis at 4.0.481 — a meaningful mismatch that Remotion detects and rejects. The lock file itself is internally consistent and the change is otherwise straightforward, but the functional goal of being able to run this animation package is blocked until both versions are aligned.package.json — both
remotionand@remotion/clineed to be pinned to the same version.Important Files Changed
remotionfrom 4.0.290 to 4.0.410, but@remotion/cliremains at 4.0.481 — a 71-version mismatch that Remotion's CLI will reject at runtime.remotionversion bump to 4.0.410 with updated integrity hash; no other dependency changes.Reviews (1): Last reviewed commit: "chore(deps): bump remotion in /packages/..." | Re-trigger Greptile