chore(deps): Bump the go-dependencies group across 1 directory with 9 updates - #554
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
… updates Bumps the go-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.11.7` | `0.11.8` | | [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) | `2.9.2` | `2.9.3` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.19.1` | `1.20.0` | | [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.8.5` | `1.8.6` | | [golang.design/x/clipboard](https://github.com/golang-design/clipboard) | `0.8.0` | `0.9.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.54.0` | `0.57.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.55.0` | `1.58.0` | Updates `github.com/charmbracelet/x/ansi` from 0.11.7 to 0.11.8 - [Commits](charmbracelet/x@ansi/v0.11.7...ansi/v0.11.8) Updates `github.com/fxamacker/cbor/v2` from 2.9.2 to 2.9.3 - [Release notes](https://github.com/fxamacker/cbor/releases) - [Commits](fxamacker/cbor@v2.9.2...v2.9.3) Updates `github.com/klauspost/compress` from 1.19.1 to 1.20.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.19.1...v1.20.0) Updates `github.com/yuin/goldmark` from 1.8.5 to 1.8.6 - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](yuin/goldmark@v1.8.5...v1.8.6) Updates `golang.design/x/clipboard` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/golang-design/clipboard/releases) - [Commits](golang-design/clipboard@v0.8.0...v0.9.0) Updates `golang.org/x/crypto` from 0.54.0 to 0.57.0 - [Commits](golang/crypto@v0.54.0...v0.57.0) Updates `golang.org/x/sys` from 0.47.0 to 0.48.0 - [Commits](golang/sys@v0.47.0...v0.48.0) Updates `golang.org/x/term` from 0.45.0 to 0.46.0 - [Commits](golang/term@v0.45.0...v0.46.0) Updates `modernc.org/sqlite` from 1.55.0 to 1.58.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.55.0...v1.58.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/x/ansi dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/fxamacker/cbor/v2 dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/klauspost/compress dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/yuin/goldmark dependency-version: 1.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.design/x/clipboard dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/term dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: modernc.org/sqlite dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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:
0.11.70.11.82.9.22.9.31.19.11.20.01.8.51.8.60.8.00.9.00.54.00.57.01.55.01.58.0Updates
github.com/charmbracelet/x/ansifrom 0.11.7 to 0.11.8Commits
00c6608fix(wcwidth): measure wcwidth per codepoint (#933)240ce7bchore: lint cellbuf (#944)c2cf573chore(ansi): lint (#943)3755ebachore(deps): bump github.com/charmbracelet/x/xpty (#932)75eb341chore(deps): bump github.com/mattn/go-runewidth (#925)7e2d3e6fix(xpty): report context cancellation in WaitProcess41c9e6bchore(deps): bump github.com/mattn/go-runewidth (#924)482a565chore(powernap): update lsp configs from nvim-lspconfig3eef36echore(deps): bump github.com/bits-and-blooms/bitset (#914)872754achore(deps): bump golang.org/x/sys (#909)Updates
github.com/fxamacker/cbor/v2from 2.9.2 to 2.9.3Release notes
Sourced from github.com/fxamacker/cbor/v2's releases.
Commits
f0c90b6Merge pull request #803 from fxamacker/fxamacker/fix-unmarshal-to-timec20692aSkip data item when decoding to time.Time failsUpdates
github.com/klauspost/compressfrom 1.19.1 to 1.20.0Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
9d8ccb1flate: Writer with a preset dictionary emits the dictionary into the output s...f93f23abuild(deps): bump the github-actions group with 6 updates (#1200)42f9d96xpress: add Microsoft XPRESS (MS-XCA) decompression (#1195)629c2eazstd/huff0: break false partial-register dependencies in seqdec/4X decoders (...ba74977ci: test against go1.27.x, drop go1.24.x (#1198)f5c1529zstd/huff0: pin avo peephole folds, regenerate arm64 (#1199)73508b2s2: arm64 assembly encoders, lowered from the amd64 avo program (#1187)0e43f04xxhash: bound input of non-preemptive assembly (#1196)4005c15s2: clamp the Go EncodeBetter skip to match the assembly (#1190)dd6de45gzhttp: limit jitter hash to jitterBuffer bytes (#1192)Updates
github.com/yuin/goldmarkfrom 1.8.5 to 1.8.6Release notes
Sourced from github.com/yuin/goldmark's releases.
Commits
e3e8a53Merge pull request #569 from binggao1230/fix-urlescape-percent-hex-guard8701257Merge pull request #570 from BananaJeanss/patch-1c52d4b3fix(extension): fix #57137b454cRemove Go Report Card badge72f79b9fix: URLEscape dropped a truncated utf8 leading byte67a4ecffix: URLEscape validated the same hex digit twiceUpdates
golang.design/x/clipboardfrom 0.8.0 to 0.9.0Release notes
Sourced from golang.design/x/clipboard's releases.
... (truncated)
Commits
c768c5dclipboard: add the browser backend (#64) (#172)cc606a2clipboard: take a context and return an error (v0.9.0) (#171)abdddd7x11: do not close the connection out from under the last reply (#170)bbca04eclipboard: limit how many times a write is served (#22) (#169)b4a0ae4x11: do not wait on a selection nobody owns (#168)5f89cbbclipboard: reach the primary (middle-click) selection (#67) (#167)07550ddclipboard: copy and paste files (#152) (#166)9cbb00cclipboard: publish several formats in one write (#151) (#165)75ec3a0docs: explain why a Windows service sees a different clipboard (#145) (#164)f6516d5windows: watch the clipboard by event, not by poll (#153) (#163)Updates
golang.org/x/cryptofrom 0.54.0 to 0.57.0Commits
3f62bf1go.mod: update golang.org/x dependencies86efde5ssh: reject unexpected message types on established channelsa6cdac6ssh: drop traffic on undecided channels39dc44essh: don't skip the source-address critical option in CheckCertafebf4cx509roots/fallback/bundle: make subjectsEqual stricter on Go 1.27+89f4e9bx509roots/fallback: update bundle71488c4ssh/knownhosts: compare only public key portions for revocation82adefassh: synchronize unexpected response testc757c98all: upgrade go directive to at least 1.26.0 [generated]593c81assh: correctly ignore pre-banner linesUpdates
golang.org/x/sysfrom 0.47.0 to 0.48.0Commits
613e257cpu: add riscv64 hwprobe drift test6f7b10funix: add MLOCK_ONFAULT constant663e7c8cpu: add basic support for GOARCH=sparc64de5f12fcpu: add ppc64le POWER10 detection80e8acfunix: run go fix1e3c182unix: add IPMI interfaced429e20unix: stop generating sparc termbits from the generic headerbd3bddfunix: add missing HWTSTAMP_* constantse812f53windows: add SO_SNDTIMEO constant for socket optionsf6989c5unix: align Ifreq so its union accessors cannot faultUpdates
golang.org/x/termfrom 0.45.0 to 0.46.0Commits
6226200go.mod: update golang.org/x dependencies7c2fb74term: process bytes returned with a read error3963fceall: upgrade go directive to at least 1.26.0 [generated]Updates
modernc.org/sqlitefrom 1.55.0 to 1.58.0Changelog
Sourced from modernc.org/sqlite's changelog.