Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bigbonk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mentions: '/bigbonk'
variant: 'max'
permissions: write
opencode_version: '1.3.8'
opencode_version: '1.4.3'
# token_permissions defaults to WRITE (i.e. Bonk can push commits).
# We intentionally leave it that way here because users may ask Bonk
# to update their PR via /bigbonk.
2 changes: 1 addition & 1 deletion .github/workflows/bonk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
model: 'cloudflare-ai-gateway/anthropic/claude-opus-4-6'
mentions: '/bonk,@ask-bonk'
permissions: write
opencode_version: '1.3.8'
opencode_version: '1.4.3'
# token_permissions defaults to WRITE (i.e. Bonk can push commits).
# We intentionally leave it that way here because users may ask Bonk
# to update their PR via /bonk.
2 changes: 1 addition & 1 deletion .github/workflows/new-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
model: 'cloudflare-ai-gateway/anthropic/claude-opus-4-6'
forks: 'false'
permissions: write
opencode_version: '1.3.8'
opencode_version: '1.4.3'
# The auto-reviewer must never push to PR branches. Its prompt
# (bonk_reviewer.md) already forbids git write ops, but NO_PUSH
# enforces that at the token level so it holds even if the model
Expand Down
36 changes: 18 additions & 18 deletions build/deps/gen/build_deps.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl", "g
bazel_dep(name = "abseil-cpp", version = "20260107.1")

# apple_support
bazel_dep(name = "apple_support", version = "2.5.2")
bazel_dep(name = "apple_support", version = "2.5.3")

# aspect_rules_esbuild
bazel_dep(name = "aspect_rules_esbuild", version = "0.25.1")
Expand All @@ -17,7 +17,7 @@ bazel_dep(name = "aspect_rules_esbuild", version = "0.25.1")
bazel_dep(name = "aspect_rules_js", version = "3.0.3")

# aspect_rules_ts
bazel_dep(name = "aspect_rules_ts", version = "3.8.7")
bazel_dep(name = "aspect_rules_ts", version = "3.8.8")

# bazel_lib
bazel_dep(name = "bazel_lib", version = "3.2.2")
Expand Down Expand Up @@ -108,7 +108,7 @@ bazel_dep(name = "rules_cc", version = "0.2.17")
bazel_dep(name = "rules_multirun", version = "0.13.0")

# rules_nodejs
bazel_dep(name = "rules_nodejs", version = "6.7.3")
bazel_dep(name = "rules_nodejs", version = "6.7.4")

# rules_oci
bazel_dep(name = "rules_oci", version = "2.3.0")
Expand All @@ -123,53 +123,53 @@ bazel_dep(name = "rules_shell", version = "0.7.1")
http.archive(
name = "wasm_tools_linux_arm64",
build_file_content = "exports_files([\"wasm-tools\"])",
sha256 = "e01ef74b8e7b4a819d91122fdd87084fb25a938e4bfa4179cc5524b961468c85",
strip_prefix = "wasm-tools-1.245.1-aarch64-linux",
sha256 = "cd28f8086297b491d857a5a8118d0de3b910f785d0b465defb4ca4d3826937dc",
strip_prefix = "wasm-tools-1.246.2-aarch64-linux",
type = "tgz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.245.1/wasm-tools-1.245.1-aarch64-linux.tar.gz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.246.2/wasm-tools-1.246.2-aarch64-linux.tar.gz",
)
use_repo(http, "wasm_tools_linux_arm64")

# wasm_tools_linux_x64
http.archive(
name = "wasm_tools_linux_x64",
build_file_content = "exports_files([\"wasm-tools\"])",
sha256 = "b171e20fd107e63e89ef6c936b5581597666a086af677d7818de92b7cdd5a86d",
strip_prefix = "wasm-tools-1.245.1-x86_64-linux",
sha256 = "f0df9428792225322e9b4344ca581f03b1740d509d6bdad33d14a810009be9ec",
strip_prefix = "wasm-tools-1.246.2-x86_64-linux",
type = "tgz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.245.1/wasm-tools-1.245.1-x86_64-linux.tar.gz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.246.2/wasm-tools-1.246.2-x86_64-linux.tar.gz",
)
use_repo(http, "wasm_tools_linux_x64")

# wasm_tools_macos_arm64
http.archive(
name = "wasm_tools_macos_arm64",
build_file_content = "exports_files([\"wasm-tools\"])",
sha256 = "d69043b13f8ad4bc07c993e9630e795a7f2c2af488e5688d15044a1448dfa139",
strip_prefix = "wasm-tools-1.245.1-aarch64-macos",
sha256 = "0ff7b4594d6ef643df282f8672ee2af6cec85d006bb83fa9d69c805b8cc6eabf",
strip_prefix = "wasm-tools-1.246.2-aarch64-macos",
type = "tgz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.245.1/wasm-tools-1.245.1-aarch64-macos.tar.gz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.246.2/wasm-tools-1.246.2-aarch64-macos.tar.gz",
)
use_repo(http, "wasm_tools_macos_arm64")

# wasm_tools_macos_x64
http.archive(
name = "wasm_tools_macos_x64",
build_file_content = "exports_files([\"wasm-tools\"])",
sha256 = "dd718c5c9c6044f97e2d6ee076e91f6e448c8a3b31d3c5397b16f03c461857b7",
strip_prefix = "wasm-tools-1.245.1-x86_64-macos",
sha256 = "fd89fb34457e7d2f7e221f3971b023674fa1ca5ac650b9685320a3324082ddb6",
strip_prefix = "wasm-tools-1.246.2-x86_64-macos",
type = "tgz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.245.1/wasm-tools-1.245.1-x86_64-macos.tar.gz",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.246.2/wasm-tools-1.246.2-x86_64-macos.tar.gz",
)
use_repo(http, "wasm_tools_macos_x64")

# wasm_tools_windows_x64
http.archive(
name = "wasm_tools_windows_x64",
build_file_content = "exports_files([\"wasm-tools.exe\"])",
sha256 = "3d7896b11b419b64a5f1cf81cef92a8da3371babc620eaf75fba4bca4670a75b",
strip_prefix = "wasm-tools-1.245.1-x86_64-windows/",
sha256 = "1be1934e9a630ff95ab869eba85bba30d652b61b0e6bfb88aac76d0ee3892035",
strip_prefix = "wasm-tools-1.246.2-x86_64-windows/",
type = "zip",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.245.1/wasm-tools-1.245.1-x86_64-windows.zip",
url = "https://github.com/bytecodealliance/wasm-tools/releases/download/v1.246.2/wasm-tools-1.246.2-x86_64-windows.zip",
)
use_repo(http, "wasm_tools_windows_x64")
38 changes: 19 additions & 19 deletions build/deps/gen/deps.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ archive_override(
)

# brotli
bazel_dep(name = "brotli", version = "1.2.0")
bazel_dep(name = "brotli", version = "1.2.0.bcr.1")

# capnp-cpp
http.archive(
name = "capnp-cpp",
sha256 = "9a3fe00b6873dd836017d4fee8c4833eea097aa21e83cfba40ece3b4c2b51a4f",
strip_prefix = "capnproto-capnproto-a01bbe3/c++",
sha256 = "448986f71b544270896a5d4feb306827072a7c1a05156358c33e8218fe79c59b",
strip_prefix = "capnproto-capnproto-d0e9605/c++",
type = "tgz",
url = "https://github.com/capnproto/capnproto/tarball/a01bbe38ca5fac8bf389d882788cf0ad3a2528c4",
url = "https://github.com/capnproto/capnproto/tarball/d0e9605b288ac4d8b86ee3201a23c43c017a6b61",
)
use_repo(http, "capnp-cpp")

# dragonbox
http.archive(
name = "dragonbox",
build_file_content = "cc_library(name = 'dragonbox', hdrs = glob(['include/dragonbox/*.h']), visibility = ['//visibility:public'], include_prefix = 'third_party/dragonbox/src')",
sha256 = "5892d183e651ffa37addeb26aa04c88168c4a509b235534f669748c3a275eb37",
strip_prefix = "jk-jeon-dragonbox-6c7c925",
sha256 = "4848e8e48f39a36de2ebf67e7f5d6deb6308d4145008f56a305923d2a6df91f0",
strip_prefix = "jk-jeon-dragonbox-beeeef9",
type = "tgz",
url = "https://github.com/jk-jeon/dragonbox/tarball/6c7c925b571d54486b9ffae8d9d18a822801cbda",
url = "https://github.com/jk-jeon/dragonbox/tarball/beeeef91cf6fef89a4d4ba5e95d47ca64ccb3a44",
)
use_repo(http, "dragonbox")

Expand All @@ -65,10 +65,10 @@ archive_override(
build_file_content = "exports_files(glob(['**']))",
remote_file_integrity = {"MODULE.bazel": "sha256-2YAHXAyoWo6FapWo2MBLpWyewByY+F4tSWUMbYt8gmg="},
remote_file_urls = {"MODULE.bazel": ["https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/refs/heads/main/modules/fp16/0.0.0-20210320-0a92994/MODULE.bazel"]},
sha256 = "adccd6b677a166a0f5073dc4dd0d897c6cc1ffe99a475997ed3627aca3909d83",
strip_prefix = "Maratyszcza-FP16-b372061",
sha256 = "81686dc45a7897cf958ee99f655879a066dde41db5fc1379a1e8db338ad17589",
strip_prefix = "Maratyszcza-FP16-3d2de18",
type = "tgz",
url = "https://github.com/Maratyszcza/FP16/tarball/b3720617faf1a4581ed7e6787cc51722ec7751f0",
url = "https://github.com/Maratyszcza/FP16/tarball/3d2de1816307bac63c16a297e8c4dc501b4076df",
)

# highway
Expand All @@ -77,20 +77,20 @@ archive_override(
module_name = "highway",
remote_file_integrity = {"MODULE.bazel": "sha256-2UVSfmwaox6VsgqN+q+Ci+ofGKIJCDc+psSq2YsurfQ="},
remote_file_urls = {"MODULE.bazel": ["https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/refs/heads/main/modules/highway/1.3.0/MODULE.bazel"]},
sha256 = "716d5d824c0243a802c22549295ea983381325b45678d24cc171fc69b9cc2b97",
strip_prefix = "google-highway-00fe003",
sha256 = "840fa6f31239aa9f900e2aa8a62330950881501981343f70d7db868529bcd15b",
strip_prefix = "google-highway-84379d1",
type = "tgz",
url = "https://github.com/google/highway/tarball/00fe003dac355b979f36157f9407c7c46448958e",
url = "https://github.com/google/highway/tarball/84379d1c73de9681b54fbe1c035a23c7bd5d272d",
)

# nbytes
http.archive(
name = "nbytes",
build_file = "//:build/BUILD.nbytes",
sha256 = "bbe27b920660e50ad039b6f90827b1491061b3061fd7b0cf9ec3a5d52d552f4f",
strip_prefix = "nodejs-nbytes-1a62f8e",
sha256 = "9b35ccdbdc092b8ce0b3e5645dbf8456ff4de29080d2bef4ffe21791f770f7e6",
strip_prefix = "nodejs-nbytes-3e858fd",
type = "tgz",
url = "https://api.github.com/repos/nodejs/nbytes/tarball/v0.1.3",
url = "https://api.github.com/repos/nodejs/nbytes/tarball/v0.1.4",
)
use_repo(http, "nbytes")

Expand Down Expand Up @@ -136,10 +136,10 @@ bazel_dep(name = "tcmalloc", version = "0.0.0-20250927-12f2552")
# workerd-cxx
http.archive(
name = "workerd-cxx",
sha256 = "8a580be60520488ab8bfb336bc0eb6b53a2d99989c82b4cd4c72f7db7bb4edf2",
strip_prefix = "cloudflare-workerd-cxx-c93b780",
sha256 = "81e21ec4318e31bf33101bbda567b891c7643b604675121726f1ecdcb76b9e20",
strip_prefix = "cloudflare-workerd-cxx-8467078",
type = "tgz",
url = "https://github.com/cloudflare/workerd-cxx/tarball/c93b7805fbe069d195049055a3ed21156fd76629",
url = "https://github.com/cloudflare/workerd-cxx/tarball/8467078a6607ff93fe0b26cc92aa17ffa57bf83a",
)
use_repo(http, "workerd-cxx")

Expand Down
Loading
Loading