github formatjs/formatjs formatjs_cli_v1.1.22
formatjs_cli: 1.1.22

3 hours ago

1.1.22 (2026-08-02)

What's Changed

  • chore(deps): update dependency svelte to v5.56.7 by @renovate[bot] in #6940
  • chore(deps): update dependency ts-jest to v29.4.12 by @renovate[bot] in #6941
  • chore(deps): update radix-ui-primitives monorepo by @renovate[bot] in #6942
  • chore(deps): update dependency rolldown-plugin-dts to v0.27.14 by @renovate[bot] in #6947
  • chore(deps): update radix-ui-primitives monorepo by @renovate[bot] in #6948
  • chore(deps): update tailwindcss monorepo to v4.3.3 by @renovate[bot] in #6949
  • chore(deps): update vue monorepo to v3.5.40 by @renovate[bot] in #6950
  • chore(deps): update dependency svelte to v5.56.8 by @renovate[bot] in #6951
  • chore(deps): update radix-ui-primitives monorepo by @renovate[bot] in #6952
  • fix(deps): update dependency eslint-plugin-formatjs to v6.4.19 by @renovate[bot] in #6953
  • fix(deps): update formatjs monorepo by @renovate[bot] in #6954
  • chore(deps): update dependency fs-extra to v11.4.0 by @renovate[bot] in #6959
  • chore(deps): update dependency happy-dom to v20.11.1 by @renovate[bot] in #6960
  • chore(deps): update dependency lucide-react to v1.27.0 by @renovate[bot] in #6963
  • chore(deps): update dependency oxlint to v1.75.0 by @renovate[bot] in #6964
  • fix(formatjs_cli): extract id-only messages by @longlho in #6962
  • chore(deps): update dependency tinybench to v6.1.2 by @renovate[bot] in #6966
  • chore(deps): update dependency webpack to v5.109.0 by @renovate[bot] in #6967
  • chore(deps): update dependency rollup to v4.62.3 by @renovate[bot] in #6970

Full Changelog: formatjs_cli_v1.1.21...formatjs_cli_v1.1.22

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux ARM64: formatjs_cli-linux-arm64
  • Linux x86_64: formatjs_cli-linux-x64
  • Windows x64: formatjs_cli-win32-x64.exe

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.22/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs

# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.22/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.22/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.22/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.22/checksums.txt
shasum -a 256 -c checksums.txt

Don't miss a new formatjs release

NewReleases is sending notifications on new releases.