build(deps): bump the minor-and-patch group across 1 directory with 6 updates - #340
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/minor-and-patch-f6184d6d55
branch
from
September 14, 2026 17:54
47caa7f to
75c3c2e
Compare
… updates Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.146.0` | `0.149.0` | | [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.6.0` | `1.7.0` | | [github.com/package-url/packageurl-go](https://github.com/package-url/packageurl-go) | `0.1.6` | `0.1.7` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.12.0` | `1.12.1` | | [golang.org/x/term](https://github.com/golang/term) | `0.45.0` | `0.46.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.56.0` | `1.58.0` | Updates `github.com/getkin/kin-openapi` from 0.146.0 to 0.149.0 - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.146.0...v0.149.0) Updates `github.com/oapi-codegen/runtime` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](oapi-codegen/runtime@v1.6.0...v1.7.0) Updates `github.com/package-url/packageurl-go` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/package-url/packageurl-go/releases) - [Commits](package-url/packageurl-go@v0.1.6...v0.1.7) Updates `github.com/stretchr/testify` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.12.0...v1.12.1) Updates `golang.org/x/term` from 0.45.0 to 0.46.0 - [Commits](golang/term@v0.45.0...v0.46.0) Updates `modernc.org/sqlite` from 1.56.0 to 1.58.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.58.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.149.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/oapi-codegen/runtime dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/package-url/packageurl-go dependency-version: 0.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: golang.org/x/term dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: modernc.org/sqlite dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/minor-and-patch-f6184d6d55
branch
from
September 15, 2026 17:53
75c3c2e to
426e3da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 6 updates in the / directory:
0.146.00.149.01.6.01.7.00.1.60.1.71.12.01.12.10.45.00.46.01.56.01.58.0Updates
github.com/getkin/kin-openapifrom 0.146.0 to 0.149.0Release notes
Sourced from github.com/getkin/kin-openapi's releases.
Commits
1a812b4openapi3: accept boolean schemas (#1258)9814d1fMerge commit from fork9245cefMerge commit from fork4487f19Merge commit from fork53c2ab1openapi3: validate prefixItems positionally (#1259)ba23e9ddocs: add inspect.software health badge (#1253)94fcebfopenapi3: compare multipleOf on exact rationals, not fixed-precision decimals...e9e5e11openapi3: add FormatOfStringForUUIDOfRFC9562 for UUID v6-v8 (#1251)df7e8f4openapi3: do not forget to carry schema format validators over to OAS3.1 (#1250)eda80e2Merge commit from forkUpdates
github.com/oapi-codegen/runtimefrom 1.6.0 to 1.7.0Release notes
Sourced from github.com/oapi-codegen/runtime's releases.
... (truncated)
Commits
25e2d35Fix panic binding numeric values into non-byte slice destinations (#156)f2e468cBind OpenAPI 3.1 multi-type union parameters into any destinations (#154)611503echore(deps): update github/codeql-action action to v4.37.7 (#152)d8c6443chore(deps): update release-drafter/release-drafter action to v7.7.0 (#151)0caa035chore(deps): update github/codeql-action action to v4.37.5 (#150)95ed734fix(deps): update module github.com/labstack/echo/v5 to v5.3.1 (#149)2f68f55chore: use go mod tidy instead of tidied (#148)03f0d06chore(deps): update release-drafter/release-drafter action to v7.6.0 (#147)99e61d7chore(deps): update github/codeql-action action to v4.37.2 (#146)Updates
github.com/package-url/packageurl-gofrom 0.1.6 to 0.1.7Release notes
Sourced from github.com/package-url/packageurl-go's releases.
Commits
c88ed7bMerge pull request #103 from william-elastisys/cpan-optional-namespace569ee0dmake cpan namespace optional44fc744Merge pull request #105 from william-elastisys/add-vcpkg-type9da7353add support for vcpkg purl-typef5978e9Merge pull request #93 from czunker/fix/encode-sub-delims-in-path-segments327d6a6Percent-encode sub-delimiters in name/version path segmentsbfacec9Merge pull request #95 from arpitjain099/fix/npm-missing-name871407eReject npm purl with bare scope and no name85c494eMerge pull request #102 from william-elastisys/homebrew-case-sensitive16e06cbmake brew name and namespace lower-caseUpdates
github.com/stretchr/testifyfrom 1.12.0 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.50358d0echange yaml library to go.yaml.in/yaml/v3Updates
golang.org/x/termfrom 0.45.0 to 0.46.0Commits
6226200go.mod: update golang.org/x dependencies7c2fb74term: process bytes returned with a read error3963fceall: upgrade go directive to at least 1.26.0 [generated]Updates
modernc.org/sqlitefrom 1.56.0 to 1.58.0Changelog
Sourced from modernc.org/sqlite's changelog.