[chore] bump 1set/starlight to v0.2.1#176
Conversation
starlight v0.2.1 ("Firm Footing") carries the deterministic compound
map-key ordering fix and the convert-completeness fixes (Slice struct
tag, composite tryConv fallback, GoInterface deref). Pinning it here so
the whole downstream (starpkg modules, starcli) converges on one
starlight version through starlet, rather than some repos pulling
starlight v0.2.0 transitively while others pull v0.2.1 directly.
No behavior change in starlet itself; full suite green under
-race and the go1.19 floor.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
🟢 Coverage ∅ diff coverage · +0.00% coverage variation
Metric Results Coverage variation ✅ +0.00% coverage variation (-1.00%) Diff coverage ✅ ∅ diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (22ce37b) 7915 7499 94.74% Head commit (6c46f78) 7915 (+0) 7499 (+0) 94.74% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#176) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #176 +/- ##
=======================================
Coverage 93.54% 93.54%
=======================================
Files 50 50
Lines 6316 6316
=======================================
Hits 5908 5908
Misses 259 259
Partials 149 149 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bumps the
1set/starlightdependency from v0.2.0 to v0.2.1 ("Firm Footing").Why
starlight v0.2.1 carries the deterministic compound map-key ordering fix (plus a stack-overflow guard for self-referential pointer keys) and the convert-completeness fixes (Slice struct tag, composite
tryConvfallback,GoInterfacederef). Pinning it here lets the whole downstream (starpkg modules, starcli) converge on one starlight version through starlet, instead of some repos pulling starlight v0.2.0 transitively while others pull v0.2.1 directly — the diamond-dependency waste we want to avoid before cutting the next starlet release.Scope
Dependency bump only (
go.mod/go.sum). No starlet source change; no behavior change in starlet itself.Verification
go build ./...,go test ./...,go test -race, anddocker golang:1.19 go test ./...all green. This is the dependency-convergence PR that precedes the starlet v0.2.3 tag.