nest
nest copied to clipboard
@fastify/view version in @nestjs/platform-fastify needs to be updated
trafficstars
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
βWARNβ Issues with peer dependencies found
.
βββ¬ @nestjs/platform-fastify ^10.3.8
βββ β unmet peer @fastify/view@^8.0.0: found ^9.0.0
Minimum reproduction code
none
Steps to reproduce
No response
Expected behavior
Release v10.3.4 (2024-03-18) https://github.com/nestjs/nest/pull/13229 chore(deps-dev): bump @fastify/view from 8.2.0 to 9.0.0 (@dependabot[bot])
Package
- [ ] I don't know. Or some 3rd-party package
- [ ]
@nestjs/common - [ ]
@nestjs/core - [ ]
@nestjs/microservices - [ ]
@nestjs/platform-express - [X]
@nestjs/platform-fastify - [ ]
@nestjs/platform-socket.io - [ ]
@nestjs/platform-ws - [ ]
@nestjs/testing - [ ]
@nestjs/websockets - [ ] Other (see below)
Other package
No response
NestJS version
10.3.8
Packages versions
{
"@nestjs/platform-fastify": "^10.3.8",
}
Node.js version
20.12.1
In which operating systems have you tested?
- [ ] macOS
- [X] Windows
- [X] Linux
Other
No response
I guess this will be handled by Renovatebot
thanks!