Skip to content

Update refresh dependency to version 1.0.0#5526

Merged
leaanthony merged 3 commits into
masterfrom
atterpac-patch-1
Jun 2, 2026
Merged

Update refresh dependency to version 1.0.0#5526
leaanthony merged 3 commits into
masterfrom
atterpac-patch-1

Conversation

@atterpac

@atterpac atterpac commented May 31, 2026

Copy link
Copy Markdown
Member

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

  • Chores
    • Updated internal dependencies to latest stable versions.

@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3ff42012-39bf-4ba2-9bc9-0023acc0e20e

📥 Commits

Reviewing files that changed from the base of the PR and between f83493c and 367e154.

📒 Files selected for processing (1)
  • v3/go.mod

Walkthrough

The PR updates the github.com/atterpac/refresh Go module dependency from v0.8.6 to v1.0.0 in the v3 module's go.mod file. This is a single-line change in the require block.

Changes

Refresh Dependency Update

Layer / File(s) Summary
Refresh dependency version bump
v3/go.mod
The github.com/atterpac/refresh dependency is updated from v0.8.6 to v1.0.0 in the main require block.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • wailsapp/wails#4118: Previous bump of the same github.com/atterpac/refresh dependency in v3/go.mod (v0.8.4→v0.8.6).

Suggested reviewers

  • fbbdev
  • leaanthony

Poem

🐇 A hop, a skip, a version's flight,
From point eight six to one—what a sight!
Refresh blooms bright in the go.mod way,
Dependencies dance in the Wails ballet! 🌟

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal and lacks required sections from the template, including issue reference, type of change selection, testing information, and checklist completion. Add a 'Fixes #' reference to link an issue, select the type of change (e.g., 'New feature'), document testing performed, and complete the checklist items from the template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating the refresh dependency from v0.8.6 to v1.0.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch atterpac-patch-1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@leaanthony leaanthony enabled auto-merge (squash) June 2, 2026 11:26
@leaanthony leaanthony merged commit ff529b7 into master Jun 2, 2026
20 of 21 checks passed
@leaanthony leaanthony deleted the atterpac-patch-1 branch June 2, 2026 11:28
leaanthony added a commit that referenced this pull request Jun 3, 2026
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).
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