-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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 deps #9507
Conversation
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.
I guess we need to touch the package-lock.json
file as well, right?
Pull Request Test Coverage Report for Build 3c383352-9712-4fbb-9dff-8619b4b888ee
💛 - Coveralls |
Yes you are right, sorry about that. The package-lock files are updated as well |
can you check platform-fastify/interfaces/external/* and sync if needed? I believe fastifyStaticOptions got updated |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Fastify moved a lot of packages around and left the remaining ones with this deprecation message:
[FST_MODULE_DEP_FASTIFY-STATIC] FastifyWarning.fastify-static: fastify-static has been deprecated. Use @fastify/[email protected] instead.
Issue Number: N/A
What is the new behavior?
No deprecation warning.
Does this PR introduce a breaking change?
Other information