fix: resolve CI build errors#3432
Merged
amitksingh1490 merged 9 commits intotailcallhq:mainfrom Dec 16, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3432 +/- ##
==========================================
- Coverage 86.49% 86.07% -0.43%
==========================================
Files 282 265 -17
Lines 29012 25932 -3080
==========================================
- Hits 25094 22320 -2774
+ Misses 3918 3612 -306 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
amitksingh1490
approved these changes
Dec 16, 2025
takumi3488
added a commit
to 400f/tailcall
that referenced
this pull request
Jan 6, 2026
takumi3488
added a commit
to 400f/tailcall
that referenced
this pull request
Jan 6, 2026
* fix: resolve CI build errors (tailcallhq#3432) * chore(deps): update dependency wrangler to v3.114.15 (tailcallhq#3392) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency node to v20.19.6 (tailcallhq#3407) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency tsx to v4.21.0 (tailcallhq#3456) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency type-fest to v4.41.0 (tailcallhq#3457) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency yaml to v2.8.2 (tailcallhq#3458) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * lint * スナップショットを更新 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
Summary:
Fix CI build errors caused by multiple issues:
async-graphql-extension-apollo-tracingfrom crates.io with the tailcallhq fork which includes a fix for missingagent_idinReportHeader. The upstream repository (async-graphql/async_graphql_apollo_studio_extension) is no longer maintained, so we use this fork to include the bug fix.I tested this in my personal repository and confirmed that all CI checks pass
Build & Testing:
cargo testsuccessfully../lint.sh --mode=fixto fix all linting issues raised by./lint.sh --mode=check.Checklist:
<type>(<optional scope>): <title>