You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Potential Commit/PR that introduced the regression
No response
Versions
4.0.0 -> 4.0.1
Describe the regression
The regression is related to using Fastify with NestJS dependencies, such as @nestjs/core. They are pinned to version 7.0.1 for @fastify/static but the latest version that this package is using is pinned to 6.12.0 for @fastify/static.
Minimum reproduction code
Install the latest NestJS packages with Fastify.
Expected behavior
Should be able to install without any dependency version issues.
Other
No response
The text was updated successfully, but these errors were encountered:
Did you read the migration guide?
Is there an existing issue that is already proposing this?
Potential Commit/PR that introduced the regression
No response
Versions
4.0.0 -> 4.0.1
Describe the regression
The regression is related to using Fastify with NestJS dependencies, such as
@nestjs/core
. They are pinned to version7.0.1
for@fastify/static
but the latest version that this package is using is pinned to6.12.0
for@fastify/static
.Minimum reproduction code
Install the latest NestJS packages with Fastify.
Expected behavior
Should be able to install without any dependency version issues.
Other
No response
The text was updated successfully, but these errors were encountered: