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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.1.0 -> v5.3.0 age adoption passing confidence
bazel patch 7.4.0 -> 7.4.1 age adoption passing confidence
bazel-contrib/setup-bazel action minor v0.8.5 -> 0.9.1 age adoption passing confidence
bazel_skylib bazel_dep patch 1.7.0 -> 1.7.1 age adoption passing confidence
cloud.google.com/go/bigquery require minor v1.63.1 -> v1.64.0 age adoption passing confidence
cloud.google.com/go/monitoring require patch v1.21.1 -> v1.21.2 age adoption passing confidence
cloud.google.com/go/profiler require patch v0.4.0 -> v0.4.1 age adoption passing confidence
cloud.google.com/go/storage require minor v1.43.0 -> v1.47.0 age adoption passing confidence
cloud.google.com/go/trace require patch v1.11.1 -> v1.11.2 age adoption passing confidence
gazelle bazel_dep minor 0.38.0 -> 0.40.0 age adoption passing confidence
github.com/bazelbuild/rules_go require minor v0.48.0 -> v0.50.1 age adoption passing confidence
github.com/eapache/go-resiliency require minor v1.6.0 -> v1.7.0 age adoption passing confidence
github.com/fatih/color require minor v1.17.0 -> v1.18.0 age adoption passing confidence
github.com/golang/glog require patch v1.2.2 -> v1.2.3 age adoption passing confidence
github.com/pkg/xattr require patch v0.4.4 -> v0.4.10 age adoption passing confidence
github.com/shirou/gopsutil/v3 require patch v3.24.4 -> v3.24.5 age adoption passing confidence
glog bazel_dep patch 0.7.0 -> 0.7.1 age adoption passing confidence
golang.org/x/mod require minor v0.20.0 -> v0.22.0 age adoption passing confidence
golang.org/x/oauth2 require minor v0.23.0 -> v0.24.0 age adoption passing confidence
golang.org/x/sync require minor v0.8.0 -> v0.9.0 age adoption passing confidence
golang.org/x/sys require minor v0.25.0 -> v0.27.0 age adoption passing confidence
golang.org/x/tools require minor v0.24.0 -> v0.27.0 age adoption passing confidence
google.golang.org/api require minor v0.197.0 -> v0.209.0 age adoption passing confidence
google.golang.org/grpc require minor v1.67.1 -> v1.68.0 age adoption passing confidence
google.golang.org/protobuf require patch v1.35.1 -> v1.35.2 age adoption passing confidence
googletest bazel_dep minor 1.14.0.bcr.1 -> 1.15.2 age adoption passing confidence
grpc bazel_dep minor 1.63.1 -> 1.68.0 age adoption passing confidence
llvm_zlib http_archive minor 2.0.7 -> 2.2.2 age adoption passing confidence
llvm_zstd http_archive patch v1.5.2 -> v1.5.6 age adoption passing confidence
rules_cc bazel_dep minor 0.0.9 -> 0.1.0 age adoption passing confidence
rules_foreign_cc bazel_dep minor 0.10.1 -> 0.12.0 age adoption passing confidence
rules_go bazel_dep minor 0.48.0 -> 0.50.1 age adoption passing confidence
rules_nodejs bazel_dep minor 6.1.1 -> 6.3.2 age adoption passing confidence
rules_proto bazel_dep patch 6.0.0 -> 6.0.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.3.0

Compare Source

What's Changed
Bug Fixes:
Enhancements:
New Contributors

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

v5.2.0

Compare Source

v5.1.1

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

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

bazelbuild/bazel (bazel)

v7.4.1

Compare Source


Release Notes:

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

v0.9.1

Compare Source

What's Changed
New Contributors

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

v0.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazel-contrib/setup-bazel@0.8.5...0.9.0

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

v0.50.1

Compare Source

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.23.0")

Fixes Included:

#​4081
#​4082
#​4083

Full Changelog: bazel-contrib/rules_go@v0.50.0...v0.50.1

v0.50.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.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.0")

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@release-0.49...release-0.50

v0.49.0

Compare Source

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.5")

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.48.0...v0.49.0

v0.48.1

Compare Source

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.4")

Full Changelog: bazel-contrib/rules_go@v0.48.0...v0.48.1

eapache/go-resiliency (github.com/eapache/go-resiliency)

v1.7.0: Version 1.7.0

Compare Source

  • Adds Retrier.WithSurfaceWorkErrors() to ask the Retrier to always return the work function's error even if a context deadline is hit (thanks to Elizabeth Cox).
fatih/color (github.com/fatih/color)

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

golang/glog (github.com/golang/glog)

v1.2.3

Compare Source

What's Changed

Full Changelog: golang/glog@v1.2.2...v1.2.3

pkg/xattr (github.com/pkg/xattr)

v0.4.10

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/xattr@v0.4.9...v0.4.10

v0.4.9

Compare Source

What's Changed

Full Changelog: pkg/xattr@v0.4.8...v0.4.9

v0.4.8

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/xattr@v0.4.7...v0.4.8

v0.4.7: xattr 0.4.7

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/xattr@v0.4.6...v0.4.7

v0.4.6: xattr 0.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/xattr@v0.4.5...v0.4.6

v0.4.5: xattr 0.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/xattr@v0.4.4...v0.4.5

shirou/gopsutil (github.com/shirou/gopsutil/v3)

v3.24.5

Compare Source

What's Changed

cpu
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v3.24.4...v3.24.5

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

v0.209.0

Compare Source

Features

v0.208.0

Compare Source

Features
  • all: Auto-regenerate discovery clients (#​2881) (44435a9)
  • gensupport: Per-chunk transfer timeout configs (09fa125)
  • gensupport: Per-chunk transfer timeout configs (#​2865) (09fa125)

v0.207.0

Compare Source

Features

v0.206.0

Compare Source

Features

v0.205.0

Compare Source


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.

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

  • 15 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.11 -> 1.23.3
google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241113202542-65e8d215514f
cloud.google.com/go v0.115.1 -> v0.116.0
cloud.google.com/go/auth v0.9.3 -> v0.10.2
cloud.google.com/go/auth/oauth2adapt v0.2.4 -> v0.2.5
cloud.google.com/go/compute/metadata v0.5.0 -> v0.5.2
cloud.google.com/go/iam v1.2.1 -> v1.2.2
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 -> v0.0.0-20240528025155-186aa0362fba
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/net v0.29.0 -> v0.31.0
golang.org/x/text v0.18.0 -> v0.20.0
golang.org/x/time v0.6.0 -> v0.8.0
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241113202542-65e8d215514f

@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 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 5 times, most recently from 43506ac to fe6f660 Compare November 1, 2024 02:33
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from a446138 to 7a08f0f Compare November 8, 2024 19:04
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ab42caf to b627ee3 Compare November 19, 2024 19:27
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 59d14fd to 9b68df6 Compare November 28, 2024 08:30
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.

3 participants