Skip to content

Commit

Permalink
build: update npm_translate_lock and update to to typescript 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott authored and clydin committed Dec 16, 2024
1 parent 04213c8 commit b1500d3
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=-429967005
pnpm-lock.yaml=-1164942040
package.json=1044460161
pnpm-lock.yaml=451366521
pnpm-workspace.yaml=1711114604
yarn.lock=80564211
yarn.lock=-892267542
9 changes: 5 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,17 @@ http_archive(
name = "aspect_rules_ts",
patch_args = ["-p1"],
patches = ["//tools:rules_ts_windows.patch"],
sha256 = "9acd128abe77397505148eaa6895faed57839560dbf2177dd6285e51235e2724",
strip_prefix = "rules_ts-3.3.1",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.3.1/rules_ts-v3.3.1.tar.gz",
sha256 = "cff3137b043ff6bf1a2542fd9691dc762432370cd39eb4bb0756d288de52067d",
strip_prefix = "rules_ts-3.3.2",
url = "https://github.com/aspect-build/rules_ts/releases/download/v3.3.2/rules_ts-v3.3.2.tar.gz",
)

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

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

Expand Down
Loading

0 comments on commit b1500d3

Please sign in to comment.