-
Notifications
You must be signed in to change notification settings - Fork 13.4k
test(angular): add ng19 test app #30041
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
These files were moved to base/ as they are all the same between versions
| }, | ||
| "devDependencies": { | ||
| "@angular-devkit/build-angular": "^19.0.1", | ||
| "@angular-eslint/builder": "^18.4.2", |
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.
@angular-eslint v19 should be released by November 29th
8aa441f to
30379cf
Compare
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.
LGTM
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.
LGTM
Issue number: internal
What is the current behavior?
There are tests apps for Angular 16, 17 and 18
What is the new behavior?
Adds a test app for Angular 19
Does this introduce a breaking change?