Skip to content

build(deps): apply the four pending dependency updates - #13

Merged
sylvesterdamgaard merged 1 commit into
mainfrom
deps/apply-pending-updates
Aug 16, 2026
Merged

build(deps): apply the four pending dependency updates#13
sylvesterdamgaard merged 1 commit into
mainfrom
deps/apply-pending-updates

Conversation

@sylvesterdamgaard

Copy link
Copy Markdown
Contributor

Supersedes #8, #9, #10 and #11.

Those were opened against the pre-rewrite history, so their branches still carry
the old commits — including the 13 MB binary the history rewrite removed.
GitHub reports them mergeable anyway, because their merge base still exists
server-side, so merging any of them would put the blob and the old SHAs straight
back into main. Neither @dependabot rebase nor @dependabot recreate moved
them within half an hour.

Same updates, applied on top of the rewritten main:

github.com/spf13/cobra 1.9.1 → 1.10.2
github.com/spf13/viper 1.20.1 → 1.21.0
github.com/prometheus/client_golang 1.22.0 → 1.24.1
github.com/prometheus/client_model 0.6.1 → 0.6.2
actions/checkout v4 → v7
actions/setup-go v5 → v7
softprops/action-gh-release v2 → v3
golangci/golangci-lint-action v8 → v9

SBOM regenerated — 33 dependencies, down from 34. Licence check, lint, race
tests and the vulnerability scan are all clean locally.

After this merges, #8#11 should be closed and their branches deleted. They
are the last thing holding the old history alive on the remote: a fresh clone is
still 8.92 MiB because of them, against 269 KiB for main alone.

Dependabot opened these against the pre-rewrite history, so their branches
carry the old commits -- including the 13 MB binary the rewrite removed -- and
GitHub still reports them mergeable, which would put both straight back into
main. Neither `@dependabot rebase` nor `@dependabot recreate` moved them.

Same updates, applied on top of the rewritten main:
  - github.com/spf13/cobra 1.9.1 -> 1.10.2
  - github.com/spf13/viper 1.20.1 -> 1.21.0
  - github.com/prometheus/client_golang 1.22.0 -> 1.24.1, client_model 0.6.1 -> 0.6.2
  - actions/checkout v4 -> v7, actions/setup-go v5 -> v7,
    softprops/action-gh-release v2 -> v3, golangci/golangci-lint-action v8 -> v9

SBOM regenerated: 33 dependencies now, down from 34.
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