-
Notifications
You must be signed in to change notification settings - Fork 114
chore: fix building hub archive #2368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Added external dependencies to esbuild configuration in TypeScript SDK to support hub archive building functionality.
- Added 'js-base64', 'qs', 'url-join', 'form-data', and 'readable-stream' as external dependencies in
/sdks/api/full/typescript/build.js
- Dependencies will be required at runtime rather than bundled, ensuring proper module resolution for hub archive building
- Configuration applies across Node.js and browser bundle outputs
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Deploying rivet with
|
Latest commit: |
ee31618
|
Status: | ✅ Deploy successful! |
Preview URL: | https://175761b8.rivet.pages.dev |
Branch Preview URL: | https://04-16-chore-fix-building-hub.rivet.pages.dev |
6e95445
to
9560f1a
Compare
d569321
to
7de6870
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
9560f1a
to
7d575eb
Compare
7de6870
to
cc22e91
Compare
7d575eb
to
ee31618
Compare
ee31618
to
713f5db
Compare
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes