fix(angular-virtual): remove deprecated effect option - #1274
fix(angular-virtual): remove deprecated effect option#1274ousamabenyounes wants to merge 1 commit into
Conversation
Angular 20 allows signal writes in effects by default, so the examples no longer need the deprecated option. Generated by Ora Studio Vibe coded by ousamabenyounes
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (9)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughAngular examples remove the deprecated ChangesAngular effect option cleanup
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Severity of issue fixed: Low Merge Risk: ⚪ Minimal · up to Angular examples no longer emit the deprecated effect-option warning while retaining their existing measurement and infinite-scroll behavior. The source guard prevents this option from being reintroduced, with no current merge-blocking risk identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Changes
Fixes #1058.
Problem
Angular 20 logs a deprecation warning when the affected examples load because they still pass
allowSignalWrites: truetoeffect.Fix
allowSignalWrites: true.Test verification (RED -> GREEN)
RED:
allowSignalWriteswarning before the fix.GREEN:
Full local suite proof
main:pnpm run test:cipassed.pnpm exec nx run-many --parallel=1 --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:e2e,test:types,test:build,buildpassed.The final full local suite used Nx parallelism of 1 to avoid local browser-resource flakes seen during the high-concurrency attempt. The command covers the same target matrix as
pnpm run test:ci.Release impact
No changeset is included because this only updates examples and test coverage.
Summary by CodeRabbit
Refactor
Tests