Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
bazel_dep(name = "buildozer", version = "8.2.1")
bazel_dep(name = "aspect_bazel_lib", version = "2.21.1")
bazel_dep(name = "aspect_rules_js", version = "2.8.1")
bazel_dep(name = "aspect_rules_ts", version = "3.7.0")
bazel_dep(name = "aspect_rules_ts", version = "3.7.1")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate MODULE.bazel.lock after bumping aspect_rules_ts

The new bazel_dep version is 3.7.1, but MODULE.bazel.lock still pins aspect_rules_ts at 3.7.0. Bazel checks that the lock matches MODULE.bazel; with this mismatch, any bazel command will fail with an out‑of‑date lock error until someone runs bazel mod tidy (or similar) and commits the updated lock. Please update the lock file alongside the version bump.

Useful? React with 👍 / 👎.


pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
pnpm.pnpm(pnpm_version_from = "//:package.json")
Expand Down