Skip to content

fix!: uint8arrays are generic#170

Merged
achingbrain merged 3 commits intomainfrom
fix/uint8arrays-are-generic
May 7, 2026
Merged

fix!: uint8arrays are generic#170
achingbrain merged 3 commits intomainfrom
fix/uint8arrays-are-generic

Conversation

@achingbrain
Copy link
Copy Markdown
Member

Since microsoft/TypeScript#59417 Uint8Arrays are generic so update the types here to be explicit about what backing buffer is used, but be flexible enough to accept any type of backing buffer.

BREAKING CHANGE: Returned Uint8Arrays are now generic

Since microsoft/TypeScript#59417 `Uint8Array`s are generic so update the types here to be explicit about what backing buffer is used, but be flexible enough to accept any type of backing buffer.

BREAKING CHANGE: Returned `Uint8Array`s are now generic
@achingbrain achingbrain merged commit 048a855 into main May 7, 2026
20 checks passed
@achingbrain achingbrain deleted the fix/uint8arrays-are-generic branch May 7, 2026 11:52
github-actions Bot pushed a commit that referenced this pull request May 7, 2026
## [protons-runtime-v7.0.0](protons-runtime-6.0.2...protons-runtime-7.0.0) (2026-05-07)

### ⚠ BREAKING CHANGES

* Returned `Uint8Array`s are now generic

### Bug Fixes

* uint8arrays are generic ([#170](#170)) ([048a855](048a855))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🎉 This PR is included in version protons-runtime-v7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request May 7, 2026
## [protons-v9.0.0](protons-8.1.2...protons-9.0.0) (2026-05-07)

### ⚠ BREAKING CHANGES

* Returned `Uint8Array`s are now generic

### Bug Fixes

* uint8arrays are generic ([#170](#170)) ([048a855](048a855))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🎉 This PR is included in version protons-v9.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant