Skip to content

Conversation

@builderio-bot
Copy link
Collaborator

@builderio-bot builderio-bot commented Nov 6, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@builder.io/react@9.0.0

Major Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-react@5.0.0

Major Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-react-native@5.0.0

Major Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-solid@5.0.0

Major Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-svelte@5.0.0

Major Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-vue@5.0.0

Major Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-angular@0.23.0

Minor Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-react-nextjs@0.23.0

Minor Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.

@builder.io/sdk-qwik@0.23.0

Minor Changes

  • ba80951: Bump dependency isolated-vm from 5.0.0 to 6.0.0 to add support for Node v24.

    BREAKING CHANGE: Drops support for Node 18 and 20.


Note

Publishes SDK updates (major for React/RN/Solid/Svelte/Vue, minor for Angular/Next/Qwik) upgrading to isolated-vm@6 for Node v24 and dropping Node 18/20 support.

  • Releases
    • Major: @builder.io/react@9.0.0, @builder.io/sdk-react@5.0.0, @builder.io/sdk-react-native@5.0.0, @builder.io/sdk-solid@5.0.0, @builder.io/sdk-svelte@5.0.0, @builder.io/sdk-vue@5.0.0
    • Minor: @builder.io/sdk-angular@0.23.0, @builder.io/sdk-react-nextjs@0.23.0, @builder.io/sdk-qwik@0.23.0
  • Dependency: upgrade isolated-vm from 5.0.0 to 6.0.0 to support Node v24.
  • Breaking: drop support for Node 18 and 20 across affected packages.

Written by Cursor Bugbot for commit df82c7c. This will update automatically on new commits. Configure here.

{
"name": "@builder.io/react",
"version": "8.2.9",
"version": "9.0.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Node Engines Mismatch with Breaking Version Change

The package.json version is being bumped to 9.0.0 with a breaking change that drops support for Node 18 and 20 (as stated in the CHANGELOG), and the isolated-vm dependency is being upgraded to ^6.0.0 which requires Node 24+. However, the engines.node field still specifies ">=6.0.0" which is inconsistent with this breaking change. The engines.node field should be updated to ">=24.0.0" or similar to match the actual Node version requirements of isolated-vm 6.0.0.

Fix in Cursor Fix in Web

@nx-cloud
Copy link

nx-cloud bot commented Nov 6, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit df82c7c

Command Status Duration Result
nx test @e2e/angular-19-ssr ❌ Failed 1m 13s View ↗
nx test @e2e/qwik-city ✅ Succeeded 15m 59s View ↗
nx test @e2e/react-native-76-fabric ✅ Succeeded 11m 44s View ↗
nx test @e2e/angular-17-ssr ✅ Succeeded 5m 16s View ↗
nx test @e2e/sveltekit ✅ Succeeded 6m 44s View ↗
nx test @e2e/react-sdk-next-15-app ✅ Succeeded 6m 23s View ↗
nx test @e2e/nuxt ✅ Succeeded 5m 35s View ↗
nx test @e2e/react-sdk-next-14-app ✅ Succeeded 4m 48s View ↗
Additional runs (37) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-11-06 18:24:27 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants