2 hours ago
formatjs

formatjs_cli_v1.1.3

FormatJS Rust CLI Release

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux x86_64: formatjs_cli-linux-x64

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.3/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.3/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

Verification

Verify the checksums:

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

@formatjs/unplugin@1.1.10

1.1.10 (2026-05-05)

Bug Fixes

  • formatjs: support TS assertions in message extraction (#6475) (06e7cf6), closes #6474 - by @longlho
2 hours ago
formatjs

@formatjs/ts-transformer@4.4.7

4.4.7 (2026-05-05)

Bug Fixes

  • formatjs: support TS assertions in message extraction (#6475) (06e7cf6), closes #6474 - by @longlho
2 hours ago
formatjs

eslint-plugin-formatjs@6.4.8

6.4.8 (2026-05-05)

Bug Fixes

  • formatjs: support TS assertions in message extraction (#6475) (06e7cf6), closes #6474 - by @longlho
2 hours ago
formatjs

@formatjs/cli-lib@8.5.5

8.5.5 (2026-05-05)

Bug Fixes

  • formatjs: support TS assertions in message extraction (#6475) (06e7cf6), closes #6474 - by @longlho
6 hours ago
opensheetmusicdisplay

1.9.9

See Changelog:

1.9.9 (2026-05-05)

Bug Fixes

  • Lyrics: Fix lyrics overlap for pickup measure / last note in measure with dash that's part of a multi-syllable word (PR #1672, #1659) (7833778)

Misc

  • Npm Audit: gl bumped to ^9.0.0-rc.10, should remove npm audit warning for tar (even though the released package doesn't use gl anyways, it's an optional devDependency) (18c3544)
6 hours ago
react-router
7 hours ago
ui

shadcn@4.7.0

Minor Changes

Patch Changes

11 hours ago
hono

v4.12.17

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.16...v4.12.17

19 hours ago
fast-xml-parser

fix minor old bugs and update builder

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated