auto update versions used in examples#6892
Conversation
|
📝 WalkthroughWalkthroughA new dependency synchronization script is introduced and integrated into the version management pipeline. The Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
View your CI Pipeline Execution ↗ for commit 1ad3e06
☁️ Nx Cloud last updated this comment at |
Bundle Size Benchmarks
Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better. |
This adds a script
update-example-deps.mjs, which will look up the workspace package versions, and update the version in the examples. We had this behavior before migrating to changesets.It'll run in the CI (part of
changeset:version) , so after changeset bumps workspace package versions, they immediately get updated in all the examples.Summary by CodeRabbit