File tree Expand file tree Collapse file tree 3 files changed +172
-159
lines changed
.aspect/rules/external_repository_action_cache Expand file tree Collapse file tree 3 files changed +172
-159
lines changed Original file line number Diff line number Diff line change 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
77pnpm-workspace.yaml=1711114604
8- yarn.lock=80564211
8+ yarn.lock=-892267542
Original file line number Diff line number Diff 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
214214load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
215215
216216rules_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
You can’t perform that action at this time.
0 commit comments