Bump the minor-and-patch group with 6 updates - #323
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.23.1` | `2.27.0` | | [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) | `0.140.0` | `0.145.0` | | [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `1.4.2` | `1.6.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.44.0` | `0.45.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.53.0` | `1.55.0` | | [pault.ag/go/debian](https://github.com/paultag/go-debian) | `0.18.0` | `0.21.0` | Updates `github.com/alecthomas/chroma/v2` from 2.23.1 to 2.27.0 - [Release notes](https://github.com/alecthomas/chroma/releases) - [Commits](alecthomas/chroma@v2.23.1...v2.27.0) Updates `github.com/getkin/kin-openapi` from 0.140.0 to 0.145.0 - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.140.0...v0.145.0) Updates `github.com/oapi-codegen/runtime` from 1.4.2 to 1.6.0 - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](oapi-codegen/runtime@v1.4.2...v1.6.0) Updates `golang.org/x/term` from 0.44.0 to 0.45.0 - [Commits](golang/term@v0.44.0...v0.45.0) Updates `modernc.org/sqlite` from 1.53.0 to 1.55.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.53.0...v1.55.0) Updates `pault.ag/go/debian` from 0.18.0 to 0.21.0 - [Commits](paultag/go-debian@v0.18.0...v0.21.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/chroma/v2 dependency-version: 2.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.145.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.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: golang.org/x/term dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: modernc.org/sqlite dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pault.ag/go/debian dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Aug 4, 2026
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
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:
2.23.12.27.00.140.00.145.01.4.21.6.00.44.00.45.01.53.01.55.00.18.00.21.0Updates
github.com/alecthomas/chroma/v2from 2.23.1 to 2.27.0Release notes
Sourced from github.com/alecthomas/chroma/v2's releases.
... (truncated)
Commits
a6d00fefix(html): make mode class output opt-in via WithModeClassesf52d015chore: some house-keepingf08a9abchore: add fmt + test to BUILD.bit6da8f88fix(yaml): comments can be key-values (#1289)67785a4chore(deps): update all non-major dependencies (#1285)d9dd73fAdd templ XML lexer (#1283)effffdbchore(deps): update all non-major dependencies (#1280)03236a4support for PostScript font files (#1282)e10d532Fix YAML slash comments with colons (#1278)56c7702fix: downgrade go.mod version to 1.25Updates
github.com/getkin/kin-openapifrom 0.140.0 to 0.145.0Release notes
Sourced from github.com/getkin/kin-openapi's releases.
... (truncated)
Commits
88aa64cMerge commit from forkf1a5b52Merge commit from fork27bc028openapi3: stop InternalizeRefs panicking on unresolved discriminator mappings...f0407d5Merge commit from forkc947670some fixes to please my moulinette (#1232)68ac2afMerge commit from fork3e5d7f4openapi3filter: prefer non-empty value for repeated scalar query params (#1231)30e2923Merge commit from forkc11a481openapi3gen: inline embedded struct with options-only JSON tag (#1229)0fb1f0eopenapi3filter: skip schema checks for empty allowEmptyValue strings (#1228)Updates
github.com/oapi-codegen/runtimefrom 1.4.2 to 1.6.0Release notes
Sourced from github.com/oapi-codegen/runtime's releases.
... (truncated)
Commits
01be2fachore(deps): update module github.com/golangci/golangci-lint to v2.12.2 (#112)1463938Allow customizing default query encoder (#145)540d34afix(deps): update module github.com/labstack/echo/v5 to v5.3.0 (#142)e89dbb8Add types.Duration for the RFC 3339 duration format (#144)324e57fLet generated code declare whether styled parameter values are escaped (#143)95c13c0Explain how to send nested objects when style serialization fails (#141)7c889f3Prefer the form struct tag over json for form encoding (#140)d0d5c3achore(deps): update golang/govulncheck-action action to v1.1.0 (#137)67e86fdchore(deps): update oapi-codegen/actions action to v0.8.0 (#130)df140cbfix(deps): update module github.com/labstack/echo/v5 to v5.2.1 (#126)Updates
golang.org/x/termfrom 0.44.0 to 0.45.0Commits
9f69229go.mod: update golang.org/x dependenciesUpdates
modernc.org/sqlitefrom 1.53.0 to 1.55.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
cfb9734CHANGELOG.md: document the DSN validation-order change0895392sqlite: validate all DSN parameters before applying any of them63a57e4sqlite: select DSN shorthand aliases by presence, matching mattn (!134 follow...d7210fcCHANGELOG.md: correct the !134 DSN shorthand-key entryb31f521Merge branch 'dsn-compat-keys' into 'master'266b979sqlite: validate mattn-compat DSN keys and fix auto_vacuum apply order9784122sqlite: document mattn-compat DSN pragma keys and test them together5831f4bSupport more underscore keys in DSN693ff38upgrade to SQLite 3.53.35d24346Merge branch 'texttotime-aggregates' into 'master'Updates
pault.ag/go/debianfrom 0.18.0 to 0.21.0Commits
cffc6a7Switch from golang.org/x/crypto/openpgp to github.com/ProtonMail/go-crypto/op...6381c0bcontrol: expose Build-Depends-Arch and Build-Conflicts-Arch on Sourcee4f9c3cdependency: trim multi-line field whitespace from Possibility names6623ddbbump depsbdad31eRewrite the Dependency Architecture codeDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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