We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add support to NestJS 11
npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: @sentry/[email protected] npm error Found: @nestjs/[email protected] npm error node_modules/@nestjs/common npm error @nestjs/common@"^11.0.3" from the root project npm error peer @nestjs/common@"^9.0.0 || ^10.0.0 || ^11.0.0" from @nestjs/[email protected] npm error node_modules/@nestjs/cache-manager npm error @nestjs/cache-manager@"^3.0.0" from the root project npm error 14 more (@nestjs/config, @nestjs/core, @nestjs/jwt, ...) npm error npm error Could not resolve dependency: npm error peer @nestjs/common@"^8.0.0 || ^9.0.0 || ^10.0.0" from @sentry/[email protected] npm error node_modules/@sentry/nestjs npm error @sentry/nestjs@"^8.50.0" from the root project npm error npm error Conflicting peer dependency: @nestjs/[email protected] npm error node_modules/@nestjs/common npm error peer @nestjs/common@"^8.0.0 || ^9.0.0 || ^10.0.0" from @sentry/[email protected] npm error node_modules/@sentry/nestjs npm error @sentry/nestjs@"^8.50.0" from the root project
"peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0" || ^11.0.0", "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0" || ^11.0.0" },
The text was updated successfully, but these errors were encountered:
Hi @samuelexferri, thanks for filing this.
We'll definitely want to support this, I added it to our backlog and will discuss with the team.
Sorry, something went wrong.
This depends partly on #13674 as NestJS v11 uses Express v5 out of the box. We might be able to ship a version with limited support for now though
chargome
No branches or pull requests
Problem Statement
Please add support to NestJS 11
Solution Brainstorm
The text was updated successfully, but these errors were encountered: