4 hours ago
electron

electron v44.4.5

Release Notes for v44.4.5

Other Changes

  • Backported fixes from upstream ANGLE, Chromium, Dawn, PDFium and V8. #54222
4 hours ago
electron

electron v42.11.8

Release Notes for v42.11.8

Other Changes

  • Backported fixes from upstream ANGLE, Chromium, Dawn, PDFium and V8. #54223
4 hours ago
electron

electron v43.7.5

Release Notes for v43.7.5

Other Changes

  • Backported fixes from upstream ANGLE, Chromium, Dawn, PDFium and V8. #54221
5 hours ago
electron

electron v45.0.0-alpha.11

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.11.

Release Notes for v45.0.0-alpha.11

Other Changes

  • Backported fixes from upstream ANGLE, Chromium, PDFium and V8. #54220
8 hours ago
rspack

v2.2.7

Highlights

Smaller bundles with improved code splitting

The new optimization.splitChunks.dedupDepth option lets Rspack spend more build time finding shared code and reducing duplication, giving you more control over the balance between bundle size and build time. In one application with many routes, this option reduced total output size by 9.9%.

It defaults to 1 in production and 0 in development. #15497

Build performance improvements

This release reduces repeated work and allocations during chunk graph construction and CSS Modules class name generation. JavaScript loaders also avoid copying their input content on each invocation, further reducing processing overhead.

  • Optimize chunk graph construction: #15278, #15805.
  • Reuse metadata and template values when generating CSS Modules class names: #15783, #15804.
  • Avoid cloning JavaScript loader content: #15817.

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.2.6...v2.2.7

9 hours ago
next.js

v16.4.0-canary.39

Misc Changes

  • [PPF] Scaffold unstable_ensureStatic segment config: #98190
  • [agent-feedback] Respect CI and telemetry opt-out: #99062
  • Fix prefetch loop when a predicted route redirects: #98998
  • Fix dev overlay header layout on small screens: #99049
  • [PPF] Separate tracking of runtime data accesses for shells and prefetches: #98129
  • Harden next/og SVG serialization: #99061
  • test: clarify dev-only intent of duplicate Sass warning test: #98917
  • test: enable upward distDir deployment coverage: #98886
  • test: remove redundant deployment skips from mode-guarded suites: #98908
  • Turbopack: trace static project files referenced by packages: #98712
  • Durable use cache: fix next/image pulling in NEXT_DEPLOYMENT_ID: #98739
  • Unify hydration error tree details: #99008
  • Turbopack: forward module graph, entrypoint write, and emit spans to the JS trace: #98408
  • Fix startTime and shutdown delivery of forwarded Turbopack trace spans: #98426
  • Turbopack: loader change invalidation: #95732
  • perf: optimize CSS graph cycle removal: #98860
  • Use AGENTS.md for managed agent instructions: #99043
  • Turbopack: analyze mode tracing imports only: #98825
  • Turbopack: compact re-export registration: #98617
  • test: Add test for ESM and CJS exports of next/* APIs: #98882

Credits

Huge thanks to @lubieowoce, @aurorascharff, @acdlite, @eps1lon, @jamiboym, @sokra, and @mischnic for helping!

11 hours ago
vuetify

v3.13.5

🔧 Bug Fixes

  • correct focus resolution in Shadow DOM (d0c2129)

🧪 Labs

13 hours ago
react-three-fiber

v9.8.0

The headline feature is that R3F is now compatible with React 19.3.0. We don't fully support all of the new APIs, but it will not longer conflict to run the latest and greatest React.

In addition we fixed some long standing bugs:

  • React roots are configured synchronously and then gated on the renderer if it need async, for example with WebGPURenderer. This means that you won't get awkward out of sync issues.
  • Strict Mode no longer causes problems for our canvas. This was related to the async support added a while ago as well.

Have fun!

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v9.7.0...v9.8.0

14 hours ago
astro

@astrojs/vercel@11.0.11

Patch Changes

  • #18044 98c07e1 Thanks @astro-factory! - Fixes a rare issue where ISR pages on Vercel could intermittently be served a cached redirect to a nonsense URL (such as /$0/) instead of the page itself. Pages now render correctly, and requests that can't be resolved to a valid path return a 404 instead of a redirect.

  • #18008 a09b328 Thanks @yanthomasdev! - Fixes the immutable Cache-Control rule for hashed assets (/_astro/*) being emitted after the filesystem route handle in .vercel/output/config.json.

14 hours ago
astro

astro@7.3.4

Patch Changes

  • #18063 40896ac Thanks @adamchal! - Fixes incremental builds repeatedly rendering unchanged pages when modules or compiled CSS reference bundled assets.

  • #18053 cf5d72f Thanks @Princesseuh! - Improves the astro check error shown for TypeScript 7. The command now explains that TypeScript 7 is not currently supported and provides instructions for experimentally type-checking Astro files with TypeScript 7.1 and @astrojs/ts-content-mapper.

  • #18086 795a7e4 Thanks @ump45nose! - Fix double-escaped ampersands in Markdown image alt and title attributes. The __ASTRO_IMAGE_ round-trip now decodes the numeric (&) and named (&) character references the Markdown processors emit, so an & in an alt or title is escaped exactly once in the final HTML instead of twice.

  • #18074 0429805 Thanks @SurefireStudios! - Fix three error names that did not match their documented reference. MissingLocale, MissingIndexForInternationalization and NoManifestAvailable reported names ending in Error in the dev overlay, while their error reference pages are published under the unsuffixed names, so the name shown to users could not be found in the docs.

  • #18007 2245837 Thanks @L4XB! - Fixes the dev server re-evaluating the whole server module graph on every request. The astro:head-metadata plugin invalidated its component metadata virtual module from its own transform hook, so each evaluation of that module scheduled the next one. Adapters that run requests outside Vite's module runner, such as @astrojs/cloudflare, paid for a full re-evaluation of the server graph on every request for the lifetime of the process.

  • #18096 43657c4 Thanks @matthewp! - Fixes domain-based i18n routing to respect security.allowedDomains when selecting a locale from request host headers

  • #18043 8a53a8b Thanks @astro-factory! - Fixes image.responsiveStyles emitting invalid object-position CSS values for same-axis keyword pairs (top bottom, left right, etc.)

  • #18029 c08252d Thanks @matthewp! - Runs astro dev and astro preview in the foreground when an AI agent is detected on Windows, allowing the agent to manage the process lifetime. Pass --background explicitly to request an Astro-managed background process. Agent-inferred backgrounding remains enabled on other platforms.

  • Updated dependencies [3fd16ee, 8358d59]:

    • @astrojs/markdown-satteri@0.4.2