get-convex / convex-helpers

A collection of useful code to complement the official packages.
MIT License
94 stars 16 forks source link

Update dependency hono to v4.1.3 #79

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hono (source) 4.1.0 -> 4.1.3 age adoption passing confidence

Release Notes

honojs/hono (hono) ### [`v4.1.3`](https://togithub.com/honojs/hono/releases/tag/v4.1.3) [Compare Source](https://togithub.com/honojs/hono/compare/v4.1.2...v4.1.3) #### What's Changed - fix(deno): export jwt helpers for Deno in `src/helper.ts` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2385](https://togithub.com/honojs/hono/pull/2385) - fix(jsx): use self closing tag only if element has no children by [@​usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2384](https://togithub.com/honojs/hono/pull/2384) - feat(ssg): Support asynchronous hooks by [@​watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/2381](https://togithub.com/honojs/hono/pull/2381) - fix(validator): use cached body for `json` and `form` validation by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2392](https://togithub.com/honojs/hono/pull/2392) - fix(jsx): escape attribute value for "style" by [@​usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2390](https://togithub.com/honojs/hono/pull/2390) **Full Changelog**: https://github.com/honojs/hono/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://togithub.com/honojs/hono/releases/tag/v4.1.2) [Compare Source](https://togithub.com/honojs/hono/compare/v4.1.1...v4.1.2) #### What's Changed - feat(utils/cookie): Typesafe cookie options by [@​Jxck](https://togithub.com/Jxck) in [https://github.com/honojs/hono/pull/2350](https://togithub.com/honojs/hono/pull/2350) - fix(router): accept reg exp meta characters in path by [@​usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2375](https://togithub.com/honojs/hono/pull/2375) - perf(utils/url): use `slice` + `indexOf` for `getPath()` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2376](https://togithub.com/honojs/hono/pull/2376) - fix(router): wildcard paths when using js reserved words (like constructor and **proto**) by [@​lmcarreiro](https://togithub.com/lmcarreiro) in [https://github.com/honojs/hono/pull/2357](https://togithub.com/honojs/hono/pull/2357) - fix(types): `MergePath` merge blank paths correctly by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2365](https://togithub.com/honojs/hono/pull/2365) #### New Contributors - [@​lmcarreiro](https://togithub.com/lmcarreiro) made their first contribution in [https://github.com/honojs/hono/pull/2357](https://togithub.com/honojs/hono/pull/2357) **Full Changelog**: https://github.com/honojs/hono/compare/v4.1.1...v4.1.2 ### [`v4.1.1`](https://togithub.com/honojs/hono/releases/tag/v4.1.1) [Compare Source](https://togithub.com/honojs/hono/compare/v4.1.0...v4.1.1) #### What's Changed - fix(context): export `ExecutionContext` from `hono` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2346](https://togithub.com/honojs/hono/pull/2346) - fix(client): Remove trailing slash from /index for precise path matching by [@​poteboy](https://togithub.com/poteboy) in [https://github.com/honojs/hono/pull/2344](https://togithub.com/honojs/hono/pull/2344) - ci: fix bun version for `denoify` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2362](https://togithub.com/honojs/hono/pull/2362) - refactor(jsx-renderer): remove unnecessary comments for eslint by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2361](https://togithub.com/honojs/hono/pull/2361) - fix(lambda-edge): Lambda@Edge GET/HEAD body error. by [@​trkbt10](https://togithub.com/trkbt10) in [https://github.com/honojs/hono/pull/2351](https://togithub.com/honojs/hono/pull/2351) - fix(jsx-renderer): don't overwrite headers if stream is `true` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2363](https://togithub.com/honojs/hono/pull/2363) - fix(context): set headers correctly if it has `this.#headers` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2364](https://togithub.com/honojs/hono/pull/2364) - fix(streaming): Fix stream SSE, not necessary close stream. by [@​damianpumar](https://togithub.com/damianpumar) in [https://github.com/honojs/hono/pull/2320](https://togithub.com/honojs/hono/pull/2320) #### New Contributors - [@​poteboy](https://togithub.com/poteboy) made their first contribution in [https://github.com/honojs/hono/pull/2344](https://togithub.com/honojs/hono/pull/2344) - [@​trkbt10](https://togithub.com/trkbt10) made their first contribution in [https://github.com/honojs/hono/pull/2351](https://togithub.com/honojs/hono/pull/2351) - [@​damianpumar](https://togithub.com/damianpumar) made their first contribution in [https://github.com/honojs/hono/pull/2320](https://togithub.com/honojs/hono/pull/2320) **Full Changelog**: https://github.com/honojs/hono/compare/v4.1.0...v4.1.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.