8000 build: update bazel dependencies · angular/angular@c0ef9e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0ef9e7

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent cf92f0d commit c0ef9e7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
5-
package.json=-1941864994
5+
package.json=1939729469
66
packages/compiler-cli/package.json=571832290
77
packages/compiler/package.json=-426903429
8-
pnpm-lock.yaml=-665101007
8+
pnpm-lock.yaml=-259034824
99
pnpm-workspace.yaml=353334404
1010
tools/bazel/rules_angular_store/package.json=-239561259
11-
yarn.lock=-621191810
11+
yarn.lock=-1456780821

WORKSPACE

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ http_archive(
3434

3535
http_archive(
3636
name = "aspect_rules_js",
37-
sha256 = "75c25a0f15a9e4592bbda45b57aa089e4bf17f9176fd735351e8c6444df87b52",
38-
strip_prefix = "rules_js-2.1.0",
39-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.1.0/rules_js-v2.1.0.tar.gz",
37+
sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501",
38+
strip_prefix = "rules_js-2.3.7",
39+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7/rules_js-v2.3.7.tar.gz",
4040
)
4141

4242
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -125,9 +125,9 @@ npm_repositories()
125125

126126
http_archive(
127127
name = "aspect_rules_ts",
128-
E670 sha256 = "9acd128abe77397505148eaa6895faed57839560dbf2177dd6285e51235e2724",
129-
strip_prefix = "rules_ts-3.3.1",
130-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.3.1/rules_ts-v3.3.1.tar.gz",
128+
sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f",
129+
strip_prefix = "rules_ts-3.6.0",
130+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0/rules_ts-v3.6.0.tar.gz",
131131
)
132132

133133
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
@@ -140,9 +140,9 @@ rules_ts_dependencies(
140140

141141
http_archive(
142142
name = "aspect_rules_rollup",
143-
sha256 = "c4062681968f5dcd3ce01e09e4ba73670c064744a7046211763e17c98ab8396e",
144-
strip_prefix = "rules_rollup-2.0.0",
145-
url = "https://github.com/aspect-build/rules_rollup/releases/download/v2.0.0/rules_rollup-v2.0.0.tar.gz",
143+
sha256 = "0b8ac7d97cd660eb9a275600227e9c4268f5904cba962939d1a6ce9a0a059d2e",
144+
strip_prefix = "rules_rollup-2.0.1",
145+
url = "https://github.com/aspect-build/rules_rollup/releases/download/v2.0.1/rules_rollup-v2.0.1.tar.gz",
146146
)
147147

148148
http_archive(
@@ -272,7 +272,7 @@ setup_dependencies_2()
272272

273273
git_repository(
274274
name = "rules_angular",
275-
commit = "ad3a2d652f41c953fad8f55c3959fde628fa8ebf",
275+
commit = "c0d7927a33802db438c01d2ae8ad1884e6c363fd",
276276
remote = "https://github.com/devversion/rules_angular.git",
277277
)
278278

0 commit comments

Comments
 (0)
0