Skip to content

v0.5.1

Choose a tag to compare

@longlho longlho released this 10 May 05:51
· 13 commits to main since this release
76861c2

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6+ only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_formatjs", version = "0.5.1")

That's it! The toolchains are automatically registered.

What's Changed

  • chore(deps): update dependency @evilmartians/lefthook to v2.1.6 by @renovate[bot] in #30
  • chore(deps): update bazel-contrib/setup-bazel action to v0.19.0 by @renovate[bot] in #41
  • chore(deps): update dependency oxfmt to ^0.45.0 by @renovate[bot] in #45
  • chore(deps): update pnpm to v10.33.0 by @renovate[bot] in #43
  • chore(deps): update dependency rules_shell to v0.8.0 by @renovate[bot] in #42
  • chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #46
  • chore(deps): update dependency oxfmt to ^0.46.0 by @renovate[bot] in #55
  • build: sync formatjs_cli versions by @longlho in #62

Full Changelog: v0.5.0...v0.5.1