-
Notifications
You must be signed in to change notification settings - Fork 118
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(dev-server): upgrade fastify & related dependencies in #465
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.
Cool! Can you link the issues that this upgrade resolves?
not sure there are any open issues about that, I've discovered that some time ago - many issue simply say that the Android can't find the bundle so that will indirectly help limit those kind of questions :) |
* chore: upgrade fastify to v4 * refactor(dev-server): use non-deprecated version of listen * fix(dev-server): use proper name for @fastify/sensible as a plugin dependency
* chore: upgrade fastify to v4 * refactor(dev-server): use non-deprecated version of listen * fix(dev-server): use proper name for @fastify/sensible as a plugin dependency
* chore: upgrade fastify to v4 * refactor(dev-server): use non-deprecated version of listen * fix(dev-server): use proper name for @fastify/sensible as a plugin dependency
* chore: upgrade fastify to v4 * refactor(dev-server): use non-deprecated version of listen * fix(dev-server): use proper name for @fastify/sensible as a plugin dependency
Summary
Upgrade
fastify
and related packages to v4 and v4 compatible.Migration included changing from deprecated
instance.listen()
variadic function to currently supported one with configuration object.This PR also fixes an issue where
dev-server
was only listening on only IPv4 or IPv6. Now, when running onlocalhost
, both interfaces are being used for listening for connections.Test plan