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

Commit 241cf88

Browse files
gregmagolandevversion
authored andcommitted
chore: update to latest rules_js and regenerate lock file with pnpm 8
1 parent abb2502 commit 241cf88

File tree

3 files changed

+7446
-10854
lines changed

3 files changed

+7446
-10854
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
22
# This file should be checked into version control along with the pnpm-lock.yaml file.
33
.npmrc=-1306950124
4-
pnpm-lock.yaml=412897994
4+
pnpm-lock.yaml=-422942034
55
yarn.lock=-170970879
66
package.json=690067481

WORKSPACE.bazel

Lines changed: 6 additions & 6 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 = "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",
5+
sha256 = "0da75299c5a52737b2ac39458398b3f256e41a1a6748e5457ceb3a6225269485",
6+
strip_prefix = "bazel-lib-1.31.2",
7+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.31.2/bazel-lib-v1.31.2.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 = "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",
16+
sha256 = "dcd1567d4a93a8634ec0b888b371a60b93c18d980f77dace02eb176531a71fcf",
17+
strip_prefix = "rules_js-1.26.0",
18+
url = "https://github.com/aspect-build/rules_js/releases/download/v1.26.0/rules_js-v1.26.0.tar.gz",
1919
)
2020

2121
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

0 commit comments

Comments
 (0)