2 hours ago
react-tooltip

v6.0.5

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: https://github.com/ReactTooltip/react-tooltip/compare/v6.0.4...v6.0.5

6 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.

6 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.

7 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

12 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
12 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

12 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
12 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

12 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

16 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