2 hours ago
astro

@astrojs/react@5.0.0-beta.3

Minor Changes

2 hours ago
astro

@astrojs/cloudflare@13.0.0-beta.2

Patch Changes

  • #15309 4b9c8b8 Thanks @ematipico! - Update the underneath @cloudflare/workers-types library to address a warning emitted by the package manager during the installation.

  • #15255 a66783a Thanks @florian-lefebvre! - Fixes a case where the types of handle() could mismatch with the ones from the user's project. They now rely on globals, that can be obtained by running wrangler types

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.0
2 hours ago
astro

@astrojs/rss@4.0.15-beta.2

Patch Changes

2 hours ago
astro

@astrojs/svelte@8.0.0-beta.2

Minor Changes

2 hours ago
astro

astro@6.0.0-beta.4

Patch Changes

  • #15308 89cbcfa Thanks @matthewp! - Fixes styles missing in dev for prerendered pages when using Cloudflare adapter

  • #15279 8983f17 Thanks @ematipico! - Fixes an issue where the dev server would serve files like /README.md from the project root when they shouldn't be accessible. A new route guard middleware now blocks direct URL access to files that exist outside of srcDir and publicDir, returning a 404 instead.

2 hours ago
kute.js

Version 2.2.5

My changes

  • remove IE support, removed all polyfills
  • update tooling, added Deno for lint, format, added rolldown for build, removed eslint, rollup, plugins, and others
  • updated dependencies and components
  • fixed all lint issues
  • updated docs
  • added publish workflow

Bots say what they changed

New Contributors

Full Changelog: https://github.com/thednp/kute.js/compare/2.0.16...2.2.5

3 hours ago
next.js

v16.2.0-canary.13

Misc Changes

  • /pr-status (former /ci-failures): fetch PR reviews too: #89082
  • Improve /pr-status: comments, argument, avoid full log: #89092
  • chore(ci): rename 'new tests' jobs to 'new and changed tests': #89054
  • Turbopack: Add postcss.config.ts support: #89049

Credits

Huge thanks to @sokra and @timneutkens for helping!

4 hours ago
hono

v4.11.7

Security Release

This release includes security fixes for multiple vulnerabilities in Hono and related middleware. We recommend upgrading if you are using any of the affected components.

IP Restriction Middleware

Fixed an IPv4 address validation bypass that could allow IP-based access control to be bypassed under certain configurations.

Cache Middleware

Fixed an issue where responses marked with Cache-Control: private or no-store could be cached, potentially leading to information disclosure on some runtimes.

Serve Static Middleware (Cloudflare Workers adapter)

Fixed an issue that could allow unintended access to internal asset keys when serving static files with user-controlled paths.

hono/jsx ErrorBoundary

Fixed a reflected Cross-Site Scripting (XSS) issue in the ErrorBoundary component that could occur when untrusted strings were rendered without proper escaping.

Recommendation

Users are encouraged to upgrade to this release, especially if they:

  • Use IP Restriction Middleware
  • Use Cache Middleware on Deno, Bun, or Node.js
  • Use Serve Static Middleware with user-controlled paths on Cloudflare Workers
  • Render untrusted data inside ErrorBoundary components

Security Advisories & CVEs


Full Changelog: https://github.com/honojs/hono/compare/v4.11.6...v4.11.7

5 hours ago
next.js

v16.2.0-canary.12

Core Changes

  • Improve no response route handler error: #89036

Credits

Huge thanks to @timneutkens for helping!

6 hours ago
rspack

v1.7.4

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.7.3...v1.7.4