Skip to content

Comments

[pull] main from honojs:main#143

Merged
pull[bot] merged 3 commits intocode:mainfrom
honojs:main
Feb 6, 2026
Merged

[pull] main from honojs:main#143
pull[bot] merged 3 commits intocode:mainfrom
honojs:main

Conversation

@pull
Copy link

@pull pull bot commented Feb 6, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

kaigritun and others added 3 commits February 6, 2026 15:47
* fix(jsx): preserve context when using await before html helper

When an async component used await before returning html with children,
the context was being popped synchronously in the finally block before
the Promise resolved. This caused children to lose access to the context.

The fix delays the pop() until the Promise resolves (or rejects), ensuring
context remains available throughout the async component's execution.

Fixes #4582

* refactor: use finally() for context cleanup per review

* chore: remove package-lock.json

---------

Co-authored-by: Kai Gritun <kai@kaigritun.com>
Co-authored-by: Taku Amano <taku@taaas.jp>
* fix(bearer-auth): make auth-scheme case-insensitive

* refactor: adjust test case order
@pull pull bot locked and limited conversation to collaborators Feb 6, 2026
@pull pull bot added the ⤵️ pull label Feb 6, 2026
@pull pull bot merged commit 5ca5c3e into code:main Feb 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants