Skip to content

Commit

Permalink
Publish aspect-build/rules_ts@v1.3.1 (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: Sahin Yort <sahin@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and Sahin Yort committed Mar 2, 2023
1 parent ddc9cd6 commit 2eff9ba
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
12 changes: 12 additions & 0 deletions modules/aspect_rules_ts/1.3.1/MODULE.bazel
@@ -0,0 +1,12 @@
"aspect-build/rules_ts"

module(
name = "aspect_rules_ts",
compatibility_level = 1,
version = "1.3.1",
)

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3", dev_dependency = True)
bazel_dep(name = "aspect_rules_js", version = "1.19.0")
bazel_dep(name = "aspect_bazel_lib", version = "1.27.2")
@@ -0,0 +1,15 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -2,9 +2,9 @@

module(
name = "aspect_rules_ts",
compatibility_level = 1,
- version = "0.0.0",
+ version = "1.3.1",
)

bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_nodejs", version = "5.5.3", dev_dependency = True)
11 changes: 11 additions & 0 deletions modules/aspect_rules_ts/1.3.1/presubmit.yml
@@ -0,0 +1,11 @@
bcr_test_module:
module_path: 'e2e/bzlmod'
matrix:
# TODO(aspect-team): windows https://github.com/aspect-build/rules_ts/issues/228
platform: ['debian10', 'macos', 'ubuntu2004']
tasks:
run_tests:
name: 'Run test module'
platform: ${{ platform }}
test_targets:
- '//...'
9 changes: 9 additions & 0 deletions modules/aspect_rules_ts/1.3.1/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-AkgLahzRJRbt82TmeEEunaEERf4/EHDAFKx16SLJaeo=",
"strip_prefix": "rules_ts-1.3.1",
"url": "https://github.com/aspect-build/rules_ts/releases/download/v1.3.1/rules_ts-v1.3.1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-7pfbAmv5ri2UZ/7bu4Tq70O4MFp37hnA9m6JvAMK3bI="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/aspect_rules_ts/metadata.json
Expand Up @@ -24,7 +24,8 @@
"1.2.1",
"1.2.3",
"1.2.4",
"1.3.0"
"1.3.0",
"1.3.1"
],
"yanked_versions": {}
}

0 comments on commit 2eff9ba

Please sign in to comment.