Skip to content

Commit 54b769e

Browse files
committed
chore: verify our bzl_libraries
Aspect_bazel_lib fork has an action to extract docs from each bzl_library, ensuring they are well-formed
1 parent 6decef3 commit 54b769e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

nodejs/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22
load("//nodejs/private:nodejs_toolchains_repo.bzl", "PLATFORMS")
33
load("//nodejs/private:user_build_settings.bzl", "user_args")
44

nodejs/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
bzl_library(
44
name = "bzl",

nodejs/private/providers/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
15+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
1616

1717
bzl_library(
1818
name = "bzl",

repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
4545

4646
http_archive(
4747
name = "aspect_bazel_lib",
48-
sha256 = "40ba9d0f62deac87195723f0f891a9803a7b720d7b89206981ca5570ef9df15b",
49-
strip_prefix = "bazel-lib-2.14.0",
50-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.14.0/bazel-lib-v2.14.0.tar.gz",
48+
sha256 = "db7da732db4dece80cd6d368220930950c9306ff356ebba46498fe64e65a3945",
49+
strip_prefix = "bazel-lib-2.19.3",
50+
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.19.3/bazel-lib-v2.19.3.tar.gz",
5151
)
5252

5353
http_archive(

0 commit comments

Comments
 (0)