2 hours ago
calendar

v5.13.1

September 15, 2026

  • Fixed a TypeError that prevented the calendar from being created when a section of the headerToolbar option is empty

Special thanks to the following sponsors of EventСalendar:

@ekwi-tech @syncsynchalt @aurawindsurfing

3 hours ago
calendar

v5.13.0

September 15, 2026

  • Added support for arbitrary content in the elements of the headerToolbar via the new content property of customButtons (668)
  • Fixed incorrect TypeScript types for the views option, which did not allow the type property

Special thanks to the following sponsors of EventСalendar:

@ekwi-tech @syncsynchalt @aurawindsurfing

4 hours ago
hono

v4.13.8

What's Changed

Full Changelog: https://github.com/honojs/hono/compare/v4.13.7...v4.13.8

12 hours ago
next.js

v16.4.0-canary.31

Core Changes

  • fix: detect proxy.ts correctly with compound pageExtensions: #93246

Misc Changes

  • test(turbopack): strongly read test operations: #98247
  • Add next dev wait for Turbopack shutdown: #98646
  • docs: document default turbopack.resolveExtensions: #98627
  • test: migrate package CSS side-effects coverage: #98635
  • Improve tree shaking through Next.js module wrappers: #98638
  • Trace export usage through client component proxies: #98621

Credits

Huge thanks to @lukesandberg, @wbinnssmith, @icyJoseph, @sokra, and @bmorros94 for helping!

15 hours ago
electron

electron v45.0.0-alpha.7

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@45.0.0-alpha.7.

Release Notes for v45.0.0-alpha.7

Features

  • Added a Windows Error Reporting helper (electron_wer.dll, renamed to <app>_wer.dll alongside the executable) so crashReporter captures __fastfail and other crashes that bypass the in-process handler on Windows. #53851

Fixes

  • Fixed a memory leak on Windows when app.getPreferredSystemLanguages() was called. #53869 (Also in 43, 44)
  • Fixed a potential UAF in app.getPreferredSystemLanguages() on Windows. #53864 (Also in 43, 44)
  • Fixed a renderer crash when an iframe was removed right after loading with nodeIntegrationInSubFrames enabled and sandbox disabled, e.g. on pages that embed Meta Pixel. #53883 (Also in 42, 43, 44)
  • Fixed helper executables on macOS starting a second app instance when launched without a process type, for example through child_process.fork() with the runAsNode fuse disabled; fork() now throws in that configuration. #53839 (Also in 44)

Other Changes

  • Deprecated the synchronous safeStorage.isEncryptionAvailable(), safeStorage.encryptString() and safeStorage.decryptString() in favor of isAsyncEncryptionAvailable(), encryptStringAsync() and decryptStringAsync(). #53850
  • Improved the performance of fs operations and require() on files inside asar archives. #53919
  • Improved the performance of building and showing menus. #53914
19 hours ago
formatjs

formatjs_icu_messageformat_parser: 1.0.0

1.0.0 (2026-09-14)

⚠ BREAKING CHANGES

  • formatjs_intl: formatjs_intl and formatjs_intl_macros require matching scalar types for inline values. Pass tag callbacks directly instead of Value::tag(...); pre-erased Value instances can use the dynamic map API.

Features

  • formatjs_intl: check inline ICU argument types (#7392) (18fe6ec)
19 hours ago
formatjs

formatjs_icu_messageformat: 0.1.4

0.1.4 (2026-09-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat_parser bumped from 0.3.1 to 1.0.0
19 hours ago
formatjs
19 hours ago
formatjs

py_intl: 0.3.0

0.3.0 (2026-09-14)

Features

  • intl_python: generate readonly Python message contracts (#7393) (8ebd235)