Skip to content

Update Go dependencies#104

Merged
anuraaga merged 1 commit intomainfrom
renovate/go-dependencies
Jan 22, 2026
Merged

Update Go dependencies#104
anuraaga merged 1 commit intomainfrom
renovate/go-dependencies

Conversation

@wasilibs
Copy link
Copy Markdown
Contributor

@wasilibs wasilibs bot commented Jan 22, 2026

This PR contains the following updates:

Package Type Update Change
github.com/BurntSushi/toml require minor v1.5.0v1.6.0
github.com/bmatcuk/doublestar/v4 require patch v4.9.1v4.9.2
github.com/editorconfig/editorconfig-core-go/v2 require patch v2.6.3v2.6.4
github.com/goyek/x require minor v0.3.0v0.4.0
github.com/tetratelabs/wazero require minor v1.9.1-0.20250924151156-996b80304486v1.11.0
github.com/wasilibs/tools require digest 5d9d10dab3579b
golang.org/x/sync require minor v0.16.0v0.19.0

Release Notes

BurntSushi/toml (github.com/BurntSushi/toml)

v1.6.0

Compare Source

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.9.2: Fixed Handling of Paths With Meta Chars Using Alts

Compare Source

@​toga4 submitted a PR that fixed a small bug with the way paths were handled when the pattern used {alts}: if some part of the on-disk path that came before the {alt} included meta characters (say, a directory name that included the character ?), these meta characters were not escaped when they were passed back through the globbing routines. This caused doublestar to interpret them as actual meta characters, rather than a fixed-string path as it should have. Nice find, @​toga4 !

What's Changed

  • fix: escape meta characters in paths during brace expansion by @​toga4 in #​108

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.1...v4.9.2

editorconfig/editorconfig-core-go (github.com/editorconfig/editorconfig-core-go/v2)

v2.6.4

Compare Source

  • Target Go 1.24
  • Bump x/mod to 0.31
  • Typos
goyek/x (github.com/goyek/x)

v0.4.0: 0.4.0

Compare Source

Changed
  • BREAKING: Change boot.Main command line syntax from [flags] [--] [tasks] to [tasks] [flags] [--] [args] to align with goyek v3 recommendation.
  • Bump github.com/goyek/goyek to 3.0.0.
  • Bump other dependencies.
Remove
  • Drop support for Go 1.22.
tetratelabs/wazero (github.com/tetratelabs/wazero)

v1.11.0

Compare Source

Hi wazero friends! The new release of wazero v1.11.0 has arrived.

This release is a small "break with the past" it the sense that we added one go.mod dependency to wazero: golang.org/x/sys; read the rational for why.

Behavioral changes

Bug fixes

New Contributors

Full Changelog: wazero/wazero@v1.10.1...v1.11.0

v1.10.1

Compare Source

Hiya again! We're releasing wazero v1.10.1 to fix #​2444.

This small change that was breaking the release process was picked up and flagged by sum.golang.org. We're sorry for any inconvenience this caused.

There were no other changes, so the changelog since v1.9.0 covers everything that's relevant.

Experimental Features

Behavioral changes

Bug fixes

Optimizations


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@wasilibs wasilibs bot added the dependencies Pull requests that update a dependency file label Jan 22, 2026
@wasilibs
Copy link
Copy Markdown
Contributor Author

wasilibs bot commented Jan 22, 2026

ℹ️ Artifact update notice

File name: build/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/cli/go-gh/v2 v2.12.1 -> v2.12.2
github.com/curioswitch/go-build v0.4.0 -> v0.7.1
golang.org/x/sys v0.33.0 -> v0.35.0
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/mod v0.25.0 -> v0.31.0

@anuraaga anuraaga merged commit dffd1ba into main Jan 22, 2026
7 checks passed
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant