Skip to content

fix(deps): update all non-major dependencies#73

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#73
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
ariga.io/atlas v1.2.0v1.2.2 age confidence require patch
github.com/oschwald/geoip2-golang/v2 v2.1.0v2.2.0 age confidence require minor
github.com/oschwald/maxminddb-golang/v2 v2.2.0v2.3.0 age confidence require minor
github.com/urfave/cli/v3 v3.8.0v3.9.0 age confidence require minor
golang.org/x/crypto v0.50.0v0.52.0 age confidence require minor
modernc.org/sqlite v1.50.0v1.51.0 age confidence require minor
postgres 18.3-alpine18.4-alpine age confidence minor

Release Notes

ariga/atlas (ariga.io/atlas)

v1.2.2

Compare Source

v1.2.1

Compare Source

oschwald/geoip2-golang (github.com/oschwald/geoip2-golang/v2)

v2.2.0: 2.2.0

Compare Source

  • This module now targets Go 1.25+.
  • Updated dependencies to latest version. In particular
    github.com/oschwald/maxminddb-golang/v2 was updated to v2.3.0, which
    includes several performance improvements.
oschwald/maxminddb-golang (github.com/oschwald/maxminddb-golang/v2)

v2.3.0: 2.3.0

Compare Source

  • This module now targets Go 1.25+.
  • Reduced reflection decoding time and heap allocations on the hot path. A
    city-lookup benchmark decoding a geoip2-style result runs about 15% faster
    and allocates about 39% fewer bytes per lookup compared to 2.2.0.
  • Specialized the IPv4 search-tree walk for 24-, 28-, and 32-bit record
    sizes to skip the IPv6 prefix when looking up IPv4 addresses.
  • Decoding into a non-nil slice with sufficient capacity now reuses the
    caller's backing array instead of allocating a fresh slice, matching
    encoding/json semantics. Callers that share slice headers across
    Decode calls should be aware that the backing memory is now mutated.
  • Reduced contention under concurrent lookups by switching the internal string
    cache to a lock-free design.
urfave/cli (github.com/urfave/cli/v3)

v3.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.8.0...v3.9.0

cznic/sqlite (modernc.org/sqlite)

v1.51.0

Compare Source

v1.50.1

Compare Source


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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 8, 2026

ℹ️ Artifact update notice

File name: server/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):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.34.0 -> v0.35.0
golang.org/x/sys v0.43.0 -> v0.45.0
golang.org/x/text v0.36.0 -> v0.37.0
golang.org/x/tools v0.43.0 -> v0.44.0
modernc.org/libc v1.72.0 -> v1.72.3

@renovate renovate Bot changed the title fix(deps): update module golang.org/x/crypto to v0.51.0 fix(deps): update all non-major dependencies May 11, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from bfb5aa4 to 160b406 Compare May 18, 2026 01:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8a751b4 to ee20b3e Compare May 22, 2026 01:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3d6824c to 8934768 Compare June 4, 2026 16:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8934768 to be06485 Compare June 4, 2026 19:30
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.

0 participants