Skip to content

Comments

fix(deps): update all go dependencies#1198

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-go-deps
Open

fix(deps): update all go dependencies#1198
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-go-deps

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/bazelbuild/rules_go v0.59.0v0.60.0 age adoption passing confidence require minor
github.com/bmatcuk/doublestar/v4 v4.7.1v4.10.0 age adoption passing confidence require minor
golang.org/x/exp 9b4947d3dfff04 age adoption passing confidence require digest
golang.org/x/sys v0.30.0v0.41.0 age adoption passing confidence require minor

Release Notes

bazelbuild/rules_go (github.com/bazelbuild/rules_go)

v0.60.0

Compare Source

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.60.0")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.7")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
    host_platform_repo,
    name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.59.0...v0.60.0

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

v4.10.0: Added WithNoHidden option

Compare Source

Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.

Thanks to @​lukasngl for the initial PR and idea!

What's Changed

New Contributors

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

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

v4.9.1: Small Performance Change

Compare Source

This release contains a small change that gives a slight performance increase. Thanks to @​jbedard for the PR!

What's Changed

New Contributors

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

v4.9.0: Added WithCaseInsensitive option

Compare Source

Added a WithCaseInsensitive option to ignore alphabetic case when globbing. Thanks @​braydonk for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.8.1...v4.9.0

v4.8.1: Small Performance Improvement for MatchUnvalidated

Compare Source

Skip some additional validation checks in MatchUnvalidated. Thanks to @​lukemassa for the PR!

Additional documentation improvements from @​timo-reymann. Thanks!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.8.0...v4.8.1

v4.8.0: Fixed Escaped Meta in the "Base" of the Pattern

Compare Source

If the "base" of a pattern (ie, everything up to the first path slash before any meta characters) contains an escaped meta character, doublestar would fail to glob any files.

Thanks to @​tdurieux for finding and fixing this bug!

Breaking-ish Change

I've updated SplitPattern to unescape meta characters in the first returned string. I suspect this shouldn't cause issues for anyone because, if anyone was using this function, they've probably either never passed a pattern with escaped meta characters, or hand-rolled an unescape method to fix the bug - which will now be a no-op for them.

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.7.1...v4.8.0


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the deps Renovate PRs label Oct 20, 2025
@aspect-workflows
Copy link

aspect-workflows bot commented Oct 20, 2025

Bazel 8 (Test)

2 test targets passed

Targets
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                    60ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                 62ms

Total test execution time was 122ms. 135 tests (98.5%) were fully cached saving 17s.


Bazel 9 (Test)

2 test targets passed

Targets
//lib/tests/copy_to_directory:case_22_test [k8-fastbuild]                    106ms
//lib/tests/copy_to_directory_bin_action:test [k8-fastbuild]                 46ms

Total test execution time was 152ms. 135 tests (98.5%) were fully cached saving 19s.


Bazel 7 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 24ms.


Bazel 8 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 30ms.


Bazel 9 (Test)

e2e/api_entries

All tests were cache hits

1 test (100.0%) was fully cached saving 50ms.


Bazel 7 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 31ms.


Bazel 8 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 26ms.


Bazel 9 (Test)

e2e/copy_action

All tests were cache hits

1 test (100.0%) was fully cached saving 32ms.


Bazel 7 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 297ms.


Bazel 8 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 286ms.


Bazel 9 (Test)

e2e/copy_to_directory

All tests were cache hits

6 tests (100.0%) were fully cached saving 349ms.


Bazel 7 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 247ms.


Bazel 8 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 216ms.


Bazel 9 (Test)

e2e/coreutils

All tests were cache hits

4 tests (100.0%) were fully cached saving 198ms.


Bazel 7 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 31ms.


Bazel 8 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 26ms.


Bazel 9 (Test)

e2e/external_copy_to_directory

All tests were cache hits

1 test (100.0%) was fully cached saving 32ms.


Bazel 7 (Test)

e2e/smoke

Buildkite build #452 is running...


Bazel 8 (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 508ms.


Bazel 9 (Test)

e2e/smoke

All tests were cache hits

4 tests (100.0%) were fully cached saving 618ms.


Bazel 7 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 39ms.


Bazel 8 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 33ms.


Bazel 9 (Test)

e2e/write_source_files

All tests were cache hits

1 test (100.0%) was fully cached saving 40ms.

@renovate renovate bot force-pushed the renovate/all-go-deps branch 7 times, most recently from 3e93116 to f290359 Compare October 25, 2025 21:01
@renovate renovate bot force-pushed the renovate/all-go-deps branch from f290359 to a4a08f1 Compare October 30, 2025 22:04
@renovate renovate bot force-pushed the renovate/all-go-deps branch 3 times, most recently from edb4514 to cae79ad Compare November 14, 2025 02:37
@renovate renovate bot force-pushed the renovate/all-go-deps branch 2 times, most recently from cc561bc to 927888b Compare November 26, 2025 12:03
@renovate renovate bot force-pushed the renovate/all-go-deps branch 2 times, most recently from 63f2e8a to 9b7d166 Compare December 9, 2025 20:01
@renovate renovate bot force-pushed the renovate/all-go-deps branch 2 times, most recently from 0af6473 to 33f46ff Compare December 19, 2025 21:33
@renovate renovate bot force-pushed the renovate/all-go-deps branch 3 times, most recently from b1fac06 to eb812b8 Compare January 12, 2026 20:47
@renovate renovate bot force-pushed the renovate/all-go-deps branch 2 times, most recently from 3456bb6 to 1735cec Compare January 15, 2026 21:59
@renovate renovate bot force-pushed the renovate/all-go-deps branch from 1735cec to 84e8126 Compare January 25, 2026 20:47
@renovate renovate bot force-pushed the renovate/all-go-deps branch 5 times, most recently from 6c3d60b to 3381426 Compare February 8, 2026 18:05
@renovate renovate bot force-pushed the renovate/all-go-deps branch 3 times, most recently from 0a42c8c to b6fe9b7 Compare February 11, 2026 21:14
@renovate
Copy link
Contributor Author

renovate bot commented Feb 11, 2026

ℹ️ Artifact update notice

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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.6 -> 1.25.0

@renovate renovate bot force-pushed the renovate/all-go-deps branch 4 times, most recently from e072a79 to f99462e Compare February 19, 2026 17:02
@renovate renovate bot force-pushed the renovate/all-go-deps branch from f99462e to 522c095 Compare February 19, 2026 22:35
@renovate renovate bot force-pushed the renovate/all-go-deps branch from 522c095 to b9b6cf8 Compare February 24, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Renovate PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants