Yusuke Wada
Yusuke Wada
This PR reduces the bundle code size with common functions that can't be minified with the bundler. Created the following functions: * `createEmptyRecord` * `createResponse` And applied to the core...
## Summary Implement an AI system to automatically reproduce and classify GitHub issues, reducing maintainer workload and improving response times. ## Motivation - Many issues are "not a bug" but...
### The author should do the following, if applicable - [ ] Add tests - [ ] Run tests - [ ] `bun run format:fix && bun run lint:fix` to...
WIP
Fixes https://github.com/honojs/node-server/issues/146#issuecomment-3052968918
Node.js v18 reached End-of-Life on 30 April 2025. We can end support for Node.js v18 on the next major version.
### The author should do the following, if applicable - [ ] Add tests - [ ] Run tests - [ ] `yarn changeset` at the top of this repo...
Codecov running on CI needs improvement. This result shows it. https://github.com/honojs/middleware/pull/1360/checks ### 1. `codecov/project` fails ### 2. All packages are covered Ideally, only related packages should be covered.
[`unplugin-typia`](https://github.com/ryoppippi/unplugin-typia/blob/c7cbc58cb3cceaeb0117ae3dc4ee2e7cd866ff76/README.md) was archived. But Typia Validator uses it: https://github.com/honojs/middleware/blob/4d67af162fbdaa75484eccae5dc4fad44ff2dab0/packages/typia-validator/vitest.config.ts Should we remove it?
[Standard Schema](https://github.com/standard-schema/standard-schema) provides a unified way to work with different validator libraries. Many libraries already support it. We have Standard Schema validator in this `honojs/middleware` repo. * [Standard Schema validator](https://github.com/honojs/middleware/tree/main/packages/standard-validator)...