-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: separated type providers #97
Conversation
+1, this is important to migrate to Fastify v5 |
@turkerdev fastify 5.0.0 has been released recently, could you take a look? |
thank you! will review today |
package.json
Outdated
@@ -19,7 +19,7 @@ | |||
"prepublishOnly": "npm run build" | |||
}, | |||
"peerDependencies": { | |||
"fastify": "^4.0.0", | |||
"fastify": "^5.0.0-alpha.3", |
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.
can you bump this to a final release?
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.
Done!
@Bram-dc thank you! will merge after creating a v4 branch |
@Bram-dc CI is failing |
Should be fixed now |
@Bram-dc still failed |
please drop it from the matrix then |
|
fastify is node 20+ now |
@Bram-dc could you please resolve conflicts? |
@Bram-dc can you rebase to have proper diff? |
thanks a lot! |
I modified the type provider to work correctly with the changes in this PR, which has been added to fastify v5:
PR
Discussion