mobx-react-lite@5.1.0
-
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.
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
@astrojs/starlight@0.42.4
-
#4149
fa10e87Thanks @ematipico! - Optimizes rendering of large nested sidebars -
#4215
f791de6Thanks @HiDeoo! - Adds a newseti:coffeeicon for CoffeeScript files in the<FileTree>component. -
#4215
f791de6Thanks @HiDeoo! - Fixes<FileTree>icons for.ejsandnpm-debug.logfiles displaying the default file icon.
formatjs_cli: 1.7.5
1.7.5 (2026-09-24)
- @formatjs/cli: prevent partial catalogs after read failures (#7497) (a88ac15)
- deps: update oxc to 0.150 (#7483) (25ba670)
- deps: update ruff to v0.16.8 (#7502) (0a41614)
- 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.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
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
@formatjs/intl-locale: 5.3.12
5.3.12 (2026-09-24)
- The following workspace dependencies were updated
- dependencies
- @formatjs/intl-supportedvaluesof bumped to 2.3.11
- dependencies