nest icon indicating copy to clipboard operation
nest copied to clipboard

@fastify/view version in @nestjs/platform-fastify needs to be updated

Open aimidy opened this issue 1 year ago β€’ 1 comments
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 image

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

aimidy avatar May 02 '24 00:05 aimidy

I guess this will be handled by Renovatebot

thanks!

image

micalevisk avatar May 02 '24 13:05 micalevisk