chore: version packages (rc) - #838
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Hunter Lovell (hntrl)
approved these changes
Sep 6, 2026
deepagents-acp
deepagents
@langchain/sandbox-standard-tests
@langchain/daytona
@langchain/deno
@langchain/modal
@langchain/node-vfs
@langchain/quickjs
commit: |
Baihao Wang (byhow)
added a commit
that referenced
this pull request
Sep 9, 2026
## Summary Reverts #837 (`fix(deepagents): omit middleware trace inputs`). That change adopted `tracePolicy` / `omitPayload`, which only exist in prerelease langchain, so it moved the workspace onto rc dependency ranges — `langchain` `^1.5.10` to `^1.5.11-rc.0`, `@langchain/langgraph` `^1.4.10` to `^1.4.15-rc.0`, plus a new `langchain: ^1.5.11-rc.0` peer on `@langchain/quickjs`. A stable release cannot depend on rc packages, which is what blocks the release. Reverting restores the stable ranges and removes the `tracePolicy` usages, the `trace_policy.test.ts` suite, and the accompanying changeset. Pairs with #845, which exits rc prerelease mode. Both are needed before a stable release can go out. One manual conflict resolution, in `libs/providers/quickjs/package.json`: #838 bumped the `deepagents` peer to `>=1.13.4-rc.0` after #837 landed, so the peer block conflicted. I kept #838's bump and dropped only the `langchain` peer that #837 added — reverting #837 should not undo the release versioning done by #838. ## Testing - `pnpm install --frozen-lockfile` is clean, and `langchain` resolves back to `1.5.10`. - `pnpm build` passes. - `pnpm test` passes: 43 files in `libs/deepagents` and 4 in `libs/acp`, no type errors, lint and format clean. The deepagents file count drops by one because the revert removes `trace_policy.test.ts`. - With this and #845 applied together, `changeset status` reports a clean patch bump across all packages, so the pair leaves the release plan in a valid state.
This branch was successfully deployed
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
deepagents-acp@0.1.30-rc.0
Patch Changes
22cc873]:deepagents@1.13.4-rc.0
Patch Changes
#837
22cc873Thanks @hntrl! - fix(middleware): omit repeated conversation and state inputs from owned middleware lifecycle tracesKeep middleware spans and outputs, and preserve model/tool tracing and user-supplied middleware policies. Apply the defaults to standalone middleware, subagents, and QuickJS cleanup. Lifecycle chain events also receive the omitted inputs.
@langchain/daytona@0.2.3-rc.0
Patch Changes
22cc873]:@langchain/deno@0.2.4-rc.0
Patch Changes
22cc873]:@langchain/modal@0.1.7-rc.0
Patch Changes
22cc873]:@langchain/node-vfs@0.2.4-rc.0
Patch Changes
22cc873]:@langchain/quickjs@0.6.3-rc.0
Patch Changes
#837
22cc873Thanks @hntrl! - fix(middleware): omit repeated conversation and state inputs from owned middleware lifecycle tracesKeep middleware spans and outputs, and preserve model/tool tracing and user-supplied middleware policies. Apply the defaults to standalone middleware, subagents, and QuickJS cleanup. Lifecycle chain events also receive the omitted inputs.
Updated dependencies [
22cc873]:@langchain/sandbox-standard-tests@2.0.1-rc.0
Patch Changes
22cc873]:@deepagents/evals@0.0.29-rc.0
Patch Changes
22cc873]: