v0.4.4
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.4.4")That's it! The toolchains are automatically registered.
What's Changed
- chore(deps): update bazel-contrib/setup-bazel action to v0.18.0 by @renovate[bot] in #29
- chore(deps): update dependency oxfmt to ^0.27.0 - autoclosed by @renovate[bot] in #31
- chore(deps): update dependency bazel to v9 by @renovate[bot] in #33
- fix: upgrade CLI to 0.1.11 by @longlho in #34
Full Changelog: v0.4.3...v0.4.4