,

Framework Release Watch No15

🧡 Svelte svelte@5.57.0 expands server, context, and map APIs
Upgrade if you rely on SSR, context APIs, select defaults, or SvelteMap collections.
Svelte svelte@5.57.0 adds new svelte/server exports and a has function for createContext. It also adds defaultValue support for select elements and getOrInsert/getOrInsertComputed methods to SvelteMap.
🔗 Read more 🔗
Source: GitHub — Svelte

🐈 NestJS v12.0.0 goes ESM-ready with native observability
NestJS teams should review the migration guide and upgrade if they want the new module, schema, CLI, or observability capabilities.
NestJS v12.0.0 introduces ESM-ready packages, first-class Standard Schema support for validation and serialization, and a rebuilt CLI. It also adds native observability through the new @nestjs/observe SDK while keeping existing CommonJS applications supported.
🔗 Read more 🔗
Source: GitHub — NestJS

🟢 Node.js v26.8.0 expands crypto and benchmark tooling
Upgrade if you need the new authenticated-encryption modes or use Node.js benchmark analysis tooling.
Node.js v26.8.0 adds an –analyze mode to its benchmark comparison tooling. It also enables SIV and GCM-SIV cipher modes and updates bundled root certificates to NSS 3.126.
🔗 Read more 🔗
Source: GitHub — Node.js

🟢 Node.js v24.20.0 improves async context and Buffer APIs
Upgrade if your applications depend on async context management or lower-level Buffer operations.
Node.js v24.20.0 adds using-scope support to AsyncLocalStorage. It also adds an end parameter to Buffer APIs and updates bundled root certificates to NSS 3.125.
🔗 Read more 🔗
Source: GitHub — Node.js

☕ Quarkus 3.39.0 adds scheduled-job events and revises Jackson defaults
Quarkus users with scheduled jobs or Jackson-heavy services should review compatibility before upgrading.
Quarkus 3.39.0 adds a CDI event when scheduled jobs start. It also reverts the change that enabled reflection-free Jackson serializers by default.
🔗 Read more 🔗
Source: GitHub — Quarkus

🛠️ LLVM llvmorg-23.1.0 is released
LLVM and Clang users tracking the stable toolchain can upgrade after validating it against their builds.
LLVM llvmorg-23.1.0 is now available, with the scraped entry primarily providing release artifacts rather than feature notes.
🔗 Read more 🔗
Source: GitHub — LLVM/Clang

🔴 Laravel v13.29.0 is released
Laravel 13 users can upgrade after checking upstream details for any changes relevant to their applications.
Laravel v13.29.0 has been released.
🔗 Read more 🔗
Source: GitHub — Laravel

🔴 Laravel v13.27.0 expands Eloquent model and query APIs
Upgrade if your application uses concurrent model refreshes or relies on these Eloquent key-query helpers.
Laravel v13.27.0 adds refreshForUpdate to Eloquent models. It also restores orWhereKey and orWhereKeyNot without breaking Builder subclasses.
🔗 Read more 🔗
Source: GitHub — Laravel

🔴 Laravel v12.68.0 fixes resource loading
Laravel 12 users affected by resource-loading problems should upgrade to this release.
Laravel v12.68.0 fixes resource loading.
🔗 Read more 🔗
Source: GitHub — Laravel