32 minutes ago
mobx

mobx-react-lite@5.1.0

Minor Changes

  • f78cb1607283e26ddae508b457eabcde295212a2 #4709 Thanks @kubk! - Clean up reactions from uncommitted observer renders using the existing timed fallback even when native finalization is available. This releases subscriptions retained by suspended renders while preserving reactivity on retry.

    In environments with native finalization, defer cleanup registration to a shared microtask so synchronous subscriptions avoid native registrations and timers.

1 hours ago
snapdom

v3.1.1

24 September 2026

  • fix: paint embedded fonts on first capture (#506) f207b37
  • fix: isolate custom element style defaults 0e7cbf0
  • fix: preserve document overflow in captures. Ref #505 a736115
  • perf: skip display:none subtrees when cloning. Ref #507 f4af040
  • fix: complete sitemap and add canonical URLs for Pro pages 5b02330

Full Changelog: https://github.com/zumerlab/snapdom/compare/v3.1.0...v3.1.1

1 hours ago
starlight

@astrojs/starlight@0.42.4

Patch Changes

  • #4149 fa10e87 Thanks @ematipico! - Optimizes rendering of large nested sidebars

  • #4215 f791de6 Thanks @HiDeoo! - Adds a new seti:coffee icon for CoffeeScript files in the <FileTree> component.

  • #4215 f791de6 Thanks @HiDeoo! - Fixes <FileTree> icons for .ejs and npm-debug.log files displaying the default file icon.

1 hours ago
formatjs

formatjs_cli: 1.7.5

1.7.5 (2026-09-24)

Bug Fixes

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

Verification

Verify the checksums:

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

@formatjs/intl-locale: 5.3.12

5.3.12 (2026-09-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/intl-supportedvaluesof bumped to 2.3.11
1 hours ago
formatjs

react-intl: 12.1.3

12.1.3 (2026-09-24)

Bug Fixes

  • deps: update dependency @formatjs/icu-messageformat-parser to v3.5.19 (#7496) (9cdcee7)
  • deps: update formatjs monorepo (#7468) (de413f4)
1 hours ago
formatjs

@formatjs/intl-supportedvaluesof: 2.3.11

2.3.11 (2026-09-24)

Bug Fixes

1 hours ago
formatjs

eslint-plugin-formatjs: 8.1.0

8.1.0 (2026-09-24)

Features

  • eslint-plugin-formatjs: autofix prefer-formatted-message (#7498) (5ccbc3a)