-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(angular): support angular v16.1 #17155
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 337e196. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
f95fcfe
to
393bc06
Compare
393bc06
to
750ea32
Compare
750ea32
to
1f2f46a
Compare
1f2f46a
to
4c4cfba
Compare
4c4cfba
to
0178f6a
Compare
0178f6a
to
13e1778
Compare
13e1778
to
382ce2e
Compare
382ce2e
to
8cc8a78
Compare
8cc8a78
to
c489ddf
Compare
c489ddf
to
1238bc2
Compare
1238bc2
to
93112e0
Compare
93112e0
to
99cfc58
Compare
8febf46
to
847f6ca
Compare
847f6ca
to
3f501ad
Compare
3f501ad
to
720d16f
Compare
720d16f
to
337e196
Compare
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. |
Current Behavior
Angular 16.1 is not supported.
Expected Behavior
Angular 16.1 should be supported.
NOTE: The latest version of Cypress doesn't support Angular 16.1 for their Component Testing. An empty migration was added to warn when migrating a workspace with Angular projects using Cypress component testing. Also, an issue was added to keep track of Cypress releasing a version that adds support for Angular 16.1: #17720.
Related Issue(s)
Fixes #17652
Fixes #17642