Merged
Conversation
Contributor
adnaan
commented
Apr 3, 2026
- chore: upgrade Go to 1.26 (chore: upgrade Go to 1.26 #28)
- chore: remove trace-correlation example and update observe.NewLogger refs (chore: remove trace-correlation example and update slog references #29)
- feat: add ws-disabled example and update livetemplate to v0.8.3 (feat: add ws-disabled example and update livetemplate to v0.8.3 #30)
- fix: wait for Delete form DOM node after PRG redirect in E2E test
- refactor: migrate component imports to lvt monorepo (refactor: migrate component imports to lvt monorepo #31)
- chore: bump livetemplate to v0.8.4 (chore: bump livetemplate to v0.8.4 #32)
- fix: use JS .click() for delete flow E2E tests (bug: todos-components delete flow not working in E2E test #24) (fix: use JS .click() for delete flow E2E tests #33)
- feat: add live-preview example for Change() capability (feat: add live-preview example for Change() capability #35)
- feat: add e2e chromedp tests for progressive examples (feat: add progressive complexity examples #34)
- feat: migrate all examples to progressive complexity (Tier 1) (feat: migrate all examples to progressive complexity (Tier 1) #37)
- feat: upgrade to v0.8.8, add shared-notepad example, fix broken examples
- chore: upgrade to livetemplate v0.8.9, fix ws-disabled delete assertion
- fix: resolve sort, cursor, filter, and toast issues across examples
- chore: add global .uploads/ gitignore, file livetemplate#286
- refactor: consolidate counter examples, remove production
- refactor: remove testing/01_basic example
- fix: update CI workflow to match current 11 examples
- feat: apply Pico CSS migration to remaining 6 templates
- fix: use grid instead of fieldset for filter button alignment
- with state persistence
- feat: add WithStatePersistence() to examples that depend on state surviving refresh
- fix: add WithStatePersistence() to login example
- feat: add basic auth to todos, migrate examples to Sync() lifecycle (feat: add basic auth to todos, migrate examples to Sync() lifecycle #39)
- fix: todos example crashes on startup due to stale DB schema (fix: todos example crashes on startup due to stale DB schema #40)
- feat: add ephemeral-counter and ephemeral-todos examples (feat: add ephemeral-counter and ephemeral-todos examples #41)
- feat: migrate to selective persistence (lvt:"persist" tag) (feat: migrate to selective persistence (lvt:"persist" tag) #44)
- fix: un-skip avatar-upload E2E tests and fix broken selectors (fix: un-skip avatar-upload E2E tests and fix broken selectors #45)
- feat: remove redundant examples, merge component patterns into todos (feat: remove redundant examples, merge component patterns into todos #46)
- chore: bump livetemplate to v0.8.13
- update versions
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s Go module dependencies to newer LiveTemplate/LVT versions.
Changes:
- Bump
github.com/livetemplate/livetemplatefromv0.8.13tov0.8.14. - Switch
github.com/livetemplate/lvtandgithub.com/livetemplate/lvt/componentsfrom a pseudo-version to the tagged releasev0.1.1. - Update
go.sumchecksums to match the new module versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates required module versions for livetemplate/lvt. |
| go.sum | Refreshes dependency checksums for the updated module versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
9
to
+12
| github.com/gorilla/websocket v1.5.3 | ||
| github.com/livetemplate/livetemplate v0.8.13 | ||
| github.com/livetemplate/lvt v0.0.0-20260402031847-f267dc4e1614 | ||
| github.com/livetemplate/lvt/components v0.0.0-20260402031847-f267dc4e1614 | ||
| github.com/livetemplate/livetemplate v0.8.14 | ||
| github.com/livetemplate/lvt v0.1.1 | ||
| github.com/livetemplate/lvt/components v0.1.1 |
There was a problem hiding this comment.
The PR description lists many feature/refactor/test changes across the repo, but the diff here only updates module dependencies (livetemplate v0.8.14, lvt v0.1.1). Please update the PR description (or split the PR) so it accurately reflects the actual changes being proposed in this branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.