Skip to content

[js] Update lockfile for synced public dependency changes#106

Open
github-actions[bot] wants to merge 1 commit intomainfrom
chore/js-lockfile-sync
Open

[js] Update lockfile for synced public dependency changes#106
github-actions[bot] wants to merge 1 commit intomainfrom
chore/js-lockfile-sync

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 11, 2026

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


Note

Medium Risk
Lockfile-only change but it pulls in several toolchain and crypto-related dependency upgrades (e.g., Babel 8 RC, rolldown RC, @noble/curves), which can affect builds/bundling and runtime behavior across workspaces.

Overview
Syncs sdks/js/yarn.lock with updated public dependencies, bumping internal packages (@buildonspark/spark-sdk to 0.6.6, issuer-sdk to 0.1.16, bare to 0.0.46, spark-frost-bare-addon to 0.0.8) and propagating those version changes through examples/apps.

Updates the JS build/tooling dependency graph, including moving tsdown to 0.20.3 with rolldown upgraded from beta to 1.0.0-rc.3 and rolldown-plugin-dts to 0.22.1, plus new Babel 8 RC transitive deps used by the d.ts pipeline.

Adds/renames workspace app entries for new CLIs (@buildonspark/cli, @buildonspark/create-spark-app, @buildonspark/lrc20-l1-announcer) and brings in new CLI scaffolding deps (notably @inquirer/prompts, tar), alongside a few React Native dependency adjustments (e.g., react-native-screens pinned to ~4.18.0).

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

@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch 20 times, most recently from 7d1ab77 to 2580243 Compare February 18, 2026 23:55
@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch 10 times, most recently from 3444f9d to e7ea5f1 Compare February 19, 2026 18:29
@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch 11 times, most recently from 96b4ce3 to fbe0911 Compare February 23, 2026 16:22
"@ts-macro/tsc": ^0.3.6
"@typescript/native-preview": ">=7.0.0-dev.20250601.1"
rolldown: ^1.0.0-beta.57
rolldown: ^1.0.0-rc.3
Copy link

Choose a reason for hiding this comment

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

Prerelease Babel 8 in build chain

Medium Severity

rolldown-plugin-dts now pins @babel/generator, @babel/parser, and @babel/types to 8.0.0-rc.1 (plus related 8.0.0-rc.* helpers). Pulling prerelease Babel into the type-generation/bundling toolchain can introduce subtle incompatibilities or nondeterministic failures compared to stable 7.x.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch 4 times, most recently from 16fb5cd to c736662 Compare February 23, 2026 22:50
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.

@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch from c736662 to fd3d480 Compare February 24, 2026 01:59
@github-actions github-actions bot force-pushed the chore/js-lockfile-sync branch from fd3d480 to 59a6d85 Compare February 24, 2026 18:44
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