Skip to content

Commit bb2f2d1

Browse files
pcjgithub-actions[bot]
authored andcommitted
1 parent 5141a0b commit bb2f2d1

File tree

6 files changed

+143
-0
lines changed

6 files changed

+143
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
module(
2+
name = "stackb_ui_js",
3+
version = "1.0.0",
4+
compatibility_level = 1,
5+
)
6+
7+
# -------------------------------------------------------------------
8+
# Bazel Dependencies
9+
# -------------------------------------------------------------------
10+
11+
bazel_dep(name = "stackb_rules_closure", version = "1.0.0")
12+
bazel_dep(name = "rules_shell", version = "0.6.1", dev_dependency = True)
13+
14+
# -------------------------------------------------------------------
15+
# Dev Dependencies
16+
# -------------------------------------------------------------------
17+
18+
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = True)
19+
20+
# -------------------------------------------------------------------
21+
# Overrides
22+
# -------------------------------------------------------------------
23+
24+
# Commit: a44b4bc7af840ef4646e41828491691c96e85402
25+
# Date: 2025-11-20 00:04:01 +0000 UTC
26+
# URL: https://github.com/stackb/rules_closure/commit/a44b4bc7af840ef4646e41828491691c96e85402
27+
#
28+
# Merge pull request #6 from stackb/module_rename
29+
# Size: 5019979 (5.0 MB)
30+
archive_override(
31+
module_name = "stackb_rules_closure",
32+
sha256 = "7d11e93efa87dd27a27c68060cb1b5144a03de80044b58474033546199674083",
33+
strip_prefix = "rules_closure-a44b4bc7af840ef4646e41828491691c96e85402",
34+
urls = ["https://github.com/stackb/rules_closure/archive/a44b4bc7af840ef4646e41828491691c96e85402.tar.gz"],
35+
)
36+
37+
# NOTE: cannot upgrade past protobuf editions...
38+
#
39+
# Commit: 263ee701cba6b75e1f8eddad5adcdf74718318b1
40+
# Date: 2025-10-08 21:32:22 +0000 UTC
41+
# URL: https://github.com/protocolbuffers/protobuf-javascript/commit/263ee701cba6b75e1f8eddad5adcdf74718318b1
42+
#
43+
# remove writeZigzagVarint64BigInt
44+
# Size: 401599 (402 kB)
45+
archive_override(
46+
module_name = "protobuf_javascript",
47+
patch_strip = 1,
48+
patches = [":protobuf_javascript.patch"],
49+
sha256 = "8a50071fbca5e4a26361e6c9d81dd842207f0005f7cc1720226f20c25a231805",
50+
strip_prefix = "protobuf-javascript-263ee701cba6b75e1f8eddad5adcdf74718318b1",
51+
urls = ["https://github.com/protocolbuffers/protobuf-javascript/archive/263ee701cba6b75e1f8eddad5adcdf74718318b1.tar.gz"],
52+
)
53+
54+
# Commit: 04fc63fb40bf30d2e5e0b3786028eb41218de979
55+
# Date: 2025-10-09 04:43:15 +0000 UTC
56+
# URL: https://github.com/stackb/rules_proto/commit/04fc63fb40bf30d2e5e0b3786028eb41218de979
57+
#
58+
# Remove lock file for @maven
59+
#
60+
# It is shared by multiple workspaces and seems to cause problems when locked
61+
# Size: 4088796 (4.1 MB)
62+
archive_override(
63+
module_name = "build_stack_rules_proto",
64+
sha256 = "aff21579deef91316c726582bec71c621dde2ae2ec74099a55b637bda8997333",
65+
strip_prefix = "rules_proto-04fc63fb40bf30d2e5e0b3786028eb41218de979",
66+
urls = ["https://github.com/stackb/rules_proto/archive/04fc63fb40bf30d2e5e0b3786028eb41218de979.tar.gz"],
67+
)
68+
69+
# google_bazel_common override is needed for @closure-compiler
70+
git_override(
71+
module_name = "google_bazel_common",
72+
# Pin to newer version to fix b/408030907
73+
commit = "2cab52929507935aa43d460a3976d3bedc814d3a",
74+
remote = "https://github.com/google/bazel-common",
75+
)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
3+
"attestations": {
4+
"source.json": {
5+
"url": "https://github.com/stackb/ui.js/releases/download/v1.0.0/source.json.intoto.jsonl",
6+
"integrity": "sha256-A7Cop66MjN0x7Mk6Zr+5x68Y6kMqa7l/coMKW4rgwRU="
7+
},
8+
"MODULE.bazel": {
9+
"url": "https://github.com/stackb/ui.js/releases/download/v1.0.0/MODULE.bazel.intoto.jsonl",
10+
"integrity": "sha256-5839/aA6aR//G4sYs0St1o9CqAdWNNAqVejIqZaJLv4="
11+
},
12+
"ui.js-v1.0.0.tar.gz": {
13+
"url": "https://github.com/stackb/ui.js/releases/download/v1.0.0/ui.js-v1.0.0.tar.gz.intoto.jsonl",
14+
"integrity": "sha256-WVzz2j98NFzG1YTmo324ZL86o0LGZNjVXzbXbB7gl3s="
15+
}
16+
}
17+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,7 +1,7 @@
5+
module(
6+
name = "stackb_ui_js",
7+
- version = "0.0.0",
8+
+ version = "1.0.0",
9+
compatibility_level = 1,
10+
)
11+
12+
# -------------------------------------------------------------------
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bcr_test_module:
2+
module_path: "."
3+
matrix:
4+
platform: ["debian11", "ubuntu2404", "macos"]
5+
bazel: [7.x, 8.x]
6+
tasks:
7+
run_tests:
8+
name: "Build module"
9+
platform: ${{ platform }}
10+
bazel: ${{ bazel }}
11+
test_targets:
12+
- "//..."
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-uuW7K2oIRFq9v4YVqUVAfvSlkWuzM98j7lbLRsbz1Dw=",
3+
"strip_prefix": "ui.js-v1.0.0",
4+
"url": "https://github.com/stackb/ui.js/releases/download/v1.0.0/ui.js-v1.0.0.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-geEF82mKNkjLhjnY9Oq3A2GnZQPDxplcvwWChyDfmL8="
7+
},
8+
"patch_strip": 1
9+
}

modules/stackb_ui_js/metadata.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"homepage": "https://github.com/stackb/ui.js",
3+
"maintainers": [
4+
{
5+
"name": "Paul Cody",
6+
"email": "[email protected]",
7+
"github_user_id": 50580,
8+
"github": "pcj"
9+
}
10+
],
11+
"repository": [
12+
"github:stackb/ui.js"
13+
],
14+
"versions": [
15+
"1.0.0"
16+
],
17+
"yanked_versions": {}
18+
}

0 commit comments

Comments
 (0)