Skip to content

fix!: remove AbortOptions exports#156

Merged
achingbrain merged 1 commit intomainfrom
fix/remove-abort-options-exports
Mar 19, 2025
Merged

fix!: remove AbortOptions exports#156
achingbrain merged 1 commit intomainfrom
fix/remove-abort-options-exports

Conversation

@achingbrain
Copy link
Copy Markdown
Owner

Re-use the AbortOptions export from the abort-error module.

BREAKING CHANGE: the AbortOptions interface is no longer exported, use the one from abort-error instead

Re-use the `AbortOptions` export from the `abort-error` module.

BREAKING CHANGE: the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.88%. Comparing base (66e2278) to head (29a8e70).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
+ Coverage   96.82%   96.88%   +0.05%     
==========================================
  Files         107      107              
  Lines        9702     9660      -42     
  Branches     1457     1453       -4     
==========================================
- Hits         9394     9359      -35     
+ Misses        308      301       -7     
Flag Coverage Δ
chrome 97.25% <100.00%> (+0.18%) ⬆️
node 96.79% <100.00%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@achingbrain achingbrain merged commit 34b18fb into main Mar 19, 2025
22 checks passed
@achingbrain achingbrain deleted the fix/remove-abort-options-exports branch March 19, 2025 09:55
github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-queueless-pushable-v2.0.0](it-queueless-pushable-1.0.2...it-queueless-pushable-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Bug Fixes

* re-throw error on write ([#157](#157)) ([be2275e](be2275e))
* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-queueless-pushable-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-byte-stream-v2.0.0](it-byte-stream-1.1.1...it-byte-stream-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* if the underlying stream closes without yielding any bytes and we are not waiting for a required number of bytes, `byteStream.read` will now return `null` instead of an empty `Uint8ArrayList`
* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Features

* return null from bytestream when stream closes ([#158](#158)) ([df88a9d](df88a9d))

### Bug Fixes

* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-byte-stream-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-ndjson-stream-v2.0.0](it-ndjson-stream-1.0.1...it-ndjson-stream-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Bug Fixes

* re-throw error on write ([#157](#157)) ([be2275e](be2275e))
* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-ndjson-stream-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-length-prefixed-stream-v2.0.0](it-length-prefixed-stream-1.2.1...it-length-prefixed-stream-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* if the underlying stream closes without yielding any bytes and we are not waiting for a required number of bytes, `byteStream.read` will now return `null` instead of an empty `Uint8ArrayList`
* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Features

* return null from bytestream when stream closes ([#158](#158)) ([df88a9d](df88a9d))

### Bug Fixes

* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-length-prefixed-stream-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-cbor-stream-v2.0.0](it-cbor-stream-1.0.1...it-cbor-stream-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Bug Fixes

* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-cbor-stream-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-protobuf-stream-v2.0.0](it-protobuf-stream-1.1.6...it-protobuf-stream-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Bug Fixes

* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-protobuf-stream-v2.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