chore(deps): bump the minor-and-patch group with 2 updates#280
chore(deps): bump the minor-and-patch group with 2 updates#280dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 2 updates: [github.com/hybridgroup/yzma](https://github.com/hybridgroup/yzma) 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 `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: 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 SummaryThis is a routine Dependabot dependency bump updating Confidence Score: 5/5This PR is safe to merge — only go.mod/go.sum are touched with minor/patch version bumps and no API breakage in the calling code. Both upgrades are minor/patch bumps. The only potentially breaking change (removal of two llama bindings in yzma 1.13.0) does not affect this repo because neither binding is used anywhere in the codebase. The sqlite upgrade is purely additive. No files require special attention.
|
| Filename | Overview |
|---|---|
| go.mod | Bumps yzma v1.12.0→v1.13.0 and modernc.org/sqlite v1.49.1→v1.50.0; no issues found |
| go.sum | Hash entries updated to match new dependency versions; checksums look consistent |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[go.mod / go.sum] --> B[github.com/hybridgroup/yzma]
A --> C[modernc.org/sqlite]
B --> B1["v1.12.0 → v1.13.0\nRemoves llama_params_fit\nRemoves llama_memory_breakdown_print"]
C --> C1["v1.49.1 → v1.50.0\nAdds ColumnInfo API\nUpgrades sqlite-vec to v0.1.9"]
B1 --> D{Codebase uses\nremoved bindings?}
D -- No --> E[✅ Safe to merge]
C1 --> E
Reviews (1): Last reviewed commit: "chore(deps): bump the minor-and-patch gr..." | Re-trigger Greptile
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the minor-and-patch group with 2 updates: github.com/hybridgroup/yzma 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
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