Skip to content

fix(go): update all non-major dependencies#132

Open
lrstanley-x[bot] wants to merge 1 commit intomasterfrom
renovate/all-patch
Open

fix(go): update all non-major dependencies#132
lrstanley-x[bot] wants to merge 1 commit intomasterfrom
renovate/all-patch

Conversation

@lrstanley-x
Copy link
Contributor

@lrstanley-x lrstanley-x bot commented Feb 15, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-chi/chi/v5 v5.2.4 -> v5.2.5 age adoption passing confidence
github.com/pb33f/libopenapi v0.33.0 -> v0.33.10 age adoption passing confidence

Release Notes

go-chi/chi (github.com/go-chi/chi/v5)

v5.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.3...v5.2.5

pb33f/libopenapi (github.com/pb33f/libopenapi)

v0.33.10

Compare Source

Even more memory use and speed tuneups! This time, a little further down the stack. No breaking changes, no new features, just better memory use.

v0.33.9

Compare Source

Memory use and performance tune-ups; no new features, but did fix some goroutine leaks and added a public cache-clearing capability, which isn't useful unless you're building long-running services.

v0.33.8

Compare Source

After a couple of tune-ups, the default config is constructed properly now, and forced JSON parsing during spec load can be avoided. No breaking changes.

@​its-hammer-time

v0.33.7

Compare Source

v0.33.6

Compare Source

Fixed off by one issue in downstream applications

v0.33.5

Compare Source

Addresses some downstream race conditions in tests for consuming apps. And added fragment support to #​519

No breaking changes, no new features.

v0.33.4

Compare Source

Introduces a new option on the DocumentConfiguration struct to address #​519

SkipExternalRefResolution will prevent any external references from being looked up or resolved. They won't hit the index, the resolver, or the rolodex; it will stop trying to look them up and just continue.

false by default, you have to turn it on.

v0.33.3

Compare Source

Fixes issue #​497 and cleans up a few more rolodex custom file system, resolving issues for nested file systems.

v0.33.2

Compare Source

Fixed regression in bundler for handling circular references under certain conditions. Improved the rolodex resolver for certain relative file systems using custom file system implementations.

Also implemented fully correct $id resolving for references when present in schemas.

@​califlower

v0.33.1

Compare Source

Some small non-breaking fixes, mostly with edge cases and complex ref resolution on exploded file systems.

@​andreyyudin
@​tx3stn


Configuration

📅 Schedule: 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.

👻 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

PR generated using automation.

Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com>
@lrstanley-x lrstanley-x bot requested a review from lrstanley February 15, 2026 05:27
@lrstanley-x
Copy link
Contributor Author

lrstanley-x bot commented Feb 15, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: _examples/go.sum
Command failed: go get -t ./...
go: downloading github.com/brianvoe/gofakeit/v7 v7.14.0
go: downloading github.com/go-chi/chi/v5 v5.2.5
go: downloading github.com/ogen-go/ogen v1.18.0
go: downloading modernc.org/sqlite v1.44.3
go: downloading github.com/google/go-github/v81 v81.0.0
go: downloading github.com/go-playground/form/v4 v4.3.0
go: downloading ariga.io/atlas v1.0.0
go: downloading github.com/go-openapi/inflect v0.21.5
go: downloading golang.org/x/sync v0.19.0
go: downloading golang.org/x/tools v0.41.0
go: downloading github.com/google/go-querystring v1.2.0
go: downloading github.com/zclconf/go-cty v1.17.0
go: downloading github.com/zclconf/go-cty-yaml v1.2.0
go: downloading golang.org/x/mod v0.32.0
go: downloading golang.org/x/exp v0.0.0-20260112195511-716be5621a96
go: downloading golang.org/x/text v0.33.0
go: downloading golang.org/x/sys v0.40.0
go: downloading modernc.org/libc v1.67.6
go: downloading github.com/ncruces/go-strftime v1.0.0
go: github.com/lrstanley/entrest/_examples/simple imports
	github.com/lrstanley/entrest/_examples/simple/internal/database/ent: cannot find module providing package github.com/lrstanley/entrest/_examples/simple/internal/database/ent
go: github.com/lrstanley/entrest/_examples/simple imports
	github.com/lrstanley/entrest/_examples/simple/internal/database/ent/rest: cannot find module providing package github.com/lrstanley/entrest/_examples/simple/internal/database/ent/rest
go: github.com/lrstanley/entrest/_examples/simple imports
	github.com/lrstanley/entrest/_examples/simple/internal/database/ent/runtime: cannot find module providing package github.com/lrstanley/entrest/_examples/simple/internal/database/ent/runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants