-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support for Angular 19 LTS #29028
Comments
Already in progress: #28847 |
@leosvelperez quick question regarding your PR The migration schematics/commands I am referring to are those:
|
hey @colinscz! The We provide the |
hey @leosvelperez If I run into any issue with the migration I'll file a new one separate from this. :) |
Isn't angular 19 support available yet? Many users are waiting for that, can someone please look at the PR? |
Big Thanks, for the ng 19 support. However, my first installation fails on the npm peer deps check. The @nx/angular module still refers to the version of @angular-devkit/build-angular@">= 16.0.0 < 19.0.0 |
This will be addressed soon, alongside an extra migration that's also missing. The Nx v20.2.0 will contain the right peer dependencies. |
Do you have a target date for nx v20.2.0? |
Version 20.2.0 is published now |
I still facing issues with the migrate command: code ERESOLVE Any suggestion on how to avoid or fix it? |
Same is happening with me
|
Is there any progress on this topic? |
I did update Angular in the Nx workspace semi-automatically by using |
So for me the solution was to remove ngrx/signals and @angular-architects/ngrx-toolkit from package json. |
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. |
- [x] `jest-preset-angular` - [x] PRs: - [x] thymikee/jest-preset-angular#2835 - [x] Released: - [x] RC: https://github.com/thymikee/jest-preset-angular/releases/tag/v14.4.0-rc.0 - [x] Stable: https://github.com/thymikee/jest-preset-angular/releases/tag/v14.4.0 - [x] Angular ESLint - [x] PRs: - [x] angular-eslint/angular-eslint#2109 - [x] Released: - [x] https://github.com/angular-eslint/angular-eslint/releases/tag/v19.0.0 - [x] Storybook - [x] PRs: - [x] storybookjs/storybook#29659 - [x] storybookjs/storybook#29677 - [x] Released: - [x] storybookjs/storybook#29679 - [ ] NgRx - [x] PRs: - [x] ngrx/platform#4602 - [ ] Released: - [x] Beta: https://github.com/ngrx/platform/blob/main/CHANGELOG.md#1900-beta0-2024-11-20 - [ ] Stable: - [ ] Analog - [x] PRs: - [x] analogjs/analog#1447 - [x] analogjs/analog#1451 - [ ] Released: - [x] Beta: https://github.com/analogjs/analog/releases/tag/v1.10.0-beta.6 - [ ] Stable: <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> <!-- This is the behavior we have today --> Angular v19 is not supported. <!-- This is the behavior we should expect with the changes in this PR --> Angular v19 should be supported. <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #29028
Discussed in #29013
Originally posted by MGREMY November 20, 2024

I could be great to have support for the new angular version
The text was updated successfully, but these errors were encountered: