build(deps): bump the go-minor-and-patch group across 1 directory with 10 updates - #22
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
…h 10 updates Bumps the go-minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) | `1.6.1` | `1.7.0` | | [github.com/wailsapp/wails/v2](https://github.com/wailsapp/wails) | `2.13.0` | `2.15.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.54.0` | `1.57.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.53.0` | `0.55.0` | | [modernc.org/memory](https://gitlab.com/cznic/memory) | `1.11.0` | `1.12.1` | Updates `github.com/modelcontextprotocol/go-sdk` from 1.6.1 to 1.7.0 - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.6.1...v1.7.0) Updates `github.com/wailsapp/wails/v2` from 2.13.0 to 2.15.0 - [Release notes](https://github.com/wailsapp/wails/releases) - [Commits](wailsapp/wails@v2.13.0...v2.15.0) Updates `modernc.org/sqlite` from 1.54.0 to 1.57.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.54.0...v1.57.0) Updates `github.com/mattn/go-isatty` from 0.0.22 to 0.0.24 - [Commits](mattn/go-isatty@v0.0.22...v0.0.24) Updates `golang.org/x/crypto` from 0.53.0 to 0.55.0 - [Commits](golang/crypto@v0.53.0...v0.55.0) Updates `golang.org/x/net` from 0.56.0 to 0.57.0 - [Commits](golang/net@v0.56.0...v0.57.0) Updates `golang.org/x/sys` from 0.46.0 to 0.47.0 - [Commits](golang/sys@v0.46.0...v0.47.0) Updates `golang.org/x/text` from 0.38.0 to 0.41.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.38.0...v0.41.0) Updates `modernc.org/libc` from 1.74.1 to 1.74.4 - [Commits](https://gitlab.com/cznic/libc/compare/v1.74.1...v1.74.4) Updates `modernc.org/memory` from 1.11.0 to 1.12.1 - [Commits](https://gitlab.com/cznic/memory/compare/v1.11.0...v1.12.1) --- updated-dependencies: - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: github.com/wailsapp/wails/v2 dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: modernc.org/sqlite dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: github.com/mattn/go-isatty dependency-version: 0.0.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: golang.org/x/crypto dependency-version: 0.55.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: golang.org/x/net dependency-version: 0.57.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: golang.org/x/sys dependency-version: 0.47.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: golang.org/x/text dependency-version: 0.41.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: modernc.org/libc dependency-version: 1.74.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: modernc.org/memory dependency-version: 1.12.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
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-minor-and-patch group with 5 updates in the / directory:
1.6.11.7.02.13.02.15.01.54.01.57.00.53.00.55.01.11.01.12.1Updates
github.com/modelcontextprotocol/go-sdkfrom 1.6.1 to 1.7.0Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
... (truncated)
Commits
bc72835mcp: fix potential nil-pointer dereference on message send (#1115)cc4db25chore: update conformance (#1114)e761950mcp: avoid double-copy of payload in writeEvent (#1106)2781b8fmcp: derive Mcp-Protocol-Version header from the outgoing message (#1107)827f90bmcp: allow opt-in to cancel handler ctx on aborted POST (#1099)5cb8339mcp: update return meta in DiscoverResult (SEP-2575) (#1097)fa548d7docs: update docs (#1089)8baa4ccmcp: add return type tosubscriptions/listen(#1088)9576afcmcp: wrap unmarshalParams with jsonrpc error (#1087)0a8953dci: fix nightly runs (#1086)Updates
github.com/wailsapp/wails/v2from 2.13.0 to 2.15.0Release notes
Sourced from github.com/wailsapp/wails/v2's releases.
Commits
713dc89release: v2.15.0fbdbd50chore: update sponsors.svg and contributors.svg [skip ci]9b3cd78chore(v3): bump to v3.0.0-beta.9 and update changelog9c1edf2chore(changelog): auto-add entry for PR #5988 — docs: document custom JSON ma...b5e33bbdocs: document custom JSON marshalling gotcha (#5988)9079e60test(v3): remove stream name-limit handler race (#5958)2c7113dchore(changelog): auto-add entry for PR #5987 — Support rpm-ostree installs o...9e280baSupport rpm-ostree installs on atomic Linux systems (#5987)1196be0Add secure Wails project MCP server (#5896)25fc198fix(v3): cancel aborted Apple asset requests (#5969)Updates
modernc.org/sqlitefrom 1.54.0 to 1.57.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
6e86ac4doc.go, CHANGELOG.md: promote freebsd/386, freebsd/arm and netbsd/amd6447d0960Merge branch 'driver-registration' into 'master'9ed2aadCHANGELOG.md: document the per-Driver registration methods20e2e17sqlite: let a caller-constructed Driver register its own functions, collation...15039fdall_test: make TestConnectionHook survive -count>1224fef6all_test: drop a trailing space gofmt flags50ee6ddvendor_libs: handle a deduplicated libsqlite3/libsqlite_vec checkout15ca503licensing: ship the sqlite-vec MIT notice, normalize the license names69cd3caGOVERNANCE.md: add Ian Chechin as maintainer198be3call_test: tolerate a cgo-less toolchain in the recursive -race checkUpdates
github.com/mattn/go-isattyfrom 0.0.22 to 0.0.24Commits
c44dc0bUse TIOCGWINSZ instead of TCGETS to detect terminals (#97)4bc9b75Lower go directive to 1.20 for Windows 7 users (#94)4e061daadd stub for haiku os (#93)Updates
golang.org/x/cryptofrom 0.53.0 to 0.55.0Commits
f44d03dgo.mod: update golang.org/x dependencies5ed4944crypto/internal/poly1305: provide optimised assembly for riscv64b07833cssh: return window credit for discarded extended datad701c51acme: fix nil pointer dereference in pebble test error reporting999d053ssh: fix parsing of GSSAPI payloads offering multiple mechanisms90f76b8ssh: reject certificate signature keys before recursingb53964assh: permit empty but non-nil HostKeyAlgorithms, KeyExchanges, Ciphers, MACs626e40fssh: drain stderr on forwarded TCP and Unix channels31914c6x509roots/fallback: update bundlef2135b8all: clean up minor issues found by staticcheckUpdates
golang.org/x/netfrom 0.56.0 to 0.57.0Commits
b8f09f6go.mod: update golang.org/x dependenciesf05f21bidna: reject all-ASCII xn-- labels on all Go versions0f748cfinternal/http3: clean up stream I/O methods usages in tests0bb961einternal/http3: add net/http.ResponseController support0ca694dwebdav: document Dir's lack of defense against filesystem modificationbd5f1dchttp2: initialize Transport on NewClientConn488ff63bpf: add security considerations to package docs93d1f25xsrftoken: avoid token collisions5a3baeeinternal/http3: prevent panic in QPACK decoder due to overflowUpdates
golang.org/x/sysfrom 0.46.0 to 0.47.0Commits
9e7e939cpu: handle vendor suffixes in parseReleasef6fb8a1unix: use epoll_pwait rather than epoll_waitf3eeabfwindows: avoid length overflow in NewNTString3cb6647unix: update glibc to 2.43c507910windows: document safe usage of TrusteeValueUpdates
golang.org/x/textfrom 0.38.0 to 0.41.0Commits
acdba66go.mod: update golang.org/x dependencies02aa981secure/precis: fix short destination buffer handling in Nickname profile724af9cgo.mod: update golang.org/x dependenciesbf5b9d6internal/export/idna: always treat Punycode encoding pure ASCII as an errorb326f3dgo.mod: update golang.org/x dependencies5ae8e57unicode/norm: avoid infinite loop on invalid input0dc94a2all: fix some commentsUpdates
modernc.org/libcfrom 1.74.1 to 1.74.4Commits