Skip to content

chore(deps): bump @qvac/sdk from 0.12.0 to 0.13.3#17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qvac/sdk-0.13.3
Closed

chore(deps): bump @qvac/sdk from 0.12.0 to 0.13.3#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qvac/sdk-0.13.3

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @qvac/sdk from 0.12.0 to 0.13.3.

Release notes

Sourced from @​qvac/sdk's releases.

QVAC SDK v0.13.3

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.3

A maintenance patch release that updates the bundled @qvac/decoder-audio dependency to ^0.5.0.

Dependency Changes

The bundled @qvac/decoder-audio audio decoder is updated to ^0.5.0. The same update is mirrored into the Bare build (@qvac/bare-sdk), which ships in lockstep with @qvac/sdk.

QVAC SDK v0.13.2

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.2

A small patch release: TTS language validation is now engine-aware, the Bare build of the SDK drops two Node-only install dependencies, and the bundled @qvac/rag is updated.

New APIs

TTS language validation is now specific to each engine instead of sharing a single four-language list. Chatterbox accepts all 18 of its multilingual languages, and Supertonic is restricted to the five it actually supports at runtime (en, es, fr, pt, ko). Two new constants and their types are exported so you can reference each engine's language set directly.

import {
  TTS_CHATTERBOX_LANGUAGES, // en, es, fr, de, it, pt, nl, pl, tr, sv, da, fi, no, el, ms, sw, ar, ko
  TTS_SUPERTONIC_LANGUAGES, // en, es, fr, pt, ko
  type TtsChatterboxLanguage,
  type TtsSupertonicLanguage,
} from "@qvac/sdk";
// Chatterbox now accepts all 18 multilingual languages
await loadModel({
modelSrc: ...,
modelConfig: { ttsEngine: "chatterbox", language: "tr" },
});

Supertonic configs no longer accept de or it. The native engine never produced valid audio for those languages, so this tightens validation to match real runtime support rather than removing a working capability.

Dependency and Packaging Changes

... (truncated)

Changelog

Sourced from @​qvac/sdk's changelog.

[0.13.3]

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.3

A maintenance patch release that updates the bundled @qvac/decoder-audio dependency to ^0.5.0.

Dependency Changes

The bundled @qvac/decoder-audio audio decoder is updated to ^0.5.0. The same update is mirrored into the Bare build (@qvac/bare-sdk), which ships in lockstep with @qvac/sdk.

[0.13.2]

📦 NPM: https://www.npmjs.com/package/@​qvac/sdk/v/0.13.2

A small patch release: TTS language validation is now engine-aware, the Bare build of the SDK drops two Node-only install dependencies, and the bundled @qvac/rag is updated.

New APIs

TTS language validation is now specific to each engine instead of sharing a single four-language list. Chatterbox accepts all 18 of its multilingual languages, and Supertonic is restricted to the five it actually supports at runtime (en, es, fr, pt, ko). Two new constants and their types are exported so you can reference each engine's language set directly.

import {
  TTS_CHATTERBOX_LANGUAGES, // en, es, fr, de, it, pt, nl, pl, tr, sv, da, fi, no, el, ms, sw, ar, ko
  TTS_SUPERTONIC_LANGUAGES, // en, es, fr, pt, ko
  type TtsChatterboxLanguage,
  type TtsSupertonicLanguage,
} from "@qvac/sdk";
// Chatterbox now accepts all 18 multilingual languages
await loadModel({
modelSrc: ...,
modelConfig: { ttsEngine: "chatterbox", language: "tr" },
});

Supertonic configs no longer accept de or it. The native engine never produced valid audio for those languages, so this tightens validation to match real runtime support rather than removing a working capability.

Dependency and Packaging Changes

... (truncated)

Commits
  • 9a46100 QVAC-20769 test: remove Wan 2.1 video e2e (#2593)
  • fd0be84 chore[skiplog]: backmerge release-sdk-0.13.3 — version bump + changelog (#2613)
  • e67a231 chore[notask]: bump sdk decoder-audio to ^0.5.0 (#2608)
  • 8ec97fc chore[notask]: prepare sdk + bare-sdk 0.13.2 release (#2597)
  • bf2fcd2 QVAC-2444 fix: surface worker startup stderr (#2550)
  • 8c6f545 fix: stabilize sdk e2e bootstrap downloads (#2557)
  • 962607d feat[api]: separate TTS language validation per engine (#2581)
  • 3002eea chore[skiplog|notask]: backmerge release-sdk-0.13.1 — bare-fetch ^3.0.1, deco...
  • 2bfc2a5 QVAC-19697 chore[skiplog]: backmerge release-sdk-0.13.0 - changelog metadata ...
  • 231d623 QVAC-18515 fix[api]: catch bare-runtime spawn failure instead of crashing the...
  • 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 [@qvac/sdk](https://github.com/tetherto/qvac/tree/HEAD/packages/sdk) from 0.12.0 to 0.13.3.
- [Release notes](https://github.com/tetherto/qvac/releases)
- [Changelog](https://github.com/tetherto/qvac/blob/main/packages/sdk/CHANGELOG.md)
- [Commits](https://github.com/tetherto/qvac/commits/sdk-v0.13.3/packages/sdk)

---
updated-dependencies:
- dependency-name: "@qvac/sdk"
  dependency-version: 0.13.3
  dependency-type: direct:production
  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 Jun 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Author

Superseded by #22.

@dependabot dependabot Bot closed this Jun 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/qvac/sdk-0.13.3 branch June 25, 2026 00:07
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