build(deps): bump the go-dependencies group with 4 updates - #1913
Merged
Merged
Conversation
Bumps the go-dependencies group with 4 updates: [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli), [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth), [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) and [github.com/fastly/go-fastly/v17](https://github.com/fastly/go-fastly). Updates `github.com/andybalholm/brotli` from 1.2.3 to 1.2.4 - [Commits](andybalholm/brotli@v1.2.3...v1.2.4) Updates `github.com/mattn/go-runewidth` from 0.0.29 to 0.0.30 - [Commits](mattn/go-runewidth@v0.0.29...v0.0.30) Updates `github.com/pierrec/lz4/v4` from 4.1.29 to 4.1.30 - [Release notes](https://github.com/pierrec/lz4/releases) - [Commits](pierrec/lz4@v4.1.29...v4.1.30) Updates `github.com/fastly/go-fastly/v17` from 17.3.2 to 17.4.0 - [Release notes](https://github.com/fastly/go-fastly/releases) - [Changelog](https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md) - [Commits](fastly/go-fastly@v17.3.2...v17.4.0) --- updated-dependencies: - dependency-name: github.com/andybalholm/brotli dependency-version: 1.2.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.30 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/pierrec/lz4/v4 dependency-version: 4.1.30 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/fastly/go-fastly/v17 dependency-version: 17.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
rcaril
approved these changes
Sep 23, 2026
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 4 updates: github.com/andybalholm/brotli, github.com/mattn/go-runewidth, github.com/pierrec/lz4/v4 and github.com/fastly/go-fastly/v17.
Updates
github.com/andybalholm/brotlifrom 1.2.3 to 1.2.4Commits
eede312Fix problems found by go vetfc20d30reorder conditions for better performancee50c2fbFix false match at position 0 in ZDFasta3e6528Do not drop history that is shorter than MaxDistance621e17eFix false match in ZFast.448f1a0Add a utility for testing against multi-file compression corpora.Updates
github.com/mattn/go-runewidthfrom 0.0.29 to 0.0.30Commits
14205ccMerge pull request #110 from mattn/truncate-rune-fast-path67f0b8dTake the rune fast path in the Truncate functions tooa42811dMerge pull request #111 from mattn/wrap-invalid-utf81156adeKeep strings that are not valid UTF-8 on the segmenter06120a9Merge pull request #109 from mattn/skip-segmentation-without-joiners21388adSkip grapheme segmentation for text that cannot form clusters6c7068fGenerate a table of runes that can join a grapheme cluster2793dc5Merge pull request #108 from youdie006/fix-wrap-grapheme-clusterfd7c07fAdd Wrap benchmarks for the ASCII, CJK and emoji pathsf5f115cInline the ASCII width rule in the Wrap fast pathUpdates
github.com/pierrec/lz4/v4from 4.1.29 to 4.1.30Release notes
Sourced from github.com/pierrec/lz4/v4's releases.
Commits
e692a9fMerge pull request #256 from twmb/reuse-frame-data-blockfb8e53bMerge pull request #255 from twmb/fix-close-reset-legacyaaef419Merge pull request #254 from HarveyBase/fix/issue-192-flush-buffer1039447Merge pull request #251 from youdie006/writeto-after-partial-readb05d2d6Merge pull request #252 from honeycombio/lizf.followup-amd64-zen3494edb1Merge pull request #231 from sidd1809/fix-decompress-reader-v41224e8b666Merge pull request #253 from lizthegrey/lizf.add-go127-ci01e8afelz4stream: reuse the frame data block across Reset in non concurrent modeffe2104lz4stream: do not leak an abandoned concurrent read on Resetb9a9ecbbench: load the gzipped gettysburg file in BenchmarkWriterResetUpdates
github.com/fastly/go-fastly/v17from 17.3.2 to 17.4.0Release notes
Sourced from github.com/fastly/go-fastly/v17's releases.
Changelog
Sourced from github.com/fastly/go-fastly/v17's changelog.
Commits
b62021crelease 17.4.0 (#868)3414811add support for staging ip (#867)Dependabot 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