chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#281
chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#281dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the minor-and-patch group with 3 updates in the / directory: [github.com/hybridgroup/yzma](https://github.com/hybridgroup/yzma), [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/hybridgroup/yzma` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/hybridgroup/yzma/releases) - [Commits](hybridgroup/yzma@v1.12.0...v1.13.0) Updates `github.com/modelcontextprotocol/go-sdk` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.5.0...v1.6.0) Updates `modernc.org/sqlite` from 1.49.1 to 1.50.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.49.1...v1.50.0) --- updated-dependencies: - dependency-name: github.com/hybridgroup/yzma dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: modernc.org/sqlite dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryRoutine dependabot bump upgrading three direct dependencies ( Confidence Score: 5/5Safe to merge — no breaking API changes affect the codebase. All three dependency upgrades introduce only additive or internally-scoped changes. The removed yzma C bindings are not exposed through the Go API used here, the MCP SDK behavioral changes (SetError, cross-origin protection) touch code paths not exercised by this project, and the sqlite bump is purely additive. go.sum hashes are consistent. No files require special attention.
|
| Filename | Overview |
|---|---|
| go.mod | Three direct dependency version bumps and one indirect bump; no API usage in the codebase is affected by the removed or changed behaviors in the new releases. |
| go.sum | Hash entries updated to match the new dependency versions in go.mod; no issues. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[go.mod / go.sum] --> B[hybridgroup/yzma v1.12.0 → v1.13.0]
A --> C[modelcontextprotocol/go-sdk v1.5.0 → v1.6.0]
A --> D[modernc.org/sqlite v1.49.1 → v1.50.0]
A --> E[google/jsonschema-go v0.4.2 → v0.4.3 indirect]
B --> B1[Removes llama_params_fit and llama_memory_breakdown_print C bindings - Not used in codebase]
C --> C1[SetError preserves existing Content - Cross-origin protection no longer default - SetError unused stdio transport only]
D --> D1[Adds ColumnInfo API - Upgrades sqlite-vec to v0.1.9 - No API changes affecting usage]
E --> E1[Patch bump via go-sdk upgrade - No direct usage impact]
Reviews (1): Last reviewed commit: "chore(deps): bump the minor-and-patch gr..." | Re-trigger Greptile
Bumps the minor-and-patch group with 3 updates in the / directory: github.com/hybridgroup/yzma, github.com/modelcontextprotocol/go-sdk and modernc.org/sqlite.
Updates
github.com/hybridgroup/yzmafrom 1.12.0 to 1.13.0Release notes
Sourced from github.com/hybridgroup/yzma's releases.
Commits
7e542ebRelease 1.13.0ee35a06llama: remove llama_params_fit and llama_memory_breakdown_print bindingsUpdates
github.com/modelcontextprotocol/go-sdkfrom 1.5.0 to 1.6.0Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
... (truncated)
Commits
f5f2015MCPGODEBUG update for 1.6.0 (#893)e01639afeat: HTTP Header Standardization for method and name (#907)93a41b2internal/jsonrpc2: remove unused code (#910)446beaemcp: Upgrade jsonschema-go (#912)2e21834extauth: add ClientCredentialsHandler for OAuth client credentials grant (#895)2643b22feat: add automatic application_type inference (#904)db50910mcp: do not re-prompt OAuth after cancelled Authorize (#885)5f2cd8fmcp: preserve transport errors in Write error chain (#888)0edc597Update README.md (#896)41e1f94mcp: remove default cross origin protection (#906)Updates
modernc.org/sqlitefrom 1.49.1 to 1.50.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
e220cc9CHANGELOG.md: add !113a58d5e5Merge branch 'columns' into 'master'119d8b1add ColumnInfo, for inspecting query columnsc353a4fupgrade to sqlite-vec v0.1.9Dependabot 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