build(deps): Update Chat SDK and third-party packages#293
Merged
Conversation
Bump Chat SDK and selected non-major third-party dependencies while leaving major framework upgrades for separate work. Adapt Slack webhook handling, test harnesses, and eval expectations to the updated Chat SDK contracts. Co-Authored-By: GPT-5 Codex <codex@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e8b876c. Configure here.
Keep just-bash on the previously safe release because the latest version pins fast-xml-parser to a vulnerable version flagged by dependency review. This removes fast-xml-parser 5.3.3 from the lockfile while preserving the rest of the dependency update. Co-Authored-By: GPT-5 Codex <codex@openai.com>
Skip copying the built Junior dist when the example install resolves back to the source package. This keeps the integration test from deleting the freshly built source dist in workspace layouts that preserve package symlinks. Co-Authored-By: GPT-5 Codex <codex@openai.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.

Update Chat SDK and selected non-major third-party packages across the workspace while leaving major framework/tooling upgrades for separate PRs. The update keeps the Slack webhook side-channel aligned with Chat SDK initialization and refreshes tests around the new thread post shape.
Chat SDK Compatibility
Slack
message_changedhandling now initializes the bot before using adapter auth, and local test threads implement the new participant lookup contract.Harness Stability
The example build discovery test syncs the built Junior
distinto the example package instead of running a nested workspace install inside Vitest. Eval harness expectations now include Slackchannelandthread_tsfields preserved by Chat SDK 4.27.Dependency Safety
just-bashis intentionally held on the previously safe 2.14.2 release because 2.14.4 pinsfast-xml-parserto a version flagged by Dependency Review.Deferred Majors
Astro 6, Starlight 0.38, TypeScript 6, Vercel 53, and lint-staged 17 remain intentionally untouched for separate migration work.