deps: bump the go-dependencies group across 1 directory with 7 updates - #8
Merged
johnsabath merged 1 commit intoAug 19, 2026
Merged
Conversation
Bumps the go-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/alecthomas/kong](https://github.com/alecthomas/kong) | `1.16.0` | `1.16.1` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.15.0` | `1.16.0` | | [github.com/tree-sitter/tree-sitter-scala](https://github.com/tree-sitter/tree-sitter-scala) | `0.26.0` | `0.26.2` | | [github.com/yalue/onnxruntime_go](https://github.com/yalue/onnxruntime_go) | `1.31.0` | `1.33.0` | | [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.8.4` | `1.8.5` | | [go.yaml.in/yaml/v3](https://github.com/yaml/go-yaml) | `3.0.4` | `3.0.5` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.54.0` | `1.56.0` | Updates `github.com/alecthomas/kong` from 1.16.0 to 1.16.1 - [Commits](alecthomas/kong@v1.16.0...v1.16.1) Updates `github.com/rogpeppe/go-internal` from 1.15.0 to 1.16.0 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](rogpeppe/go-internal@v1.15.0...v1.16.0) Updates `github.com/tree-sitter/tree-sitter-scala` from 0.26.0 to 0.26.2 - [Release notes](https://github.com/tree-sitter/tree-sitter-scala/releases) - [Commits](tree-sitter/tree-sitter-scala@v0.26.0...v0.26.2) Updates `github.com/yalue/onnxruntime_go` from 1.31.0 to 1.33.0 - [Commits](yalue/onnxruntime_go@v1.31.0...v1.33.0) Updates `github.com/yuin/goldmark` from 1.8.4 to 1.8.5 - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](yuin/goldmark@v1.8.4...v1.8.5) Updates `go.yaml.in/yaml/v3` from 3.0.4 to 3.0.5 - [Commits](yaml/go-yaml@v3.0.4...v3.0.5) Updates `modernc.org/sqlite` from 1.54.0 to 1.56.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.54.0...v1.56.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/tree-sitter/tree-sitter-scala dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/yalue/onnxruntime_go dependency-version: 1.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/yuin/goldmark dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: go.yaml.in/yaml/v3 dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: modernc.org/sqlite dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-45c11ba06c
branch
from
August 19, 2026 23:30
f353fc8 to
daf33ca
Compare
johnsabath
deleted the
dependabot/go_modules/go-dependencies-45c11ba06c
branch
August 19, 2026 23:39
johnsabath
added a commit
that referenced
this pull request
Aug 20, 2026
The go-dependencies group bump (#8) took onnxruntime_go from 1.31.0 to 1.33.0 without bumping OrtVersion alongside it, breaking the coupling the constant's own comment warns about. onnxruntime_go v1.33.0 vendors ORT_API_VERSION 29, so any binary built since #8 merged fails on inference against the 1.26.0 library `semantic init` downloads: The requested API version [29] is not available, only API versions [1, 26] are supported in this build. Nothing caught it because the affected tests skip when no model is installed, and shipped straight into the v0.2.0 release. ORT 1.29.0 is the release that defines ORT_API_VERSION 29; confirmed prebuilt archives exist for every platform this repo downloads for. Also note the coupling next to the dependabot group that broke it, so a reviewer of the next grouped bump knows to check for it. Signed-off-by: John Sabath <john@reactor.inc>
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 go-dependencies group with 7 updates in the / directory:
1.16.01.16.11.15.01.16.00.26.00.26.21.31.01.33.01.8.41.8.53.0.43.0.51.54.01.56.0Updates
github.com/alecthomas/kongfrom 1.16.0 to 1.16.1Commits
0678fd3Fix disabled DefaultEnvars help suffix (#638)33d3305Fix single-character alias leaking between sibling commands (#637)a5c9626Fix counter panic on a uint or float field with an explicit --flag=N (#626)b401ebfFix filecontent mapper panicking on a non-[]byte target (#625)Updates
github.com/rogpeppe/go-internalfrom 1.15.0 to 1.16.0Commits
49d4e9dtestscript/plugin: new package (#307)b82995btestscript: add dynamic command capability (#306)5cab5dfgoproxytest: make .mod and .info files optional (#305)Updates
github.com/tree-sitter/tree-sitter-scalafrom 0.26.0 to 0.26.2Release notes
Sourced from github.com/tree-sitter/tree-sitter-scala's releases.
... (truncated)
Commits
b931fccMerge pull request #646 from eed3si9n/wip/bump-version5d942ea0.26.27b77c7fMerge pull request #645 from tree-sitter/generation33d361fchore: generate and sync from 001160cff69a43cf9f818a03d80a996b28c5535b001160cMerge pull request #644 from tree-sitter/pattern-type-argumentsf427873fix: take the type arguments of an extractor pattern66acbe2Merge pull request #643 from tree-sitter/generationc733a9cchore: generate and sync from 71b02a68c57bd0e52535962f9167de8462b3c60b71b02a6fix: skip strings and characters when the comma reads its lineda0bae5Merge pull request #642 from tree-sitter/indent-in-parensUpdates
github.com/yalue/onnxruntime_gofrom 1.31.0 to 1.33.0Commits
b4e0f0bupgrade to ORT 1.29.02ecd6c9Expose more tensor element data types to the go API82afd0dFix typo2408c33upgrade to ORT 1.28.0c363274Add note warning CUDA EP users about signal handlersUpdates
github.com/yuin/goldmarkfrom 1.8.4 to 1.8.5Release notes
Sourced from github.com/yuin/goldmark's releases.
Commits
6ed00dafix: #568Updates
go.yaml.in/yaml/v3from 3.0.4 to 3.0.5Commits
e16c7afRemove empty go.sum file6abcd01Fix unhandled nil-errors in tests9481db7Remove suite_test.go and gopkg.in/check.v1485f5fcUse standard testing library for limit_test.go3e00046Use standard testing library for node_test.gof612058Use standard testing library for decode_test.go078f958Use standard testing library encode_test.go3847ac0[v3] backport CodeQL workflow1666663Revert incorrect gofmt changes73290cbRetract v3 tags that cannot be installedUpdates
modernc.org/sqlitefrom 1.54.0 to 1.56.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
cc920f9lib, vec: re-vendor, bump libc to v1.74.4, sweep the docs581eb45sqlite: validate the connector dsn with getVFSName, not a bare ParseQuerye7a39d2sqlite: document that a constructed Driver is not the registered one2c7e3ebsqlite: add NewConnector, a driver.Connector for sql.OpenDBcfb9734CHANGELOG.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 order