2 hours ago
calendar

v3.7.1

What's Changed

Full Changelog: https://github.com/dayflow-js/calendar/compare/v3.7.0...v3.7.1

3 hours ago
next.js

v16.4.0-canary.13

Misc Changes

  • evals: stop requiring the removed viewTransition flag in agent-043: #98116
  • errors: shorten "use cache" messages and unify them into one factory: #94300
  • test: add adoption skill evals: #97759
  • Upgrade React from 29d9d318-20260826 to ff7445e6-20260831: #98113
  • [ci] Simplify upload-preview-tarballs workflow: #98109
  • devlow: use commander for cli argument parsing: #93860
  • [PPF] Pass in original searchParams for private-cache pages: #98041
  • docs: document create-next-app Cache Components prompt and flag: #97798
  • lazy server hmr: #96566
  • Fix Turbopack HMR recovery after dropped connections: #97966
  • test: Improve test cache handler implementations: #98098
  • docs: Fix the documented contract for custom cache handlers: #98039
  • chore: remove unused code from image optimizer: #98060
  • docs: add layout stability guidance for videos and iframes: #98070
  • tests: Improve use-cache-cross-deployment tests: #98049

Credits

Huge thanks to @gaojude, @aurorascharff, @eps1lon, @wbinnssmith, @lubieowoce, @icyJoseph, @mischnic, @unstubbable, and @styfle for helping!

7 hours ago
electron

electron v45.0.0-alpha.3

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

Release Notes for v45.0.0-alpha.3

Fixes

  • Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. #53338 (Also in 43, 44)
  • Fixed main process crashes when navigating to http://accessibility/ or http://devtools/, when using the LanguageModel API from a Worker with a local AI handler registered, when an extension background page used navigator.mediaDevices, and when calling SerialPort.forget() for a disconnected device. #53325 (Also in 43, 44)
  • Fixed the PDF viewer failing to save an edited PDF with NotAllowedError: Third party iframes are not allowed to show a file picker. #53326 (Also in 43, 44)
7 hours ago
astro

@astrojs/react@6.0.5

Patch Changes

  • Updated dependencies [f8e9458]:
    • @astrojs/internal-helpers@0.11.0
7 hours ago
astro

@astrojs/preact@6.0.5

Patch Changes

  • Updated dependencies [f8e9458]:
    • @astrojs/internal-helpers@0.11.0
7 hours ago
astro

@astrojs/vercel@11.0.9

Patch Changes

  • #17450 19dae21 Thanks @ocavue! - Updates dependency @vercel/analytics to v2. See the changelog for more details. Updates dependency @vercel/routing-utils to v6. See the changelog for more details.
  • Updated dependencies [f8e9458]:
    • @astrojs/internal-helpers@0.11.0
7 hours ago
astro

@astrojs/sitemap@3.7.4

Patch Changes

  • #17851 52d3f56 Thanks @astro-factory! - Fixes the sitemap outputting a URL with an empty path for the homepage (e.g. https://example.com instead of https://example.com/) when trailingSlash is set to "never" or build.format is set to "file"
7 hours ago
astro

@astrojs/node@11.1.5

Patch Changes

  • Updated dependencies [f8e9458]:
    • @astrojs/internal-helpers@0.11.0
7 hours ago
astro

@astrojs/netlify@8.2.5

Patch Changes

  • Updated dependencies [f8e9458]:
    • @astrojs/internal-helpers@0.11.0
    • @astrojs/underscore-redirects@1.0.4
7 hours ago
astro

astro@7.2.10

Patch Changes

  • #17262 f8e9458 Thanks @Princesseuh! - Fixes @astrojs/markdown-remark being pinned to an exact version.

  • #17874 10c7e63 Thanks @astro-factory! - Fixes SSR manifest placeholder not being replaced when the server build is minified, which caused a runtime Invalid URL crash at server boot

  • #17869 2548abf Thanks @ematipico! - Fixes a case where the logger was improperly initialized at runtime in dev.

  • #17878 76eff3d Thanks @ematipico! - Fixes browser heuristic caching for cached responses that include Last-Modified or ETag validators

  • #17833 413a6e7 Thanks @astro-factory! - Fixes prerender conflict warnings to correctly identify the route that first rendered a duplicate pathname, instead of misattributing the conflict to an unrelated route that merely matches the URL pattern

  • #17872 f7191cc Thanks @jx-grxf! - Fixes Markdown images in content collections rendering an empty srcset attribute when no responsive candidates are generated.

  • #17755 157c500 Thanks @matthewp! - Fixes a bug where editing a content collection entry during astro dev on Windows kept serving stale content until the dev server was restarted. The data store now notifies the dev server directly after each write instead of relying only on the file watcher, which can miss the atomic rename that commits the write on some platforms.

  • Updated dependencies [f8e9458, f8e9458]:

    • @astrojs/internal-helpers@0.11.0
    • @astrojs/markdown-satteri@0.4.0