chore(deps): bump @fern-api/generator-cli to 0.9.10 for TypeScript and Python SDKs#15106
Merged
Merged
Conversation
… SDK) Co-Authored-By: tanmay.singh <tstanmay13@gmail.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Co-Authored-By: tanmay.singh <tstanmay13@gmail.com>
fern-support
approved these changes
Apr 17, 2026
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.
Description
Adds unreleased changelog entries for the TypeScript and Python SDK generators so the release automation produces a patch bump that pulls in
@fern-api/generator-cli@0.9.10.0.9.10rolls up two upstream generator-cli changes:@fern-api/replay0.10.4→0.11.0(adversarial-case fixes: accumulator population, rename detection, credential filter, etc.).fern-generation-base--<generator>tag when replay has unresolved conflicts, and skipsyncFromDivergentMergewhen the tag is not reachable from HEAD (prevents stale tags from poisoning subsequent runs).Related:
fiddle-coordinatortogenerator-cli@0.9.10.Supersedes #15105, which had an invalid PR-title scope (
generatorsis not in thelint-pr-titleallow-list). The branch contents were identical at the time; only the scope differs (generators→deps).Changes Made
generators/typescript/sdk/changes/unreleased/bump-generator-cli-0.9.10.yml—choreentry.generators/python/sdk/changes/unreleased/bump-generator-cli-0.9.10.yml—choreentry.Both files are byte-identical and mirror the precedent set by the prior
0.9.8bumps (generators/typescript/sdk/changes/3.63.8/bump-generator-cli-0.9.8.yml,generators/python/sdk/changes/5.4.0/bump-generator-cli-0.9.8.yml). No source or generator behavior is changed in this diff.Updates since last revision
0.9.9→0.9.10after fix(cli): only push fern-generation-base tag when replay has conflicts #15104 merged and publishedgenerator-cli@0.9.10.bump-generator-cli-0.9.9.yml→bump-generator-cli-0.9.10.ymland expanded thesummaryto call out both upstream changes (replay 0.11.0 + tag-on-conflict gating).Testing
pnpm run check(biome) passes.@fern-api/generator-cli@0.9.10is live on npm.Reviewer checklist
choreis the right type (→ patch bump) for pulling in replay0.11.0+ the tag-on-conflict gating. If either is considered user-visible behavior in the resulting SDK,fixmight be more appropriate.deps) matches the allow-list in.github/workflows/lint-pr-title.yml(the earliergeneratorsscope caused the lint failure on chore(generators): bump @fern-api/generator-cli to 0.9.9 (TS + Python SDK) #15105).Link to Devin session: https://app.devin.ai/sessions/6661ab7c8ddf4cd3be515b905a6a307a
Requested by: @tstanmay13