[js] Update lockfile for synced public dependency changes#106
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[js] Update lockfile for synced public dependency changes#106github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
7d1ab77 to
2580243
Compare
3444f9d to
e7ea5f1
Compare
96b4ce3 to
fbe0911
Compare
| "@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 |
There was a problem hiding this comment.
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.
16fb5cd to
c736662
Compare
There was a problem hiding this comment.
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.
c736662 to
fd3d480
Compare
fd3d480 to
59a6d85
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR updates
sdks/js/yarn.lockto 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,
rolldownRC,@noble/curves), which can affect builds/bundling and runtime behavior across workspaces.Overview
Syncs
sdks/js/yarn.lockwith updated public dependencies, bumping internal packages (@buildonspark/spark-sdkto0.6.6,issuer-sdkto0.1.16,bareto0.0.46,spark-frost-bare-addonto0.0.8) and propagating those version changes through examples/apps.Updates the JS build/tooling dependency graph, including moving
tsdownto0.20.3withrolldownupgraded from beta to1.0.0-rc.3androlldown-plugin-dtsto0.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-screenspinned to~4.18.0).Written by Cursor Bugbot for commit 59a6d85. This will update automatically on new commits. Configure here.