diff --git a/adev/src/app/features/update/recommendations.ts b/adev/src/app/features/update/recommendations.ts index 6874d5cbbbe..0ac863dafd6 100644 --- a/adev/src/app/features/update/recommendations.ts +++ b/adev/src/app/features/update/recommendations.ts @@ -2542,6 +2542,14 @@ export const RECOMMENDATIONS: Step[] = [ possibleIn: 1900, step: '19.0.0-update-fakeasync-to-flush-pending-timers', }, + { + action: + 'Remove the `allowSignalWrites` option from `effect()` calls. The option is deprecated and no longer required, as signal writes inside effects are allowed by default.', + level: ApplicationComplexity.Medium, + necessaryAsOf: 1900, + possibleIn: 1900, + step: '19.0.0-remove-allow-signal-writes', + }, { action: "In the application's project directory, run `ng update @angular/core@20 @angular/cli@20` to update your application to Angular v20.",