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.12.2")That's it! The toolchains are automatically registered.
What's Changed
- fix: collect message catalogs through source dependencies by @longlho in #105
- chore(deps): update bazel-contrib/publish-to-bcr action to v1.5.0 by @renovate[bot] in #98
- chore(deps): update dependency @evilmartians/lefthook to v2.1.12 by @renovate[bot] in #103
- chore(deps): update commitlint monorepo to v21.2.2 by @renovate[bot] in #97
- chore(deps): update dependency oxfmt to ^0.66.0 by @renovate[bot] in #96
- chore(deps): update actions/setup-node action to v7 by @renovate[bot] in #88
- chore(deps): update pnpm to v12 by @renovate[bot] in #104
- chore(main): release 0.12.2 by @formatjsproject in #106
Full Changelog: v0.12.1...v0.12.2