Skip to content

chore(deps): bump the runtime-minor-patch group with 4 updates#82

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-minor-patch-0d2bf337a6
Closed

chore(deps): bump the runtime-minor-patch group with 4 updates#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-minor-patch-0d2bf337a6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the runtime-minor-patch group with 4 updates: mediabunny, @remotion/cli, @remotion/bundler and @remotion/renderer.

Updates mediabunny from 1.39.2 to 1.49.0

Release notes

Sourced from mediabunny's releases.

v1.49.0

  • Added a new Logging singleton that can be used to control the log level of Mediabunny. Great for silencing console output for CLI applications. (#415)
  • Added ID3v2 read support for FLAC files (#417)
  • Removed forgotten console.log in range request warning path

v1.48.1

  • Fixed AVC/HEVC packet segmentation for MPEG-TS when no AUDs are present (#414)
  • Fixed MPEG-TS metadata reading taking unnecessarily long sometimes

v1.48.0

  • Added InputFormatOptions.hls.offsetTimestampsByDateTime (defaults to true), allowing you to disable Mediabunny offsetting timestamps by date time metadata found in HLS playlists
  • Added the ability to configure decoder preferences like hardware acceleration for each video sink (#406)
  • Fixed HLS request resolution logic not properly handling redirects
  • Improved error handling after disposing of an Input (#405)
  • Fixed occassional assertion failures when reading files with high contention (#404)

v1.47.0

  • Added AudioSample.trim() for getting a slice of an existing audio sample
  • Fixed zero-sample ISOBMFF fragments throwing an error (#411)
  • Fixed unhandled rejection when disposing invalid input (#413)
  • Fixed process in Conversion API being called before other transformations, not after (#403)

v1.46.0

  • Added options to registerMediabunnyServer, allowing you to specify a custom hardware context (#389)
  • Added VideoSample.encodeOptions and VideoSample.setEncodeOptions() for providing per-frame encoding settings
  • keyFrame encoding option now always takes precedence over keyFrameInterval when defined
  • Improved VideoSample error messages when the environment has insufficient canvas support
  • Improved VideoSample.clone() performance for ArrayBuffer-backed samples

v1.45.5

  • Fixed @mediabunny/server memory leaks (#392)
  • Made sure that at least one track per type is enabled when muxing ISOBMFF (#391)
  • Added support for reading and writing QuickTime nclc color space information (#397)
  • Added workaround for faulty Chromium key frame detection causing VideoDecoder error (#396)
  • UrlSource now properly respects the Range header passed into requestInit
  • Improved requestInit docs for UrlSource (#387)

v1.45.4

  • StreamSource is now called CustomSource. StreamSource still exists as a deprecated alias.
  • Improved MP3 frame boundary recovery for broken files (#382)
  • Fixed Date instances with incorrect timezone being emitted by some ID3 tags
  • Fixed FinalizationRegistry causing Input memory leaks when used with CustomSource (#367)

v1.45.3

  • Added a workaround for Chromium bug where the first encoded video packet isn't marked as "key" (#365)

v1.45.2

  • Fixed ID3v2 size parsing bug (#381)

v1.45.1

... (truncated)

Commits
  • 3e68665 Bump minor
  • cdc2ef6 Add Logging singleton to manually control Mediabunny's console output (fixes ...
  • 92a384f Added ID3v2 support for FLAC files. (Fixes #417) (#418)
  • 5b890ef Dumb oversight
  • 7f96336 Bump patch
  • bfd4059 Add advanced access unit delimination logic to MPEG-TS demuxer (fixes #414), ...
  • 53833f6 Add missing validation for HlsInputFormatOptions
  • 794c97b Bump minor
  • 5b4a5db Add HlsInputFormatOptions.offsetTimestampsByDateTime option, add InputTrack.g...
  • 2f0c040 Properly handle subrequests for redirected URLs
  • Additional commits viewable in compare view

Updates @remotion/cli from 4.0.440 to 4.0.484

Release notes

Sourced from @​remotion/cli's releases.

v4.0.484

What's Changed

Docs

Internal

Full Changelog: remotion-dev/remotion@v4.0.483...v4.0.484

v4.0.483

What's Changed

... (truncated)

Commits
  • 97b7207 v4.0.484
  • ee90e56 Remove Timing Editor shortcuts (#8701)
  • e131fbf Update docs page count (#8702)
  • 65f96fa @remotion/browser-studio: Add read-only browser Studio prototype (#8696)
  • c859e18 @​remotion/studio: Add color picker eyedropper shortcut (#8699)
  • b7bfa3d @​remotion/cli: Link Zod mismatch warning to docs (#8694)
  • 8a39ae8 @​remotion/player: Improve play button focus outline (#8682)
  • ec1b809 remotion-monorepo: Add worktree env copy hook (#8691)
  • 9f1dfb6 @​remotion/web-renderer: Add text-decoration support (#8689)
  • 162e153 @remotion/zod-types: Remove Zod peer dependency (#8688)
  • Additional commits viewable in compare view

Updates @remotion/bundler from 4.0.440 to 4.0.484

Release notes

Sourced from @​remotion/bundler's releases.

v4.0.484

What's Changed

Docs

Internal

Full Changelog: remotion-dev/remotion@v4.0.483...v4.0.484

v4.0.483

What's Changed

... (truncated)

Commits
  • 97b7207 v4.0.484
  • ee90e56 Remove Timing Editor shortcuts (#8701)
  • e131fbf Update docs page count (#8702)
  • 65f96fa @remotion/browser-studio: Add read-only browser Studio prototype (#8696)
  • c859e18 @​remotion/studio: Add color picker eyedropper shortcut (#8699)
  • b7bfa3d @​remotion/cli: Link Zod mismatch warning to docs (#8694)
  • 8a39ae8 @​remotion/player: Improve play button focus outline (#8682)
  • ec1b809 remotion-monorepo: Add worktree env copy hook (#8691)
  • 9f1dfb6 @​remotion/web-renderer: Add text-decoration support (#8689)
  • 162e153 @remotion/zod-types: Remove Zod peer dependency (#8688)
  • Additional commits viewable in compare view

Updates @remotion/renderer from 4.0.440 to 4.0.484

Release notes

Sourced from @​remotion/renderer's releases.

v4.0.484

What's Changed

Docs

Internal

Full Changelog: remotion-dev/remotion@v4.0.483...v4.0.484

v4.0.483

What's Changed

... (truncated)

Commits
  • 97b7207 v4.0.484
  • ee90e56 Remove Timing Editor shortcuts (#8701)
  • e131fbf Update docs page count (#8702)
  • 65f96fa @remotion/browser-studio: Add read-only browser Studio prototype (#8696)
  • c859e18 @​remotion/studio: Add color picker eyedropper shortcut (#8699)
  • b7bfa3d @​remotion/cli: Link Zod mismatch warning to docs (#8694)
  • 8a39ae8 @​remotion/player: Improve play button focus outline (#8682)
  • ec1b809 remotion-monorepo: Add worktree env copy hook (#8691)
  • 9f1dfb6 @​remotion/web-renderer: Add text-decoration support (#8689)
  • 162e153 @remotion/zod-types: Remove Zod peer dependency (#8688)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the runtime-minor-patch group with 4 updates: [mediabunny](https://github.com/Vanilagy/mediabunny), [@remotion/cli](https://github.com/remotion-dev/remotion), [@remotion/bundler](https://github.com/remotion-dev/remotion) and [@remotion/renderer](https://github.com/remotion-dev/remotion).


Updates `mediabunny` from 1.39.2 to 1.49.0
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](Vanilagy/mediabunny@v1.39.2...v1.49.0)

Updates `@remotion/cli` from 4.0.440 to 4.0.484
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.440...v4.0.484)

Updates `@remotion/bundler` from 4.0.440 to 4.0.484
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.440...v4.0.484)

Updates `@remotion/renderer` from 4.0.440 to 4.0.484
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.440...v4.0.484)

---
updated-dependencies:
- dependency-name: mediabunny
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-minor-patch
- dependency-name: "@remotion/cli"
  dependency-version: 4.0.484
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-minor-patch
- dependency-name: "@remotion/bundler"
  dependency-version: 4.0.484
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-minor-patch
- dependency-name: "@remotion/renderer"
  dependency-version: 4.0.484
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from heyoub as a code owner June 29, 2026 21:12
@heyoub heyoub closed this Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/runtime-minor-patch-0d2bf337a6 branch July 1, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant