Skip to content

Commit b1500d3

Browse files
josephperrottclydin
authored andcommitted
build: update npm_translate_lock and update to to typescript 5.7.2
1 parent 04213c8 commit b1500d3

File tree

3 files changed

+172
-159
lines changed

3 files changed

+172
-159
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,7 +2,7 @@
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=-2023857461
5-
package.json=-429967005
6-
pnpm-lock.yaml=-1164942040
5+
package.json=1044460161
6+
pnpm-lock.yaml=451366521
77
pnpm-workspace.yaml=1711114604
8-
yarn.lock=80564211
8+
yarn.lock=-892267542

WORKSPACE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,17 @@ http_archive(
206206
name = "aspect_rules_ts",
207207
patch_args = ["-p1"],
208208
patches = ["//tools:rules_ts_windows.patch"],
209-
sha256 = "9acd128abe77397505148eaa6895faed57839560dbf2177dd6285e51235e2724",
210-
strip_prefix = "rules_ts-3.3.1",
211-
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.3.1/rules_ts-v3.3.1.tar.gz",
209+
sha256 = "cff3137b043ff6bf1a2542fd9691dc762432370cd39eb4bb0756d288de52067d",
210+
strip_prefix = "rules_ts-3.3.2",
211+
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.3.2/rules_ts-v3.3.2.tar.gz",
212212
)
213213

214214
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
215215

216216
rules_ts_dependencies(
217217
# ts_version_from = "//:package.json",
218-
# TODO: Support in https://github.com/aspect-build/rules_ts/blob/main/ts/private/npm_repositories.bzl
218+
# Obtained by: curl --silent https://registry.npmjs.org/typescript/5.7.2 | jq -r '.dist.integrity'
219+
ts_integrity = "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
219220
ts_version = "5.7.2",
220221
)
221222

0 commit comments

Comments
 (0)