3 hours ago
rari

create-rari-app@0.5.13

What's Changed

  • 223afe24 chore(deps): upgrade pnpm and dev dependencies

Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.5.12...create-rari-app@0.5.13

3 hours ago
rari

rari@0.14.4

What's Changed

  • 24f3472f chore(deps): upgrade rari to 0.14.4
  • 20402357 chore(deps): move lightningcss to build catalog
  • 89a63040 refactor(router): make componentId optional and reorder CSS modules config
  • a9c45e7f feat: add CSS module support for server-rendered pages

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.14.3...rari@0.14.4

3 hours ago
electron

electron v42.3.3

Release Notes for v42.3.3

Fixes

  • Fixed a crash when calling node:wasi functions with fast API calls enabled. #51867
  • Improved external resize band positioning and scaling for frameless windows on Windows. #51561 (Also in 41, 43)

Other Changes

  • Fixed silent data truncation in Buffer/TextEncoder APIs and a crash in fs.writeFileSync with non-ASCII strings on Apple Silicon. #51849 (Also in 41, 43)
  • Improved app startup performance — the main process now boots from an embedded Node.js startup snapshot, framework bundles and preload scripts are cached as compiled V8 bytecode, and sandboxed renderer startup data is pushed ahead of navigation instead of fetched via blocking IPC. Preload stack traces now show the correct file path and line number. #51831 (Also in 43)
4 hours ago
rari

v0.14.4

What's Changed

  • 40d68c2d chore(deps): bump rari version to 0.14.4
  • cf49b5d5 Merge pull request #191 from jarick/fix/css-module-injection
  • 6499fe40 chore(deps): migrate from winapi to windows-sys for Windows FFI
  • a9c45e7f feat: add CSS module support for server-rendered pages
  • 2b4e67c6 chore(deps): upgrade deno runtime dependencies to latest versions

Full Changelog: https://github.com/rari-build/rari/compare/v0.14.3...v0.14.4

5 hours ago
mobx

mobx@6.16.0

Minor Changes

  • 6b3fb0ee725c0521bbaf7ba901a30261472a0e71 #4639 Thanks @ashishkr96! - feat(mobx): make the 2022.3 @computed decorator lazy. ComputedValue is now created on first read of the decorated getter rather than eagerly during instance construction, avoiding wasted allocations for getters that are never used. On a 50k-instance × 10-getter class with one read per instance this cuts construction heap by ~50% and construction time by ~25%; the steady-state read path is unchanged. Closes #4616.

  • f0c68749428fd4d3bba48e9685e44fd1ddbbee76 #4658 Thanks @ashishkr96! - feat(mobx): make the 2022.3 @observable accessor decorator lazy. ObservableValue is now created on first read/write/observe of the decorated accessor rather than eagerly during instance construction, avoiding wasted allocations for fields that are never touched. On a 50k-instance × 10-field class with sparse access (1 of 10 fields read per instance), this cuts construction heap by ~82% and construction time by ~86% versus the eager path. Follow-up to #4639.

Patch Changes

5 hours ago
mobx

mobx-undecorate@1.3.1

Patch Changes

5 hours ago
astro

@astrojs/mdx@6.0.2

Patch Changes

5 hours ago
astro

@astrojs/markdown-satteri@0.2.2

Patch Changes

5 hours ago
astro

astro@6.4.4

Patch Changes

  • #16926 1b39ae8 Thanks @narendraio! - Prevents App.match() from throwing on request paths that contain an invalid percent-sequence.

  • #16924 2c0bc94 Thanks @astrobot-houston! - Fixes an issue where editing a client-side component (e.g. with client:idle, client:load, etc.) caused an unnecessary full program reload of the backend during development.

  • #16958 2c1d50f Thanks @fkatsuhiro! - Fixes a bug where static file endpoints using getStaticPaths with .html in dynamic param values (e.g. { path: 'file.html' }) would fail with a NoMatchingStaticPathFound error during build. The .html suffix is no longer incorrectly stripped from endpoint route pathnames.

  • #16855 c610cda Thanks @astrobot-houston! - Fixes dynamic routes returning 500 "TypeError: Missing parameter" when using domain-based i18n routing in SSR.

  • #16946 606c37b Thanks @ematipico! - Fixes Astro.routePattern to preserve original casing of dynamic parameter names from filenames. Previously, a file at src/pages/blog/[postId].astro would return /blog/[postid] for Astro.routePattern due to an internal .toLowerCase() call. It now correctly returns /blog/[postId].

  • #16720 16d49b6 Thanks @thomas-callahan-collibra! - Fix an issue where dynamic routes would return the string [object Object] instead of the expected content, in certain runtimes.

  • #16703 17390a6 Thanks @henrybrewer00-dotcom! - Fixes styles being stripped when the project root is started with a path whose case differs from the actual filesystem case (e.g. running astro dev from d:\dev\app while the folder on disk is D:\dev\app).

  • #16855 c610cda Thanks @astrobot-houston! - Fixes Astro.currentLocale returning the default locale instead of the domain's locale on dynamic routes served from a mapped domain.

5 hours ago
ionic-framework

v8.8.9

8.8.9 (2026-06-03)

Bug Fixes