Builder.io
OSS
@builder.io/sdks
Sign in / Sign up
Open main menu
@builder.io/sdks
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
8935aa52 📦 Publish SDKs (#4272) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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.1.2 ### Patch Changes - a3d063a: update the version of tar-fs dependency ## @builder.io/sdk-angular@0.24.2 ### Patch Changes - a3d063a: update the version of tar-fs dependency <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release-only metadata changes (version/changelog/changeset) with no runtime code modifications shown in this diff. > > **Overview** > Publishes patch releases of `@builder.io/react` and `@builder.io/sdk-angular` that incorporate an updated `tar-fs` dependency. > > This PR bumps package versions (`@builder.io/react` to `9.1.2`, `@builder.io/sdk-angular` to `0.24.2`), updates their changelogs accordingly, and removes the now-consumed changeset file. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit aa51ff8e0c4d47d15ae638e7bff8adb9526da739. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by midhunadarvin
m
Succeeded
changeset-release/main
2a202dd6 📦 Publish SDKs
by midhunadarvin
m
Failed
changeset-release/main
2a202dd6 📦 Publish SDKs
by midhunadarvin
m
Failed
main
a3d063a3 fix: update the version of tar-fs dependency to fix security vulnerability (#4271) ## Description - Security Vulnerability through tar-fs in @builder.io/react - https://builder-io.atlassian.net/browse/ENG-11575 _Screenshot_ ``` midhundarvin@Midhuns-MacBook-Pro builder % npm ls tar-fs @builder.io/root@ /Users/midhundarvin/workspace/builder-io/builder ├─┬ @builder.io/react@9.1.0 -> ./packages/react │ └─┬ isolated-vm@6.0.1 │ └─┬ prebuild-install@7.1.3 │ └── tar-fs@2.1.3 ├─┬ @builder.io/sdk-angular@0.24.0 -> ./packages/sdks/output/angular │ └─┬ isolated-vm@6.0.1 │ └─┬ prebuild-install@7.1.3 │ └── tar-fs@2.1.3 deduped ├─┬ @e2e/hydrogen@ -> ./packages/sdks/e2e/hydrogen │ ├─┬ @remix-run/dev@2.9.2 │ │ └── tar-fs@2.1.3 │ └─┬ @shopify/cli-hydrogen@8.0.4 │ └── tar-fs@2.1.3 deduped ├─┬ @e2e/remix@ -> ./packages/sdks/e2e/remix │ └─┬ @remix-run/dev@2.9.2 │ └── tar-fs@2.1.3 deduped └─┬ @snippet/hydrogen@ -> ./packages/sdks/snippets/hydrogen ├─┬ @remix-run/dev@2.9.2 │ └── tar-fs@2.1.3 deduped └─┬ @shopify/cli-hydrogen@8.0.4 └── tar-fs@2.1.3 deduped ``` <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency-only change enforced via `resolutions` with an updated lockfile; minimal behavioral impact beyond the tar extraction dependency update. > > **Overview** > Pins the transitive dependency `tar-fs` to `2.1.4` via root `package.json` `resolutions`, ensuring all workspace packages resolve to the patched version. > > Updates `yarn.lock` accordingly and adds a changeset to publish patch bumps for `@builder.io/react` and `@builder.io/sdk-angular` to roll out the dependency fix. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit ee8b9803ec30a098358e5303cb440ebf68a52a02. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
by midhunadarvin
m
Succeeded
midhun/ENG-11575
d6c761a8 x
by midhunadarvin
m
Failed
midhun/ENG-11575
d6c761a8 x
by midhunadarvin
m
Succeeded
midhun/ENG-11575
af639c3e fix: update the version of tar-fs dependency
by midhunadarvin
m
Succeeded
changeset-release/main
75e467ab 📦 Publish SDKs
by midhunadarvin
m
Failed
main
fffde77f fix: ENG-10321 Gen 2 SDK - Issue with Conversion tracking from VE native click track event (#4261) ## Description - Gen 2 SDK - Issue with Conversion tracking from VE native click track event - Updated scripts to make the development a bit easier. Now while running the command start:react ( or any other gen2 sdk ) both the mitosis compilation and the sdk build will run when there are any changes made to src or overrides folder. _Loom_ https://www.loom.com/share/aba4e7257c1e4ddf87c0668429149504 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Touches analytics/tracking code paths and event payload construction across multiple SDK targets, which could affect conversion reporting if the new metadata/context wiring is incorrect; changes are covered by new e2e tests. > > **Overview** > Fixes `Builder.trackConversion()` in `packages/core` to always build a proper `meta` object (cloning passed objects and reliably including `amount`) so conversion events carry the expected metadata. > > Enables conversion tracking from Visual Editor/native click actions in Gen 2 SDKs by threading a `trackingContext` through block action evaluation and exposing `builder.trackConversion()` in the evaluation globals, backed by the shared `_track` implementation. > > Adds a new `/track-conversion` test page plus Playwright e2e assertions to validate conversion payloads (including custom properties), and updates `@builder.io/sdks` dev scripts to rebuild the appropriate workspace on watch. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit ec92b52953184d7164726e243f5a857be43eef43. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
by midhunadarvin
m
Succeeded
midhun/ENG-10321
98ca0a32 skip qwik city
by midhunadarvin
m
Failed
midhun/ENG-10321
90df1ab2 fix review
by midhunadarvin
m
Failed
midhun/ENG-10321
e83d56a0 add changeset
by midhunadarvin
m
Failed
midhun/ENG-10321
a3d0267e fix: ENG-10321 Gen 2 SDK - Issue with Conversion tracking from VE native click track event
by midhunadarvin
m
Succeeded
main
027079e7 fix: timeout issue in e2e tests (#4259) ## Description - NodeJS upgrade in this [commit](https://github.com/BuilderIO/builder/commit/ba8095125) causes e2e tests to hang due to isolated-vm compatibility. - https://github.com/laverdet/isolated-vm/issues/299 with isolated-vm occasionally hanging Node processes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily CI/config changes (Node version pinning and test timeout tuning) with minimal impact on production code; main risk is unexpected CI failures due to Node 22 compatibility or stricter test timeouts. > > **Overview** > CI is updated to **standardize on Node.js 22** (replacing 24) across SDK jobs and the Gen1 Angular build, and `.nvmrc` is aligned to `v22.12.0`. > > E2E/snippet CI jobs now allow longer execution (15 minutes) and no longer `continue-on-error`, while Playwright config adds explicit **global/test/action/navigation timeouts**, a default web server startup timeout (with longer React Native exceptions), and pipes web server stdout/stderr to improve debugging of startup hangs. > > The repo `.gitignore` is expanded to ignore common build artifacts, caches, IDE files, env files, and Yarn PnP/Yarn v2+ directories (with the standard exceptions). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0735f18bff4123b297f6e6a6facfa8dcbecb412e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
by midhunadarvin
m
Succeeded
midhun/test-timeout-issue
5f6fbe89 try out node downgrade
by midhunadarvin
m
Failed
midhun/test-timeout-issue
5f6fbe89 try out node downgrade
by midhunadarvin
m
Succeeded
main
ba8ad697 fix: add timeout for E2E tests (#4258) ## Description - add temporary timeout for E2E tests as all PR tests are timing out [Slack thread](https://builder-internal.slack.com/archives/C07P1H7496H/p1770214365490559) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > CI-only workflow tweaks that change how failures/timeouts are handled; main risk is reduced signal if flaky tests are allowed to pass the workflow. > > **Overview** > Adds a 10-minute timeout and `continue-on-error` to the GitHub Actions steps that run Playwright-based E2E and snippet test matrices (Gen 2 and Gen 1), preventing PR CI from stalling on long-running runs. > > Keeps failure diagnostics by still uploading the Playwright report artifact when a test step fails. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 39bf2a31a6928d732a0a7ebc94db3de2f7ac22a2. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
by midhunadarvin
m
Succeeded
midhun/add-timeout-for-ci
8df24ec7 ignore timeout error
by midhunadarvin
m
Failed
midhun/add-timeout-for-ci
282caf38 let tests fail
by midhunadarvin
m
Failed
midhun/add-timeout-for-ci
5c522e81 add timeout for snippets
by midhunadarvin
m
Previous page
Previous
Next
Next page