Skip to content

Commit

Permalink
Publish aspect-build/rules_js@v1.13.0 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] authored Dec 20, 2022
1 parent a1f4d78 commit ad95a8e
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 1 deletion.
12 changes: 12 additions & 0 deletions modules/aspect_rules_js/1.13.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"aspect-build/rules_js"

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

bazel_dep(name = "aspect_bazel_lib", version = "1.18.0")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3")
bazel_dep(name = "platforms", version = "0.0.4")
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,9 +1,9 @@
"aspect-build/rules_js"

module(
name = "aspect_rules_js",
- version = "0.0.0",
+ version = "1.13.0",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.18.0")
10 changes: 10 additions & 0 deletions modules/aspect_rules_js/1.13.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "e2e/bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/aspect_rules_js/1.13.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-ZuzJ9WMA3WP7hvEc+h6K/8qkLVMA4nRtughUGRbpE/0=",
"strip_prefix": "rules_js-1.13.0",
"url": "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.13.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-WIcxyIumYElCFQwJ2ziT+BdgbH5jzASkh2epBlCAZhs="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/aspect_rules_js/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"1.9.0",
"1.11.0",
"1.11.1",
"1.12.0"
"1.12.0",
"1.13.0"
],
"yanked_versions": {}
}

0 comments on commit ad95a8e

Please sign in to comment.