Skip to content

Commit 4650bd9

Browse files
github-actions[bot]Marfuenclaude
authored
fix(ci): pin bun version in trigger workflows and regenerate lockfile
* fix(ci): pin bun version in trigger workflows and regenerate lockfile The lockfile was generated with bun 1.3.6 on Vercel but CI was running an older bun via unpinned setup-bun@v2, causing --frozen-lockfile to fail. Pin all trigger workflows to bun 1.3.4 and regenerate the lockfile locally to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(ci): update packageManager to bun 1.3.4 Aligns the pinned bun version with what CI and developers use, preventing lockfile format mismatches. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(deps): pin @browserbasehq/sdk to 2.6.0 The ^2.5.0/^2.6.0 range resolved to 2.10.0 on Vercel/Docker which has breaking API changes (fingerprint and projectId moved). Pin to 2.6.0 to prevent unexpected upgrades. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3574357 commit 4650bd9

4 files changed

Lines changed: 15 additions & 31 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@aws-sdk/client-securityhub": "^3.948.0",
1313
"@aws-sdk/client-sts": "^3.948.0",
1414
"@aws-sdk/s3-request-presigner": "^3.859.0",
15-
"@browserbasehq/sdk": "^2.6.0",
15+
"@browserbasehq/sdk": "2.6.0",
1616
"@browserbasehq/stagehand": "^3.0.5",
1717
"@mendable/firecrawl-js": "^4.9.3",
1818
"@nestjs/common": "^11.0.1",

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@aws-sdk/client-sts": "^3.808.0",
1616
"@aws-sdk/s3-request-presigner": "^3.859.0",
1717
"@azure/core-rest-pipeline": "^1.21.0",
18-
"@browserbasehq/sdk": "^2.5.0",
18+
"@browserbasehq/sdk": "2.6.0",
1919
"@browserbasehq/stagehand": "^3.0.5",
2020
"@calcom/atoms": "^1.0.102-framer",
2121
"@calcom/embed-react": "^1.5.3",

bun.lock

Lines changed: 12 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"lint-staged": {
5757
"*.{js,jsx,ts,tsx,json,md}": "prettier --write"
5858
},
59-
"packageManager": "bun@1.3.3",
59+
"packageManager": "bun@1.3.4",
6060
"private": true,
6161
"scripts": {
6262
"build": "turbo build",

0 commit comments

Comments
 (0)