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
e73e2ae1 Fix lodash dep in admin sdk (#4274) ## Description Update the `lodash` dep version to a patched one. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency-only change to pin `lodash` to a patched release; low functional risk aside from potential subtle behavior differences from the minor version bump. > > **Overview** > Updates `@builder.io/admin-sdk` version to `0.0.9-5` and upgrades `lodash` from `^4.17.21` to `^4.17.23`. > > Adds `overrides` and `resolutions` in `package.json` and refreshes `package-lock.json` so transitive dependencies also resolve to the patched `lodash`, removing older nested `lodash` entries. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0c78e8a5e7c06cb7d656920e72539380d84ea198. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
16 days ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
db88acdd version update
2 months ago
by anaghav2023
a
Failed
main
5f252245 fix[gen2][angular]: update @builder.io/sdk-angular package.json file so npm provenance validation passes (#4216) ## Description Updates `@builder.io/sdk-angular` package.json file so npm provenance validation passes ## Examples of failure in SDK release https://github.com/BuilderIO/builder/actions/runs/20300489136/job/58304595997#step:5:4051 https://github.com/BuilderIO/builder/actions/runs/20302425982/job/58311101078#step:5:4037 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Add homepage and repository metadata to @builder.io/sdk-angular package.json and record a patch changeset for npm provenance compliance. > > - **Package metadata** (`packages/sdks/output/angular/package.json`): > - Add `homepage` and `repository` (with `type`, `url`, `directory`). > - **Release**: > - Add changeset to publish a patch for `@builder.io/sdk-angular`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6a5eaf58aa9ec22a73b50531a5d9829a6b7e4b27. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
32a81f5b version update
2 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
32a81f5b version update
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
2155183a include/exclude block check for child
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
a8b99c79 extra checks
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
a8b99c79 extra checks
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
a8b99c79 extra checks
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
c12838fc more changes
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
0fb0d592 version updates
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
502311a4 version updates
3 months ago
by anaghav2023
a
Succeeded
ENG-9736-visual-context-upload
6d0563ba multiple features
3 months ago
by anaghav2023
a
Failed
main
9f092ebf fix[utils][smartling]: ENG-11017 fix for apply translations (#4211) ## Description Handles apply translation for nested symbols data. Testing: loom.com/share/9f493b9bf39b4e74aea1493ad8b089a6?focus_title=1&muted=1&from_recorder=1 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Refactors translation application to handle nested LocalizedValue inside symbol inputs, including arrays, and adds tests; bumps utils to 1.1.27. > > - **Utils** > - Refactor `resolveTranslation` to support nested `LocalizedValue` within symbol inputs, including arrays/objects. > - Introduce separate `translationPath` and `dataPath` to look up vs. set values. > - Recurse into `Default` and locale-specific branches; update `transformed.symbol.data.*` meta keys. > - **Tests** > - Add test for symbol with localized array items containing nested localized fields (`uspList`). > - **Release** > - Bump `@builder.io/utils` version to `1.1.27`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c886032bd7debdb2c239ad5d2f9975d17ac0b5ad. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
3 months ago
by anaghav2023
a
Failed
main
9f092ebf fix[utils][smartling]: ENG-11017 fix for apply translations (#4211) ## Description Handles apply translation for nested symbols data. Testing: loom.com/share/9f493b9bf39b4e74aea1493ad8b089a6?focus_title=1&muted=1&from_recorder=1 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Refactors translation application to handle nested LocalizedValue inside symbol inputs, including arrays, and adds tests; bumps utils to 1.1.27. > > - **Utils** > - Refactor `resolveTranslation` to support nested `LocalizedValue` within symbol inputs, including arrays/objects. > - Introduce separate `translationPath` and `dataPath` to look up vs. set values. > - Recurse into `Default` and locale-specific branches; update `transformed.symbol.data.*` meta keys. > - **Tests** > - Add test for symbol with localized array items containing nested localized fields (`uspList`). > - **Release** > - Bump `@builder.io/utils` version to `1.1.27`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c886032bd7debdb2c239ad5d2f9975d17ac0b5ad. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
3 months ago
by anaghav2023
a
Failed
main
7490077d fix[plugin][smartling]: ENG-10907 smartling fixes (#4208) ## Description Fixes in this PR: 1. Add a "View job in smartling" button on the job menu 2. Fix the webhook not updating when re-loading the plugin 3. Fix the content api query issue 4. Fix the nested symbol data not going for translation **Loom** https://www.loom.com/share/f8b2a75c4e234bbdbae3008f8a345ed0 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds a Smartling job view action, updates webhooks when URLs change, fixes content picker query, includes nested symbols in translation jobs, and improves localized value extraction in utils. > > - **Smartling Plugin**: > - **Job UI**: Add "View job in smartling" action that opens the job in Smartling using `projectId:translationJobUid`. > - **Webhooks**: Update model webhook whenever the URL differs from the template. > - **Content Picker**: Query updated to `published or draft` for job selection. > - **Translation Jobs**: > - Update existing jobs to include recursively discovered nested `Symbol` references and avoid duplicates. > - New jobs also recursively include nested symbols during creation. > - **Utils** (`packages/utils/src/translation-helpers.ts`): > - When encountering `@builder.io/core:LocalizedValue`, store string values directly and recurse into arrays/objects to collect nested localized values. > - **Dependencies**: > - Bump `@builder.io/utils` to `1.1.26` and `@builder.io/plugin-smartling` to `0.0.23-11`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 35ce193bb8683aff85e10f1e759fea63725620fd. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
3 months ago
by anaghav2023
a
Succeeded
ENG-11017-nested-symbols-issue
6b8d97f6 fix for apply translations
3 months ago
by anaghav2023
a
Succeeded
main
7490077d fix[plugin][smartling]: ENG-10907 smartling fixes (#4208) ## Description Fixes in this PR: 1. Add a "View job in smartling" button on the job menu 2. Fix the webhook not updating when re-loading the plugin 3. Fix the content api query issue 4. Fix the nested symbol data not going for translation **Loom** https://www.loom.com/share/f8b2a75c4e234bbdbae3008f8a345ed0 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds a Smartling job view action, updates webhooks when URLs change, fixes content picker query, includes nested symbols in translation jobs, and improves localized value extraction in utils. > > - **Smartling Plugin**: > - **Job UI**: Add "View job in smartling" action that opens the job in Smartling using `projectId:translationJobUid`. > - **Webhooks**: Update model webhook whenever the URL differs from the template. > - **Content Picker**: Query updated to `published or draft` for job selection. > - **Translation Jobs**: > - Update existing jobs to include recursively discovered nested `Symbol` references and avoid duplicates. > - New jobs also recursively include nested symbols during creation. > - **Utils** (`packages/utils/src/translation-helpers.ts`): > - When encountering `@builder.io/core:LocalizedValue`, store string values directly and recurse into arrays/objects to collect nested localized values. > - **Dependencies**: > - Bump `@builder.io/utils` to `1.1.26` and `@builder.io/plugin-smartling` to `0.0.23-11`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 35ce193bb8683aff85e10f1e759fea63725620fd. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
3 months ago
by anaghav2023
a
Succeeded
ENG-10907-smartling-fixes
dcffd318 version updates
3 months ago
by anaghav2023
a
Failed
ENG-10907-smartling-fixes
a58c8673 resolved final
3 months ago
by anaghav2023
a
Previous page
Previous
Next
Next page