-
Notifications
You must be signed in to change notification settings - Fork 6
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: update fastify to ^5.0.0 #46
Conversation
@Fdawgs can you take a look why this is failing? Also we can disable package-manager-ci or figure out why it is failing? |
types/index.test-d.ts:21:0
✖ 21:0 Parameter type (opts?: PrettyOptions | undefined) => PrettyStream is declared too wide for argument type typeof PinoPretty.
1 error |
Thanks @gurgunday, I find spotting errors in Tap output a nightmare! |
please remove package manager CI |
Done. As @gurgunday raised in a comment before, CI is failing due to a TypeScript type issue, but my TypeScript knowledge is amateur at best so no idea how to solve it. |
This comment was marked as outdated.
This comment was marked as outdated.
In all honesty the I'm not entirely confident about the fix I did for the tsd failure, as my TS knowledge is fairly limited as well. I can't really bother with TS idiosincrasies. |
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.
lgtm
See fastify/fastify#5694
Checklist
npm run test
andnpm run benchmark
and the Code of conduct