@astrojs/solid-js@7.0.2

juspay/hyperswitch@astrojs/solid-js@7.0.2Aug 6, 2026by astrobot-houston

AI Summary

This is a patch release addressing a build crash that occurred when Solid islands imported packages with pre-compiled browser artifacts, such as @kobalte/core.

Key Highlights

  • Fixes build crash for Solid islands importing packages with pre-compiled browser artifacts.
  • Bundles Solid ecosystem packages in non-client environments to ensure correct Vite resolution.

Full Release Notes

### Patch Changes

-   [#17584](https://github.com/withastro/astro/pull/17584) [`5462b81`](https://github.com/withastro/astro/commit/5462b81b8c13552a78131494ccf649b2d92b2968) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes a build crash when a Solid island imports a package that ships pre-compiled browser artifacts via the `exports.solid` condition (e.g. `@kobalte/core`). Solid ecosystem packages are now bundled in non-client environments so that Vite resolves the correct export condition during prerendering.