Skip to content

[chore] bump 1set/starlight to v0.2.1#176

Merged
vt128 merged 1 commit into
masterfrom
chore/bump-starlight-v0.2.1
Jul 13, 2026
Merged

[chore] bump 1set/starlight to v0.2.1#176
vt128 merged 1 commit into
masterfrom
chore/bump-starlight-v0.2.1

Conversation

@vt128

@vt128 vt128 commented Jul 13, 2026

Copy link
Copy Markdown
Member

Bumps the 1set/starlight dependency 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 tryConv fallback, GoInterface deref). 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, and docker golang:1.19 go test ./... all green. This is the dependency-convergence PR that precedes the starlet v0.2.3 tag.

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>
@codacy-production

codacy-production Bot commented Jul 13, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

🟢 Coverage ∅ diff coverage · +0.00% coverage variation

Metric Results
Coverage variation +0.00% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

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

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.54%. Comparing base (22ce37b) to head (6c46f78).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vt128
vt128 merged commit 9be5f42 into master Jul 13, 2026
21 checks passed
@vt128
vt128 deleted the chore/bump-starlight-v0.2.1 branch July 13, 2026 12:48
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.

1 participant