Skip to content
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

Review NestJS 11 changes #2921

Open
davidmytton opened this issue Jan 21, 2025 · 0 comments
Open

Review NestJS 11 changes #2921

davidmytton opened this issue Jan 21, 2025 · 0 comments

Comments

@davidmytton
Copy link
Contributor

NestJS 11 has been released with some breaking changes. We should review the migration guide to make sure we're compatible.

Dependency updates on the docs e.g. arcjet/arcjet-docs#377 are failing to build due to the version specification:

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @arcjet/[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@"^10.0.0 || ^11.0.0" from @nestjs/[email protected]
npm error   node_modules/@nestjs/config
npm error     @nestjs/config@"4.0.0" from the root project
npm error   2 more (@nestjs/core, @nestjs/platform-express)
npm error
npm error Could not resolve dependency:
npm error peer @nestjs/common@"^10" from @arcjet/[email protected]
npm error node_modules/@arcjet/nest
npm error   @arcjet/nest@"1.0.0-beta.1" 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@"^10" from @arcjet/[email protected]
npm error   node_modules/@arcjet/nest
npm error     @arcjet/nest@"1.0.0-beta.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant