Skip to content

Conversation

@adnaan
Copy link
Contributor

@adnaan adnaan commented Dec 23, 2025

Summary

Updates all examples to use github.com/livetemplate/livetemplate v0.7.4

Key fixes in v0.7.4

  • Fix null statics in append operations for empty→items transitions
  • Ensure Range.Statics always populated for diff operations
  • Fix signature calculation for heterogeneous ranges

Changes

  • Updated 11 examples to v0.7.4
  • Ran go mod tidy to update go.sum files

🤖 Generated with Claude Code

Updates all examples to use github.com/livetemplate/livetemplate v0.7.4

Key fixes in v0.7.4:
- Fix null statics in append operations for empty→items transitions
- Ensure Range.Statics always populated for diff operations
- Fix signature calculation for heterogeneous ranges

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings December 23, 2025 06:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the github.com/livetemplate/livetemplate dependency from v0.7.0 to v0.7.4 across all example projects in the repository. The v0.7.4 release includes important bug fixes for null statics handling, Range.Statics population, and signature calculation for heterogeneous ranges.

  • Updated livetemplate version from v0.7.0 to v0.7.4 in 11 example modules
  • Ran go mod tidy to refresh checksums and add missing .go.mod hash entries

Reviewed changes

Copilot reviewed 11 out of 21 changed files in this pull request and generated no comments.

Show a summary per file
File Description
trace-correlation/go.mod Updated livetemplate dependency to v0.7.4
trace-correlation/go.sum Updated checksum for livetemplate v0.7.4
todos/go.mod Updated livetemplate dependency to v0.7.4
todos/go.sum Updated checksum for livetemplate v0.7.4
todos-components/go.mod Updated livetemplate version reference to v0.7.4 (uses local replace directive)
testing/01_basic/go.mod Updated livetemplate dependency to v0.7.4
testing/01_basic/go.sum Updated checksum for livetemplate v0.7.4 plus additional .go.mod entries from go mod tidy
production/single-host/go.mod Updated livetemplate dependency to v0.7.4
production/single-host/go.sum Updated checksum for livetemplate v0.7.4 plus additional .go.mod entries from go mod tidy
observability/go.mod Updated livetemplate dependency to v0.7.4
observability/go.sum Updated checksum for livetemplate v0.7.4
login/go.mod Updated livetemplate dependency to v0.7.4
login/go.sum Updated checksum for livetemplate v0.7.4
graceful-shutdown/go.mod Updated livetemplate dependency to v0.7.4
graceful-shutdown/go.sum Updated checksum for livetemplate v0.7.4
counter/go.mod Updated livetemplate dependency to v0.7.4
counter/go.sum Updated checksum for livetemplate v0.7.4
chat/go.mod Updated livetemplate dependency to v0.7.4
chat/go.sum Updated checksum for livetemplate v0.7.4
avatar-upload/go.mod Updated livetemplate dependency to v0.7.4
avatar-upload/go.sum Updated checksum for livetemplate v0.7.4

The changes are consistent and correct across all modules. The version update is uniform (v0.7.0 → v0.7.4), and all checksums match the expected hash value. Additional .go.mod entries in some go.sum files are legitimate results of running go mod tidy. No issues were identified.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@adnaan adnaan merged commit 9c6afb1 into main Dec 23, 2025
15 checks passed
@adnaan adnaan deleted the chore/upgrade-livetemplate-v0.7.4 branch December 23, 2025 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants