Skip to content

Commit

Permalink
chore: update last-known-good SWC to most recent
Browse files Browse the repository at this point in the history
The fix we needed
swc-project/swc#8757
was included in
swc-project/swc@v1.4.8...v1.4.11
  • Loading branch information
alexeagle committed Apr 4, 2024
1 parent 179deea commit 9d5ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swc/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ load("//swc/private:versions.bzl", "TOOL_VERSIONS")
# NB: we don't use the "most recent release" since swc has a history of often breaking Bazel usage
# with subtle changes that get through their tests.
# So instead, this reflects the latest version that is "known good" according to our test suite.
LATEST_SWC_VERSION = "v1.3.78"
LATEST_SWC_VERSION = "v1.4.11"

# TODO(2.0): remove this alias
LATEST_VERSION = LATEST_SWC_VERSION
Expand Down

0 comments on commit 9d5ad27

Please sign in to comment.