Update refresh dependency to version 1.0.0#5526
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe PR updates the ChangesRefresh Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies" 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 |
Commit #5526 bumped github.com/atterpac/refresh to v1.0.0 in v3/go.mod but left v3/go.sum with only the v0.8.6 checksums. Any build that runs with -mod=readonly (e.g. `task install` -> `go install ./cmd/wails3`, the "Build Wails3 CLI" CI step) therefore fails with: internal/commands/watcher.go:6:2: missing go.sum entry for module providing package github.com/atterpac/refresh/engine This breaks the template-build matrix on every open PR. The Go test jobs masked it because `task test:examples` runs `go mod tidy` first. `go mod tidy` regenerates the missing refresh v1.0.0 checksums and propagates the indirect bump of lmittmann/tint v1.0.3 -> v1.1.3 that refresh v1.0.0's go.mod requires (a refresh-only patch would next fail on a missing tint checksum).
Bumps refresh to v1 to address some gaps/issues
View downstream change log for full list of changes non are breaking
https://github.com/atterpac/refresh/releases/tag/v1.0.0
Summary by CodeRabbit