4 hours ago
core

v3.5.35

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

4 hours ago
vue-next

v3.5.35

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

5 hours ago
plate

v53.0.6

@platejs/core

Patch Changes

  • #4983 by @bbyiringiro – Fix .configure({ inputRules }) losing rules on subsequent editor instances

    The user's config object was shared across resolutions via closure; clearing inputRules on the first resolve left later editors (StrictMode remounts, HMR, multi-editor pages) with no configured rules.

  • #4983 by @bbyiringiro – Fix createTextSubstitutionInputRule not firing on the final character of flat matches (e.g. ->, (c)©)

@platejs/utils

Patch Changes

  • Updated @platejs/core.

platejs

Patch Changes

  • Updated @platejs/core, @platejs/utils.

Contributors

Thanks to everyone who contributed to this release:

@bbyiringiro

Full changelog: v53.0.5...v53.0.6

10 hours ago
formatjs

@formatjs/cli: 6.16.4

6.16.4 (2026-05-27)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.3...@formatjs/cli@6.16.4

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @formatjs/cli-lib bumped to 8.7.3
10 hours ago
formatjs

@formatjs/cli-lib: 8.7.3

8.7.3 (2026-05-27)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@8.7.2...@formatjs/cli-lib@8.7.3

10 hours ago
formatjs

formatjs_cli: 1.1.12

1.1.12 (2026-05-27)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.11...formatjs_cli_v1.1.12

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

Verification

Verify the checksums:

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

react-intl: 10.1.10

10.1.10 (2026-05-27)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.9...react-intl@10.1.10

10 hours ago
formatjs

@formatjs/unplugin: 1.1.16

1.1.16 (2026-05-27)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.1.15...@formatjs/unplugin@1.1.16

14 hours ago
rari

rari@0.14.1

What's Changed

  • a974db1f chore(deps): upgrade rari-binaries to 0.14.1
  • 075e42bf refactor(rsc): remove unused export regex patterns and simplify manifest
  • d7971de5 feat(rsc): add cache warmup for static routes and update route matching
  • 0b0ed920 fix(rsc): handle streaming responses without transition wrapping
  • 507e46c6 fix(rsc): await element resolution and wrap state updates in transition

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.14.0...rari@0.14.1

14 hours ago
next.js

v16.3.0-canary.30

Core Changes

  • Revert "Revert "refactor: write pages router export files directly to server/pages/"": #93409

Misc Changes

  • Turbopack: make available_modules an OperationVc and simplify merged module bookkeeping: #94055
  • chore: release @next/rspack-core 1.0.3: #94116
  • Improve notFound recovery in error pathway: #94037
  • Turbopack: Fix unsound IntoIterator for ReadRef: #94122
  • [ci] Skip installing native binaries when fetching test timings: #93593
  • [ci] Reserve comments for stats and tests: #93240
  • docs: vocabulary-bridge rule for api-ref and guide skills: #94127
  • docs: rework dynamic segments intro section: #94126
  • [ci] Fix the playwright-chromium Dockerfile: #94064
  • Fix Firefox refresh loop on initial load of streaming pages in dev mode: #94128
  • Upgrade React from d5736f09-20260507 to 75b0945b-20260526: #94131
  • Prefetch App Shells on the client: #93999
  • [ci] Add an AGENTS.md for GitHub Actions: #94056
  • docs: add next/root-params API reference: #93764
  • docs: ISR w/ Cache Components - experimental.partialFallbacks: #93299
  • [ci] Resize tiny jobs in integration_tests_reusable.yml to use smaller machines: #93886

Credits

Huge thanks to @sokra, @SyMind, @gnoff, @timneutkens, @eps1lon, @icyJoseph, @bgw, @unstubbable, @vercel-release-bot, and @acdlite for helping!