Skip to content
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

fix: make hono as external to build #182

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Conversation

yusukebe
Copy link
Member

@yusukebe yusukebe commented Jul 2, 2024

@yusukebe yusukebe merged commit 8ab5f3c into main Jul 2, 2024
4 checks passed
@yusukebe yusukebe deleted the fix/external-hono-for-buid branch July 2, 2024 02:08
adamnolte referenced this pull request in autoblocksai/cli Jul 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@hono/node-server](https://togithub.com/honojs/node-server) |
[`1.11.4` ->
`1.12.0`](https://renovatebot.com/diffs/npm/@hono%2fnode-server/1.11.4/1.12.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@hono%2fnode-server/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@hono%2fnode-server/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@hono%2fnode-server/1.11.4/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@hono%2fnode-server/1.11.4/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>honojs/node-server (@&#8203;hono/node-server)</summary>

###
[`v1.12.0`](https://togithub.com/honojs/node-server/releases/tag/v1.12.0)

[Compare
Source](https://togithub.com/honojs/node-server/compare/v1.11.5...v1.12.0)

#### What's Changed

- fix(serve-static): supports extension less files by
[@&#8203;yusukebe](https://togithub.com/yusukebe) in
[https://github.com/honojs/node-server/pull/183](https://togithub.com/honojs/node-server/pull/183)
- feat: implement ConnInfo helper by
[@&#8203;nakasyou](https://togithub.com/nakasyou) in
[https://github.com/honojs/node-server/pull/180](https://togithub.com/honojs/node-server/pull/180)

#### New Contributors

- [@&#8203;nakasyou](https://togithub.com/nakasyou) made their first
contribution in
[https://github.com/honojs/node-server/pull/180](https://togithub.com/honojs/node-server/pull/180)

**Full Changelog**:
honojs/node-server@v1.11.5...v1.12.0

###
[`v1.11.5`](https://togithub.com/honojs/node-server/releases/tag/v1.11.5)

[Compare
Source](https://togithub.com/honojs/node-server/compare/v1.11.4...v1.11.5)

#### What's Changed

- fix: make `hono` as external to build by
[@&#8203;yusukebe](https://togithub.com/yusukebe) in
[https://github.com/honojs/node-server/pull/182](https://togithub.com/honojs/node-server/pull/182)

**Full Changelog**:
honojs/node-server@v1.11.4...v1.11.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/autoblocksai/cli).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

serveStatic doesn't work with extensionless files
1 participant