Skip to content

chore(deps-dev): bump mediabunny from 1.50.8 to 1.52.3 - #15

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps mediabunny from 1.50.8 to 1.52.3.

Release notes

Sourced from mediabunny's releases.

v1.52.3

  • Changed alternate group assignment in ISOBMFF muxer to work around WebKit bug (#454)
  • Fixed occasional assertion failure when not awaiting Output.start()

v1.52.2

  • Improved quality of canvas-based video resizing

v1.52.1

  • Fixed ISOBMFF "Compressor name" not being written as a Pascal-style string

v1.52.0

  • Added quantizer support for encoders, enabling constant-quality encoding. Quantizer mode is used automatically if you use subjective qualities; no code changes needed. (#448)
  • Expanded the Quality class: Can now take in an arbitrary quality level, specify bitrate and bitrate mode, and specify a concrete per-codec quantizer level
  • Adjusted @mediabunny/server to properly forward quantizer settings to libavcodec
  • Deprecated bitrate fields all across the API; use the new quality field instead
  • Fixed video/audio decoders not being closed in certain error situations (#446)
  • Fixed promises hanging indefinitely sometimes when calling Input.dispose()
  • Improved encoder error handling to reduce "Sample wasn't closed" warnings
  • Fixed ISOBMFF muxer not labeling video tracks as containing an alpha track (for example, with ProRes 4444) (#450)

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
  • ce10bb7 Bump patch
  • 445911e Fix ISOBMFF muxer track alternate groups (fixes #454), fixed mutex race condi...
  • 7a871ce Update README to new Quality API
  • 593cd6e Bump patch
  • a0e18ff Use imageSmoothingQuality high when doing canvas-based resizes
  • f177be1 Write out compressor name as Pascal-style string, bump patch
  • 6be47af Bump minor
  • d5362e2 Fix incorrect video depth being written in ISOBMFF for video tracks with an a...
  • c3df2a2 Add custom quality factors and quantizer bitrate mode (#448)
  • 1a99b03 Improve encoder-side error handling, always close samples/frames even in erro...
  • 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.52.3.
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](Vanilagy/mediabunny@v1.50.8...v1.52.3)

---
updated-dependencies:
- dependency-name: mediabunny
  dependency-version: 1.52.3
  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 Aug 10, 2026
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