-
Notifications
You must be signed in to change notification settings - Fork 207
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
Meta: monorepo maintenance #990
Comments
Hi @BarryThePenguin ! I am super interested in your proposal! The maintainability will be greatly improved. All 5 thins you picked up are good to do. Regarding monorepo, we were discussing moving package manager to Bun and using Bun's workspace. #628 It may be good to start with migration using Bun. |
That's a good idea! However to use Bun, we need to match all packages with the latest Hono. |
This will be a pain point. Ideally, all packages should pass the test using the latest version of Hono, but I think that's difficult. It might be better to continue using |
Ok, I think sticking with
I'll keep this in mind 👍🏻 |
@BarryThePenguin Thanks! Can you proceed with it? |
Sure thing 👍🏻 I'll start with #994, then I'll look at what is involved in enabling Please feel free to add/remove/rearrange items in the list above and I can work through them as I have time |
@BarryThePenguin Thaaaanks! |
Hey, @BarryThePenguin, I was thinking of working on the ESLint part of the repo. If no one else is working on it, I can start creating a PR for it. |
Hi @MathurAditya724, sounds good! 👍🏻 |
Hi 👋🏻 would the Hono devs be interested in reviewing contributions to the configuration and maintenance of the monorepo? Some ideas I have include..
jest
tovitest
#994unplugin-typia
in@hono/typia-validator
tests #999vitest-environment-miniflare
#1003test.coverage
for Vitestworkspaces
eslint
plugins@eslint/eslintrc
and the legacyFlatCompat
typescript-eslint
build
/test
/prerelease
/release
scripts in workspaces@arethetypeswrong/cli
in the publish/release processI'm happy to volunteer, I'll aim to keep changes small and focused. I'm just gauging the interest of others to review the changes, and if these kinds of changes would be useful for the project 👀
The text was updated successfully, but these errors were encountered: