-
Notifications
You must be signed in to change notification settings - Fork 406
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
feat: add support for angular 13 #1798
Conversation
This is marked as a draft PR (maintainers are ofc welcome to take control over this) and so far allows the Angular 13 installation, and has an added ng13 integration test. |
This is currently blocked by angular-eslint/angular-eslint#715, using the |
Good job! |
I realised over this weekend that I'd run the integration test against the wrong project so I decided to take another look. In order to run ng update against a copy of the v12 integration, I had copied this into a different project, ran the upgrade and then copied it back. Upgrading So upon taking another look, it is |
Signed-off-by: Gary Lockett <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job 👏
Tests depending on |
@irowbin could you please provide a minimum repo so that we can check if this is so |
Guys, I am waiting for this pull request. I need to upgrade to angular 13. |
@splincode The same tests works on v12 but the same test doesn't work on v13 as it prints: Error: Unexpected value 'NgxsRootModule' imported by the module 'DynamicTestModule'.
Please add an @NgModule annotation. Not sure if this is due to |
@irowbin Try to re-run |
@jonaskuske @irowbin @internalsystemerror try install |
This is something that I also had to do multiple times during the update from v12 to v13 in this PR. The first round of ngcc fails due to the package format change... The second round seems to ignore anything previously and reruns everything.
Our projects using |
Hi @internalsystemerror and everybody else. My aim is to get this NGXS release out in the next few days. |
Just curious if there is any status update on this? |
@markwhitfeld @arturovt any news? |
Signed-off-by: Gary Lockett <[email protected]>
Hey guys, will there be a build that supports angular 13? The last release is well before the angular update. Pretty soon we'll be at angular 14... Thanks! |
@bendehghan hello, use |
I see. Thanks. I get this on 3.7.3. Is that an issue on my side or yours?
|
@bendehghan I believe that's planned for v4, it was mentioned in here: #827 |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Angular 12 max supported version
What is the new behavior?
Angular 13 max supported version
Does this PR introduce a breaking change?
Other information
Closes #1797