-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMODULE.bazel
More file actions
75 lines (66 loc) · 2.97 KB
/
MODULE.bazel
File metadata and controls
75 lines (66 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
module(
name = "stackb_ui_js",
version = "0.0.0",
compatibility_level = 1,
)
# -------------------------------------------------------------------
# Bazel Dependencies
# -------------------------------------------------------------------
bazel_dep(name = "stackb_rules_closure", version = "1.0.0")
bazel_dep(name = "rules_shell", version = "0.6.1", dev_dependency = True)
# -------------------------------------------------------------------
# Dev Dependencies
# -------------------------------------------------------------------
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = True)
# -------------------------------------------------------------------
# Overrides
# -------------------------------------------------------------------
# Commit: a44b4bc7af840ef4646e41828491691c96e85402
# Date: 2025-11-20 00:04:01 +0000 UTC
# URL: https://github.com/stackb/rules_closure/commit/a44b4bc7af840ef4646e41828491691c96e85402
#
# Merge pull request #6 from stackb/module_rename
# Size: 5019979 (5.0 MB)
archive_override(
module_name = "stackb_rules_closure",
sha256 = "7d11e93efa87dd27a27c68060cb1b5144a03de80044b58474033546199674083",
strip_prefix = "rules_closure-a44b4bc7af840ef4646e41828491691c96e85402",
urls = ["https://github.com/stackb/rules_closure/archive/a44b4bc7af840ef4646e41828491691c96e85402.tar.gz"],
)
# NOTE: cannot upgrade past protobuf editions...
#
# Commit: 263ee701cba6b75e1f8eddad5adcdf74718318b1
# Date: 2025-10-08 21:32:22 +0000 UTC
# URL: https://github.com/protocolbuffers/protobuf-javascript/commit/263ee701cba6b75e1f8eddad5adcdf74718318b1
#
# remove writeZigzagVarint64BigInt
# Size: 401599 (402 kB)
archive_override(
module_name = "protobuf_javascript",
patch_strip = 1,
patches = [":protobuf_javascript.patch"],
sha256 = "8a50071fbca5e4a26361e6c9d81dd842207f0005f7cc1720226f20c25a231805",
strip_prefix = "protobuf-javascript-263ee701cba6b75e1f8eddad5adcdf74718318b1",
urls = ["https://github.com/protocolbuffers/protobuf-javascript/archive/263ee701cba6b75e1f8eddad5adcdf74718318b1.tar.gz"],
)
# Commit: 04fc63fb40bf30d2e5e0b3786028eb41218de979
# Date: 2025-10-09 04:43:15 +0000 UTC
# URL: https://github.com/stackb/rules_proto/commit/04fc63fb40bf30d2e5e0b3786028eb41218de979
#
# Remove lock file for @maven
#
# It is shared by multiple workspaces and seems to cause problems when locked
# Size: 4088796 (4.1 MB)
archive_override(
module_name = "build_stack_rules_proto",
sha256 = "aff21579deef91316c726582bec71c621dde2ae2ec74099a55b637bda8997333",
strip_prefix = "rules_proto-04fc63fb40bf30d2e5e0b3786028eb41218de979",
urls = ["https://github.com/stackb/rules_proto/archive/04fc63fb40bf30d2e5e0b3786028eb41218de979.tar.gz"],
)
# google_bazel_common override is needed for @closure-compiler
git_override(
module_name = "google_bazel_common",
# Pin to newer version to fix b/408030907
commit = "2cab52929507935aa43d460a3976d3bedc814d3a",
remote = "https://github.com/google/bazel-common",
)