Skip to content

Bump the all-dependencies group across 1 directory with 4 updates#44

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-dependencies-14e88337fe
Open

Bump the all-dependencies group across 1 directory with 4 updates#44
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-dependencies-14e88337fe

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2025

Bumps the all-dependencies group with 4 updates in the / directory: github.com/getkin/kin-openapi, github.com/goccy/go-yaml, github.com/orsinium-labs/enum and github.com/samber/lo.

Updates github.com/getkin/kin-openapi from 0.132.0 to 0.133.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.133.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.132.0...v0.133.0

Commits
  • 2baea3d openapi2conv: preserve x-fields when converting from v2 to v3 (#1092)
  • 59b018c Some coding style fixes and cleaning up (#1093)
  • a33c5f8 openapi3filter: support primitive parsing for individual text like parts in m...
  • e00a340 openapi3: preserve all validation errors for allOf (#1087)
  • 6acf92b openapi3filter: use FileBodyDecoder if the format is specified as binary (#1088)
  • 4358c4a feat: add support for RFC 7396 application/merge-patch+json (#1084)
  • d72d75b openapi3: resolve refs in parameter examples (#1086)
  • 2de45f7 openapi3: use Ptr instead of BoolPtr,Float64Ptr,Int64Ptr,Uint64Ptr (#1033)
  • 783206b openapi3: fix ineffectual caching of compiled regexps (#1076)
  • 90fb641 openapi2conv: Set externalDocs for Operations (#1070)
  • Additional commits viewable in compare view

Updates github.com/goccy/go-yaml from 1.18.0 to 1.19.0

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.19.0

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0

Commits

Updates github.com/orsinium-labs/enum from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/orsinium-labs/enum's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: orsinium-labs/enum@v1.4.0...v1.5.0

Commits

Updates github.com/samber/lo from 1.51.0 to 1.52.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.52.0

Thrilled to announce the latest release of samber/lo!

This version brings major improvements:

  • A new it/ sub-package for everything related to the iter package added in Go 1.23. Big up to @​NathanBaulch for its help on this
  • A new documentation -> lo.samber.dev
  • Lots of micro fixes and performance improvements
  • Better code quality with many more linters

✨ A good introduction to streams in Go !

What's Changed

Tests

Style

... (truncated)

Commits
  • a25c42d bump v1.52.0
  • 15ac624 docs: adding go playground examples to it/ package (#708)
  • c7e9459 docs: lots of various doc improvements (#706)
  • fa2d724 doc: add it/mutable/parallel sub-package to llms.txt (#707)
  • aa3a48d fix(doc): add missing "contributing" entry in the menu
  • 5def06d fix(doc): various hot fixes
  • f9a57ef chore(deps-dev): bump typescript from 5.6.3 to 5.9.3 in /docs (#704)
  • 8b8aa28 fix(doc): make "iter" package visible in doc sidebar
  • 39e418f doc: adding a "contributing" page
  • 1b3cb42 fix(doc): improve algolia search
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 4 updates in the / directory: [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi), [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml), [github.com/orsinium-labs/enum](https://github.com/orsinium-labs/enum) and [github.com/samber/lo](https://github.com/samber/lo).


Updates `github.com/getkin/kin-openapi` from 0.132.0 to 0.133.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.132.0...v0.133.0)

Updates `github.com/goccy/go-yaml` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.18.0...v1.19.0)

Updates `github.com/orsinium-labs/enum` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/orsinium-labs/enum/releases)
- [Commits](orsinium-labs/enum@v1.4.0...v1.5.0)

Updates `github.com/samber/lo` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.51.0...v1.52.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.133.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/orsinium-labs/enum
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/samber/lo
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants