Skip to content

Commit a01a74a

Browse files
Jason Bedardalexeagle
Jason Bedard
authored andcommitted
Publish aspect-build/rules_js@v1.6.3
1 parent eef0b9e commit a01a74a

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"aspect-build/rules_js"
2+
3+
module(
4+
name = "aspect_rules_js",
5+
version = "1.6.3",
6+
compatibility_level = 1,
7+
)
8+
9+
bazel_dep(name = "aspect_bazel_lib", version = "1.15.0")
10+
bazel_dep(name = "bazel_skylib", version = "1.3.0")
11+
bazel_dep(name = "rules_nodejs", version = "5.5.3")
12+
bazel_dep(name = "platforms", version = "0.0.4")
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
bcr_test_module:
2+
module_path: "e2e/bzlmod"
3+
matrix:
4+
platform: ["debian10", "macos", "ubuntu2004", "windows"]
5+
tasks:
6+
run_tests:
7+
name: "Run test module"
8+
platform: ${{ platform }}
9+
test_targets:
10+
- "//..."
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-2Oq80eBdkxR1BeqAb6IQiZJrdx2IE/Abkq9d7DZhcDM=",
3+
"strip_prefix": "rules_js-1.6.3",
4+
"url": "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.6.3.tar.gz"
5+
}

modules/aspect_rules_js/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"0.14.0",
1818
"1.0.0-rc.4",
1919
"1.0.0",
20-
"1.6.2"
20+
"1.6.2",
21+
"1.6.3"
2122
],
2223
"yanked_versions": {}
2324
}

0 commit comments

Comments
 (0)