Skip to content

chore(deps-dev): bump node-av from 6.2.0-beta.5 to 6.2.0-beta.6#21

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-av-6.2.0-beta.6
Open

chore(deps-dev): bump node-av from 6.2.0-beta.5 to 6.2.0-beta.6#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-av-6.2.0-beta.6

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps node-av from 6.2.0-beta.5 to 6.2.0-beta.6.

Release notes

Sourced from node-av's releases.

v6.2.0-beta.6

⚠️ This is a pre-release version for testing. Install with: npm install node-av@beta

📋 All Changes since v6.1.1

  • chore: bump version to 6.2.0-beta.6 (5fa607b) - @​seydx
  • Update deps (4e6694b) - @​seydx
  • Update tests (9b5d07f) - @​seydx
  • Add bitrate control for video encoding in FMP4Stream (23cee7f) - @​seydx
  • Add permissions for build job in workflow (67ad931) - @​seydx
  • Update Changelog (4f5b277) - @​seydx
  • Update macOS runner to use macos-26 and enhance Xcode selection logic (d0f29f4) - @​seydx
  • Update Xcode version handling and add cache cleanup job for stale FFmpeg caches (3644b0e) - @​seydx
  • chore: bump version to 6.2.0-beta.5 (c23e621) - @​seydx
  • Update Readme (2bff8b8) - @​seydx
  • Update tests (c52b0f7) - @​seydx
  • Enhance concurrency handling in FormatContext by adding shared mutex for safe access during FFmpeg operations (aecef74) - @​seydx
  • Update bindings (324e7c6) - @​seydx
  • Enhance error handling to prevent JS calls when not allowed (7d9a845) - @​seydx
  • Improve error handling in device listing workers to prevent JS calls when not allowed (4e77c20) - @​seydx
  • Optimize stream handling in Decoder class to prevent memory issues (7ca06cc) - @​seydx
  • chore: bump version to 6.2.0-beta.4 (1306ab2) - @​seydx
  • Update deps (aed5a03) - @​seydx
  • Update Changelog (ada70d1) - @​seydx
  • Format (692c865) - @​seydx
  • Add SHA256 checksum generation for release archives and update NPM publish command with provenance (01025d7) - @​seydx
  • Add FFMPEG_MSVC_PREBUILT_TAG and enhance workflow for reproducible builds (30788c0) - @​seydx
  • Update tests (1ba5dfd) - @​seydx
  • Add async operation guards in Fifo and FilterGraph to prevent use-after-free errors during resource management (dc332ce) - @​seydx
  • Add async operation guards in SoftwareResampleContext to prevent use-after-free errors during context replacement and cleanup (29b2fb6) - @​seydx
  • Add async operation guards in SoftwareScaleContext to prevent use-after-free errors during context replacement (8b7a45d) - @​seydx
  • Enhance Scaler to manage async operations and prevent use-after-free errors during cleanup (e52e77e) - @​seydx
  • Refactor HardwareFramesContext to improve memory management and async operation handling (3c71a78) - @​seydx
  • Refactor HardwareDeviceContext to manage device references more safely and simplify ownership handling (2e460fd) - @​seydx
  • Add async operation guards to prevent use-after-free in Frame operations (55040cd) - @​seydx
  • Add async operation guard and improve context management in IOContext (fc7afef) - @​seydx
  • Enhance InputFormatProbeBufferWorker with improved error handling and async operation management (432dfa7) - @​seydx
  • Add synchronous seek method and enhance error handling in FormatContext (ff3167d) - @​seydx
  • Add async operation guards and validation for frame objects in FilterContext (f85bfd9) - @​seydx
  • Add async operation guards and validation for audio frames in CodecContext (fc96340) - @​seydx
  • Add async operation guard to Free method in BitStreamFilterContext (b05eff8) - @​seydx
  • Enhance AudioFifo class with buffer validation and async operation handling (bfe2a75) - @​seydx
  • Add PromiseWorker and AsyncOpCounter classes for asynchronous operation management (7a7b72b) - @​seydx
  • Refactor Packet class to improve memory management and preserve metadata during data assignment (0405bf4) - @​seydx
  • Fix memory allocation for attached picture (30fdc53) - @​seydx
  • Update typings (a8c1f80) - @​seydx
  • Refactor HardwareFramesContext to remove caching of device context wrapper (9557525) - @​seydx
  • Refactor Frame class to remove caching of hardware frames context (548a14b) - @​seydx
  • Refactor FormatContext to improve metadata handling and add synchronous seekFile method (f5b1ec9) - @​seydx

... (truncated)

Changelog

Sourced from node-av's changelog.

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

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)

Bumps [node-av](https://github.com/seydx/node-av) from 6.2.0-beta.5 to 6.2.0-beta.6.
- [Release notes](https://github.com/seydx/node-av/releases)
- [Changelog](https://github.com/seydx/node-av/blob/main/CHANGELOG.md)
- [Commits](seydx/node-av@v6.2.0-beta.5...v6.2.0-beta.6)

---
updated-dependencies:
- dependency-name: node-av
  dependency-version: 6.2.0-beta.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 13, 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