chore(deps): bump the all group across 1 directory with 5 updates - #748
Merged
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/all-0e7041585a
branch
from
June 29, 2026 09:03
aa88a71 to
64adf63
Compare
Bumps the all group with 4 updates in the / directory: [github.com/caarlos0/env/v11](https://github.com/caarlos0/env), [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty), [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/caarlos0/env/v11` from 11.4.0 to 11.4.1 - [Release notes](https://github.com/caarlos0/env/releases) - [Commits](caarlos0/env@v11.4.0...v11.4.1) Updates `github.com/mattn/go-isatty` from 0.0.20 to 0.0.24 - [Commits](mattn/go-isatty@v0.0.20...v0.0.24) Updates `github.com/mattn/go-runewidth` from 0.0.22 to 0.0.27 - [Commits](mattn/go-runewidth@v0.0.22...v0.0.27) Updates `golang.org/x/crypto` from 0.52.0 to 0.54.0 - [Commits](golang/crypto@v0.52.0...v0.54.0) Updates `golang.org/x/term` from 0.43.0 to 0.45.0 - [Commits](golang/term@v0.43.0...v0.45.0) --- updated-dependencies: - dependency-name: github.com/caarlos0/env/v11 dependency-version: 11.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/mattn/go-isatty dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/term dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/all-0e7041585a
branch
from
August 12, 2026 20:47
64adf63 to
a6b6718
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 all group with 4 updates in the / directory: github.com/caarlos0/env/v11, github.com/mattn/go-isatty, github.com/mattn/go-runewidth and golang.org/x/crypto.
Updates
github.com/caarlos0/env/v11from 11.4.0 to 11.4.1Release notes
Sourced from github.com/caarlos0/env/v11's releases.
Commits
a72d89aci: update release config6daeb06fix: use Key instead of OwnKey in rawEnvVars to properly reference existing d...33faf6fci(deps): bump the actions group with 3 updates (#417)1ff55e6docs: adaptive starchart (#416)0cb635bci(deps): bump the actions group with 6 updates (#415)cf4a968ci(deps): bump the actions group with 3 updates (#411)Updates
github.com/mattn/go-isattyfrom 0.0.20 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)9a68506Fix isCygwinPipeName to accept Windows 7 trailing suffix (#90)4237fb1Update Go test matrix to current versions (1.24-1.26)433c12bUpdate GitHub Actions to latest versions1cf5589Add wasip1 and wasip2 to build constraints in isatty_others.go1237245Update dependencies: go 1.15 -> 1.21, golang.org/x/sys v0.6.0 -> v0.28.0ac9c88dFix typo in comment: undocomented -> undocumented8b7124eAdd availability check for NtQueryObject in initUpdates
github.com/mattn/go-runewidthfrom 0.0.22 to 0.0.27Commits
f2d8bfeMerge pull request #103 from mattn/restore-zerowidthjoiner2cd35a6Restore ZeroWidthJoiner as a deprecated no-opb2badb7Avoid ambiguous-width prefix in TruncatePrefix testa1307e2Add TruncatePrefix tests for multi-rune grapheme clusters9beccfdMerge pull request #79 from umlx5h/add_truncate_prefix0b200ccMerge pull request #97 from mattn/perf/precomputed-width-lutfc57c61Merge pull request #93 from apocelipes/feat-optimize-fill2e05c0bMerge pull request #102 from mattn/fix/spacing-marks-and-cluster-width3e28133Fix width of spacing marks and multi-rune grapheme clustersb571037Merge pull request #98 from bugwhisperer418/masterUpdates
golang.org/x/cryptofrom 0.52.0 to 0.54.0Commits
cdce021go.mod: update golang.org/x dependenciesd9474ccopenpgp: make the deprecation message more explicit7626c50ssh: verify declared key type matches decoded key in authorized_keys0471e79ssh/agent: enforce strict limits on DSA key parameters6435c37ssh: sanitize client disconnect messages7d695dassh/agent: drain channel stderr in agent forwarders5b7f841acme/autocert: fix data race in Manager.createCert0b316e7argon2: update RFC 9106 parameter recommendations55aec0ax509roots/fallback: update bundle5f2de1ainternal: remove wycheproof testsUpdates
golang.org/x/termfrom 0.43.0 to 0.45.0Commits
9f69229go.mod: update golang.org/x dependencies3b43943go.mod: update golang.org/x dependencies