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

NX migrate latest (16.3.2) migrates NestJs to incompatible version with Angular #17400

Closed
1 of 4 tasks
DonaldMurillo opened this issue Jun 3, 2023 · 1 comment · Fixed by #17685
Closed
1 of 4 tasks
Labels
outdated scope: angular Issues related to Angular support in Nx scope: node Issues related to Node, Express, NestJS support for Nx type: bug

Comments

@DonaldMurillo
Copy link

DonaldMurillo commented Jun 3, 2023

Current Behavior

NestJs dependencies are set to migrate to version 9.1.0. This version is incompatible with TypeScript 5.
Angular version is set for 16.0.4 which comes with TypeScript 5.
image

Expected Behavior

NestJs dependencies update to 9.4.0+ which is compatible with TypeScript 5.

GitHub Repo

No response

Steps to Reproduce

  1. Have a repo with angular and nestjs
  2. Run nx migrate latest
  3. Follow the steps in the prompt
  4. Nest will fail with any constructor decorators

Nx Report

 Node : 16.19.0
   OS   : win32 x64
   npm  : 8.19.3

   nx : 15.0.0
   @nrwl/angular : 15.0.0
   @nrwl/cypress : 15.0.0
   @nrwl/detox : Not Found
   @nrwl/devkit : 15.0.0
   @nrwl/esbuild : Not Found
   @nrwl/eslint-plugin-nx : 15.0.0
   @nrwl/expo : Not Found
   @nrwl/express : Not Found
   @nrwl/jest : 15.0.0
   @nrwl/js : 15.0.0
   @nrwl/linter : 15.0.0
   @nrwl/nest : 15.0.0
   @nrwl/next : Not Found
   @nrwl/node : 15.0.0
   @nrwl/nx-cloud : Not Found
   @nrwl/nx-plugin : Not Found
   @nrwl/react : Not Found
   @nrwl/react-native : Not Found
   @nrwl/rollup : Not Found
   @nrwl/schematics : Not Found
   @nrwl/storybook : 15.0.0
   @nrwl/web : Not Found
   @nrwl/webpack : 15.0.0
   @nrwl/workspace : 15.0.0
   typescript : 4.8.4
   ---------------------------------------
   Local workspace plugins:
   ---------------------------------------
   Community plugins:
         @datorama/akita: 7.1.1

Failure Logs

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

@FrozenPandaz FrozenPandaz added scope: node Issues related to Node, Express, NestJS support for Nx scope: angular Issues related to Angular support in Nx labels Jun 6, 2023
@github-actions
Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated scope: angular Issues related to Angular support in Nx scope: node Issues related to Node, Express, NestJS support for Nx type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants