Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #100

Closed

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-python action minor v5.3.0 -> v5.4.0 age adoption passing confidence
bazel minor 7.4.1 -> 7.5.0 age adoption passing confidence
bazel-contrib/setup-bazel action minor 0.9.1 -> 0.14.0 age adoption passing confidence
cloud.google.com/go/bigquery require minor v1.65.0 -> v1.66.2 age adoption passing confidence
cloud.google.com/go/monitoring require minor v1.22.1 -> v1.24.0 age adoption passing confidence
cloud.google.com/go/storage require minor v1.43.0 -> v1.50.0 age adoption passing confidence
cloud.google.com/go/trace require patch v1.11.3 -> v1.11.4 age adoption passing confidence
gazelle bazel_dep minor 0.40.0 -> 0.42.0 age adoption passing confidence
github.com/bazelbuild/rules_go require minor v0.51.0 -> v0.53.0 age adoption passing confidence
github.com/google/go-cmp require minor v0.6.0 -> v0.7.0 age adoption passing confidence
go (source) toolchain minor 1.23.4 -> 1.24.1 age adoption passing confidence
golang.org/x/mod require minor v0.22.0 -> v0.24.0 age adoption passing confidence
golang.org/x/oauth2 require minor v0.24.0 -> v0.28.0 age adoption passing confidence
golang.org/x/sync require minor v0.10.0 -> v0.12.0 age adoption passing confidence
golang.org/x/sys require minor v0.28.0 -> v0.31.0 age adoption passing confidence
golang.org/x/tools require minor v0.28.0 -> v0.31.0 age adoption passing confidence
google.golang.org/api require minor v0.214.0 -> v0.224.0 age adoption passing confidence
google.golang.org/grpc require minor v1.68.0 -> v1.71.0 age adoption passing confidence
google.golang.org/protobuf require patch v1.36.4 -> v1.36.5 age adoption passing confidence
googletest bazel_dep minor 1.15.2 -> 1.16.0 age adoption passing confidence
grpc bazel_dep minor 1.63.1 -> 1.70.1 age adoption passing confidence
llvm_zlib http_archive minor 2.0.7 -> 2.2.4 age adoption passing confidence
llvm_zstd http_archive patch v1.5.2 -> v1.5.7 age adoption passing confidence
platforms bazel_dep patch 0.0.10 -> 0.0.11 age adoption passing confidence
protobuf bazel_dep minor 29.1 -> 29.3 age adoption passing confidence
rules_cc bazel_dep minor 0.0.17 -> 0.1.1 age adoption passing confidence
rules_foreign_cc bazel_dep minor 0.13.0 -> 0.14.0 age adoption passing confidence
rules_go bazel_dep minor 0.51.0 -> 0.53.0 age adoption passing confidence
rules_nodejs bazel_dep patch 6.3.2 -> 6.3.3 age adoption passing confidence
zlib bazel_dep patch 1.3.1.bcr.3 -> 1.3.1.bcr.5 age adoption passing confidence

Release Notes

actions/setup-python (actions/setup-python)

v5.4.0

Compare Source

What's Changed

Enhancements:
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.4.0

bazelbuild/bazel (bazel)

v7.5.0

Compare Source


Release Notes:

bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)

v0.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazel-contrib/setup-bazel@0.13.0...0.14.0

v0.13.0

Compare Source

What's Changed
New Contributors

Full Changelog: bazel-contrib/setup-bazel@0.12.1...0.13.0

v0.12.1

Compare Source

What's Changed

Full Changelog: bazel-contrib/setup-bazel@0.12.0...0.12.1

v0.12.0

Compare Source

What's Changed
New Contributors

Full Changelog: bazel-contrib/setup-bazel@0.11.0...0.12.0

v0.11.0

Compare Source

What's Changed

Full Changelog: bazel-contrib/setup-bazel@0.10.0...0.11.0

v0.10.0

Compare Source

What's Changed

Full Changelog: bazel-contrib/setup-bazel@0.9.1...0.10.0

bazel-contrib/bazel-gazelle (gazelle)

v0.42.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.41.0...v0.42.0

v0.41.0

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.40.0...v0.41.0

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

v0.53.0

Compare Source

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.24.0")
What's Changed
New Contributors

Full Changelog: bazel-contrib/rules_go@v0.52.0...v0.53.0

v0.52.0

Compare Source

MODULE.bazel code

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

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.23.4")

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.51.0...v0.52.0

google/go-cmp (github.com/google/go-cmp)

v0.7.0

Compare Source

New API:

  • (#​367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#​370) Detect proto.Message types when failing to export a field
golang/go (go)

v1.24.1

v1.24.0

v1.23.7

v1.23.6

v1.23.5

googleapis/google-api-go-client (google.golang.org/api)

v0.224.0

Compare Source

Features
Bug Fixes

v0.223.0

Compare Source

Features
Bug Fixes
  • Copy AllowHardBoundTokens option from old auth to new auth. (#​3030) (8cb69d6)

v0.222.0

Compare Source

Features

v0.221.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

Copy link

forking-renovate bot commented Sep 23, 2024

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

  • 16 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250122153221-138b5a5a4fd4
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 -> v0.0.0-20250227231956-55c901821b1e
cloud.google.com/go v0.118.0 -> v0.118.1
cloud.google.com/go/auth v0.13.0 -> v0.15.0
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.7
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.5
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.59.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.59.0
go.opentelemetry.io/otel v1.29.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.34.0
golang.org/x/crypto v0.31.0 -> v0.36.0
google.golang.org/genproto/googleapis/api v0.0.0-20250102185135-69823020774d -> v0.0.0-20250219182151-9fdb1cabc7b2
google.golang.org/genproto/googleapis/bytestream v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250227231956-55c901821b1e

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1458ac9 to ab97849 Compare September 30, 2024 15:32
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from ab97849 to 649a7e8 Compare October 1, 2024 06:53
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b1b5b52 to af14a27 Compare October 7, 2024 16:21
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1d6a692 to e37633e Compare October 15, 2024 18:08
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d53fd24 to 29369a0 Compare October 22, 2024 09:48
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a297f7f to b96daef Compare October 23, 2024 06:33
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from b96daef to 5570545 Compare October 23, 2024 19:10
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 1334ff9 to bc2e1bc Compare February 11, 2025 19:01
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b1f1661 to 36a7305 Compare February 12, 2025 23:20
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c6015e1 to a4f2826 Compare February 25, 2025 21:20
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 564e5d1 to 2bbb428 Compare March 7, 2025 06:27
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 2bbb428 to f1c8faf Compare March 7, 2025 16:29
@bentekkie
Copy link
Collaborator

Closing so that this gets recreated

@bentekkie bentekkie closed this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants