chore(patterns): revert @livetemplate/client back to @latest#97
Conversation
The 0.8.41/0.8.42 explicit pins were temporary — to bypass jsdelivr's @latest edge cache while we shipped and verified the cross-app SPA-nav fix (livetemplate/client#119, fix/cross-app-nav-fallback). Both fixes are now well-baked in production. Returning to @latest so the patterns app continues to pick up future client patches automatically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Patterns app’s production template asset URLs to stop pinning @livetemplate/client to a fixed version and instead use jsDelivr’s @latest, so the example automatically picks up future client fixes without additional repo changes.
Changes:
- Replaced pinned
@livetemplate/client@0.8.42CDN URLs with@livetemplate/client@latestfor bothlivetemplate.cssand the browser client bundle in the non-dev template path.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code ReviewOverviewThis PR reverts a temporary version pin ( Code Quality & Conventions
Potential Issues
VerdictLooks good to me. The two lines changed are correct, the motivation is sound, and the approach is consistent with project conventions. ✓ |
Both 0.8.41 and 0.8.42 ship the cross-app SPA-nav fix (livetemplate/client#119) and are well-baked in production. Returning to
@latestso the patterns app continues to pick up future client patches automatically — the explicit pins were a temporary workaround to bypass jsdelivr's @latest edge cache while we verified the fix end-to-end.