Skip to content

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
masterfrom
dependabot/npm_and_yarn/packages/plugin/docs/animation/remotion-4.0.410
Open

chore(deps): bump remotion from 4.0.290 to 4.0.410 in /packages/plugin/docs/animation#180
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/plugin/docs/animation/remotion-4.0.410

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps remotion from 4.0.290 to 4.0.410.

Release notes

Sourced from remotion's releases.

v4.0.410

What's Changed

Docs

Templates

Internals

New Contributors

Full Changelog: remotion-dev/remotion@v4.0.409...v4.0.410

v4.0.409

What's Changed

Full Changelog: remotion-dev/remotion@v4.0.408...v4.0.409

v4.0.408

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.


Summary by cubic

Update remotion to 4.0.410 in packages/plugin/docs/animation to pull in recent fixes and minor improvements. No app code changes.

  • Dependencies
    • Bump remotion from 4.0.290 to 4.0.410.

Written for commit 61188c7. Summary will update on new commits.

Review in cubic

Greptile Summary

This automated dependency PR bumps remotion from 4.0.290 to 4.0.410 in the animation docs package, updating both package.json and package-lock.json.

  • The bump reduces the version gap with @remotion/cli (pinned at 4.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.
  • Only the remotion package entry changes in the lock file; all other dependencies are untouched.

Confidence Score: 3/5

The bump moves remotion closer to @remotion/cli but 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, remotion is at 4.0.410 and @remotion/cli is 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 remotion and @remotion/cli need to be pinned to the same version.

Important Files Changed

Filename Overview
packages/plugin/docs/animation/package.json Bumps remotion from 4.0.290 to 4.0.410, but @remotion/cli remains at 4.0.481 — a 71-version mismatch that Remotion's CLI will reject at runtime.
packages/plugin/docs/animation/package-lock.json Lock file correctly reflects the remotion version 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

Greptile also left 1 inline comment on this PR.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​remotion@​4.0.290 ⏵ 4.0.41097 -1100 +7592 +196100 +20

View full report

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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants