fastify / fastify-type-provider-typebox

A Type Provider for Typebox
MIT License
148 stars 25 forks source link

feat: fastify 5 with separated type-providers #153

Closed Bram-dc closed 2 months ago

Bram-dc commented 3 months ago

Checklist

The tests will not work since this fastify 5 change has not been committed yet.

This is a patch to work correctly with https://github.com/fastify/fastify/pull/5427

gurgunday commented 3 months ago

Yeah so this PR might need to be combined with, or merged after, #137 (for tests and dependencies)

Feel free to take over that as well or I can look into it tonight

gurgunday commented 3 months ago

Please pull from the next branch

Bram-dc commented 3 months ago

Why is this PR closed? These type definition changes are approved and will break this project.

jsumners commented 3 months ago

The target branch got merged and deleted. So GitHub closed it automatically.

Bram-dc commented 2 months ago

Alright, I think the tests should run now!