Skip to content

chore(deps): bump the gomod group across 1 directory with 5 updates - #4

Merged
ldez merged 1 commit into
mainfrom
dependabot/go_modules/gomod-741eca740e
Aug 1, 2026
Merged

chore(deps): bump the gomod group across 1 directory with 5 updates#4
ldez merged 1 commit into
mainfrom
dependabot/go_modules/gomod-741eca740e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 5 updates in the / directory:

Package From To
github.com/mattn/go-isatty 0.0.22 0.0.24
github.com/urfave/cli/v3 3.10.0 3.10.1
github.com/yuin/goldmark 1.8.2 1.8.4
gitlab.com/greyxor/slogor 1.6.10 1.7.0
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 github.com/urfave/cli/v3 from 3.10.0 to 3.10.1

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.10.1

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.10.0...v3.10.1

Commits
  • c5f123b Merge pull request #2322 from lihan3238/fix-2249
  • 8449859 Merge branch 'main' into fix-2249
  • 02bdfb0 Merge pull request #2374 from urfave/fix/completion-subcommand-order
  • 49e84c0 Merge pull request #2330 from c-tonneslan/fix/version-alias-conflict-with-use...
  • 54d38c9 v3: yield the version flag's -v alias to a user-defined flag
  • 0242574 Merge pull request #2369 from urfave/fix/gfmrun-count-and-examples
  • 80f2625 test: explain why completionShells is mutated in completion error tests
  • 0045bbd fix: keep completion subcommand order deterministic in help output
  • f980ca8 Merge pull request #2371 from urfave/dependabot/github_actions/actions/checko...
  • b5e4348 chore(deps): bump actions/checkout from 6 to 7
  • Additional commits viewable in compare view

Updates github.com/yuin/goldmark from 1.8.2 to 1.8.4

Release notes

Sourced from github.com/yuin/goldmark's releases.

v1.8.4

fix: disable svg in data:image urls

v1.8.3

Full Changelog: yuin/goldmark@v1.8.2...v1.8.3

Commits

Updates gitlab.com/greyxor/slogor from 1.6.10 to 1.7.0

Commits

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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 1, 2026
@ldez
ldez enabled auto-merge (squash) August 1, 2026 10:05
@ldez

ldez commented Aug 1, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps the gomod group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.22` | `0.0.24` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.10.0` | `3.10.1` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.8.2` | `1.8.4` |
| [gitlab.com/greyxor/slogor](https://gitlab.com/greyxor/slogor) | `1.6.10` | `1.7.0` |
| [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 `github.com/urfave/cli/v3` from 3.10.0 to 3.10.1
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.10.0...v3.10.1)

Updates `github.com/yuin/goldmark` from 1.8.2 to 1.8.4
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.8.2...v1.8.4)

Updates `gitlab.com/greyxor/slogor` from 1.6.10 to 1.7.0
- [Commits](https://gitlab.com/greyxor/slogor/compare/v1.6.10...v1.7.0)

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: gomod
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: gitlab.com/greyxor/slogor
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the gomod group with 5 updates chore(deps): bump the gomod group across 1 directory with 5 updates Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/gomod-741eca740e branch from 72d3c1d to 944eeb9 Compare August 1, 2026 10:06
@ldez
ldez merged commit 75bd9dc into main Aug 1, 2026
6 checks passed
@ldez
ldez deleted the dependabot/go_modules/gomod-741eca740e branch August 1, 2026 10:08
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