build(deps): bump the go-dependencies group with 6 updates#1679
Merged
philippschulte merged 2 commits intomainfrom Mar 11, 2026
Merged
build(deps): bump the go-dependencies group with 6 updates#1679philippschulte merged 2 commits intomainfrom
philippschulte merged 2 commits intomainfrom
Conversation
philippschulte
approved these changes
Mar 10, 2026
Contributor
|
@dependabot recreate |
Bumps the go-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [golang.org/x/sys](https://github.com/golang/sys) | `0.41.0` | `0.42.0` | | [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.20` | `0.0.21` | | [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) | `4.1.25` | `4.1.26` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.35.0` | `0.36.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.19.0` | `0.20.0` | | [github.com/fastly/go-fastly/v13](https://github.com/fastly/go-fastly) | `13.0.0` | `13.0.1` | Updates `golang.org/x/sys` from 0.41.0 to 0.42.0 - [Commits](golang/sys@v0.41.0...v0.42.0) Updates `github.com/mattn/go-runewidth` from 0.0.20 to 0.0.21 - [Commits](mattn/go-runewidth@v0.0.20...v0.0.21) Updates `github.com/pierrec/lz4/v4` from 4.1.25 to 4.1.26 - [Release notes](https://github.com/pierrec/lz4/releases) - [Commits](pierrec/lz4@v4.1.25...v4.1.26) Updates `golang.org/x/oauth2` from 0.35.0 to 0.36.0 - [Commits](golang/oauth2@v0.35.0...v0.36.0) Updates `golang.org/x/sync` from 0.19.0 to 0.20.0 - [Commits](golang/sync@v0.19.0...v0.20.0) Updates `github.com/fastly/go-fastly/v13` from 13.0.0 to 13.0.1 - [Release notes](https://github.com/fastly/go-fastly/releases) - [Changelog](https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md) - [Commits](fastly/go-fastly@v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.42.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/pierrec/lz4/v4 dependency-version: 4.1.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/oauth2 dependency-version: 0.36.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.20.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/fastly/go-fastly/v13 dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
460a88d to
ff0fe56
Compare
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 6 updates:
0.41.00.42.00.0.200.0.214.1.254.1.260.35.00.36.00.19.00.20.013.0.013.0.1Updates
golang.org/x/sysfrom 0.41.0 to 0.42.0Commits
eaaaaeewindows/registry: correct KeyInfo.ModTime calculation942780bcpu: darwin/arm64 feature detectionacef388unix/linux: Prefixmsg and PrefixCacheinfo structs3687fbdcpu: better defaults on darwin ARM6448062e9plan9: change Note to alias syscall.Note4f23f80windows: change Signal to alias syscall.Signal7548802all: upgrade go directive to at least 1.25.0 [generated]Updates
github.com/mattn/go-runewidthfrom 0.0.20 to 0.0.21Commits
b7b94fbMerge pull request #91 from mattn/add-is-combining-width2c33cbfUpdate CI: bump actions and Go versionsc6c0a14Add IsCombiningWidth function6399b33Merge pull request #90 from bugwhisperer418/76-zero-width-variation-selectionsdadc062fix benchmark test checksums75db52fupdate test checksumsfb9c1d1Treat Mn variation selections with EA width "A" as combining with 0 widthUpdates
github.com/pierrec/lz4/v4from 4.1.25 to 4.1.26Commits
60ed180remove failing test as its test file is unavailable (too large).feb996bMerge pull request #240 from lkinley-rythmos/v45dfa772Add regression tests for Reader stale data, Writer buffer leak, and zero-leng...74d44e9Fix Reader stale data, Writer buffer leak, and zero-length writeUpdates
golang.org/x/oauth2from 0.35.0 to 0.36.0Commits
4d954e6all: upgrade go directive to at least 1.25.0 [generated]Updates
golang.org/x/syncfrom 0.19.0 to 0.20.0Commits
ec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]Updates
github.com/fastly/go-fastly/v13from 13.0.0 to 13.0.1Release notes
Sourced from github.com/fastly/go-fastly/v13's releases.
Changelog
Sourced from github.com/fastly/go-fastly/v13's changelog.
Commits
5b5c0d3release 13.0.1 (#786)1d7840dFix custom MarshalJSON for condition unions + fix UpdateRateLimit tags for NG...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