v0.5.0
Using Bzlmod with Bazel 6 or greater
- (Bazel 6+ only) Enable with
common --enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "rules_formatjs", version = "0.5.0")That's it! The toolchains are automatically registered.
What's Changed
- fix: remove ignore_directories from REPO.bazel for Bazel 7 compat by @longlho in #47
- build: update MODULE.bazel.lock by @longlho in #51
- feat: add formatjs_cli v1.1.0 and v1.1.1 by @longlho in #54
Full Changelog: v0.4.5...v0.5.0