Skip to content

Commit

Permalink
02-06-25 Roll deps
Browse files Browse the repository at this point in the history
- Fetching protobuf deps is now required
- Delete cargo.bzl comment – the information is already conveyed effectively in
  the import itself
  • Loading branch information
fhanau committed Feb 7, 2025
1 parent 0fa787e commit dd66ee1
Show file tree
Hide file tree
Showing 89 changed files with 985 additions and 605 deletions.
5 changes: 5 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies")

rust_analyzer_dependencies()

# Protobuf
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

protobuf_deps()

# ========================================================================================
# Node.js bootstrap
#
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_aspect_rules_js.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

load("@//:build/http.bzl", "http_archive")

TAG_NAME = "v2.1.2"
URL = "https://github.com/aspect-build/rules_js/releases/download/v2.1.2/rules_js-v2.1.2.tar.gz"
STRIP_PREFIX = "rules_js-2.1.2"
SHA256 = "fbc34d815a0cc52183a1a26732fc0329e26774a51abbe0f26fc9fd2dab6133b4"
TAG_NAME = "v2.1.3"
URL = "https://github.com/aspect-build/rules_js/releases/download/v2.1.3/rules_js-v2.1.3.tar.gz"
STRIP_PREFIX = "rules_js-2.1.3"
SHA256 = "875b8d01af629dbf626eddc5cf239c9f0da20330f4d99ad956afc961096448dd"
TYPE = "tgz"

def dep_aspect_rules_js():
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_aspect_rules_ts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

load("@//:build/http.bzl", "http_archive")

TAG_NAME = "v3.4.0"
URL = "https://github.com/aspect-build/rules_ts/releases/download/v3.4.0/rules_ts-v3.4.0.tar.gz"
STRIP_PREFIX = "rules_ts-3.4.0"
SHA256 = "013a10b2b457add73b081780e604778eb50a141709f9194298f97761acdcc169"
TAG_NAME = "v3.5.0"
URL = "https://github.com/aspect-build/rules_ts/releases/download/v3.5.0/rules_ts-v3.5.0.tar.gz"
STRIP_PREFIX = "rules_ts-3.5.0"
SHA256 = "4263532b2fb4d16f309d80e3597191a1cb2fb69c19e95d91711bd6b97874705e"
TYPE = "tgz"

def dep_aspect_rules_ts():
Expand Down
6 changes: 3 additions & 3 deletions build/deps/gen/dep_buildifier_darwin_amd64.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

load("@//:build/http.bzl", "http_file")

TAG_NAME = "v8.0.1"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildifier-darwin-amd64"
SHA256 = "802b013211dbcf91e3c0658ba33ecb3932ef5a6f6764a0b13efcec4e2df04c83"
TAG_NAME = "v8.0.3"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.3/buildifier-darwin-amd64"
SHA256 = "b7a3152cde0b3971b1107f2274afe778c5c154dcdf6c9c669a231e3c004f047e"

def dep_buildifier_darwin_amd64():
http_file(
Expand Down
6 changes: 3 additions & 3 deletions build/deps/gen/dep_buildifier_darwin_arm64.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

load("@//:build/http.bzl", "http_file")

TAG_NAME = "v8.0.1"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildifier-darwin-arm64"
SHA256 = "833e2afc331b9ad8f6b038ad3d69ceeaf97651900bf2a3a45f54f42cafe0bfd3"
TAG_NAME = "v8.0.3"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.3/buildifier-darwin-arm64"
SHA256 = "674c663f7b5cd03c002f8ca834a8c1c008ccb527a0a2a132d08a7a355883b22d"

def dep_buildifier_darwin_arm64():
http_file(
Expand Down
6 changes: 3 additions & 3 deletions build/deps/gen/dep_buildifier_linux_amd64.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

load("@//:build/http.bzl", "http_file")

TAG_NAME = "v8.0.1"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildifier-linux-amd64"
SHA256 = "1976053ed4decd6dd93170885b4387eddc76ec70dc2697b2e91a9af83269418a"
TAG_NAME = "v8.0.3"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.3/buildifier-linux-amd64"
SHA256 = "c969487c1af85e708576c8dfdd0bb4681eae58aad79e68ae48882c70871841b7"

def dep_buildifier_linux_amd64():
http_file(
Expand Down
6 changes: 3 additions & 3 deletions build/deps/gen/dep_buildifier_linux_arm64.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

load("@//:build/http.bzl", "http_file")

TAG_NAME = "v8.0.1"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildifier-linux-arm64"
SHA256 = "93078c57763493bdc2914ed340544500b8f3497341a62e90f00e9e184c4d9c2c"
TAG_NAME = "v8.0.3"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.3/buildifier-linux-arm64"
SHA256 = "bdd9b92e2c65d46affeecaefb54e68d34c272d1f4a8c5b54929a3e92ab78820a"

def dep_buildifier_linux_arm64():
http_file(
Expand Down
6 changes: 3 additions & 3 deletions build/deps/gen/dep_buildifier_windows_amd64.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

load("@//:build/http.bzl", "http_file")

TAG_NAME = "v8.0.1"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildifier-windows-amd64.exe"
SHA256 = "6edc9247e6d42d27fb67b9509bb795d159a12468faa89e9f290dcadc26571c31"
TAG_NAME = "v8.0.3"
URL = "https://github.com/bazelbuild/buildtools/releases/download/v8.0.3/buildifier-windows-amd64.exe"
SHA256 = "63a242f57e253efe7b9573d739c08a3d0e628efd84015c8dad17d87b6429e443"

def dep_buildifier_windows_amd64():
http_file(
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_capnp_cpp.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

load("@//:build/http.bzl", "http_archive")

URL = "https://github.com/capnproto/capnproto/tarball/f600d249496c55289fa07fd6a21cadeeb340edb9"
STRIP_PREFIX = "capnproto-capnproto-f600d24/c++"
SHA256 = "1d96cd31ad93eaf8194ba51d4a009a4f08332ad643740c4b49c081a515a27a60"
URL = "https://github.com/capnproto/capnproto/tarball/3497c484729231105a08a5703b8b7297d090732d"
STRIP_PREFIX = "capnproto-capnproto-3497c48/c++"
SHA256 = "7056f4ebf3d3f3d73e56c6f75e7c6da05bc4b220e1997ca4384475ece942f448"
TYPE = "tgz"
COMMIT = "f600d249496c55289fa07fd6a21cadeeb340edb9"
COMMIT = "3497c484729231105a08a5703b8b7297d090732d"

def dep_capnp_cpp():
http_archive(
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_com_google_protobuf.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

load("@//:build/http.bzl", "http_archive")

TAG_NAME = "v28.3"
URL = "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protobuf-28.3.tar.gz"
STRIP_PREFIX = "protobuf-28.3"
SHA256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a"
TAG_NAME = "v29.3"
URL = "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protobuf-29.3.tar.gz"
STRIP_PREFIX = "protobuf-29.3"
SHA256 = "008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e"
TYPE = "tgz"

def dep_com_google_protobuf():
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_cxxbridge_cmd.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

load("@//:build/http.bzl", "http_archive")

URL = "https://crates.io/api/v1/crates/cxxbridge-cmd/1.0.136/download"
STRIP_PREFIX = "cxxbridge-cmd-1.0.136"
SHA256 = "6c33fd49f5d956a1b7ee5f7a9768d58580c6752838d92e39d0d56439efdedc35"
URL = "https://crates.io/api/v1/crates/cxxbridge-cmd/1.0.138/download"
STRIP_PREFIX = "cxxbridge-cmd-1.0.138"
SHA256 = "0f01e92ab4ce9fd4d16e3bb11b158d98cbdcca803c1417aa43130a6526fbf208"
TYPE = "tgz"
VERSION = "1.0.136"
VERSION = "1.0.138"

def dep_cxxbridge_cmd():
http_archive(
Expand Down
8 changes: 4 additions & 4 deletions build/deps/gen/dep_rules_nodejs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

load("@//:build/http.bzl", "http_archive")

TAG_NAME = "v6.3.2"
URL = "https://api.github.com/repos/bazel-contrib/rules_nodejs/tarball/v6.3.2"
STRIP_PREFIX = "bazel-contrib-rules_nodejs-ea47e8d"
SHA256 = "990827af9f845b5e7089ce80ca0737f73b7569f0e6011d0d59b4448967a439be"
TAG_NAME = "v6.3.3"
URL = "https://api.github.com/repos/bazel-contrib/rules_nodejs/tarball/v6.3.3"
STRIP_PREFIX = "bazel-contrib-rules_nodejs-398bcf9"
SHA256 = "057a4add02cfe13da99c2f0c44f8ca94f7ba1dd683592b983c06912c2aa8e9f9"
TYPE = "tgz"

def dep_rules_nodejs():
Expand Down
Loading

0 comments on commit dd66ee1

Please sign in to comment.