update[angular]: Upgrade Angular SDK and test apps to Angular 19#4633
update[angular]: Upgrade Angular SDK and test apps to Angular 19#4633floating-dynamo wants to merge 6 commits into
Conversation
…mmonEngine initialization with allowedHosts
🦋 Changeset detectedLatest commit: fea0361 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
View your CI Pipeline Execution ↗ for commit fea0361
☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit 961d39f
☁️ Nx Cloud last updated this comment at |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/angular-19-ssr |
❌ Failed | 2m 16s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 9m 12s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 29s | View ↗ |
nx test @e2e/angular-19 |
✅ Succeeded | 8m 11s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 7m 7s | View ↗ |
nx test @e2e/hydrogen |
✅ Succeeded | 6m 23s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 6m 27s | View ↗ |
nx test @e2e/gen1-next15-app |
✅ Succeeded | 5m 53s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-06-01 04:25:07 UTC

Description
allowWriteSignalsflag (deprecated in 19+) (Mitosis PR)Screenshot
If relevant, add a screenshot or two of the changes you made.
Note
High Risk
Breaking peer dependency and generated effect() behavior for all Angular SDK consumers; large removal/rename of test apps and CI matrix changes.
Overview
Breaking change:
@builder.io/sdk-angularnow requires Angular ≥ 19.0.0 and drops the deprecatedallowSignalWritesoption from generatedeffect()calls (documented in changeset).The Angular 17 e2e apps and snippets are removed; existing angular-19 / angular-19-ssr apps are renamed and retargeted as the sole Angular test matrix (CI,
SERVER_NAME, Playwright skips, and spec targets). Dependencies move to 19.2.x (CLI, SSR, TypeScript ~5.6, zone.js ~0.15).SSR entry points are updated for Angular 19:
bootstrapApplicationreceivesBootstrapContext,CommonEngineusesallowedHosts, and snippet/e2e servers align with@angular/ssr/nodeand**route patterns where applicable.Reviewed by Cursor Bugbot for commit fea0361. Bugbot is set up for automated code reviews on this repo. Configure here.