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 8d4208e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rc/src/expected.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 8d4208e

Please sign in to comment.