-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: dependency maintenance october 2023 #5
Conversation
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: [email protected] |
I don't know why but uvu hangs forever now. @talentlessguy Is it okay if I move to vitest? |
if tests hang it's not uvu I think, maybe some promise never resolves or something like that IMO |
It turns out, upgrading |
Might be a bug in tinyhttp, if you catch it please file an issue on the tinyhttp repo |
Found it, started on |
Also a question — why bump CI to latest Node? I think it instead should be using the oldest supported version the only problem though is that latest pnpm supports onl Node 18+ afaik |
I actually wanted to use a matrix version for Node, yet I don't know how would Coveralls handles that. It should be running Node 18 and Node 20 though. |
I think just having Node 18 for CI is okay (Node 20 doesn't contain any breaking changes that could break Malibu tmk) |
Until the problem is resolved, let's stick to 2.0.32 of tinyhttp |
Bump some deps, defaults to Node 20