Skip to content

chore(deps-dev): bump mediabunny from 1.50.8 to 1.51.0 - #9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mediabunny-1.51.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mediabunny-1.51.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps mediabunny from 1.50.8 to 1.51.0.

Release notes

Sourced from mediabunny's releases.

v1.51.0

  • Added composable conversions: You can now set composable: true for a Conversion, which makes the Conversion no longer "own" the Output. This allows you to add additional tracks manually, or have multiple conversions target the same output, useful for combining multiple files into one.
  • Conversions can now be paused using the pauseSignal option on the execute method
  • Conversions can now be stepped forward deliberately using the until option on the execute method

v1.50.9

  • WAVE demuxer now throws immediately for formats it doesn't support (#440)
  • Added read/write support for 64-bit float sample format for WAVE
  • Fixed incorrect duration computation for multi-frame Opus packets (#439)
  • Fixed nested workers randomly shutting off in Firefox (#435)
  • Fixed writing WebVTT in MP4 creating an assertion error (#441)
  • Fixed missing BlockDuration when writing WebVTT into Matroska (#442)
  • Make sure video/audio samples are always closed in the Conversion API, even during error cases
Commits
  • 634186f Bump minor
  • ae5a583 Add ability to pause conversions or step them deliberately
  • f41eef0 Add composable conversions
  • 794b848 Make sure that samples are always closed in the Conversion API, even on error...
  • 45c34f9 Bump patch
  • 3ec4061 Clean up
  • bf592a8 Give Matroska subtitle cues a BlockDuration (#442)
  • 454476a Fix WebVTT-in-MP4 output by starting the aux writer (#441)
  • d2aea55 Add spacing
  • 94d4266 Add extension decoders to media player example (#433)
  • Additional commits viewable in compare view

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)

Bumps [mediabunny](https://github.com/Vanilagy/mediabunny) from 1.50.8 to 1.51.0.
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](Vanilagy/mediabunny@v1.50.8...v1.51.0)

---
updated-dependencies:
- dependency-name: mediabunny
  dependency-version: 1.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #15.

@dependabot dependabot Bot closed this Aug 10, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mediabunny-1.51.0 branch August 10, 2026 15:45
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