@formatjs/cli-native-darwin-arm64: 1.1.3
- build: fix release-please multiline outputs by @longlho in https://github.com/formatjs/formatjs/pull/6726
- chore(deps): update pnpm to v11.4.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6727
- chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260527.2 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6729
- build: remove checked-in package intradeps by @longlho in https://github.com/formatjs/formatjs/pull/6728
- fix(formatjs_cli): support loader-utils id templates by @longlho in https://github.com/formatjs/formatjs/pull/6731
- fix(@formatjs/cli-lib): extract Svelte FormattedMessage components by @longlho in https://github.com/formatjs/formatjs/pull/6732
- fix(deps): publish generated workspace packages by @longlho in https://github.com/formatjs/formatjs/pull/6734
- chore(deps): isolate React Intl example workspaces by @longlho in https://github.com/formatjs/formatjs/pull/6737
- fix: normalize Unicode whitespace for generated ids by @longlho in https://github.com/formatjs/formatjs/pull/6736
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6733
- ci: pass repository to release workflow dispatch by @longlho in https://github.com/formatjs/formatjs/pull/6740
- fix(formatjs_cli): build native packages in opt mode by @longlho in https://github.com/formatjs/formatjs/pull/6744
- fix(@formatjs/cli-lib): support Alpine native bindings by @longlho in https://github.com/formatjs/formatjs/pull/6743
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-darwin-arm64@1.1.2...@formatjs/cli-native-darwin-arm64@1.1.3
@formatjs/cli-native-linux-arm64-musl: 1.0.1
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-arm64-musl@1.0.0...@formatjs/cli-native-linux-arm64-musl@1.0.1
formatjs_cli: 1.1.15
- ci: pass repository to release workflow dispatch by @longlho in https://github.com/formatjs/formatjs/pull/6740
- fix(formatjs_cli): build native packages in opt mode by @longlho in https://github.com/formatjs/formatjs/pull/6744
- fix(@formatjs/cli-lib): support Alpine native bindings by @longlho in https://github.com/formatjs/formatjs/pull/6743
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.14...formatjs_cli_v1.1.15
- 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
# 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
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
@formatjs/cli-native-win32-x64: 1.1.4
- build: fix release-please multiline outputs by @longlho in https://github.com/formatjs/formatjs/pull/6726
- chore(deps): update pnpm to v11.4.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6727
- chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260527.2 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6729
- build: remove checked-in package intradeps by @longlho in https://github.com/formatjs/formatjs/pull/6728
- fix(formatjs_cli): support loader-utils id templates by @longlho in https://github.com/formatjs/formatjs/pull/6731
- fix(@formatjs/cli-lib): extract Svelte FormattedMessage components by @longlho in https://github.com/formatjs/formatjs/pull/6732
- fix(deps): publish generated workspace packages by @longlho in https://github.com/formatjs/formatjs/pull/6734
- chore(deps): isolate React Intl example workspaces by @longlho in https://github.com/formatjs/formatjs/pull/6737
- fix: normalize Unicode whitespace for generated ids by @longlho in https://github.com/formatjs/formatjs/pull/6736
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6733
- ci: pass repository to release workflow dispatch by @longlho in https://github.com/formatjs/formatjs/pull/6740
- fix(formatjs_cli): build native packages in opt mode by @longlho in https://github.com/formatjs/formatjs/pull/6744
- fix(@formatjs/cli-lib): support Alpine native bindings by @longlho in https://github.com/formatjs/formatjs/pull/6743
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-win32-x64@1.1.3...@formatjs/cli-native-win32-x64@1.1.4
@formatjs/cli-native-linux-x64: 1.1.3
- build: fix release-please multiline outputs by @longlho in https://github.com/formatjs/formatjs/pull/6726
- chore(deps): update pnpm to v11.4.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6727
- chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260527.2 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6729
- build: remove checked-in package intradeps by @longlho in https://github.com/formatjs/formatjs/pull/6728
- fix(formatjs_cli): support loader-utils id templates by @longlho in https://github.com/formatjs/formatjs/pull/6731
- fix(@formatjs/cli-lib): extract Svelte FormattedMessage components by @longlho in https://github.com/formatjs/formatjs/pull/6732
- fix(deps): publish generated workspace packages by @longlho in https://github.com/formatjs/formatjs/pull/6734
- chore(deps): isolate React Intl example workspaces by @longlho in https://github.com/formatjs/formatjs/pull/6737
- fix: normalize Unicode whitespace for generated ids by @longlho in https://github.com/formatjs/formatjs/pull/6736
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6733
- ci: pass repository to release workflow dispatch by @longlho in https://github.com/formatjs/formatjs/pull/6740
- fix(formatjs_cli): build native packages in opt mode by @longlho in https://github.com/formatjs/formatjs/pull/6744
- fix(@formatjs/cli-lib): support Alpine native bindings by @longlho in https://github.com/formatjs/formatjs/pull/6743
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-x64@1.1.2...@formatjs/cli-native-linux-x64@1.1.3
@formatjs/cli-native-linux-x64-musl: 1.0.1
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-x64-musl@1.0.0...@formatjs/cli-native-linux-x64-musl@1.0.1
@formatjs/cli-lib: 8.7.8
- ci: pass repository to release workflow dispatch by @longlho in https://github.com/formatjs/formatjs/pull/6740
- fix(formatjs_cli): build native packages in opt mode by @longlho in https://github.com/formatjs/formatjs/pull/6744
- fix(@formatjs/cli-lib): support Alpine native bindings by @longlho in https://github.com/formatjs/formatjs/pull/6743
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@8.7.7...@formatjs/cli-lib@8.7.8
- 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
- optionalDependencies
@formatjs/cli: 6.16.9
- ci: pass repository to release workflow dispatch by @longlho in https://github.com/formatjs/formatjs/pull/6740
- fix(formatjs_cli): build native packages in opt mode by @longlho in https://github.com/formatjs/formatjs/pull/6744
- fix(@formatjs/cli-lib): support Alpine native bindings by @longlho in https://github.com/formatjs/formatjs/pull/6743
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.8...@formatjs/cli@6.16.9
- 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
- optionalDependencies
@formatjs/cli-native-linux-arm64: 1.2.3
- build: fix release-please multiline outputs by @longlho in https://github.com/formatjs/formatjs/pull/6726
- chore(deps): update pnpm to v11.4.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6727
- chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260527.2 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6729
- build: remove checked-in package intradeps by @longlho in https://github.com/formatjs/formatjs/pull/6728
- fix(formatjs_cli): support loader-utils id templates by @longlho in https://github.com/formatjs/formatjs/pull/6731
- fix(@formatjs/cli-lib): extract Svelte FormattedMessage components by @longlho in https://github.com/formatjs/formatjs/pull/6732
- fix(deps): publish generated workspace packages by @longlho in https://github.com/formatjs/formatjs/pull/6734
- chore(deps): isolate React Intl example workspaces by @longlho in https://github.com/formatjs/formatjs/pull/6737
- fix: normalize Unicode whitespace for generated ids by @longlho in https://github.com/formatjs/formatjs/pull/6736
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6733
- ci: pass repository to release workflow dispatch by @longlho in https://github.com/formatjs/formatjs/pull/6740
- fix(formatjs_cli): build native packages in opt mode by @longlho in https://github.com/formatjs/formatjs/pull/6744
- fix(@formatjs/cli-lib): support Alpine native bindings by @longlho in https://github.com/formatjs/formatjs/pull/6743
- fix(deps): use Bazel graph for native release propagation by @longlho in https://github.com/formatjs/formatjs/pull/6747
Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-arm64@1.2.2...@formatjs/cli-native-linux-arm64@1.2.3
v16.3.0-canary.42
- [turbopack] Treat local
constassignments 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-20260529to43bcbf80-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: falsefor all GH actions: #94214 - Turbopack: fixup cache handler tracing: #94477
- [turbopack] Remove turbotask functions from
trait ResolveOrigin: #94324
Huge thanks to @sampoder, @acdlite, @RazinShafayet2007, @mischnic, @icyJoseph, @timneutkens, @vercel-release-bot, @bgw, @devjiwonchoi, @styfle, and @lukesandberg for helping!