Skip to content

chore(deps): bump remotion from 4.0.258 to 4.0.410 in /site - #109

Merged
cnjack merged 1 commit into
mainfrom
dependabot/npm_and_yarn/site/remotion-4.0.410
Jul 4, 2026
Merged

chore(deps): bump remotion from 4.0.258 to 4.0.410 in /site#109
cnjack merged 1 commit into
mainfrom
dependabot/npm_and_yarn/site/remotion-4.0.410

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps remotion from 4.0.258 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.

Bumps [remotion](https://github.com/remotion-dev/remotion) from 4.0.258 to 4.0.410.
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.258...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 Jul 3, 2026

@cnjack cnjack left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Review

Overall Risk: Medium — this bump only updates remotion (4.0.258 → 4.0.410) but leaves @remotion/player pinned at 4.0.258.

Finding: Remotion / @remotion/player version skew

Remotion's own docs require remotion and all @remotion/* companion packages to be on the exact same version — mismatches are documented to cause "subtle bugs or even complete breakage" (https://www.remotion.dev/docs/version-mismatch), since <Player> and the composition's remotion runtime communicate through internal state that isn't guaranteed compatible across versions.

Evidence:

  • site/package.json: @remotion/player stays at 4.0.258 while remotion bumps to 4.0.410.
  • site/pnpm-lock.yaml confirms two distinct resolved copies: remotion@4.0.258 (pulled in transitively via @remotion/player@4.0.258) and remotion@4.0.410 (the new direct dependency).
  • site/src/components/DemoPlayer.tsx renders <Player> from @remotion/player, hosting compositions (site/src/remotion/DesktopDemo.tsx, CliDemo.tsx) that import useCurrentFrame/useVideoConfig/spring/interpolate directly from the bumped remotion. A ~150-patch-version gap between the two copies is enough to plausibly break that communication.

Suggested fix: Bump @remotion/player to match (4.0.410, or whatever release aligns) in this same PR so both resolve to one shared version. Longer term, add a .github/dependabot.yml group rule for the remotion/@remotion/* family so Dependabot bumps them atomically instead of one at a time.

No other issues — the diff is otherwise a clean, minimal lockfile-only change scoped to site/, which doesn't touch the core Go agent.


Generated by Claude Code

@cnjack
cnjack merged commit aa2930b into main Jul 4, 2026
2 checks passed
@cnjack
cnjack deleted the dependabot/npm_and_yarn/site/remotion-4.0.410 branch July 4, 2026 06:39
cnjack pushed a commit that referenced this pull request Jul 12, 2026
Bumps [remotion](https://github.com/remotion-dev/remotion) from 4.0.258 to 4.0.410.
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.258...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant