Skip to content

Commit

Permalink
Add aspect_rules_js 0.13.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jun 22, 2022
1 parent fbf6428 commit 0bcf433
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
12 changes: 12 additions & 0 deletions modules/aspect_rules_js/0.13.0/MODULE.bazel
@@ -0,0 +1,12 @@
"aspect-build/rules_js"

module(
name = "aspect_rules_js",
version = "0.13.0",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.0.0")
bazel_dep(name = "bazel_skylib", version = "1.1.1")
bazel_dep(name = "rules_nodejs", version = "5.5.0")
bazel_dep(name = "platforms", version = "0.0.4")
12 changes: 12 additions & 0 deletions modules/aspect_rules_js/0.13.0/presubmit.yml
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: "e2e/bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_flags:
- "--enable_runfiles"
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/aspect_rules_js/0.13.0/source.json
@@ -0,0 +1,5 @@
{
"integrity": "sha256-H+QP0oGXRa0Ztb7I+XqCCHFF/G8UXTyEsBR4mb80kMo=",
"strip_prefix": "rules_js-0.13.0",
"url": "https://github.com/aspect-build/rules_js/archive/refs/tags/v0.13.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/aspect_rules_js/metadata.json
Expand Up @@ -9,7 +9,8 @@
],
"versions": [
"0.3.2",
"0.11.1"
"0.11.1",
"0.13.0"
],
"yanked_versions": {}
}

0 comments on commit 0bcf433

Please sign in to comment.