Skip to content

Update to support fastify v5 #300

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

xzyfer
Copy link

@xzyfer xzyfer commented May 15, 2025

This would be a major version bump since fastify v5 has dropped support for Node < 20 forcing this packing to raise it's minimum supported version to Node 20.

Things to note:

  • fastify v5 is using the built-in NoInfer help so Typescript needed to be updated to >= 5.4
  • rimraf v5 is written in Typescript
  • fixed the type issues instead of ignoring them
  • inlined the tsconfig because the @oly_op/tsconfig package isn't property exporting the tsconfig.json
  • updated the circleci config because it was out of date and broken

Closes #297
Closes #299
Fixes: #296

cc @BlenderDude

@xzyfer xzyfer force-pushed the update-fastify-5 branch from 288beee to 51a834e Compare May 15, 2025 08:20
Copy link

codesandbox-ci bot commented May 15, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@xzyfer xzyfer force-pushed the update-fastify-5 branch from 49105e6 to db778a0 Compare May 15, 2025 08:40
@glasser
Copy link

glasser commented May 27, 2025

#296 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for fastify 5
2 participants