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

fix(nest): fix invalid nestjs versions #16771

Merged
merged 1 commit into from
May 4, 2023

Conversation

leosvelperez
Copy link
Member

@leosvelperez leosvelperez commented May 4, 2023

Current Behavior

In the Angular 16 PR I updated the NestJS version to ^9.1.0 so the @nestjs/schematics installed version supported TS 5. This doesn't work correctly because there's no 9.1.0 version for @nestjs/common (somehow it was skipped).

Expected Behavior

The version for @nestjs/schematics is handled separately from the rest of @nestjs/* packages (they are not in sync). The version for the rest of the packages was bumped to an existing version (^9.1.1).

Related Issue(s)

Fixes #16752

@vercel
Copy link

vercel bot commented May 4, 2023

Deployment failed with the following error:

The provided GitHub repository does not contain the requested branch or commit reference. Please ensure the repository is not empty.

@vercel
Copy link

vercel bot commented May 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) May 4, 2023 4:32pm

@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nx migrate next giving error @nestjs/common
3 participants