-
-
Notifications
You must be signed in to change notification settings - Fork 36
Upcoming Release Changes #2184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming Release Changes #2184
Conversation
e50def2
to
847c337
Compare
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request removes two changeset documentation files while updating version numbers and changelogs for the Changes
Sequence Diagram(s)sequenceDiagram
participant Client as Caller
participant NodeFetch as @whatwg-node/node-fetch
participant ArrayFunc as Array.fromAsync
Client->>NodeFetch: Initiate fetch operation
NodeFetch->>ArrayFunc: Gather async values
ArrayFunc-->>NodeFetch: Return collected values
NodeFetch-->>Client: Deliver response
sequenceDiagram
participant Client as Caller
participant Iterate as iterateAsync
participant Fake as fakePromise
Client->>Iterate: Invoke iterateAsync
Note right of Iterate: Internal functions renamed for clearer traces
Client->>Fake: Call fakePromise with MaybePromise input
Fake-->>Client: Return processed promise
Possibly related PRs
Poem
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
💤 Files with no reviewable changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (16)
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅
|
✅
|
✅
|
✅
|
✅
|
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@whatwg-node/[email protected]
Patch Changes
#2182
a45e929
Thanks @ardatan! - Use
Array.fromAsync
when possible to collectvalues
Updated dependencies
[
a45e929
]:@whatwg-node/[email protected]
Patch Changes
a45e929
Thanks @ardatan! - - Name functions in
iterateAsync
for morereadable traces
fakePromise
acceptsMaybePromise
as an input