Skip to content

Commit

Permalink
Publish aspect-build/[email protected] (#1060)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Magolan <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and gregmagolan authored Oct 26, 2023
1 parent 4985672 commit be0069a
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/aspect_rules_jest/0.19.6/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
"aspect-build/rules_jest"

module(
name = "aspect_rules_jest",
version = "0.19.6",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1")
bazel_dep(name = "aspect_rules_js", version = "1.29.2")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_nodejs", version = "5.8.2")

bazel_dep(name = "gazelle", version = "0.29.0", dev_dependency = True, repo_name = "bazel_gazelle")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.0", dev_dependency = True)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,9 +1,9 @@
"aspect-build/rules_jest"

module(
name = "aspect_rules_jest",
- version = "0.0.0",
+ version = "0.19.6",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1")
10 changes: 10 additions & 0 deletions modules/aspect_rules_jest/0.19.6/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "e2e/smoke"
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_jest/0.19.6/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-yuRM94YrcfMMK6bfZHO8gCHHpsksfRdxpY6/XJnrV3Y=",
"strip_prefix": "rules_jest-0.19.6",
"url": "https://github.com/aspect-build/rules_jest/releases/download/v0.19.6/rules_jest-v0.19.6.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-zMIhnoYX63UgVhntq/NToa6xJO7Zy84orSPWHxdRuHg="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/aspect_rules_jest/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"0.18.4",
"0.19.2",
"0.19.3",
"0.19.5"
"0.19.5",
"0.19.6"
],
"yanked_versions": {}
}

0 comments on commit be0069a

Please sign in to comment.