chore[notask]: release sdk + bare-sdk 0.13.1 — finish bare-* cleanup (bare-fetch ^3.0.1, decoder-audio ^0.4.0)#2578
Merged
Conversation
… dev bare-subprocess ^6.1.0 (sdk + bare-sdk 0.13.1) decoder-audio@0.4.0 drops the deprecated @qvac/response (consolidated into @qvac/infer-base) and returns QvacResponse synchronously from run(), so server/utils/audio/decoder.ts no longer awaits decoder.run().
arun-mani-j
approved these changes
Jun 15, 2026
Contributor
Tier-based Approval Status |
NamelsKing
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Releases
@qvac/sdk+@qvac/bare-sdk0.13.1 (lockstep) — a dependency-maintenance patch on top of0.13.0that finishes thebare-*cleanup, removing the deprecated@qvac/responseand the exactbare-events 2.4.2pin from the SDK dependency tree.Changes
bare-fetch^2.9.1→^3.0.1(sdk + bare-sdk). Transitive-only major; publicfetchAPI unchanged. The only 3.x behavior change is 3.0.1 header validation, and all SDK header construction is RFC-valid. (Thebare-tlstrust-store change already shipped at2.xvia the lockfile.)@qvac/decoder-audio^0.3.7→^0.4.0(sdk + bare-sdk).0.4.0drops the deprecated@qvac/response(consolidated into@qvac/infer-base).decoder-audio@0.4.0returns itsQvacResponsefromrun()synchronously (it was aPromisein0.3.x), soserver/utils/audio/decoder.tsno longerawaitsdecoder.run().bare-subprocess^5.2.3→^6.1.0(sdk; not shipped to consumers).Validation (clean install of this tree)
@qvac/response, nobare-events@2.4.2, nobare-fetch@2.x, no@qvac/decoder-audio@0.3.xresolve.bare-eventsresolves2.9.1(via@qvac/infer-base@0.4.2),bare-fetch3.0.1.bare-subprocess@5.xremains only viabare-runtime+brittle(unavoidable; not an addon).bun run build(eslint + tsc) ✅,test:unit10/10 ✅, desktop e2etranscription(decoder-audio path) ✅.check:deps-vs-sdkgreen (sdk ↔ bare-sdk lockstep at0.13.1).Skipped bare-* bumps
All other
bare-*are same-major carets that resolve to latest at install (bare-fs 4.7.2,bare-os 3.9.1,bare-crypto 1.15.3,bare-stream 2.13.3,bare-pack 2.1.3,bare-process 4.4.1,bare-zlib 1.4.0,bare-abort-controller,bare-rpc,bare-runtime,bare-readline(dev),bare-url(dev));bare-net 2.3.2/bare-path 3.0.1already latest;bare-link >=3.0.0peer covers3.2.2.