Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 23, 2026

This PR updates sdks/js/yarn.lock to match dependency changes synced from the private repository.


Note

Low Risk
Lockfile-only update that adds/bumps development and example dependencies; risk is limited to JS install/build determinism and potential CI breakage from dependency resolution changes.

Overview
Updates sdks/js/yarn.lock to reflect synced dependency changes.

This brings in a new workspace example package @buildonspark/interactive-cli (adding Babel CLI + React/Ink CLI deps), updates @types/express resolution to ^5.0.3 for example apps, and records associated new transitive packages (e.g., ink, @babel/cli, react-reconciler, updated scheduler).

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

@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch 10 times, most recently from 6207670 to 5144d18 Compare January 27, 2026 22:16
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on February 2

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"@babel/core": "npm:^7.27.3"
"@babel/preset-react": "npm:^7.27.1"
"@babel/preset-typescript": "npm:^7.27.1"
"@buildonspark/spark-sdk": "npm:0.5.7"
Copy link

Choose a reason for hiding this comment

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

React version incompatible with react-reconciler peer dependency

Medium Severity

The @buildonspark/interactive-cli workspace uses react@19.0.0, but ink@6.6.0 depends on react-reconciler@0.33.0 which has a peer dependency requiring react@^19.2.0. This version mismatch means React 19.0.0 does not satisfy the peer dependency constraint, potentially causing runtime errors or unexpected behavior in the ink-based CLI application.

Additional Locations (1)

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch 13 times, most recently from 8aef0bb to 38ba53d Compare January 29, 2026 04:38
@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch from 38ba53d to 2ff3b95 Compare January 29, 2026 17:08
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.

1 participant