-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add rules_swc 0.3.1 * Add new bazel-lib and rules_nodejs * add new rules_js * aspect-build/bazel-lib@v0.11.4 * Publish aspect_rules_js@0.10.0 * Publish aspect_bazel_lib@0.12.1 * Publish aspect_rules_js@0.11.0 * Add bazel-lib 1.0.0 Co-authored-by: kormide <kormide@users.noreply.github.com> Co-authored-by: Derek Cormier <derek@aspect.dev>
- Loading branch information
1 parent
f94967f
commit b83c71d
Showing
13 changed files
with
157 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"aspect-build/bazel-lib" | ||
|
||
module( | ||
name = "aspect_bazel_lib", | ||
version = "0.11.0", | ||
compatibility_level = 1, | ||
toolchains_to_register = [ | ||
"@jq_toolchains//:all", | ||
"@yq_toolchains//:all", | ||
], | ||
) | ||
|
||
bazel_dep(name = "bazel_skylib", version = "1.1.1") | ||
bazel_dep(name = "platforms", version = "0.0.4") | ||
bazel_dep(name = "stardoc", version = "0.5.0", repo_name = "io_bazel_stardoc") | ||
|
||
ext = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "ext") | ||
use_repo(ext, "jq_toolchains") | ||
use_repo(ext, "yq_toolchains") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build_targets: &build_targets | ||
- '@aspect_bazel_lib//lib/tests:expand_template_test' | ||
|
||
platforms: | ||
centos7: | ||
build_targets: *build_targets | ||
debian10: | ||
build_targets: *build_targets | ||
macos: | ||
build_targets: *build_targets | ||
ubuntu2004: | ||
build_targets: *build_targets | ||
windows: | ||
build_targets: *build_targets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "sha256-FOhLIRidhXU5wIPfIjyK4utY9WvrPaPsdG2xJl9onHo=", | ||
"strip_prefix": "bazel-lib-0.11.0", | ||
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.11.0.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"aspect-build/bazel-lib" | ||
|
||
module( | ||
name = "aspect_bazel_lib", | ||
version = "0.11.4", | ||
compatibility_level = 1, | ||
toolchains_to_register = [ | ||
"@jq_toolchains//:all", | ||
"@yq_toolchains//:all", | ||
], | ||
) | ||
|
||
bazel_dep(name = "bazel_skylib", version = "1.1.1") | ||
bazel_dep(name = "platforms", version = "0.0.4") | ||
bazel_dep(name = "stardoc", version = "0.5.0", repo_name = "io_bazel_stardoc") | ||
|
||
ext = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "ext") | ||
use_repo(ext, "jq_toolchains") | ||
use_repo(ext, "yq_toolchains") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build_targets: &build_targets | ||
- "@aspect_bazel_lib//lib/tests:expand_template_test" | ||
|
||
platforms: | ||
centos7: | ||
build_targets: *build_targets | ||
debian10: | ||
build_targets: *build_targets | ||
macos: | ||
build_targets: *build_targets | ||
ubuntu2004: | ||
build_targets: *build_targets | ||
windows: | ||
build_targets: *build_targets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "sha256-d9rkqaxGTYELWKCrBtZBDCtBSde8et1gdlKyuFHrQE0=", | ||
"strip_prefix": "bazel-lib-0.11.4", | ||
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.11.4.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"aspect-build/bazel-lib" | ||
|
||
module( | ||
name = "aspect_bazel_lib", | ||
compatibility_level = 1, | ||
toolchains_to_register = [ | ||
"@jq_toolchains//:all", | ||
"@yq_toolchains//:all", | ||
], | ||
version = "0.12.1", | ||
) | ||
|
||
bazel_dep(name = "bazel_skylib", version = "1.1.1") | ||
bazel_dep(name = "platforms", version = "0.0.4") | ||
bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.0") | ||
|
||
ext = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "ext") | ||
use_repo(ext, "jq_toolchains") | ||
use_repo(ext, "yq_toolchains") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build_targets: &build_targets | ||
- "@aspect_bazel_lib//lib/tests:expand_template_test" | ||
|
||
platforms: | ||
centos7: | ||
build_targets: *build_targets | ||
debian10: | ||
build_targets: *build_targets | ||
macos: | ||
build_targets: *build_targets | ||
ubuntu2004: | ||
build_targets: *build_targets | ||
windows: | ||
build_targets: *build_targets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "sha256-kapzVrIuzbh9z18cyKahR+I6HvQlIhurdeX4V81rJxY=", | ||
"strip_prefix": "bazel-lib-0.12.1", | ||
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.12.1.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"aspect-build/bazel-lib" | ||
|
||
module( | ||
name = "aspect_bazel_lib", | ||
compatibility_level = 1, | ||
toolchains_to_register = [ | ||
"@jq_toolchains//:all", | ||
"@yq_toolchains//:all", | ||
], | ||
version = "1.0.0", | ||
) | ||
|
||
bazel_dep(name = "bazel_skylib", version = "1.1.1") | ||
bazel_dep(name = "platforms", version = "0.0.4") | ||
bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.0") | ||
|
||
ext = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "ext") | ||
use_repo(ext, "jq_toolchains") | ||
use_repo(ext, "yq_toolchains") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build_targets: &build_targets | ||
- "@aspect_bazel_lib//lib/tests:expand_template_test" | ||
|
||
platforms: | ||
centos7: | ||
build_targets: *build_targets | ||
debian10: | ||
build_targets: *build_targets | ||
macos: | ||
build_targets: *build_targets | ||
ubuntu2004: | ||
build_targets: *build_targets | ||
windows: | ||
build_targets: *build_targets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "sha256-s4GsTcpUTsxVFZFvOAZul5NihHfiV37beyqwTowhBzg=", | ||
"strip_prefix": "bazel-lib-1.0.0", | ||
"url": "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.0.0.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,11 @@ | |
} | ||
], | ||
"versions": [ | ||
"0.4.2" | ||
"0.11.0", | ||
"0.11.4", | ||
"0.12.1", | ||
"0.4.2", | ||
"1.0.0" | ||
], | ||
"yanked_versions": {} | ||
} |