Skip to content

build(deps): Bump the go-minor-and-patch group across 1 directory with 6 updates - #115

Merged
vonglasow merged 1 commit into
mainfrom
dependabot/go_modules/main/go-minor-and-patch-c48f7b9391
Aug 4, 2026
Merged

build(deps): Bump the go-minor-and-patch group across 1 directory with 6 updates#115
vonglasow merged 1 commit into
mainfrom
dependabot/go_modules/main/go-minor-and-patch-c48f7b9391

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-and-patch group with 6 updates in the / directory:

Package From To
github.com/mattn/go-isatty 0.0.22 0.0.24
golang.org/x/sys 0.46.0 0.47.0
github.com/mattn/go-runewidth 0.0.23 0.0.27
github.com/pelletier/go-toml/v2 2.4.2 2.4.3
go.yaml.in/yaml/v3 3.0.4 3.0.5
golang.org/x/text 0.38.0 0.40.0

Updates github.com/mattn/go-isatty from 0.0.22 to 0.0.24

Commits

Updates golang.org/x/sys from 0.46.0 to 0.47.0

Commits
  • 9e7e939 cpu: handle vendor suffixes in parseRelease
  • f6fb8a1 unix: use epoll_pwait rather than epoll_wait
  • f3eeabf windows: avoid length overflow in NewNTString
  • 3cb6647 unix: update glibc to 2.43
  • c507910 windows: document safe usage of TrusteeValue
  • See full diff in compare view

Updates github.com/mattn/go-runewidth from 0.0.23 to 0.0.27

Commits
  • f2d8bfe Merge pull request #103 from mattn/restore-zerowidthjoiner
  • 2cd35a6 Restore ZeroWidthJoiner as a deprecated no-op
  • b2badb7 Avoid ambiguous-width prefix in TruncatePrefix test
  • a1307e2 Add TruncatePrefix tests for multi-rune grapheme clusters
  • 9beccfd Merge pull request #79 from umlx5h/add_truncate_prefix
  • 0b200cc Merge pull request #97 from mattn/perf/precomputed-width-lut
  • fc57c61 Merge pull request #93 from apocelipes/feat-optimize-fill
  • 2e05c0b Merge pull request #102 from mattn/fix/spacing-marks-and-cluster-width
  • 3e28133 Fix width of spacing marks and multi-rune grapheme clusters
  • b571037 Merge pull request #98 from bugwhisperer418/master
  • Additional commits viewable in compare view

Updates github.com/pelletier/go-toml/v2 from 2.4.2 to 2.4.3

Release notes

Sourced from github.com/pelletier/go-toml/v2's releases.

v2.4.3

What's Changed

What's new

Fixed bugs

Documentation

Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.4.2...v2.4.3

Commits
  • 071a36c fix: bound array and inline table nesting depth to prevent stack-overflow DoS...
  • 57fec25 Add RawMessage marshal support to unstable (#1084)
  • 79f82e3 fix: error instead of panic on nil unexported embedded pointer (#1089)
  • a28afed unstable/kind: drop duplicate 'a' from LocalDate comment (#1062)
  • 6fa69af fix: do not recurse forever on recursively embedded structs (#1087)
  • 82b792e fix: report table placement errors with position and key context (#1086)
  • f93de50 perf: avoid interface boxing when decoding date/time values (#1085)
  • 21f8286 Deliver the whole document to a root Unmarshaler (#994) (#1083)
  • 98e94ae Update bundled toml.abnf to TOML 1.1.0 and pin spec-corner behaviour (#1082)
  • 35f78d5 Fix invalid TOML from commented multi-line values (#1081)
  • See full diff in compare view

Updates go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5

Commits
  • e16c7af Remove empty go.sum file
  • 6abcd01 Fix unhandled nil-errors in tests
  • 9481db7 Remove suite_test.go and gopkg.in/check.v1
  • 485f5fc Use standard testing library for limit_test.go
  • 3e00046 Use standard testing library for node_test.go
  • f612058 Use standard testing library for decode_test.go
  • 078f958 Use standard testing library encode_test.go
  • 3847ac0 [v3] backport CodeQL workflow
  • 1666663 Revert incorrect gofmt changes
  • 73290cb Retract v3 tags that cannot be installed
  • See full diff in compare view

Updates golang.org/x/text from 0.38.0 to 0.40.0

Commits
  • 724af9c go.mod: update golang.org/x dependencies
  • bf5b9d6 internal/export/idna: always treat Punycode encoding pure ASCII as an error
  • b326f3d go.mod: update golang.org/x dependencies
  • 5ae8e57 unicode/norm: avoid infinite loop on invalid input
  • 0dc94a2 all: fix some comments
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…h 6 updates

Bumps the go-minor-and-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.22` | `0.0.24` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.46.0` | `0.47.0` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.23` | `0.0.27` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.4.2` | `2.4.3` |
| [go.yaml.in/yaml/v3](https://github.com/yaml/go-yaml) | `3.0.4` | `3.0.5` |
| [golang.org/x/text](https://github.com/golang/text) | `0.38.0` | `0.40.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/sys` from 0.46.0 to 0.47.0
- [Commits](golang/sys@v0.46.0...v0.47.0)

Updates `github.com/mattn/go-runewidth` from 0.0.23 to 0.0.27
- [Commits](mattn/go-runewidth@v0.0.23...v0.0.27)

Updates `github.com/pelletier/go-toml/v2` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.4.2...v2.4.3)

Updates `go.yaml.in/yaml/v3` from 3.0.4 to 3.0.5
- [Commits](yaml/go-yaml@v3.0.4...v3.0.5)

Updates `golang.org/x/text` from 0.38.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.38.0...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: go.yaml.in/yaml/v3
  dependency-version: 3.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 3, 2026
@mergify

mergify Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@vonglasow vonglasow self-assigned this Aug 4, 2026
@mergify

mergify Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

queue

🛑 GitHub permissions prevent queueing

Details

The PR cannot be merged because of GitHub restrictions. You must set up a update_bot_account on your queue_rules to automatically queue and merge PRs created by a GitHub App, or modify the GitHub Actions workflows.

@vonglasow
vonglasow merged commit e382754 into main Aug 4, 2026
11 checks passed
@vonglasow
vonglasow deleted the dependabot/go_modules/main/go-minor-and-patch-c48f7b9391 branch August 4, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant