Skip to content

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

Merged
ldez merged 1 commit into
mainfrom
dependabot/go_modules/gomod-348a3f3d11
Sep 1, 2026
Merged

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 4 updates in the / directory: github.com/santhosh-tekuri/jsonschema/v6, github.com/urfave/cli/v3, github.com/yuin/goldmark and golang.org/x/text.

Updates github.com/santhosh-tekuri/jsonschema/v6 from 6.0.2 to 6.0.3

Release notes

Sourced from github.com/santhosh-tekuri/jsonschema/v6's releases.

v6.0.3

bugfixes:

  • empty instLocation for propetyNames and contentSchema
  • fix intLocation for items and additionalItems validation
  • check invalid floats NaN/Inf
  • fix closing quote check in email validation
  • ensure both are numbers in equals validation

features

  • ef59f39: ref like property in custom vocab
Commits
  • b0fc661 ci: upgrade golangci/golangci-lint-action from v4 to v6
  • 3d8c98f ci: upgrade actions/setup-go from v3 to v6
  • b0cc7ab ci: upgrade actions/checkout from v3 to v7
  • 4bdda86 validator/fix: empty instLocation for propetyNames and contentSchema
  • 833329d fix/typo: fix type in error message
  • 180cde3 misc: remove vim swap file (#254)
  • 1a20556 validator/items: fix instanceLocation
  • cfca0e3 validator: check invalid floats NaN/Inf (#249)
  • befd2c1 validator/additionalItems: fix instanceLocation (#253)
  • dfcec1c format/email: add closing quote check (#251)
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.10.1 to 3.11.0

Release notes

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

v3.11.0

What's Changed

New Contributors

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

Commits
  • 138d3b3 Merge pull request #2410 from dearchap/issue_2404
  • 1bee208 test: fix ineffective mutex error-string assertion and add mirror cases
  • 5ec7335 Merge pull request #2408 from urfave/issue_2405
  • cccd133 Merge branch 'main' into issue_2405
  • 493a0d3 test: add shell-completion case for hidden BoolWithInverseFlag
  • 141d89c Merge pull request #2407 from dearchap/issue_2406
  • 9eee563 test: cover Run with no args, empty name, and shell completion
  • 79f8fc7 Merge pull request #2395 from utkarshalpha/fix/hide-help-command-inheritance
  • 8f56e7f Merge branch 'main' into fix/hide-help-command-inheritance
  • 339a375 Merge pull request #2386 from BrandonIrizarry/bci
  • Additional commits viewable in compare view

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

Release notes

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

v1.8.5

Commits

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

Commits
  • acdba66 go.mod: update golang.org/x dependencies
  • 02aa981 secure/precis: fix short destination buffer handling in Nickname profile
  • 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 Sep 1, 2026
@ldez

ldez commented Sep 1, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@ldez
ldez enabled auto-merge (squash) September 1, 2026 12:03
Bumps the gomod group with 4 updates in the / directory: [github.com/santhosh-tekuri/jsonschema/v6](https://github.com/santhosh-tekuri/jsonschema), [github.com/urfave/cli/v3](https://github.com/urfave/cli), [github.com/yuin/goldmark](https://github.com/yuin/goldmark) and [golang.org/x/text](https://github.com/golang/text).


Updates `github.com/santhosh-tekuri/jsonschema/v6` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/santhosh-tekuri/jsonschema/releases)
- [Commits](santhosh-tekuri/jsonschema@v6.0.2...v6.0.3)

Updates `github.com/urfave/cli/v3` from 3.10.1 to 3.11.0
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.10.1...v3.11.0)

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

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

---
updated-dependencies:
- dependency-name: github.com/santhosh-tekuri/jsonschema/v6
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.41.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 4 updates chore(deps): bump the gomod group across 1 directory with 4 updates Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/gomod-348a3f3d11 branch from ea2276b to b79a30a Compare September 1, 2026 12:03
@ldez
ldez merged commit 42c7895 into main Sep 1, 2026
6 checks passed
@ldez
ldez deleted the dependabot/go_modules/gomod-348a3f3d11 branch September 1, 2026 12:05
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