chore(deps): update module github.com/toshi0607/chi-prometheus to v0.2.0 #105

Open
renovate-bot wants to merge 1 commit from renovate/github.com-toshi0607-chi-prometheus-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/toshi0607/chi-prometheus require minor v0.1.4v0.2.0

Release Notes

toshi0607/chi-prometheus (github.com/toshi0607/chi-prometheus)

v0.2.0

Compare Source

What's Changed

Breaking
  • Bump minimum Go version from 1.20 to 1.26
Dependencies
  • github.com/go-chi/chi/v5 v5.0.8 → v5.3.0
  • github.com/prometheus/client_golang v1.16.0 → v1.23.2
  • Indirect deps refreshed to latest
CI
  • actions/checkout v3 → v4
  • actions/setup-go v3 → v5
  • actions/cache v3 → v4

Full Changelog: https://github.com/toshi0607/chi-prometheus/compare/v0.1.4...v0.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/toshi0607/chi-prometheus](https://github.com/toshi0607/chi-prometheus) | require | minor | `v0.1.4` → `v0.2.0` | --- ### Release Notes <details> <summary>toshi0607/chi-prometheus (github.com/toshi0607/chi-prometheus)</summary> ### [`v0.2.0`](https://github.com/toshi0607/chi-prometheus/releases/tag/v0.2.0) [Compare Source](https://github.com/toshi0607/chi-prometheus/compare/v0.1.4...v0.2.0) #### What's Changed ##### Breaking - Bump minimum Go version from 1.20 to 1.26 ##### Dependencies - `github.com/go-chi/chi/v5` v5.0.8 → v5.3.0 - `github.com/prometheus/client_golang` v1.16.0 → v1.23.2 - Indirect deps refreshed to latest ##### CI - `actions/checkout` v3 → v4 - `actions/setup-go` v3 → v5 - `actions/cache` v3 → v4 **Full Changelog**: <https://github.com/toshi0607/chi-prometheus/compare/v0.1.4...v0.2.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4yNzkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.26
github.com/prometheus/common v0.66.1 -> v0.67.5
github.com/prometheus/procfs v0.16.1 -> v0.20.1
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.4
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.45.0
golang.org/x/text v0.31.0 -> v0.32.0
google.golang.org/protobuf v1.36.8 -> v1.36.11
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 7 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :----------------------------- | :---------------------- | | `go` | `1.25.0` -> `1.26` | | `github.com/prometheus/common` | `v0.66.1` -> `v0.67.5` | | `github.com/prometheus/procfs` | `v0.16.1` -> `v0.20.1` | | `go.yaml.in/yaml/v2` | `v2.4.2` -> `v2.4.4` | | `golang.org/x/sync` | `v0.18.0` -> `v0.19.0` | | `golang.org/x/sys` | `v0.38.0` -> `v0.45.0` | | `golang.org/x/text` | `v0.31.0` -> `v0.32.0` | | `google.golang.org/protobuf` | `v1.36.8` -> `v1.36.11` |
renovate-bot force-pushed renovate/github.com-toshi0607-chi-prometheus-0.x from e9e3170164 to 501a6c2557 2026-07-10 19:04:15 -04:00 Compare
renovate-bot force-pushed renovate/github.com-toshi0607-chi-prometheus-0.x from 501a6c2557 to 42c00b7a00 2026-07-16 11:01:01 -04:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-toshi0607-chi-prometheus-0.x:renovate/github.com-toshi0607-chi-prometheus-0.x
git switch renovate/github.com-toshi0607-chi-prometheus-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-toshi0607-chi-prometheus-0.x
git switch renovate/github.com-toshi0607-chi-prometheus-0.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-toshi0607-chi-prometheus-0.x
git switch renovate/github.com-toshi0607-chi-prometheus-0.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-toshi0607-chi-prometheus-0.x
git switch main
git merge --squash renovate/github.com-toshi0607-chi-prometheus-0.x
git switch main
git merge --ff-only renovate/github.com-toshi0607-chi-prometheus-0.x
git switch main
git merge renovate/github.com-toshi0607-chi-prometheus-0.x
git push origin main
Sign in to join this conversation.
No description provided.