4 hours ago
formatjs

@formatjs/cli-native-darwin-arm64: 1.1.3

1.1.3 (2026-06-06)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-darwin-arm64@1.1.2...@formatjs/cli-native-darwin-arm64@1.1.3

4 hours ago
formatjs

formatjs_cli: 1.1.15

1.1.15 (2026-06-06)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.14...formatjs_cli_v1.1.15

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.15/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.15/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.15/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.15/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.15/checksums.txt
shasum -a 256 -c checksums.txt
4 hours ago
formatjs

@formatjs/cli-native-win32-x64: 1.1.4

1.1.4 (2026-06-06)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-win32-x64@1.1.3...@formatjs/cli-native-win32-x64@1.1.4

4 hours ago
formatjs

@formatjs/cli-native-linux-x64: 1.1.3

1.1.3 (2026-06-06)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-x64@1.1.2...@formatjs/cli-native-linux-x64@1.1.3

4 hours ago
formatjs

@formatjs/cli-lib: 8.7.8

8.7.8 (2026-06-06)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@8.7.7...@formatjs/cli-lib@8.7.8

Dependencies

  • The following workspace dependencies were updated
    • optionalDependencies
      • @formatjs/cli-native-darwin-arm64 bumped to 1.1.3
      • @formatjs/cli-native-linux-arm64 bumped to 1.2.3
      • @formatjs/cli-native-linux-arm64-musl bumped to 1.0.1
      • @formatjs/cli-native-linux-x64 bumped to 1.1.3
      • @formatjs/cli-native-linux-x64-musl bumped to 1.0.1
      • @formatjs/cli-native-win32-x64 bumped to 1.1.4
4 hours ago
formatjs

@formatjs/cli: 6.16.9

6.16.9 (2026-06-06)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.8...@formatjs/cli@6.16.9

Dependencies

  • The following workspace dependencies were updated
    • optionalDependencies
      • @formatjs/cli-native-darwin-arm64 bumped to 1.1.3
      • @formatjs/cli-native-linux-arm64 bumped to 1.2.3
      • @formatjs/cli-native-linux-arm64-musl bumped to 1.0.1
      • @formatjs/cli-native-linux-x64 bumped to 1.1.3
      • @formatjs/cli-native-linux-x64-musl bumped to 1.0.1
      • @formatjs/cli-native-win32-x64 bumped to 1.1.4
4 hours ago
formatjs

@formatjs/cli-native-linux-arm64: 1.2.3

1.2.3 (2026-06-06)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-arm64@1.2.2...@formatjs/cli-native-linux-arm64@1.2.3

7 hours ago
next.js

v16.3.0-canary.42

Misc Changes

  • [turbopack] Treat local const assignments as side-effect free: #94294
  • [turbopack] Remove worker helpers from the default runtime: #94372
  • Extract App Shell from static prefetches: #94095
  • docs: correct wording and casing in turbopack tracing guide: #94469
  • Turbopack: refactor ServerActionManifestAsset to be lazy: #94377
  • docs: typos and errors outside docs, error, examples folders: #94472
  • Update vendored lodash to 4.18.1: #94473
  • chore: reword cacheComponents jsDoc to lead with partial prerendering: #94474
  • Upgrade React from f0dfee38-20260529 to 43bcbf80-20260603: #94440
  • Turbopack: Perform issue filtering without turbo-task functions: #93885
  • Keep Instant DevTools locked when opening error overlay: #94357
  • Revert "ci: run Linux Playwright jobs in prebuilt Microsoft container (#93794)": #94366
  • fix(deps): bump @vercel/nft@1.10.2: #93979
  • Simplify turbo-tasks-backend: collapse single-impl traits and remove redundant Arc layers: #93983
  • Turbopack: refactor to use get_ecma_transform_rule: #94485
  • [ci] Switch release-next-rspack to a more explicit environment name: #94480
  • [ci] Set persist-credentials: false for all GH actions: #94214
  • Turbopack: fixup cache handler tracing: #94477
  • [turbopack] Remove turbotask functions from trait ResolveOrigin: #94324

Credits

Huge thanks to @sampoder, @acdlite, @RazinShafayet2007, @mischnic, @icyJoseph, @timneutkens, @vercel-release-bot, @bgw, @devjiwonchoi, @styfle, and @lukesandberg for helping!