Skip to content

feat(presets): add Chat SDK monorepo - #45251

Open
jonahsnider wants to merge 1 commit into
renovatebot:mainfrom
jonahsnider:chat-sdk-monorepo
Open

feat(presets): add Chat SDK monorepo#45251
jonahsnider wants to merge 1 commit into
renovatebot:mainfrom
jonahsnider:chat-sdk-monorepo

Conversation

@jonahsnider

@jonahsnider jonahsnider commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Changes

Adds the Vercel Chat SDK monorepo to the preset JSON config.

chat and all the @chat-adapter/ packages get published to the same version during releases.

Context

Please select one of the following:

  • This closes an existing Issue
  • This doesn't close an Issue, but I accept the risk that this PR may be closed if maintainers disagree with its opening or implementation

AI assistance disclosure

Did you use AI tools to create any part of this pull request?

Please select one option and, if yes, briefly describe how AI was used (e.g., code, tests, docs) and which tool(s) you used.

  • No — I did not use AI for this contribution.
  • Yes — minimal assistance (e.g., IDE autocomplete, small code completions, grammar fixes).
  • Yes — substantive assistance (AI-generated non‑trivial portions of code, tests, or documentation).
  • Yes — other (please describe):

Use of AI in replying to PR comments

Who answers review comments:

  • @username will read and reply directly. Name the account.
  • An agent will draft replies and @username will read them before they are posted. Name the account.
  • Nobody has explicitly committed to replying.

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests, but ran on a real repository, or
  • Both unit tests + ran on a real repository

Signed-off-by: Jonah Snider <jonah@jonahsnider.com>
@github-actions
github-actions Bot requested a review from viceice August 12, 2026 20:46
@viceice viceice added the auto:monorepos-preset Checklist to consider when modifying `monorepo.json` label Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi there,
When adding a new monorepo to the monorepo.json, please note that:

  • Any dependency update(s) from this monorepo will be upgraded in a single PR
  • If the dependencies are not all versioned identically (i.e. they're all at 16.0.5 and a release in one requires all being updated) this will lead to Immortal PRs
    • This is not be the intended behaviour, and is generally not recommended by Renovate maintainers. We only accept it if the packages strictly need to be updated together.

It is worth both the author of the PR and the reviewer confirming that this is the intended behaviour.

@viceice viceice left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we usually don't accept mono repos if they don't share the version because the PR get's immortal (not ignorable).

we only allow it if they strict must be upgraded together.

@jonahsnider

Copy link
Copy Markdown
Contributor Author

we usually don't accept mono repos if they don't share the version because the PR get's immortal (not ignorable).

we only allow it if they strict must be upgraded together.

I think this fits that criteria? chat and all the @chat-adapter/ packages are all getting published to the same version

@viceice

viceice commented Aug 18, 2026

Copy link
Copy Markdown
Member

please add that clarification to the PR body. it will make review much easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto:monorepos-preset Checklist to consider when modifying `monorepo.json`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants