-
Notifications
You must be signed in to change notification settings - Fork 49
refactor: replace hono with hono/tiny and replace zod with valibot #633
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
Conversation
🦋 Changeset detectedLatest commit: 27e20cb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
I ran this through bundlejs.com - includes config / results? and got result of Bundle size is 32.4 kB -> 11.2 kB (gzip) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably need to ensure all the unit tests in CI still pass.
You'll also need to commit the updated lockfile
Bundle size is 32.5 kB -> 11.2 kB (gzip) |
Pull Request Test Coverage Report for Build 10470983331Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@ItsWendell PR looks good, could you add a changeset file? You can do so by running |
Description
Replaces
hono
withhono/tiny
and replaceszod
withvalibot
for a reduced bundle size and increased startup time.Fixes #536
How Has This Been Tested?
pnpm test