Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit c96ab0f

Browse files
gregmagolandevversion
authored andcommitted
build: update to aspect_bazel_lib 1.28.0 and aspect_rules_js 1.20.1
1 parent fb8a4fa commit c96ab0f

File tree

3 files changed

+13365
-7
lines changed

3 files changed

+13365
-7
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
2+
# This file should be checked into version control along with the pnpm-lock.yaml file.
3+
.npmrc=-1306950124
4+
pnpm-lock.yaml=-499422130
5+
yarn.lock=2045546914
6+
package.json=-1343479525

WORKSPACE.bazel

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

33
http_archive(
44
name = "aspect_bazel_lib",
5-
sha256 = "3534a27621725fbbf1d3e53daa0c1dda055a2732d9031b8c579f917d7347b6c4",
6-
strip_prefix = "bazel-lib-1.16.1",
7-
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.16.1.tar.gz",
5+
sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2",
6+
strip_prefix = "bazel-lib-1.28.0",
7+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.28.0/bazel-lib-v1.28.0.tar.gz",
88
)
99

1010
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
@@ -13,9 +13,9 @@ aspect_bazel_lib_dependencies()
1313

1414
http_archive(
1515
name = "aspect_rules_js",
16-
sha256 = "dda5fee3926e62c483660b35b25d1577d23f88f11a2775e3555b57289f4edb12",
17-
strip_prefix = "rules_js-1.6.9",
18-
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.6.9.tar.gz",
16+
sha256 = "1aa0ab76d1f9520bb8993e2d84f82da2a9c87da1e6e8d121dbb4c857a292c2cd",
17+
strip_prefix = "rules_js-1.20.1",
18+
url = "https://github.com/aspect-build/rules_js/releases/download/v1.20.1/rules_js-v1.20.1.tar.gz",
1919
)
2020

2121
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -62,8 +62,9 @@ load("@aspect_rules_js//npm:npm_import.bzl", "npm_translate_lock")
6262

6363
npm_translate_lock(
6464
name = "npm",
65-
package_json = "//:package.json",
65+
data = ["//:package.json"],
6666
yarn_lock = "//:yarn.lock",
67+
pnpm_lock = "//:pnpm-lock.yaml",
6768
npmrc = "//:.npmrc",
6869
verify_node_modules_ignored = "//:.bazelignore",
6970
patches = {

0 commit comments

Comments
 (0)