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.7.0")That's it! The toolchains are automatically registered.
What's Changed
- ci: set Renovate minimum release age to 7d by @longlho in #68
- chore(deps): update commitlint monorepo to v21 by @renovate[bot] in #60
- chore(deps): update dependency @evilmartians/lefthook to v2.1.9 by @renovate[bot] in #66
- chore(deps): update bazel-contrib/.github action to v7.6.0 by @renovate[bot] in #64
- chore(deps): update dependency oxfmt to ^0.52.0 by @renovate[bot] in #63
- chore(deps): update dependency bazel to v9.1.0 by @renovate[bot] in #37
- feat: add formatjs_cli versions through 1.1.12 by @longlho in #69
Full Changelog: v0.6.0...v0.7.0