Skip to content

Commit

Permalink
Add aspect_bazel_lib 1.0.0 (#94)
Browse files Browse the repository at this point in the history
* 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
3 people authored Jun 8, 2022
1 parent f94967f commit b83c71d
Show file tree
Hide file tree
Showing 13 changed files with 157 additions and 1 deletion.
19 changes: 19 additions & 0 deletions modules/aspect_bazel_lib/0.11.0/MODULE.bazel
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")
14 changes: 14 additions & 0 deletions modules/aspect_bazel_lib/0.11.0/presubmit.yml
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
5 changes: 5 additions & 0 deletions modules/aspect_bazel_lib/0.11.0/source.json
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"
}
19 changes: 19 additions & 0 deletions modules/aspect_bazel_lib/0.11.4/MODULE.bazel
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")
14 changes: 14 additions & 0 deletions modules/aspect_bazel_lib/0.11.4/presubmit.yml
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
5 changes: 5 additions & 0 deletions modules/aspect_bazel_lib/0.11.4/source.json
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"
}
19 changes: 19 additions & 0 deletions modules/aspect_bazel_lib/0.12.1/MODULE.bazel
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")
14 changes: 14 additions & 0 deletions modules/aspect_bazel_lib/0.12.1/presubmit.yml
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
5 changes: 5 additions & 0 deletions modules/aspect_bazel_lib/0.12.1/source.json
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"
}
19 changes: 19 additions & 0 deletions modules/aspect_bazel_lib/1.0.0/MODULE.bazel
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")
14 changes: 14 additions & 0 deletions modules/aspect_bazel_lib/1.0.0/presubmit.yml
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
5 changes: 5 additions & 0 deletions modules/aspect_bazel_lib/1.0.0/source.json
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"
}
6 changes: 5 additions & 1 deletion modules/aspect_bazel_lib/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}

0 comments on commit b83c71d

Please sign in to comment.